createlib.bat
来自「cpu86是用VHDL描述的8088IP核」· Batch 代码 · 共 10 行
BAT
10 行
vlib work
vlib cpu
vmap cpu cpu
@echo Compile Altera mf library
@echo Only required for the testbench memories
vlib altera_mf
@echo !!!Change the path below to point to the quartus installation directory!!!
vcom -work altera_mf -93 -quiet D:/vendors/quartus60/eda/sim_lib/altera_mf_components.vhd
vcom -work altera_mf -93 -quiet D:/vendors/quartus60/eda/sim_lib/altera_mf.vhd
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?