aboutsummaryrefslogtreecommitdiffstats
path: root/frontends/ast/genrtlil.cc
Commit message (Expand)AuthorAgeFilesLines
* Use only module->addCell() and module->remove() to create and delete cellsClifford Wolf2014-07-251-54/+19
* Replaced more old SigChunk programming patternsClifford Wolf2014-07-241-7/+7
* Removed RTLIL::SigSpec::optimize()Clifford Wolf2014-07-231-11/+0
* SigSpec refactoring: More cleanups of old SigSpec use patternClifford Wolf2014-07-221-3/+6
* SigSpec refactoring: change RTLIL::SigSpec::chunks() to be read-only, created...Clifford Wolf2014-07-221-1/+1
* SigSpec refactoring: change RTLIL::SigSpec::size() to be read-onlyClifford Wolf2014-07-221-55/+11
* SigSpec refactoring: using the accessor functions everywhereClifford Wolf2014-07-221-60/+60
* SigSpec refactoring: renamed chunks and width to __chunks and __widthClifford Wolf2014-07-221-60/+60
* changes in verilog frontend for new $mem/$memwr WR_EN interfaceClifford Wolf2014-07-161-3/+0
* More found_real-related fixes to AstNode::detectSignWidthWorkerClifford Wolf2014-06-241-6/+6
* fixed signdness detection for expressions with realsClifford Wolf2014-06-211-2/+8
* Added found_real feature to AstNode::detectSignWidthClifford Wolf2014-06-161-4/+9
* improved (fixed) conversion of real values to bit vectorsClifford Wolf2014-06-141-4/+4
* Added real->int convertion in ast genrtlilClifford Wolf2014-06-141-0/+12
* further improved const function supportClifford Wolf2014-06-071-5/+5
* improved const function supportClifford Wolf2014-06-061-1/+1
* Fixed bit-extending in $mux argument (use $bu0 instead of $pos)Clifford Wolf2014-02-261-5/+5
* Don't blow up constants unneccessarily in Verilog frontendClifford Wolf2014-02-241-1/+1
* Added Verilog support for "`default_nettype none"Clifford Wolf2014-02-171-1/+4
* Correctly convert constants to RTLIL (fixed undef handling)Clifford Wolf2014-02-151-11/+1
* Created basic support for function calls in parameter valuesClifford Wolf2014-02-141-6/+6
* Added TRANSPARENT parameter to $memrd (and RD_TRANSPARENT to $mem)Clifford Wolf2014-02-031-0/+1
* Added constant size expression support of sized constantsClifford Wolf2014-02-011-0/+8
* Added read_verilog -icells optionClifford Wolf2014-01-291-0/+2
* Added $assert cellClifford Wolf2014-01-191-0/+32
* Added correct handling of $memwr priorityClifford Wolf2014-01-031-0/+2
* Added support for non-const === and !== (for miter circuits)Clifford Wolf2013-12-271-2/+2
* Added proper === and !== support in constant expressionsClifford Wolf2013-12-271-6/+10
* Various improvements in support for generate statementsClifford Wolf2013-12-041-0/+1
* Replaced signed_parameters API with CONST_FLAG_SIGNEDClifford Wolf2013-12-041-4/+0
* Replaced RTLIL::Const::str with generic decoder methodClifford Wolf2013-12-041-22/+11
* Added support for local regs in named blocksClifford Wolf2013-12-041-0/+4
* Fixed temp net name generation in rtlil process generator for abbreviated nam...Clifford Wolf2013-11-281-0/+2
* Added "src" attribute to processesClifford Wolf2013-11-281-0/+1
* Added module->avail_parameters (for advanced techmap features)Clifford Wolf2013-11-241-1/+5
* Remove auto_wire framework (smarter than the verilog standard)Clifford Wolf2013-11-241-9/+1
* Implemented correct handling of signed module parametersClifford Wolf2013-11-241-0/+4
* Major improvements in mem2reg and added "init" sync rulesClifford Wolf2013-11-211-4/+29
* Fixed parsing of default cases when not last caseClifford Wolf2013-11-181-12/+16
* Cleanups and bugfixes in response to new internal cell checkerClifford Wolf2013-11-111-3/+6
* More undef-propagation related fixesClifford Wolf2013-11-081-0/+4
* Fixed handling of power operatorClifford Wolf2013-11-071-8/+20
* Fixed more extend vs. extend_u0 issuesClifford Wolf2013-11-071-2/+2
* Renamed extend_un0() to extend_u0() and use it in genrtlilClifford Wolf2013-11-071-4/+8
* Fixed const folding in corner cases with parametersClifford Wolf2013-11-071-4/+7
* Fixed width detection for replicate operatorClifford Wolf2013-11-071-0/+1
* Various fixes for correct parameter supportClifford Wolf2013-11-071-12/+22
* Fixed the fix for propagation of width hints for $signed() and $unsigned()Clifford Wolf2013-11-071-5/+4
* Fixed propagation of width hints for $signed() and $unsigned()Clifford Wolf2013-11-061-1/+4
* Additional fixes for undef propagation in concat and replicate opsClifford Wolf2013-11-061-0/+4