aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/rtlil.cc
Commit message (Expand)AuthorAgeFilesLines
* SigSpec refactoring: change RTLIL::SigSpec::chunks() to be read-only, created...Clifford Wolf2014-07-221-1/+1
* SigSpec refactoring: using the accessor functions everywhereClifford Wolf2014-07-221-44/+44
* SigSpec refactoring: renamed the SigSpec members to chunks_ and width_ and ad...Clifford Wolf2014-07-221-149/+149
* SigSpec refactoring: renamed chunks and width to __chunks and __widthClifford Wolf2014-07-221-193/+193
* Removed deprecated module->new_wire()Clifford Wolf2014-07-211-15/+6
* Added module->remove(), module->addWire(), module->addCell(), cell->check()Clifford Wolf2014-07-211-8/+39
* Added std::set<RTLIL::SigBit> to RTLIL::SigSpec conversionClifford Wolf2014-07-201-3/+10
* Added function-like cell creation helpersClifford Wolf2014-07-181-73/+103
* Fixed RTLIL::SigSpec::append_bit() for appending constantsClifford Wolf2014-07-171-2/+3
* Changed the $mem/$memwr WR_EN input to a per-data-bit enable signalClifford Wolf2014-07-161-2/+2
* Add support for cell arraysClifford Wolf2014-06-071-1/+2
* Added support for dlatchsr cellsClifford Wolf2014-03-311-1/+58
* Fixed typo in RTLIL::Module::addAdff()Clifford Wolf2014-03-171-1/+1
* Fixed typo in RTLIL::Module::{addSshl,addSshr}Clifford Wolf2014-03-151-2/+2
* Added RTLIL::Module::add{Dff,Dffsr,Adff,Dlatch}Gate() APIClifford Wolf2014-03-151-1/+54
* Progress in Verific bindingsClifford Wolf2014-03-141-1/+1
* Added RTLIL::Module::Add{Inv,And,Or,Xor,Mux}Gate APIClifford Wolf2014-03-141-0/+42
* Merged OSX fixes from Siesh1oo with some modificationsClifford Wolf2014-03-131-0/+1
* Fixed a typo in RTLIL::Module::addReduce...Clifford Wolf2014-03-101-5/+5
* Added RTLIL::Module::add... helper methodsClifford Wolf2014-03-101-0/+236
* Improved checking of internal cell conventionsClifford Wolf2014-02-081-8/+17
* Added $slice and $concat cell typesClifford Wolf2014-02-071-0/+18
* Stronger checking of internal cellsClifford Wolf2014-02-071-29/+37
* Added generic RTLIL::SigSpec::parse_sel() with support for selection variablesClifford Wolf2014-02-061-0/+18
* Added TRANSPARENT parameter to $memrd (and RD_TRANSPARENT to $mem)Clifford Wolf2014-02-031-0/+2
* Added RTLIL::SigSpec::to_single_sigbit()Clifford Wolf2014-02-021-0/+9
* Added $assert cellClifford Wolf2014-01-191-0/+7
* Added RTLIL::SigSpec::optimized() APIClifford Wolf2014-01-031-0/+7
* Added correct handling of $memwr priorityClifford Wolf2014-01-031-0/+1
* Added additional checks for A_SIGNED == B_SIGNED for cells with that constraintClifford Wolf2013-12-311-4/+11
* Added $bu0 cell (for easy correct $eq/$ne mapping)Clifford Wolf2013-12-281-1/+1
* Added support for non-const === and !== (for miter circuits)Clifford Wolf2013-12-271-1/+1
* Fixes and improvements in RTLIL::SigSpec::parseClifford Wolf2013-12-071-2/+12
* Replaced signed_parameters API with CONST_FLAG_SIGNEDClifford Wolf2013-12-041-1/+1
* Replaced RTLIL::Const::str with generic decoder methodClifford Wolf2013-12-041-5/+27
* Remove auto_wire framework (smarter than the verilog standard)Clifford Wolf2013-11-241-6/+0
* Implemented correct handling of signed module parametersClifford Wolf2013-11-241-1/+1
* Massive performance improvement from refactoring RTLIL::SigSpec::optimize()Clifford Wolf2013-11-221-30/+13
* Added SigBit struct and refactored RTLIL::SigSpec::extractClifford Wolf2013-11-221-24/+85
* Added information on all internal cell types to internal checkerClifford Wolf2013-11-111-0/+340
* Improved user-friendliness of "sat" and "eval" expression parsingClifford Wolf2013-11-091-0/+14
* Renamed extend_un0() to extend_u0() and use it in genrtlilClifford Wolf2013-11-071-1/+1
* Fixed type of sign extension in opt_const $eq/$ne handlingClifford Wolf2013-11-071-0/+16
* Added eval -vloghammer_report modeClifford Wolf2013-11-061-0/+3
* Changed NEW_WIRE API to return the wire, not the signalClifford Wolf2013-10-181-1/+1
* Added RTLIL NEW_WIRE macroClifford Wolf2013-10-181-0/+9
* Added "design" command (-reset, -save, -load)Clifford Wolf2013-07-271-0/+89
* Added "eval" passClifford Wolf2013-06-191-0/+85
* Added RTLIL::Module::fixup_ports() API and RTLIL::*::rewrite_sigspecs() APIClifford Wolf2013-06-181-2/+31
* Added "dump" command (part ilang backend)Clifford Wolf2013-06-021-7/+7