aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/rtlil.h
Commit message (Expand)AuthorAgeFilesLines
* 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/+1
* Added design->full_selection() helper methodClifford Wolf2013-10-271-0/+3
* Fixed handling of boolean attributes (passes)Clifford Wolf2013-10-241-1/+1
* Fixed handling of boolean attributes (kernel)Clifford Wolf2013-10-241-5/+17
* 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/+4
* Added techmap -opt modeClifford Wolf2013-08-091-2/+5
* Some fixes to improve determinismClifford Wolf2013-08-091-0/+6
* Added "design" command (-reset, -save, -load)Clifford Wolf2013-07-271-12/+12
* Added "eval" passClifford Wolf2013-06-191-0/+1
* Fixed build with clangClifford Wolf2013-06-181-41/+69
* Added RTLIL::Module::fixup_ports() API and RTLIL::*::rewrite_sigspecs() APIClifford Wolf2013-06-181-0/+48
* Added "dump" command (part ilang backend)Clifford Wolf2013-06-021-9/+9
* Improved opt_share for reduce cellsClifford Wolf2013-03-291-0/+2
* Added design->select() api and use it in extract passClifford Wolf2013-03-031-0/+7
* Added id2cstr APIClifford Wolf2013-03-011-0/+7
* Do not unescape identifiers starting with \$Clifford Wolf2013-03-011-1/+1
* initial importClifford Wolf2013-01-051-0/+341