Added $assert cell
[yosys.git] / frontends / ast / genrtlil.cc
2014-01-19 Clifford WolfAdded $assert cell
2014-01-02 Clifford WolfAdded correct handling of $memwr priority
2013-12-27 Clifford WolfAdded support for non-const === and !== (for miter...
2013-12-27 Clifford WolfAdded proper === and !== support in constant expressions
2013-12-04 Clifford WolfVarious improvements in support for generate statements
2013-12-04 Clifford WolfReplaced signed_parameters API with CONST_FLAG_SIGNED
2013-12-04 Clifford WolfReplaced RTLIL::Const::str with generic decoder method
2013-12-04 Clifford WolfAdded support for local regs in named blocks
2013-11-28 Clifford WolfMerge pull request #17 from mschmoelzer/master
2013-11-28 Clifford WolfFixed temp net name generation in rtlil process generat...
2013-11-28 Clifford WolfAdded "src" attribute to processes
2013-11-24 Clifford WolfAdded module->avail_parameters (for advanced techmap...
2013-11-24 Clifford WolfRemove auto_wire framework (smarter than the verilog...
2013-11-24 Clifford WolfImplemented correct handling of signed module parameters
2013-11-21 Clifford WolfMajor improvements in mem2reg and added "init" sync...
2013-11-18 Clifford WolfFixed parsing of default cases when not last case
2013-11-10 Clifford WolfCleanups and bugfixes in response to new internal cell...
2013-11-08 Clifford WolfMore undef-propagation related fixes
2013-11-07 Clifford WolfFixed handling of power operator
2013-11-07 Clifford WolfFixed more extend vs. extend_u0 issues
2013-11-07 Clifford WolfRenamed extend_un0() to extend_u0() and use it in genrtlil
2013-11-07 Clifford WolfFixed const folding in corner cases with parameters
2013-11-07 Clifford WolfFixed width detection for replicate operator
2013-11-07 Clifford WolfVarious fixes for correct parameter support
2013-11-07 Clifford WolfFixed the fix for propagation of width hints for $signe...
2013-11-06 Clifford WolfFixed propagation of width hints for $signed() and...
2013-11-06 Clifford WolfAdditional fixes for undef propagation in concat and...
2013-11-06 Clifford WolfImproved width extension with regard to undef propagation
2013-11-04 Clifford Wolffurther improved early width and sign detection in...
2013-11-03 Clifford WolfMerge branch 'master' of github.com:cliffordwolf/yosys
2013-11-03 Clifford WolfFixed detectSignWidthWorker (ast frontend) for AST_CONCAT
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 WolfFixed handling of boolean attributes (frontends)
2013-08-19 Clifford WolfFixed width and sign detection for ** operator
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 WolfFixed sign propagation in bit-wise operators
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 WolfMajor redesign of expr width/sign detecion (verilog...
2013-07-07 Clifford WolfFixed another bug found using vloghammer
2013-07-04 Clifford WolfAdded defparam support to Verilog/AST frontend
2013-06-13 Clifford WolfMore fixes for bugs found using 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-05-16 Clifford WolfMerge branch 'bugfix'
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-26 Clifford WolfFixed handling of unconditional generate blocks
2013-03-25 Clifford WolfAdded nosync attribute and some async reset related...
2013-02-27 Clifford WolfMoved stand-alone libs to libs/ directory and added...
2013-01-05 Clifford Wolfinitial import