mirror of https://github.com/YosysHQ/yosys.git
5e641acc90
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.. |
||
---|---|---|
.. | ||
.gitignore | ||
README | ||
hana_vlib.v | ||
run-test.sh | ||
test_intermout.v | ||
test_parse2synthtrans.v | ||
test_parser.v | ||
test_simulation_always.v | ||
test_simulation_and.v | ||
test_simulation_buffer.v | ||
test_simulation_decoder.v | ||
test_simulation_inc.v | ||
test_simulation_mux.v | ||
test_simulation_nand.v | ||
test_simulation_nor.v | ||
test_simulation_or.v | ||
test_simulation_seq.v | ||
test_simulation_shifter.v | ||
test_simulation_sop.v | ||
test_simulation_techmap.v | ||
test_simulation_techmap_tech.v | ||
test_simulation_vlib.v | ||
test_simulation_xnor.v | ||
test_simulation_xor.v |
README
This test cases are copied from the hana project: https://sourceforge.net/projects/sim-sim/