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 /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 'README')
-rw-r--r-- | README | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -86,7 +86,7 @@ first time, be sure to save and rename the configuration appropriately. After editing any HDL files (either the testbench itself or files in ./hdl/), instead of restarting isim you can simply run the following command and then -hit the "Reload" button in the isim GUI: +hit the "Re-launch" button in the isim GUI: make resim/<testbench>_tb |