diff options
author | bryan newbold <bnewbold@leaflabs.com> | 2013-03-13 15:48:03 -0400 |
---|---|---|
committer | bryan newbold <bnewbold@leaflabs.com> | 2013-03-13 15:48:03 -0400 |
commit | 29be352330757421c52695f88ba8d3ebfafc4725 (patch) | |
tree | f9abf1bca7d82e26f2005b7f970493cc7f948bcf /.gitignore | |
parent | 039cc87ffdd5889083e2c834b07fe367554fc8eb (diff) | |
download | basic-hdl-template-29be352330757421c52695f88ba8d3ebfafc4725.tar.gz basic-hdl-template-29be352330757421c52695f88ba8d3ebfafc4725.zip |
basic synthesis version of makefile
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 49 |
1 files changed, 32 insertions, 17 deletions
@@ -25,23 +25,38 @@ par_usage_statistics.html *.xpi *.xwbt *.xrpt -synth_project/netlist.lst -synth_project/*_pad.csv -synth_project/*_pad.txt -synth_project/*_summary.xml -synth_project/*_usage.xml -synth_project/*_xst.xrpt -synth_project/*.ngm -synth_project/*.ngr -synth_project/usage_statistics_webtalk.html -synth_project/xst/ +netlist.lst +*_pad.csv +*_pad.txt +*_summary.xml +*_usage.xml +*_xst.xrpt +*.ngm +*.ngr +xst/ usage_statistics_webtalk.html webtalk.log xlnx_auto_0_xdb -testbench/fuse.log -testbench/isim.log -testbench/isim.wdb -testbench/fuse.xmsgs -testbench/fuseRelaunch.cmd -testbench/isim.wdb -testbench/isim/ +*.log +isim.wdb +*.xmsgs +fuseRelaunch.cmd +isim.wdb +isim/ +dump.vcd +simulation/ +*_envsettings.html +*_summary.html +*.cmd_log +*.bin +webtalk_pn.xml +*.xreport +*.syr +*.twr +*.twx +*.srp +*.cfi +*.mcs +*.prm +*.psr +*.scr |