代码搜索:nnARM
找到约 17 项符合「nnARM」的源代码
代码结果 17
www.eeworm.com/read/180496/9304815
vpj nnarm.vpj
www.eeworm.com/read/180496/9304862
prog nnarm.prog
------------------------------------------------------------------------
2001 3 22
经过5天的调试,存控已经可以使用,下面的工作是将流水线中的与存控接口的代码移出来,成为cache控制器的一部分,从而为流水线的开发减轻负担。
------------------------------------------
www.eeworm.com/read/180496/9304881
v nnarm.v
`include "Def_StructureParameter.v"
`include "InstructionPreFetch.v"
`include "MemoryController.v"
`include "InstructionCacheController.v"
`include "DataCacheController.v"
`include "IF.v"
`inclu
www.eeworm.com/read/180496/9304932
v nnarm11.v
`include "nnARMCore.v"
module nnARM( //data memory
DataMemoryBus, //data bus
nDataMemoryWait, //wait for valid value,this signal can not be used directly by external device other than cpu,bec
www.eeworm.com/read/180496/9304960
v nnarm1.v
`include "nnARMCore.v"
`include "WishBone_Arbiter.v"
`include "I_Bus2Core.v"
`include "D_Bus2Core.v"
`include "MemoryController_WB_Beh.v"
module nnARM(Fiq,Irq,clock,reset);
input Fiq,Irq,clo
www.eeworm.com/read/180496/9304867
v thumb_2_nnarm.v
/************************************************************************\
**************************************************************************
*********************************************
www.eeworm.com/read/180496/9304807
txt readme.txt
-------------------- synthsis files -----------------------------------------
Adder.v contain WordAdder module that add two 32bit word together
ALUComb.v The combinatinal logic module ALUComb p
www.eeworm.com/read/180496/9304941
v tb_system_fft.v
`include "timescalar.v"
`include "nnARM.v"
`include "TestInstruction.v"
`include "Def_StructureParameter.v"
`include "Def_SimulationParameter.v"
module tb_system;
integer ssycnt;
reg clock,
www.eeworm.com/read/180496/9304944
v tb_system.v
`include "timescalar.v"
`include "nnARM1.v"
`include "Def_StructureParameter.v"
`include "Def_SimulationParameter.v"
module tb_system;
integer ssycnt;
reg clock,reset;
reg [`InstructionWidt
www.eeworm.com/read/180496/9304928
cmd scr.cmd
wave fusion.vwf "tb_system.inst_nnARM.inst_IF.PipelineRegister_IFID"
wave fusion.vwf "tb_system.inst_nnARM.inst_IF.ValidInstruction_IFID"
wave fusion.vwf "tb_system.inst_nnARM.inst_ALUShell.ALUType"