diff options
author | bryan newbold <bnewbold@leaflabs.com> | 2013-11-13 12:19:15 -0500 |
---|---|---|
committer | bryan newbold <bnewbold@leaflabs.com> | 2013-11-13 12:19:15 -0500 |
commit | c66f054b25d29612393055090953758d0c18b7d6 (patch) | |
tree | eed67b397bb03f2f03026905ddab9389608f2060 /contrib/README | |
parent | dd227d103448274e1142119c0c9f657dcfc2ad18 (diff) | |
download | basic-hdl-template-c66f054b25d29612393055090953758d0c18b7d6.tar.gz basic-hdl-template-c66f054b25d29612393055090953758d0c18b7d6.zip |
clean up simulation targets
Proper prereqs for simulation/test targets.
This commit should fix old "iSim runs with old files even if there was a
bug" errors.
Diffstat (limited to 'contrib/README')
-rw-r--r-- | contrib/README | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/contrib/README b/contrib/README index d145490..05ece66 100644 --- a/contrib/README +++ b/contrib/README @@ -29,9 +29,10 @@ make clean - cleans all sim and synth files, incl. coregen'd make untouchcores - reset timestamps on .xco files to last change -make isim/<name>_tb - compiles sim files, then launches simulator GUI -make resim/<name>_tb - recompiles sim files w/o launching GUI -make test/<name>_tb - runs a single unit test +make isim/<name>_tb - compiles sim files, then launches simulator GUI +make isimcli/<name>_tb - compiles sim files, then launches simulator CLI +make resim/<name>_tb - recompiles sim files w/o launching GUI +make test/<name>_tb - runs a single unit test make par_timingan - launches timing GUI with most recent build results make par_fpga_editor - launches FPGA visualizer GUI for last build (slow!) |