diff options
author | bryan newbold <bnewbold@leaflabs.com> | 2013-10-06 16:03:23 -0400 |
---|---|---|
committer | bryan newbold <bnewbold@leaflabs.com> | 2013-10-06 16:03:23 -0400 |
commit | a53c47f87bf6ca67fd6ce45865dc325a4216993a (patch) | |
tree | 129739243ca29671b0408afc067db5ad7411de13 /.gitignore | |
parent | 7a7511363ebf3f268fd44c8f10053c9b98293b18 (diff) | |
download | basic-hdl-template-a53c47f87bf6ca67fd6ce45865dc325a4216993a.tar.gz basic-hdl-template-a53c47f87bf6ca67fd6ce45865dc325a4216993a.zip |
add test/ and isim/ system
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -39,6 +39,7 @@ webtalk.log xlnx_auto_0_xdb *.log isim.wdb +isim*.wdb *.xmsgs fuseRelaunch.cmd isim.wdb @@ -60,8 +61,11 @@ webtalk_pn.xml *.prm *.psr *.scr +tb/*.isim tb/simulate_isim tb/simulate_isim.prj +tb/isim.compiled +tb/test.tcl iseconfig/ build/ coregen-tmp/ |