Added $assert cell
[yosys.git] / kernel / rtlil.cc
2014-01-19 Clifford WolfAdded $assert cell
2014-01-03 Clifford WolfAdded RTLIL::SigSpec::optimized() API
2014-01-02 Clifford WolfAdded correct handling of $memwr priority
2013-12-31 Clifford WolfAdded additional checks for A_SIGNED == B_SIGNED for...
2013-12-28 Clifford WolfAdded $bu0 cell (for easy correct $eq/$ne mapping)
2013-12-27 Clifford WolfAdded support for non-const === and !== (for miter...
2013-12-07 Clifford WolfFixes and improvements in RTLIL::SigSpec::parse
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-11-24 Clifford WolfRemove auto_wire framework (smarter than the verilog...
2013-11-24 Clifford WolfImplemented correct handling of signed module parameters
2013-11-22 Clifford WolfMassive performance improvement from refactoring RTLIL...
2013-11-22 Clifford WolfAdded SigBit struct and refactored RTLIL::SigSpec:...
2013-11-10 Clifford WolfAdded information on all internal cell types to interna...
2013-11-09 Clifford WolfImproved user-friendliness of "sat" and "eval" expressi...
2013-11-07 Clifford WolfRenamed extend_un0() to extend_u0() and use it in genrtlil
2013-11-07 Clifford WolfFixed type of sign extension in opt_const $eq/$ne handling
2013-11-06 Clifford WolfAdded eval -vloghammer_report mode
2013-10-18 Clifford WolfChanged NEW_WIRE API to return the wire, not the signal
2013-10-18 Clifford WolfAdded RTLIL NEW_WIRE macro
2013-07-27 Clifford WolfAdded "design" command (-reset, -save, -load)
2013-06-19 Clifford WolfAdded "eval" pass
2013-06-18 Clifford WolfAdded RTLIL::Module::fixup_ports() API and RTLIL::...
2013-06-02 Clifford WolfAdded "dump" command (part ilang backend)
2013-05-16 Clifford WolfMerge branch 'bugfix'
2013-03-29 Clifford WolfImproved opt_share for reduce cells
2013-03-26 Clifford WolfCreate nice errors when calling RTLIL::Module::derive...
2013-01-05 Clifford Wolfinitial import