aboutsummaryrefslogtreecommitdiffstats
path: root/frontends
Commit message (Collapse)AuthorAgeFilesLines
* Fixed temp net name generation in rtlil process generator for abbreviated ↵Clifford Wolf2013-11-281-0/+2
| | | | name matching
* Added "src" attribute to processesClifford Wolf2013-11-281-0/+1
|
* Added module->avail_parameters (for advanced techmap features)Clifford Wolf2013-11-241-1/+5
|
* Added verilog frontend -ignore_redef optionClifford Wolf2013-11-243-5/+19
|
* Early wire/reg/parameter width calculation in ast/simplifyClifford Wolf2013-11-241-0/+5
|
* Added support for signed parameters in ilangClifford Wolf2013-11-242-1/+8
|
* Remove auto_wire framework (smarter than the verilog standard)Clifford Wolf2013-11-245-56/+4
|
* Implemented correct handling of signed module parametersClifford Wolf2013-11-243-3/+7
|
* Improved handling of initialized registersClifford Wolf2013-11-231-10/+10
|
* Renamed "placeholder" to "blackbox"Clifford Wolf2013-11-222-2/+2
|
* Fixed O(n^2) performance bug in verilog preprocessorClifford Wolf2013-11-221-1/+1
|
* Enable {* .. *} feature per default (removes dependency to REJECT feature in ↵Clifford Wolf2013-11-224-22/+2
| | | | flex)
* Fixed async proc detection in mem2regClifford Wolf2013-11-211-5/+9
|
* Major improvements in mem2reg and added "init" sync rulesClifford Wolf2013-11-215-88/+255
|
* Fixed ilang parser: memory widthClifford Wolf2013-11-201-1/+1
|
* Another name resolution bugfix for generate blocksClifford Wolf2013-11-201-4/+13
|
* Implemented indexed part selectsClifford Wolf2013-11-202-0/+14
|
* Do not allow memory bit select on the left side of an assignmentClifford Wolf2013-11-201-1/+1
|
* Added "synthesis" in (synopsys|synthesis) comment supportClifford Wolf2013-11-201-6/+6
|
* Fixed name resolution of local tasks and functions in generate blockClifford Wolf2013-11-201-2/+16
|
* Implemented part/bit select on memory readClifford Wolf2013-11-202-4/+63
|
* Added init= attribute for fpga-style reset valuesClifford Wolf2013-11-201-6/+19
|
* Fixed parsing of module arguments when one type is used for many argsClifford Wolf2013-11-191-3/+10
|
* Fixed two bugs in mem2reg functionality in AST frontendClifford Wolf2013-11-181-4/+8
|
* Added dumping of attributes in AST frontendClifford Wolf2013-11-181-0/+11
|
* Fixed parsing of default cases when not last caseClifford Wolf2013-11-181-12/+16
|
* Fixed mem2reg for reg usage outside always blockClifford Wolf2013-11-181-1/+1
|
* Fixed parsing of "parameter integer"Clifford Wolf2013-11-131-2/+2
|
* Cleanups and bugfixes in response to new internal cell checkerClifford Wolf2013-11-111-3/+6
|
* Call internal checker more oftenClifford Wolf2013-11-101-0/+1
|
* More undef-propagation related fixesClifford Wolf2013-11-081-0/+4
|
* Fixed handling of different signedness in power operandsClifford Wolf2013-11-081-1/+1
|
* Implemented const folding of ternary op with undef selectClifford Wolf2013-11-081-0/+8
|
* Fixed handling of power operatorClifford Wolf2013-11-072-10/+22
|
* Fixed more extend vs. extend_u0 issuesClifford Wolf2013-11-072-3/+3
|
* Disabled const folding of ternary op when select is undefClifford Wolf2013-11-071-2/+14
|
* Renamed extend_un0() to extend_u0() and use it in genrtlilClifford Wolf2013-11-071-4/+8
|
* Fixed sign handling in constantsClifford Wolf2013-11-071-0/+1
|
* Fixed const folding in corner cases with parametersClifford Wolf2013-11-072-14/+27
|
* Fixed width detection for replicate operatorClifford Wolf2013-11-071-0/+1
|
* Fixed at_zero evaluation of dynamic rangesClifford Wolf2013-11-071-7/+2
|
* Various fixes for correct parameter supportClifford Wolf2013-11-074-40/+101
|
* 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
|
* Improved width extension with regard to undef propagationClifford Wolf2013-11-061-9/+60
|
* Another fix for early width and sign detection in ast simplifierClifford Wolf2013-11-041-2/+3
|
* Fixed const folding of ternary operatorClifford Wolf2013-11-041-4/+5
|
* Use proper bit width ans sign extension for const foldingClifford Wolf2013-11-041-17/+18
|
* Fixes for early width and sign detection in ast simplifierClifford Wolf2013-11-041-1/+2
|