搜索资源列表
模型机的分析和设计.rar
- 通过对计算机的组织与结构的分析,综合运用所学计算机原理知识,设计并实现较为完整的计算机,即模型机。它可以完成一般计算机的最基础功能,具备16条基本指令,以及4种寻址方式等。并且,计算机数据通路的控制将由微程序控制器来完成,CPU从内存中取出一条机器指令到指令执行结束的一个指令周期全部由微指令组成的序列来完成,即一条机器指令对应一个微程序。设计过程包括四个部分:㈠模型机硬件组成分析;㈡指令系统设计;㈢微程序设计;㈣上机实现,示范程序。
CPU模拟
- 本软件实现了模拟cpu的基本工作原理和工作过程,可以实现机器指令级和微指令级的操作,同时又可在编辑窗口内自行变编辑指令,对于初学者学习CPU的结构和工作原理是很有帮助的-the software simulation cpu the basic working principle and the process, the machine can achieve the task of instruction-level and the operational level, but also wi
sum
- 这是一个用VHDL写的简易的CPU的程序,共支持10条指令。使用微指令方式。包括.bit文件。下载到FPGA芯片上成功。注解不小心忘记保存。
jizhukeshe
- 能在微程序的控制下自动产生各种单元模块的控制信号,实现加减法指令的功能。在本模型机综合设计之一——加减法指令的实现。实验中,计算机的数据通道、CPU从内存中取出机器指令,解释、执行指令都将由微指令组成的时序来完成,即一条机器指令对应一个微程序。
arm_inst
- arm 指令集的详细解析 对于adi平台的嵌入式芯片内部有微指令集的芯片,这个文档是很有价值的-arm instruction set for the detailed analysis of Patrick platform chip embedded within the task of the chip sets, this document is of great value
zhiling.rar
- 复杂模型机设计(内附:微指令设计,微程序,流程图,模型机设计报告,测试程序,验证程序)是本人复杂模型机设计的全部成果,The complexity of model design (with: microinstruction design, micro-process, flow chart, the report model design, testing procedures, the verification process) is a complex model, I design a
VHDL
- 支持十条指令的微处理器 包括add sub mov mvi jmp jz in out sti lda微指令 支持8个寄存器 16位数据总线 地址总线 -Supports 10 microprocessor instructions, including add sub mov mvi jmp jz in out sti lda microinstruction registers support 8 data bus 16-bit address bus
Micro-program
- 微程序控制电路是CPU 控制器的核心电路,控制产生指令执行时各部件协调工作所需的所有控制信号,以及下一条指令的地址。微程序控制器的组成如图6-12 所示,主要由三个部分组成,分别是微指令控制电路、微地址寄存器和微指令存储器lpm_rom 其中微指令控制电路用组合电路对指令中的1[7..2] 、操作台控制信号SWA 和SWB 的状态、状态寄存器的输出状态FC 、FZ ,产生微地址变化的控制信号,实现对微地址控制:微地址寄存器控制电路的基本输入信号是微指令存储器的下地址字段M[6..1] ,同时还受
CPU
- 用VHDL设计的cpu 用微指令方法设计 通过rom查表的方式进行设计-Cpu design with VHDL designed by microinstructions way through the design of look-up table rom
模型机的分析和设计
- 通过对计算机的组织与结构的分析,综合运用所学计算机原理知识,设计并实现较为完整的计算机,即模型机。它可以完成一般计算机的最基础功能,具备16条基本指令,以及4种寻址方式等。并且,计算机数据通路的控制将由微程序控制器来完成,CPU从内存中取出一条机器指令到指令执行结束的一个指令周期全部由微指令组成的序列来完成,即一条机器指令对应一个微程序。设计过程包括四个部分:㈠模型机硬件组成分析;㈡指令系统设计;㈢微程序设计;㈣上机实现,示范程序。- Through to the computer organi
cpu
- 用VHDL语言设计简单的CPU,重点设计微操作代码,然后设计CPU各组成模块,最后根据设计的微操作设计微指令,验证设计的正确性。可基本实现加、减、乘、除、移位、循环等操作。-VHDL language is designed to be simple to use the CPU, the focus of the design of micro-operation code, and then design the components of CPU module designed the f
zhiling
- 模型机指令设计,内附(实习报告,微程序流程图,微程序,微代码以及自己设计的几个指令),它是我(组成原理)硬件设计时整理的全部精华!-Model machine instruction design, containing (internship report, micro-process flow chart, micro procedures, micro-code, as well as a few instructions of their own design), it is my (p
SmartDraw6.0
- SmartDraw6.0:组成原理课程设计的绘制流程图的好工具内附(本人设计的微指令流程图(有JG,JL,MOV,MOVX,OR,XOR,ADC,SUC,XCHG,IN,OUT,直接寻址,间接寻址,变址寻址等)-SmartDraw6.0: Principles of curriculum design components of a good tool for drawing flow chart attached (I designed the microinstruction flow ch
myspu
- vhdl编写的cpu程序,直接用状态机编写的,没有微指令过程,基本算法都包含,新手学习用-vhdl cpu written procedures for the preparation of a state machine directly, without microcode process, the basic algorithms are included, beginners learn to use
microCtrl
- 多时钟周期cpu在微指令下的实现,计算机组成实验-multi circle cpu in micro instrutions . org of computer lab 11
Eight-cpu-design
- 单元电路的设计和元器件的选择 运算部件的设计 寄存器组的设计 指令寄存器的设计 程序计数器电路的设计 地址寄存器电路的设计 数据寄存器的设计 时序系统的设计 程序存储器的设计 输出寄存器的设计 微指令译码器的设计 微程序控制电路的设计 系统电路总图及原理 -Microinstruction translation of the design of the output re
TEST-CPU-2
- 基于VHDL语言的微指令控制的CPU,16位地址线-VHDL language based on the microinstruction control of the CPU, 16-bit address lines
zu-cheng-yuan-li-ke-she-
- 通过设计(包括整机结构设计、指令设计、微程序设计、微指令设计、调试程序设计等)、组装、调试三个步骤完成一台微程序控制的复杂实验计算机的设计-By design (including machine design, instruction design, micro-programming, microinstruction design, commissioning program design, etc.), assembly, commissioning three steps to com
control
- 微程序控制器的VerilogHDL代码,24位微指令,一般用于CISC控制器的设计-Micro-program controller designed VerilogHDL code, 24 microinstruction, generally used for CISC controllers
分布式智能微网发电
- 基于K60的太阳能-沼气联合发电系统的控制程序,可将当前蓄电池电压与充电状态上传至服务器,可接收上位机指令。(The control program of the solar biogas combined generation system based on K60 can upload the current battery voltage and charging state to the server, and receive the instructions of the upper