首页 星云 工具 资源 星选 资讯 热门工具
:

PDF转图片 完全免费 小红书视频下载 无水印 抖音视频下载 无水印 数字星空

使用Quartus ii和Verilog语言构建一个32位CPU并实现FPGA单片机流水灯

操作系统 16.62MB 13 需要积分: 1
立即下载

资源介绍:

Quartus II 是一款功能强大的 FPGA(现场可编程门阵列)设计软件。它提供了从设计输入、仿真、综合、优化、布局布线到最终的硬件配置的完整设计流程。Quartus II 支持多种硬件平台,包括但不限于 Cyclone、Arria 和 Stratix 系列 FPGA。 Quartus II 是电子工程师和研究人员在设计和开发 FPGA 应用时广泛使用的软件之一。供代码编辑器、项目管理工具等,提高设计效率,支持多种设计输入方式,如 VHDL、Verilog 等硬件描述语言。本文件代码使用Verilog语言。Verilog 是一种硬件描述语言(HDL),主要用于设计和模拟电子系统,特别是数字电路。Verilog 支持模块化设计,允许设计者将复杂的系统分解为更小、更易于管理的模块。配置上Quartus II提供功能仿真和时序仿真,提供在线调试工具。将综合后的逻辑映射到 FPGA 的物理结构上,并进行布线,成最终的配置文件,用于将设计下载到 FPGA 上,集成开发环境可以优化设计以提高性能和减少资源使用。本文件就是利用Quartusii工具,使用Verilog语言构建一个32位cpu。
+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ ; Legal Partition Candidates ; +------------------------------------------------------------+-------+----------------+--------------+----------------+--------+-----------------+---------------+-----------------+-------+----------------+--------------+------------------+-------------------+ ; Hierarchy ; Input ; Constant Input ; Unused Input ; Floating Input ; Output ; Constant Output ; Unused Output ; Floating Output ; Bidir ; Constant Bidir ; Unused Bidir ; Input only Bidir ; Output only Bidir ; +------------------------------------------------------------+-------+----------------+--------------+----------------+--------+-----------------+---------------+-----------------+-------+----------------+--------------+------------------+-------------------+ ; U2|ctrl ; 21 ; 0 ; 9 ; 0 ; 33 ; 0 ; 0 ; 0 ; 0 ; 0 ; 0 ; 0 ; 0 ; ; U2|dp|SR ; 6 ; 0 ; 0 ; 0 ; 2 ; 0 ; 0 ; 0 ; 0 ; 0 ; 0 ; 0 ; 0 ; ; U2|dp|IR ; 18 ; 0 ; 0 ; 0 ; 16 ; 0 ; 0 ; 0 ; 0 ; 0 ; 0 ; 0 ; 0 ; ; U2|dp|RF ; 23 ; 0 ; 0 ; 0 ; 32 ; 0 ; 0 ; 0 ; 0 ; 0 ; 0 ; 0 ; 0 ; ; U2|dp|AL ; 43 ; 0 ; 0 ; 0 ; 18 ; 0 ; 0 ; 0 ; 0 ; 0 ; 0 ; 0 ; 0 ; ; U2|dp|AU|AL ; 45 ; 0 ; 0 ; 0 ; 16 ; 0 ; 0 ; 0 ; 0 ; 0 ; 0 ; 0 ; 0 ; ; U2|dp|AU|PC ; 18 ; 0 ; 0 ; 0 ; 16 ; 0 ; 0 ; 0 ; 0 ; 0 ; 0 ; 0 ; 0 ; ; U2|dp|AU ; 31 ; 0 ; 0 ; 0 ; 16 ; 0 ; 0 ; 0 ; 0 ; 0 ; 0 ; 0 ; 0 ; ; U2|dp ; 62 ; 0 ; 0 ; 0 ; 50 ; 0 ; 0 ; 0 ; 0 ; 0 ; 0 ; 0 ; 0 ; ; U2 ; 35 ; 0 ; 0 ; 0 ; 36 ; 0 ; 0 ; 0 ; 0 ; 0 ; 0 ; 0 ; 0 ; ; U1|ramcore|altsyncram_component|auto_generated|mux2 ; 131 ; 0 ; 0 ; 0 ; 16 ; 0 ; 0 ; 0 ; 0 ; 0 ; 0 ; 0 ; 0 ; ; U1|ramcore|altsyncram_component|auto_generated|rden_decode ; 3 ; 0 ; 0 ; 0 ; 8 ; 0 ; 0 ; 0 ; 0 ; 0 ; 0 ; 0 ; 0 ; ; U1|ramcore|altsyncram_component|auto_generated|decode3 ; 4 ; 0 ; 0 ; 0 ; 8 ; 0 ; 0 ; 0 ; 0 ; 0 ; 0 ; 0 ; 0 ; ; U1|ramcore|altsyncram_component|auto_generated ; 34 ; 0 ; 0 ; 0 ; 16 ; 0 ; 0 ; 0 ; 0 ; 0 ; 0 ; 0 ; 0 ; ; U1|ramcore ; 34 ; 0 ; 0 ; 0 ; 16 ; 0 ; 0 ; 0 ; 0 ; 0 ; 0 ; 0 ; 0 ; ; U1 ; 35 ; 0 ; 0 ; 0 ; 17 ; 0 ; 0 ; 0 ; 0 ; 0 ; 0 ; 0 ; 0 ; ; U0|pll_inst ; 2 ; 0 ; 0 ; 0 ; 1 ; 0 ; 0 ; 0 ; 0 ; 0 ; 0 ; 0 ; 0 ; ; U0 ; 1 ; 0 ; 0 ; 0 ; 1 ; 0 ; 0 ; 0 ; 0 ; 0 ; 0 ; 0 ; 0 ; +------------------------------------------------------------+-------+----------------+--------------+----------------+--------+-----------------+---------------+-----------------+-------+----------------+--------------+------------------+-------------------+

资源文件列表:

cputop.zip 大约有394个文件
  1. cputop/AddressingUnit.v 722B
  2. cputop/AddressingUnit.v.bak 1.02KB
  3. cputop/AddressLogic.v 842B
  4. cputop/AddressLogic.v.bak 1.43KB
  5. cputop/ArithmeticUnit.v 1.63KB
  6. cputop/ArithmeticUnit.v.bak 1.6KB
  7. cputop/c5_pin_model_dump.txt 4.76KB
  8. cputop/control.v 15.34KB
  9. cputop/control.v.bak 10.24KB
  10. cputop/cpu.v 4.36KB
  11. cputop/cpu.v.bak 1.91KB
  12. cputop/cpu_top.mif 992B
  13. cputop/cpu_top.pti_db_list.ddb 292B
  14. cputop/cpu_top.qpf 1.25KB
  15. cputop/cpu_top.qsf 5.17KB
  16. cputop/cpu_top.qws 3.43KB
  17. cputop/cpu_top.tis_db_list.ddb 319B
  18. cputop/cpu_top.v 1.91KB
  19. cputop/cpu_top.v.bak 1.68KB
  20. cputop/cpu_top_nativelink_simulation.rpt 1010B
  21. cputop/DataPath.v 3.78KB
  22. cputop/DataPath.v.bak 3.8KB
  23. cputop/db/
  24. cputop/db/.cmp.kpt 203B
  25. cputop/db/altsyncram_aio1.tdf 116.42KB
  26. cputop/db/altsyncram_jqq1.tdf 119.19KB
  27. cputop/db/altsyncram_pno1.tdf 116.29KB
  28. cputop/db/altsyncram_vdo1.tdf 116.04KB
  29. cputop/db/cpu_top.(0).cnf.cdb 4.79KB
  30. cputop/db/cpu_top.(0).cnf.hdb 1.71KB
  31. cputop/db/cpu_top.(1).cnf.cdb 976B
  32. cputop/db/cpu_top.(1).cnf.hdb 732B
  33. cputop/db/cpu_top.(10).cnf.cdb 7.78KB
  34. cputop/db/cpu_top.(10).cnf.hdb 2.56KB
  35. cputop/db/cpu_top.(11).cnf.cdb 3.7KB
  36. cputop/db/cpu_top.(11).cnf.hdb 2KB
  37. cputop/db/cpu_top.(12).cnf.cdb 9.07KB
  38. cputop/db/cpu_top.(12).cnf.hdb 2.92KB
  39. cputop/db/cpu_top.(13).cnf.cdb 2.49KB
  40. cputop/db/cpu_top.(13).cnf.hdb 1.23KB
  41. cputop/db/cpu_top.(14).cnf.cdb 1.69KB
  42. cputop/db/cpu_top.(14).cnf.hdb 1.05KB
  43. cputop/db/cpu_top.(15).cnf.cdb 1.7KB
  44. cputop/db/cpu_top.(15).cnf.hdb 1.06KB
  45. cputop/db/cpu_top.(16).cnf.cdb 1.84KB
  46. cputop/db/cpu_top.(16).cnf.hdb 1.02KB
  47. cputop/db/cpu_top.(17).cnf.cdb 7.78KB
  48. cputop/db/cpu_top.(17).cnf.hdb 2.55KB
  49. cputop/db/cpu_top.(18).cnf.cdb 9.8KB
  50. cputop/db/cpu_top.(18).cnf.hdb 1.92KB
  51. cputop/db/cpu_top.(19).cnf.cdb 3.21KB
  52. cputop/db/cpu_top.(19).cnf.hdb 1.49KB
  53. cputop/db/cpu_top.(2).cnf.cdb 1.47KB
  54. cputop/db/cpu_top.(2).cnf.hdb 805B
  55. cputop/db/cpu_top.(20).cnf.cdb 5.74KB
  56. cputop/db/cpu_top.(20).cnf.hdb 1.67KB
  57. cputop/db/cpu_top.(21).cnf.cdb 10.41KB
  58. cputop/db/cpu_top.(21).cnf.hdb 2.31KB
  59. cputop/db/cpu_top.(22).cnf.cdb 1.58KB
  60. cputop/db/cpu_top.(22).cnf.hdb 1.04KB
  61. cputop/db/cpu_top.(23).cnf.cdb 1.17KB
  62. cputop/db/cpu_top.(23).cnf.hdb 755B
  63. cputop/db/cpu_top.(24).cnf.cdb 1.78KB
  64. cputop/db/cpu_top.(24).cnf.hdb 848B
  65. cputop/db/cpu_top.(25).cnf.cdb 9.6KB
  66. cputop/db/cpu_top.(25).cnf.hdb 2.38KB
  67. cputop/db/cpu_top.(3).cnf.cdb 4.14KB
  68. cputop/db/cpu_top.(3).cnf.hdb 6.22KB
  69. cputop/db/cpu_top.(4).cnf.cdb 1.96KB
  70. cputop/db/cpu_top.(4).cnf.hdb 1.11KB
  71. cputop/db/cpu_top.(5).cnf.cdb 2.37KB
  72. cputop/db/cpu_top.(5).cnf.hdb 1.22KB
  73. cputop/db/cpu_top.(6).cnf.cdb 1.78KB
  74. cputop/db/cpu_top.(6).cnf.hdb 843B
  75. cputop/db/cpu_top.(7).cnf.cdb 9.81KB
  76. cputop/db/cpu_top.(7).cnf.hdb 1.84KB
  77. cputop/db/cpu_top.(8).cnf.cdb 1.71KB
  78. cputop/db/cpu_top.(8).cnf.hdb 1.08KB
  79. cputop/db/cpu_top.(9).cnf.cdb 1.83KB
  80. cputop/db/cpu_top.(9).cnf.hdb 1.04KB
  81. cputop/db/cpu_top.ace_cmp.bpm 1.98KB
  82. cputop/db/cpu_top.ace_cmp.cdb 457.99KB
  83. cputop/db/cpu_top.ace_cmp.hdb 159.68KB
  84. cputop/db/cpu_top.analyze_file.qmsg 2.73KB
  85. cputop/db/cpu_top.asm.qmsg 2.22KB
  86. cputop/db/cpu_top.asm.rdb 1.35KB
  87. cputop/db/cpu_top.cbx.xml 227B
  88. cputop/db/cpu_top.cmp.bpm 2.11KB
  89. cputop/db/cpu_top.cmp.cdb 524.83KB
  90. cputop/db/cpu_top.cmp.hdb 160.32KB
  91. cputop/db/cpu_top.cmp.idb 30.56KB
  92. cputop/db/cpu_top.cmp.logdb 12.32KB
  93. cputop/db/cpu_top.cmp.rdb 42.52KB
  94. cputop/db/cpu_top.cmp_merge.kpt 208B
  95. cputop/db/cpu_top.cyclonev_io_sim_cache.ff_0c_fast.hsd 1MB
  96. cputop/db/cpu_top.cyclonev_io_sim_cache.ff_100c_fast.hsd 1.01MB
  97. cputop/db/cpu_top.cyclonev_io_sim_cache.ff_85c_fast.hsd 1.01MB
  98. cputop/db/cpu_top.cyclonev_io_sim_cache.ff_n40c_fast.hsd 1.01MB
  99. cputop/db/cpu_top.cyclonev_io_sim_cache.ii_100c_slow.hsd 1.01MB
  100. cputop/db/cpu_top.cyclonev_io_sim_cache.ii_85c_slow.hsd 1MB
  101. cputop/db/cpu_top.cyclonev_io_sim_cache.ii_n40c_slow.hsd 1.01MB
  102. cputop/db/cpu_top.cyclonev_io_sim_cache.tt_0c_slow.hsd 1.01MB
  103. cputop/db/cpu_top.cyclonev_io_sim_cache.tt_85c_slow.hsd 1.02MB
  104. cputop/db/cpu_top.db_info 140B
  105. cputop/db/cpu_top.eco.cdb 164B
  106. cputop/db/cpu_top.eda.qmsg 2.65KB
  107. cputop/db/cpu_top.fit.qmsg 18.15KB
  108. cputop/db/cpu_top.hier_info 147.8KB
  109. cputop/db/cpu_top.hif 4.41KB
  110. cputop/db/cpu_top.ipinfo 473B
  111. cputop/db/cpu_top.lpc.html 4.12KB
  112. cputop/db/cpu_top.lpc.rdb 800B
  113. cputop/db/cpu_top.lpc.txt 6.12KB
  114. cputop/db/cpu_top.map.ammdb 129B
  115. cputop/db/cpu_top.map.bpm 2.03KB
  116. cputop/db/cpu_top.map.cdb 55.37KB
  117. cputop/db/cpu_top.map.hdb 46.93KB
  118. cputop/db/cpu_top.map.kpt 4.71KB
  119. cputop/db/cpu_top.map.logdb 4B
  120. cputop/db/cpu_top.map.qmsg 55.38KB
  121. cputop/db/cpu_top.map.rdb 1.36KB
  122. cputop/db/cpu_top.map_bb.cdb 1.92KB
  123. cputop/db/cpu_top.map_bb.hdb 14.75KB
  124. cputop/db/cpu_top.map_bb.logdb 4B
  125. cputop/db/cpu_top.npp.qmsg 2.06KB
  126. cputop/db/cpu_top.pplq.rdb 296B
  127. cputop/db/cpu_top.pre_map.hdb 48.26KB
  128. cputop/db/cpu_top.pti_db_list.ddb 296B
  129. cputop/db/cpu_top.root_partition.map.reg_db.cdb 736B
  130. cputop/db/cpu_top.routing.rdb 63.32KB
  131. cputop/db/cpu_top.rtlv.hdb 46.21KB
  132. cputop/db/cpu_top.rtlv_sg.cdb 70.41KB
  133. cputop/db/cpu_top.rtlv_sg_swap.cdb 9.12KB
  134. cputop/db/cpu_top.sgate.nvd 83.4KB
  135. cputop/db/cpu_top.sgate_sm.nvd 2.45KB
  136. cputop/db/cpu_top.sld_design_entry.sci 277B
  137. cputop/db/cpu_top.sld_design_entry_dsc.sci 277B
  138. cputop/db/cpu_top.smart_action.txt 6B
  139. cputop/db/cpu_top.smp_dump.txt 372B
  140. cputop/db/cpu_top.sta.qmsg 29.13KB
  141. cputop/db/cpu_top.sta.rdb 11.5KB
  142. cputop/db/cpu_top.sta_cmp.6_slow_1100mv_85c.tdb 333.49KB
  143. cputop/db/cpu_top.tis_db_list.ddb 330B
  144. cputop/db/cpu_top.tiscmp.fast_1100mv_0c.ddb 1MB
  145. cputop/db/cpu_top.tiscmp.fast_1100mv_85c.ddb 1023.44KB
  146. cputop/db/cpu_top.tiscmp.slow_1100mv_0c.ddb 1MB
  147. cputop/db/cpu_top.tiscmp.slow_1100mv_85c.ddb 1.01MB
  148. cputop/db/cpu_top.tmw_info 310B
  149. cputop/db/cpu_top.vpr.ammdb 4.26KB
  150. cputop/db/decode_61a.tdf 3.05KB
  151. cputop/db/decode_dla.tdf 3.17KB
  152. cputop/db/logic_util_heursitic.dat 34.16KB
  153. cputop/db/mux_chb.tdf 18.62KB
  154. cputop/db/prev_cmp_cpu_top.qmsg 2.06KB
  155. cputop/greybox_tmp/
  156. cputop/greybox_tmp/cbx_args.txt 388B
  157. cputop/hc_output/
  158. cputop/hc_output/cpu_top.names_drv_tbl 391.68KB
  159. cputop/incremental_db/
  160. cputop/incremental_db/compiled_partitions/
  161. cputop/incremental_db/compiled_partitions/cpu_top.db_info 140B
  162. cputop/incremental_db/compiled_partitions/cpu_top.root_partition.cmp.ammdb 6.8KB
  163. cputop/incremental_db/compiled_partitions/cpu_top.root_partition.cmp.cdb 278.06KB
  164. cputop/incremental_db/compiled_partitions/cpu_top.root_partition.cmp.dfp 33B
  165. cputop/incremental_db/compiled_partitions/cpu_top.root_partition.cmp.hbdb.cdb 15.7KB
  166. cputop/incremental_db/compiled_partitions/cpu_top.root_partition.cmp.hbdb.hdb 60.14KB
  167. cputop/incremental_db/compiled_partitions/cpu_top.root_partition.cmp.hbdb.sig 32B
  168. cputop/incremental_db/compiled_partitions/cpu_top.root_partition.cmp.hdb 60.15KB
  169. cputop/incremental_db/compiled_partitions/cpu_top.root_partition.cmp.logdb 4B
  170. cputop/incremental_db/compiled_partitions/cpu_top.root_partition.cmp.rcfdb 190.51KB
  171. cputop/incremental_db/compiled_partitions/cpu_top.root_partition.map.cdb 55.38KB
  172. cputop/incremental_db/compiled_partitions/cpu_top.root_partition.map.dpi 5.05KB
  173. cputop/incremental_db/compiled_partitions/cpu_top.root_partition.map.hbdb.cdb 2.89KB
  174. cputop/incremental_db/compiled_partitions/cpu_top.root_partition.map.hbdb.hb_info 56B
  175. cputop/incremental_db/compiled_partitions/cpu_top.root_partition.map.hbdb.hdb 46.63KB
  176. cputop/incremental_db/compiled_partitions/cpu_top.root_partition.map.hbdb.sig 32B
  177. cputop/incremental_db/compiled_partitions/cpu_top.root_partition.map.hdb 49.02KB
  178. cputop/incremental_db/compiled_partitions/cpu_top.root_partition.map.kpt 4.73KB
  179. cputop/incremental_db/README 653B
  180. cputop/InstrunctionRegister.v 477B
  181. cputop/InstrunctionRegister.v.bak 688B
  182. cputop/output_files/
  183. cputop/output_files/cpu_top.asm.rpt 6.54KB
  184. cputop/output_files/cpu_top.cdf 386B
  185. cputop/output_files/cpu_top.done 26B
  186. cputop/output_files/cpu_top.eda.rpt 5.59KB
  187. cputop/output_files/cpu_top.fit.rpt 449.05KB
  188. cputop/output_files/cpu_top.fit.smsg 482B
  189. cputop/output_files/cpu_top.fit.summary 651B
  190. cputop/output_files/cpu_top.flow.rpt 11.37KB
  191. cputop/output_files/cpu_top.jdi 226B
  192. cputop/output_files/cpu_top.map.rpt 93.42KB
  193. cputop/output_files/cpu_top.map.smsg 288B
  194. cputop/output_files/cpu_top.map.summary 523B
  195. cputop/output_files/cpu_top.pin 102.95KB
  196. cputop/output_files/cpu_top.sof 6.38MB
  197. cputop/output_files/cpu_top.sta.rpt 119.84KB
  198. cputop/output_files/cpu_top.sta.summary 2.82KB
  199. cputop/output_files/greybox_tmp/
  200. cputop/output_files/greybox_tmp/cbx_args.txt 391B
  201. cputop/output_files/RAM_CORE.qip
  202. cputop/PLL.bsf 2.9KB
  203. cputop/PLL.cmp 187B
  204. cputop/PLL.ppf 364B
  205. cputop/PLL.qip 950B
  206. cputop/PLL.sip 459B
  207. cputop/PLL.spd 172B
  208. cputop/PLL.v 17.02KB
  209. cputop/PLL/
  210. cputop/PLL/PLL_0002.qip 298B
  211. cputop/PLL/PLL_0002.v 2.1KB
  212. cputop/PLL_sim.f 15B
  213. cputop/PLL_sim/
  214. cputop/PLL_sim/aldec/
  215. cputop/PLL_sim/aldec/rivierapro_setup.tcl 7.23KB
  216. cputop/PLL_sim/cadence/
  217. cputop/PLL_sim/cadence/cds.lib 1.27KB
  218. cputop/PLL_sim/cadence/hdl.var 18B
  219. cputop/PLL_sim/cadence/ncsim_setup.sh 4.26KB
  220. cputop/PLL_sim/mentor/
  221. cputop/PLL_sim/mentor/msim_setup.tcl 6.96KB
  222. cputop/PLL_sim/PLL.vo 14.71KB
  223. cputop/PLL_sim/synopsys/
  224. cputop/PLL_sim/synopsys/vcs/
  225. cputop/PLL_sim/synopsys/vcs/vcs_setup.sh 2.88KB
  226. cputop/PLL_sim/synopsys/vcsmx/
  227. cputop/PLL_sim/synopsys/vcsmx/synopsys_sim.setup 616B
  228. cputop/PLL_sim/synopsys/vcsmx/vcsmx_setup.sh 4.33KB
  229. cputop/PLLJ_PLLSPE_INFO.txt 273B
  230. cputop/ProgramCounter.v 535B
  231. cputop/ProgramCounter.v.bak 666B
  232. cputop/RAM.v 522B
  233. cputop/RAM_CORE.qip 196B
  234. cputop/RAM_CORE.v 7.13KB
  235. cputop/RegisterFile.v 1.19KB
  236. cputop/RegisterFile.v.bak 691B
  237. cputop/simulation/
  238. cputop/simulation/modelsim/
  239. cputop/simulation/modelsim/AddressingUnit.vt 1.79KB
  240. cputop/simulation/modelsim/AddressingUnit.vt.bak 3.17KB
  241. cputop/simulation/modelsim/AddressLogic.vt 3.13KB
  242. cputop/simulation/modelsim/AddressLogic.vt.bak 3.13KB
  243. cputop/simulation/modelsim/ArithmeticUnit.vt 1.27KB
  244. cputop/simulation/modelsim/ArithmeticUnit.vt.bak 3.27KB
  245. cputop/simulation/modelsim/cpu.vt 1.29KB
  246. cputop/simulation/modelsim/cpu.vt.bak 3.24KB
  247. cputop/simulation/modelsim/cpu_top.mif 992B
  248. cputop/simulation/modelsim/cpu_top.sft 43B
  249. cputop/simulation/modelsim/cpu_top.vo 1.5MB
  250. cputop/simulation/modelsim/cpu_top.vt 774B
  251. cputop/simulation/modelsim/cpu_top.vt.bak 2.94KB
  252. cputop/simulation/modelsim/cpu_top_iputf_input/
  253. cputop/simulation/modelsim/cpu_top_iputf_input/aldec/
  254. cputop/simulation/modelsim/cpu_top_iputf_input/aldec/rivierapro_libs.txt
  255. cputop/simulation/modelsim/cpu_top_iputf_input/aldec/rivierapro_setup.tcl 34B
  256. cputop/simulation/modelsim/cpu_top_iputf_input/cadence/
  257. cputop/simulation/modelsim/cpu_top_iputf_input/cadence/ncsim_libs.txt
  258. cputop/simulation/modelsim/cpu_top_iputf_input/cadence/ncsim_setup.sh 36B
  259. cputop/simulation/modelsim/cpu_top_iputf_input/mentor/
  260. cputop/simulation/modelsim/cpu_top_iputf_input/mentor/msim_libs.txt
  261. cputop/simulation/modelsim/cpu_top_iputf_input/mentor/msim_setup.tcl 34B
  262. cputop/simulation/modelsim/cpu_top_iputf_input/nl_common.txt 65B
  263. cputop/simulation/modelsim/cpu_top_iputf_input/synopsys/
  264. cputop/simulation/modelsim/cpu_top_iputf_input/synopsys/vcs/
  265. cputop/simulation/modelsim/cpu_top_iputf_input/synopsys/vcs/options_file.vcs 29B
  266. cputop/simulation/modelsim/cpu_top_iputf_input/synopsys/vcs/vcs_setup.sh
  267. cputop/simulation/modelsim/cpu_top_iputf_input/synopsys/vcsmx/
  268. cputop/simulation/modelsim/cpu_top_iputf_input/synopsys/vcsmx/vcsmx_libs.txt
  269. cputop/simulation/modelsim/cpu_top_iputf_input/synopsys/vcsmx/vcsmx_setup.sh 41B
  270. cputop/simulation/modelsim/cpu_top_iputf_libs/
  271. cputop/simulation/modelsim/cpu_top_modelsim.xrf 75.23KB
  272. cputop/simulation/modelsim/cpu_top_run_msim_rtl_verilog.do 1.68KB
  273. cputop/simulation/modelsim/cpu_top_run_msim_rtl_verilog.do.bak 578B
  274. cputop/simulation/modelsim/cpu_top_run_msim_rtl_verilog.do.bak1 578B
  275. cputop/simulation/modelsim/cpu_top_run_msim_rtl_verilog.do.bak10 572B
  276. cputop/simulation/modelsim/cpu_top_run_msim_rtl_verilog.do.bak11 1.68KB
  277. cputop/simulation/modelsim/cpu_top_run_msim_rtl_verilog.do.bak2 578B
  278. cputop/simulation/modelsim/cpu_top_run_msim_rtl_verilog.do.bak3 578B
  279. cputop/simulation/modelsim/cpu_top_run_msim_rtl_verilog.do.bak4 578B
  280. cputop/simulation/modelsim/cpu_top_run_msim_rtl_verilog.do.bak5 578B
  281. cputop/simulation/modelsim/cpu_top_run_msim_rtl_verilog.do.bak6 578B
  282. cputop/simulation/modelsim/cpu_top_run_msim_rtl_verilog.do.bak7 578B
  283. cputop/simulation/modelsim/cpu_top_run_msim_rtl_verilog.do.bak8 578B
  284. cputop/simulation/modelsim/cpu_top_run_msim_rtl_verilog.do.bak9 578B
  285. cputop/simulation/modelsim/greybox_tmp/
  286. cputop/simulation/modelsim/greybox_tmp/cbx_args.txt 388B
  287. cputop/simulation/modelsim/modelsim.ini 10.87KB
  288. cputop/simulation/modelsim/msim_transcript 8.15KB
  289. cputop/simulation/modelsim/output_files/
  290. cputop/simulation/modelsim/ProgramCounter.vt 949B
  291. cputop/simulation/modelsim/ProgramCounter.vt.bak 2.94KB
  292. cputop/simulation/modelsim/RAM_CORE.qip
  293. cputop/simulation/modelsim/RegisterFile.vt 1.17KB
  294. cputop/simulation/modelsim/RegisterFile.vt.bak 3.08KB
  295. cputop/simulation/modelsim/rtl_work/
  296. cputop/simulation/modelsim/rtl_work/@address@logic/
  297. cputop/simulation/modelsim/rtl_work/@address@logic/_primary.dat 735B
  298. cputop/simulation/modelsim/rtl_work/@address@logic/_primary.dbs 762B
  299. cputop/simulation/modelsim/rtl_work/@address@logic/_primary.vhd 566B
  300. cputop/simulation/modelsim/rtl_work/@address@logic/verilog.prw 361B
  301. cputop/simulation/modelsim/rtl_work/@address@logic/verilog.psm 6.91KB
  302. cputop/simulation/modelsim/rtl_work/@addressing@unit/
  303. cputop/simulation/modelsim/rtl_work/@addressing@unit/_primary.dat 685B
  304. cputop/simulation/modelsim/rtl_work/@addressing@unit/_primary.dbs 861B
  305. cputop/simulation/modelsim/rtl_work/@addressing@unit/_primary.vhd 593B
  306. cputop/simulation/modelsim/rtl_work/@addressing@unit/verilog.prw 95B
  307. cputop/simulation/modelsim/rtl_work/@addressing@unit/verilog.psm 5.69KB
  308. cputop/simulation/modelsim/rtl_work/@arithmetic@unit/
  309. cputop/simulation/modelsim/rtl_work/@arithmetic@unit/_primary.dat 1.34KB
  310. cputop/simulation/modelsim/rtl_work/@arithmetic@unit/_primary.dbs 2.09KB
  311. cputop/simulation/modelsim/rtl_work/@arithmetic@unit/_primary.vhd 852B
  312. cputop/simulation/modelsim/rtl_work/@arithmetic@unit/verilog.prw 601B
  313. cputop/simulation/modelsim/rtl_work/@arithmetic@unit/verilog.psm 13.98KB
  314. cputop/simulation/modelsim/rtl_work/@data@path/
  315. cputop/simulation/modelsim/rtl_work/@data@path/_primary.dat 2.96KB
  316. cputop/simulation/modelsim/rtl_work/@data@path/_primary.dbs 5.03KB
  317. cputop/simulation/modelsim/rtl_work/@data@path/_primary.vhd 1.75KB
  318. cputop/simulation/modelsim/rtl_work/@data@path/verilog.prw 1.39KB
  319. cputop/simulation/modelsim/rtl_work/@data@path/verilog.psm 26.41KB
  320. cputop/simulation/modelsim/rtl_work/@instrunction@register/
  321. cputop/simulation/modelsim/rtl_work/@instrunction@register/_primary.dat 347B
  322. cputop/simulation/modelsim/rtl_work/@instrunction@register/_primary.dbs 456B
  323. cputop/simulation/modelsim/rtl_work/@instrunction@register/_primary.vhd 328B
  324. cputop/simulation/modelsim/rtl_work/@instrunction@register/verilog.prw 204B
  325. cputop/simulation/modelsim/rtl_work/@instrunction@register/verilog.psm 3.14KB
  326. cputop/simulation/modelsim/rtl_work/@p@l@l/
  327. cputop/simulation/modelsim/rtl_work/@p@l@l/_primary.dat 8.09KB
  328. cputop/simulation/modelsim/rtl_work/@p@l@l/_primary.dbs 760B
  329. cputop/simulation/modelsim/rtl_work/@p@l@l/_primary.vhd 254B
  330. cputop/simulation/modelsim/rtl_work/@p@l@l/verilog.prw 483B
  331. cputop/simulation/modelsim/rtl_work/@p@l@l/verilog.psm 52.8KB
  332. cputop/simulation/modelsim/rtl_work/@program@counter/
  333. cputop/simulation/modelsim/rtl_work/@program@counter/_primary.dat 403B
  334. cputop/simulation/modelsim/rtl_work/@program@counter/_primary.dbs 465B
  335. cputop/simulation/modelsim/rtl_work/@program@counter/_primary.vhd 316B
  336. cputop/simulation/modelsim/rtl_work/@program@counter/verilog.prw 194B
  337. cputop/simulation/modelsim/rtl_work/@program@counter/verilog.psm 3.33KB
  338. cputop/simulation/modelsim/rtl_work/@r@a@m/
  339. cputop/simulation/modelsim/rtl_work/@r@a@m/_primary.dat 506B
  340. cputop/simulation/modelsim/rtl_work/@r@a@m/_primary.dbs 702B
  341. cputop/simulation/modelsim/rtl_work/@r@a@m/_primary.vhd 443B
  342. cputop/simulation/modelsim/rtl_work/@r@a@m/verilog.prw 240B
  343. cputop/simulation/modelsim/rtl_work/@r@a@m/verilog.psm 5KB
  344. cputop/simulation/modelsim/rtl_work/@r@a@m_@c@o@r@e/
  345. cputop/simulation/modelsim/rtl_work/@r@a@m_@c@o@r@e/_primary.dat 1.82KB
  346. cputop/simulation/modelsim/rtl_work/@r@a@m_@c@o@r@e/_primary.dbs 1.27KB
  347. cputop/simulation/modelsim/rtl_work/@r@a@m_@c@o@r@e/_primary.vhd 367B
  348. cputop/simulation/modelsim/rtl_work/@r@a@m_@c@o@r@e/verilog.prw 1.61KB
  349. cputop/simulation/modelsim/rtl_work/@r@a@m_@c@o@r@e/verilog.psm 17KB
  350. cputop/simulation/modelsim/rtl_work/@register@file/
  351. cputop/simulation/modelsim/rtl_work/@register@file/_primary.dat 922B
  352. cputop/simulation/modelsim/rtl_work/@register@file/_primary.dbs 1013B
  353. cputop/simulation/modelsim/rtl_work/@register@file/_primary.vhd 542B
  354. cputop/simulation/modelsim/rtl_work/@register@file/verilog.prw 544B
  355. cputop/simulation/modelsim/rtl_work/@register@file/verilog.psm 11.86KB
  356. cputop/simulation/modelsim/rtl_work/@status@register/
  357. cputop/simulation/modelsim/rtl_work/@status@register/_primary.dat 415B
  358. cputop/simulation/modelsim/rtl_work/@status@register/_primary.dbs 677B
  359. cputop/simulation/modelsim/rtl_work/@status@register/_primary.vhd 448B
  360. cputop/simulation/modelsim/rtl_work/@status@register/verilog.prw 270B
  361. cputop/simulation/modelsim/rtl_work/@status@register/verilog.psm 4.72KB
  362. cputop/simulation/modelsim/rtl_work/_info 5.52KB
  363. cputop/simulation/modelsim/rtl_work/_temp/
  364. cputop/simulation/modelsim/rtl_work/_vmake 26B
  365. cputop/simulation/modelsim/rtl_work/control/
  366. cputop/simulation/modelsim/rtl_work/control/_primary.dat 8.18KB
  367. cputop/simulation/modelsim/rtl_work/control/_primary.dbs 8.43KB
  368. cputop/simulation/modelsim/rtl_work/control/_primary.vhd 5.93KB
  369. cputop/simulation/modelsim/rtl_work/control/verilog.prw 2.4KB
  370. cputop/simulation/modelsim/rtl_work/control/verilog.psm 79.16KB
  371. cputop/simulation/modelsim/rtl_work/cpu/
  372. cputop/simulation/modelsim/rtl_work/cpu/_primary.dat 2.17KB
  373. cputop/simulation/modelsim/rtl_work/cpu/_primary.dbs 3.4KB
  374. cputop/simulation/modelsim/rtl_work/cpu/_primary.vhd 635B
  375. cputop/simulation/modelsim/rtl_work/cpu/verilog.prw 71B
  376. cputop/simulation/modelsim/rtl_work/cpu/verilog.psm 13.8KB
  377. cputop/simulation/modelsim/rtl_work/cpu_top/
  378. cputop/simulation/modelsim/rtl_work/cpu_top/_primary.dat 1.38KB
  379. cputop/simulation/modelsim/rtl_work/cpu_top/_primary.dbs 1.76KB
  380. cputop/simulation/modelsim/rtl_work/cpu_top/_primary.vhd 300B
  381. cputop/simulation/modelsim/rtl_work/cpu_top/verilog.prw 918B
  382. cputop/simulation/modelsim/rtl_work/cpu_top/verilog.psm 12.53KB
  383. cputop/simulation/modelsim/rtl_work/cpu_top_vlg_tst/
  384. cputop/simulation/modelsim/rtl_work/cpu_top_vlg_tst/_primary.dat 537B
  385. cputop/simulation/modelsim/rtl_work/cpu_top_vlg_tst/_primary.dbs 709B
  386. cputop/simulation/modelsim/rtl_work/cpu_top_vlg_tst/_primary.vhd 90B
  387. cputop/simulation/modelsim/rtl_work/cpu_top_vlg_tst/verilog.prw 548B
  388. cputop/simulation/modelsim/rtl_work/cpu_top_vlg_tst/verilog.psm 5.92KB
  389. cputop/simulation/modelsim/test.mif 1.21KB
  390. cputop/simulation/modelsim/test.ver 827.73KB
  391. cputop/simulation/modelsim/vsim.wlf 72KB
  392. cputop/StatusRegister.v 656B
  393. cputop/StatusRegister.v.bak 590B
  394. cputop/test.mif 1.21KB
0评论
提交 加载更多评论
其他资源 HTML+CSS实现快速3D效果,六个案例源码分享 3D球体、正方体+鼠标渐入渐出效果、贴图正方体、球体相册、行星环绕相册
【HTML+CSS】实现快速3D效果,六个案例源码分享。3D球体、正方体+鼠标渐入渐出效果、贴图正方体、球体相册、行星环绕相册。使用于刚开始学习前端的人群,在不使用js的前提下就实现3D效果。代码简洁易懂,初级开发者利器。源码是开源的,任何人都可以借鉴。
QT封装的弧形进度条组件
在可视化应用中,弧形进度条应用也比较广泛,本示例封装了一个可复用、个性化的弧形进度条组件。示例代码介绍的非常详细,具有一定的参考价值,感兴趣的小伙伴们可以参考一下
在线拍卖系统2024(代码+论文+ppt)
CSDN展示地址: http://t.csdnimg.cn/28rdv
STM32学习-IIC
STM32学习-IIC
ViT算法及其在轴承故障诊断工程领域应用
ViT算法及其在轴承故障诊断工程领域应用
文件切割V1.0.1.zip
蓝某云而言,上传资源必须小于100M,fat32文件格式只能存4G(实际3.9G)这是文件切割机就上场了,将大文件切割成数个小文件,再合并,亲测有效
libssh2库,内函编译好的32位和64位的动态库lib、dll,以及相关头文件
libssh2库,内函编译好的32位和64位的动态库lib、dll,以及相关头文件 include文件夹: libssh2.h libssh2_publickey.h libssh2_sftp.h lib文件夹: libssh2_x64.zip libssh2_x86.zip
数字滤波器的MATLAB与FPGA实现-AlteraVerilog版
数字滤波器的MATLAB与FPGA实现-AlteraVerilog版