搜索资源列表
ARM Architecture Reference Manual (2nd Edition)
- Title: ARM Architecture Reference Manual (2nd Edition) URL:http://www.amazon.com/exec/obidos/tg/detail/-/0201737191/qid=1048560603/sr=1-1/ref=sr_1_1/104-2808644-6890354?v=glance&s=books ISBN: 0201737191 Author: Dave J
OpenRISC
- 一个开放的risc,已应用到实际中,可以借鉴的不少,大家-an open RISC, has been applied to practice, we can draw a lot, we look at
embed_designed
- 嵌入式系统设计与实例开发 1嵌入式系统中的 JTAG 接口编程技术.pdf 二、基本概念.pdf 三、嵌入式微处理器体系结构.pdf 四、嵌入式实时操作系统分析.pdf 五、嵌入式实时操作系统的移植.pdf 六、基于ARM的嵌入式系统硬件结构设计.pdf 七、嵌入式系统软件结构设计.pdf-Examples of embedded systems design and development of one e
XiaYuWen_8_RISC_CPU
- 夏宇闻8位RISC_CPU的完整代码+TESTBENCH(已调试) modelsim工程文件,包括书中所测试的三个程序和相关数据,绝对可用~所有信号名均遵从原书。在论坛中没有找到testbench的,只有一个mcu的代码,但很多和书中的是不一样的,自己改了下下~`````大家多多支持啊~`我觉得书中也还是有些不尽如人意的地方,如clk_gen.v中clk2,clk4是没有用的,assign clk1=~clk再用clk1的neged
AC_Induction_Motor_Control_Using_the_constant_Vf_P
- 使用V/F原理的交流电机控制和简单的PWM算法 交流电机在连接到电源时只能以其额定速度运转,所以要改变转速必须改变电源频率。本篇应用文档展示了这些技术如何在AT90PWM3上简单的被实现,也说明了AVR RISC微处理器在电源控制方面的应用。-Induction motors can only run at their rated speed when they are connected to the main power sup
Chapter1-5
- 第一章到第五章的代码 本书通过100多个模块实例,详细地讲解了Verilog HDL程序设计语言,全书共分13章,内容涉及VerilogHDL语言基本概念、建模、同步设计、异步设计、功能验证等,实例包括各种加法器/计数器、乘法器/除法器、编码器/译码器、状态机、SPIMaster Controller、I2C Master controller、CAN ProtocolController、Memory模块、JPEG图像压缩模
clk_gen.v
- 时钟发生器,用计数器功能编写的,能更好的潜入模块中,risc-cpu的一部分-clk_gen verilog
msp430x41x
- 低电源电压范围为1.8 V至3.6 V 超低功耗: - 主动模式:280μA,在1 MHz,2.2伏 - 待机模式:1.1μA - 关闭模式(RAM保持):0.1μA 五省电模式 欠待机模式唤醒 超过6微秒 16位RISC架构, 125 ns指令周期时间 12位A/ D转换器具有内部 参考,采样和保持,并 AutoScan功能 16位Timer_B随着三† 或七R
riscv-spec-v2.0
- The RISC-V Instruction Set Manual
RISC-V_simulator
- RISC-V指令集模拟器,可用于运行RISC-V源码。-RISC-V instruction set simulator.
f32c-master
- FPGArduino源码,f32c:VHDL的MIPS和RISC-V指令集实现(FPGArduino source code, f32c:VHDL MIPS and RISC-V instruction set implementation)
freedom-master
- This is a feedom master version of the RISC-V core and can be used with LGPL license
rocket-chip-master
- rocket chip is RISC V implementation documentation ISA instruction set architecture et cetra
riscCPU
- 实现 八位RISC cpu 含有V文件和 testbents测试文件(Realization of eight bits RISC cpu)
RISC
- A compiler to realize some of the RISC-V instructions.
cpusim
- C++模拟实现单线程CPU运行RISC-V指令集(C++ Simulated Implementation of RISC-V Instruction Set in Single Thread CPU)
RISC-V指令集架构介绍中文版
- RISC-V指令集架构介绍中文版,国产自主可控处理器必选指令集架构,体系结构专业学生必备
计组project1_riscv-simulator
- 在这个项目中,您将熟悉汇编程序的工作方式以及RISC-V指令集的实现方式。 通过这个项目,您应该学习实现处理器的原理和技术。 您的任务是为小型RISC-V指令集建模汇编器和非流水线处理器。(In this project, you will be familiar with how the assembler work and how the RISC-V instruction set is implemented. Through