yosys/tests
Clifford Wolf 5e641acc90 Consolidated hana test benches into fewer files
for pf in test_simulation_{always,and,buffer,decoder,inc,mux,nand,nor,or,seq,shifter,sop,techmap,xnor,xor}; do
gawk 'FNR == 1 { printf("\n// %s\n",FILENAME); } { gsub("^module *", sprintf("module f%d_",ARGIND)); print; }' \
    ${pf}_*_test.v > $pf.v; ../tools/autotest.sh $pf.v; mv -v ${pf}_*_test.v Attic/; done;

..etc..
2014-08-01 03:57:37 +02:00
..
asicworld Added "make -j{N}" support to "make test" 2014-07-30 19:23:26 +02:00
hana Consolidated hana test benches into fewer files 2014-08-01 03:57:37 +02:00
memories Added SAT-based write-port sharing to memory_share 2014-07-19 15:33:55 +02:00
realmath Added note to "make test": use git checkout of iverilog 2014-07-16 10:03:07 +02:00
sat Added yet another resource sharing test case 2014-07-20 21:15:01 +02:00
share Wider range of cell types supported in "share" pass 2014-07-21 12:18:29 +02:00
simple Added "make -j{N}" support to "make test" 2014-07-30 19:23:26 +02:00
techmap Changed tests/techmap/mem_simple_4x1_map for new $mem/$memwr WR_EN interface 2014-07-16 14:08:51 +02:00
tools Added "test_autotb -n <num_iter>" option 2014-08-01 03:55:51 +02:00
various Added tests/various/.gitignore 2014-07-26 17:43:41 +02:00
vloghtb Added "make -j{N}" support to "make test" 2014-07-30 19:23:26 +02:00