Various improvements in xsthammer report generator
[yosys.git] / frontends /
2013-07-04 Clifford WolfAdded defparam support to Verilog/AST frontend
2013-06-13 Clifford WolfMore fixes for bugs found using xsthammer
2013-06-11 Clifford WolfFurther improved and extended xsthammer
2013-06-10 Clifford WolfSign-extension related fixes in SatGen and AST frontend
2013-06-10 Clifford WolfFixes and improvements in AST const folding
2013-06-10 Clifford WolfEnabled AST/Verilog front-end optimizations per default
2013-06-07 Clifford WolfAdded SAT generator and simple sat_solve command
2013-05-24 Clifford WolfAdded log_assert() api
2013-05-23 Clifford WolfFixed memory leak in ilang frontend
2013-05-19 Clifford WolfMerge pull request #6 from hansiglaser/master
2013-05-19 Johann Glaseradded option '-Dname[=definition]' to command 'read_ver...
2013-05-16 Clifford WolfMerge branch 'master' of github.com:cliffordwolf/yosys
2013-05-16 Clifford WolfMerge branch 'bugfix'
2013-05-16 Clifford WolfFixed synthesis of functions in latched blocks
2013-05-07 Clifford WolfAdded support for verilog === operator
2013-04-26 Clifford WolfFixed handling of positional module parameters
2013-04-26 Clifford WolfOnly use sha1 checksums for names of parametric modules...
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 AST_INITIAL (before verilog "initial" was mapped...
2013-03-28 Clifford WolfImplemented proper handling of stub placeholder modules
2013-03-26 Clifford WolfImprovements and bugfixes for generate blocks with...
2013-03-26 Clifford WolfFixed handling of unconditional generate blocks
2013-03-25 Clifford WolfAdded nosync attribute and some async reset related...
2013-03-24 Clifford WolfAdded mem2reg option to verilog frontend
2013-03-24 Clifford WolfAnother fix in mem2reg ast simplify logic
2013-03-24 Clifford WolfImproved mem2reg handling in ast simplifier
2013-03-23 Clifford WolfTiny fixes to verilog parser
2013-03-01 Clifford WolfAdded help messages to ilang and verilog frontends
2013-02-27 Clifford WolfMoved stand-alone libs to libs/ directory and added...
2013-02-26 Clifford WolfAdded support for verilog genblock[index].member syntax
2013-01-16 Clifford WolfAdded support for "always @(*)"
2013-01-05 Clifford Wolfadded .gitignore files
2013-01-05 Clifford Wolfinitial import