📄 run_nc-verilog
字号:
rm -rf ./workmkdir ./work# Run the NC-Verilog parser (compile the source)ncvlog -MESSAGES -UPDATE ./C8051_tb.v ./C8051_td.v ./C8051.v# Run the NC-Verilog elaborator (build the design hierarchy)ncelab -access +rw -MESSAGES \ +update C8051_tb \ -SNAPSHOT worklib.C8051_tb:v # Run the NC-Verilog simulator (simulate the design)ncsim -MESSAGES +update worklib.C8051_tb:v
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -