diff options
author | bryan newbold <bnewbold@leaflabs.com> | 2013-11-12 12:54:30 -0500 |
---|---|---|
committer | bryan newbold <bnewbold@leaflabs.com> | 2013-11-12 12:54:30 -0500 |
commit | 92ed49e97997d769f41f42260e56a41f8391559d (patch) | |
tree | edfa72346aea5ebbbbcd550d52ae8f299cf12e5c /README.tb_test | |
parent | 79815d744079daadb5a3808b03ed4d45ffa76365 (diff) | |
download | basic-hdl-template-92ed49e97997d769f41f42260e56a41f8391559d.tar.gz basic-hdl-template-92ed49e97997d769f41f42260e56a41f8391559d.zip |
Part 1 of refactoring template files into ./contrib
BROKEN without later parts (documentation and Makefile updates)
This commit moves and deletes a lot of Xula2 and SP605 files around.
It also includes a large cleanup of xilinx.mk
Diffstat (limited to 'README.tb_test')
-rw-r--r-- | README.tb_test | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/README.tb_test b/README.tb_test deleted file mode 100644 index 3be00d6..0000000 --- a/README.tb_test +++ /dev/null @@ -1,12 +0,0 @@ - -"testbenches" are helpful wrappers which exersize a piece of code. they should -live in ./tb/, end in "_tb.v" or "_tb.vhd", and have a signal file (ending in -"_tb.wcfg") associated with the same name. update the 'tbfiles' list in -Makefile. invoke the isim GUI with "make isim/name_tb" (for tb/name_tb.v). if -you make a source code change and don't want to reload the whole GUI, you can -do "make resim/name_tb" and then click the "Re-load" button. - -testbenches which can act as headless unit tests (reporting pass/fail by -printing to stdout) should be added to the 'alltests' list in Makefile. run the -test with 'make test/name_tb'; run all tests with 'make tests'. - |