readme
来自「片上网络的noxim仿真平台」· 代码 · 共 19 行
TXT
19 行
Noxim ----------------------------------To compile (first time):1) touch Makefile.deps2) make depend3) makeNote 1: You don't need to repeat steps 1) and 2) after the firstcompilation.Note 2: If you are using SystemC 2.2, please set to DISABLE theSC_SIGNAL_WRITE_CHECK enviroment variable before compiling.bash: export SC_SIGNAL_WRITE_CHECK=DISABLEcsh: setenv SC_SIGNAL_WRITE_CHECK DISABLE
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?