aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
...
* Progress in memory_bramClifford Wolf2015-01-033-14/+17
|
* Added proper clkpol support to memory_bramClifford Wolf2015-01-021-1/+1
|
* Fixes and improvements in bram testClifford Wolf2015-01-021-20/+8
|
* Progress in bram testbenchClifford Wolf2015-01-021-11/+28
|
* Progress in memory_bramClifford Wolf2015-01-023-13/+11
|
* Progress in memory_bramClifford Wolf2015-01-023-22/+32
|
* Progress in bram testbenchClifford Wolf2015-01-013-42/+184
|
* Bram testbench (incomplete)Clifford Wolf2015-01-012-0/+120
|
* Added "yosys -qq" to also quiet warning messagesClifford Wolf2014-11-091-1/+1
|
* Added support for task and function args in parenthesesClifford Wolf2014-10-271-1/+35
|
* Added "synth" commandClifford Wolf2014-09-141-2/+2
|
* Fixed autotest for non-basename argumentsClifford Wolf2014-09-061-0/+3
|
* Added tests/various/constmsk_test.ysClifford Wolf2014-09-043-0/+68
|
* Added autotest -e (do not use -noexpr on write_verilog)Clifford Wolf2014-08-303-4/+6
|
* Cosmetic changes to FSM testsClifford Wolf2014-08-211-1/+1
|
* Some improvements in FSM mapping and recodingClifford Wolf2014-08-141-1/+2
|
* Added test_verific mode to tests/fsm/generate.pyClifford Wolf2014-08-121-7/+17
|
* Added multi-dim memory test (requires iverilog git head)Clifford Wolf2014-08-121-0/+11
|
* Fixed FSM mapping for multiple reset-like signalsClifford Wolf2014-08-101-7/+22
|
* Some improvements in fsm_opt and fsm_map for FSM with unreachable statesClifford Wolf2014-08-091-1/+2
|
* Improved FSM testsClifford Wolf2014-08-083-2/+4
|
* Added FSM test benchClifford Wolf2014-08-082-0/+113
|
* Improved scope resolution of local regs in Verilog+AST frontendClifford Wolf2014-08-051-0/+63
|
* Fixed AST handling of variables declared inside a functions main blockClifford Wolf2014-08-051-0/+13
|
* Added "wreduce" to some of the standard test benchesClifford Wolf2014-08-033-2/+3
|
* Consolidated hana test benches into fewer filesClifford Wolf2014-08-01175-1332/+1622
| | | | | | | | 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..
* Added "test_autotb -n <num_iter>" optionClifford Wolf2014-08-011-2/+5
|
* Added "make -j{N}" support to "make test"Clifford Wolf2014-07-306-12/+29
|
* Renamed "write_autotest" to "test_autotb" and moved to passes/tests/Clifford Wolf2014-07-291-1/+1
|
* Added support for "upto" wires to Verilog front- and back-endClifford Wolf2014-07-281-0/+57
|
* Improvements in tests/vloghtbClifford Wolf2014-07-282-11/+17
|
* Added techmap -externClifford Wolf2014-07-272-1/+28
|
* Added tests/various/.gitignoreClifford Wolf2014-07-261-0/+1
|
* Added tests/various/submod_extract.ysClifford Wolf2014-07-262-0/+27
|
* Use "wget -N" in tests/vloghtb/run-test.shClifford Wolf2014-07-261-2/+2
|
* Renamed some of the test cases in tests/simple to avoid name collisionsClifford Wolf2014-07-2515-30/+30
|
* Use "opt -fine" in test/vloght/test_mapopt.shClifford Wolf2014-07-212-2/+3
|
* Added "opt_const -fine" and "opt_reduce -fine"Clifford Wolf2014-07-211-1/+1
|
* Various improvements in test/vloghtbClifford Wolf2014-07-214-30/+52
|
* Wider range of cell types supported in "share" passClifford Wolf2014-07-212-19/+52
|
* Added yet another resource sharing test caseClifford Wolf2014-07-202-0/+49
|
* Supercell creation for $div/$mod worked all along, fixed test benchesClifford Wolf2014-07-202-4/+3
|
* Improved tests/share/generate.pyClifford Wolf2014-07-201-2/+12
|
* Small fix in tests/vloghtb/run-test.shClifford Wolf2014-07-201-0/+2
|
* Added "miter -equiv -flatten"Clifford Wolf2014-07-201-2/+1
|
* Added tests/vloghtb/test_share.shClifford Wolf2014-07-205-1/+57
|
* Added tests/share for testing "share" supercell creationClifford Wolf2014-07-203-0/+58
|
* Added tests/vloghtbClifford Wolf2014-07-202-0/+18
|
* Added SAT-based write-port sharing to memory_shareClifford Wolf2014-07-191-0/+25
|
* Fixed bug in memory_share feedback-to-en codeClifford Wolf2014-07-191-0/+24
|