Added additional mem2reg testcase
[yosys.git] / tests /
2013-11-18 Clifford WolfAdded additional mem2reg testcase
2013-11-18 Clifford WolfFixed parsing of default cases when not last case
2013-11-07 Clifford WolfFixed handling of power operator
2013-11-03 Clifford WolfMerge branch 'master' of github.com:cliffordwolf/yosys
2013-11-02 Clifford WolfBehavior should be identical now to rev. 0b4a64ac6adbd6...
2013-11-02 Clifford WolfVarious ast changes for early expression width detectio...
2013-10-24 Clifford WolfAdded support for complex set-reset flip-flops in proc_dff
2013-10-21 Clifford WolfImproved handling of dff with async resets
2013-09-15 Clifford WolfMoved common techlib files to techlibs/common
2013-08-12 Clifford WolfAdded support for "2**n" shifter encoding
2013-08-09 Clifford WolfAdded $div and $mod technology mapping
2013-07-12 Clifford WolfMore fixes in ternary op sign handling
2013-07-11 Clifford WolfFixed sign handling in ternary operator
2013-07-11 Clifford WolfAnother vloghammer related bugfix
2013-07-09 Clifford WolfMore fixes in ast expression sign/width handling
2013-07-09 Clifford WolfMerge branch 'master' of github.com:cliffordwolf/yosys
2013-07-09 Clifford WolfFixed shift ops with large right hand side
2013-07-09 Clifford WolfMajor redesign of expr width/sign detecion (verilog...
2013-07-07 Clifford WolfFixed another bug found using vloghammer
2013-07-07 Clifford WolfRemoved tests/xsthammer
2013-07-05 Clifford WolfFixed vivado related xsthammer bugs
2013-07-05 Clifford WolfVarious improvements in xsthammer report generator
2013-07-05 Clifford WolfAdded work-around to isim bug in xsthammer report script
2013-07-05 Clifford WolfAdded CARRY4 Xilinx cell to xsthammer cell lib
2013-07-05 Clifford WolfAdded xsthammer report generator
2013-07-04 Clifford WolfImproved xsthammer quartus support
2013-07-04 Clifford WolfAdded Altera Cyclon III cell library to xsthammer
2013-07-04 Clifford WolfAdded defparam support to Verilog/AST frontend
2013-07-03 Clifford WolfAdded Altera Quartus support to xsthammer
2013-07-03 Clifford WolfProgress in xsthammer
2013-06-26 Clifford WolfAdded vivado support to xsthammer
2013-06-20 Clifford WolfMerge branch 'master' of github.com:cliffordwolf/yosys
2013-06-20 Clifford WolfAdded timout functionality to SAT solver
2013-06-19 Clifford WolfAdded "eval" pass
2013-06-17 Clifford WolfAdded more stuff to xsthammer, found first xst bug
2013-06-15 Clifford WolfAdded ternary op and concat op to xsthammer
2013-06-13 Clifford WolfAdded consteval testing to xsthammer and fixed bugs
2013-06-13 Clifford WolfMore xsthammer improvements (using xst 14.5 now)
2013-06-12 Clifford WolfMerge branch 'master' of github.com:cliffordwolf/yosys
2013-06-12 Clifford WolfAnother fix for a bug found using xsthammer
2013-06-11 Clifford WolfFurther improved and extended xsthammer
2013-06-10 Clifford WolfMore xsthammer improvements
2013-06-10 Clifford WolfProgress xsthammer scripts
2013-06-10 Clifford WolfProgress in xsthammer: working proof for cell models
2013-06-10 Clifford WolfProgress on xsthammer
2013-06-09 Clifford WolfAdded first xsthammer scripts
2013-05-24 Clifford WolfFixed undef behavior in tests/asicworld/code_verilog_tu...
2013-05-17 Clifford WolfRemoved test cases that have been moved to yosys-test.
2013-05-16 Clifford WolfMerge branch 'master' of github.com:cliffordwolf/yosys
2013-05-16 Clifford WolfMerge branch 'bugfix'
2013-05-14 Clifford WolfImproved vcdcd.pl (added -d option)
2013-05-14 Clifford WolfSome improvements in vcdcd.pl
2013-04-13 Clifford WolfFixed a bug in AST frontend for cases with non-blocking...
2013-03-31 Clifford WolfNow only use value from "initial" when no matching...
2013-03-31 Clifford WolfAdded test cases from 2012 paper on comparison of foss...
2013-03-31 Clifford WolfAdded k68 (m68k compatible cpu) test case from verilator
2013-03-24 Clifford WolfRenamed hansimem.v test case to mem_arst.v
2013-03-24 Clifford WolfAdded hansimem testcase (memory with async reset)
2013-03-17 Clifford WolfMerge branch 'hansi'
2013-03-17 Clifford WolfSet execute bit on tests/openmsp430/run-synth.sh for...
2013-03-17 Johann Glaserset executable flags to run-synth.sh, added .gitignore
2013-03-17 Johann Glaseradded ckeck for Icarus Verilog, otherwise the tests...
2013-01-05 Clifford Wolfadded more .gitignore files (make test)
2013-01-05 Clifford Wolfinitial import