aboutsummaryrefslogtreecommitdiffstats
path: root/frontends/ast/ast.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #1845 from YosysHQ/eddie/kernel_speedupEddie Hung2020-04-021-33/+39
|\
| * kernel: more pass by const ref, more speedupsEddie Hung2020-03-181-33/+39
* | Merge pull request #1783 from boqwxp/astcc_cleanupEddie Hung2020-03-301-13/+20
|\ \
| * | Add explanatory comment about inefficient wire removal and remove superfluous...Alberto Gonzalez2020-03-301-4/+8
| * | Revert over-aggressive change to a more modest cleanup.Alberto Gonzalez2020-03-271-2/+3
| * | Clean up pseudo-private member usage in `frontends/ast/ast.cc`.Alberto Gonzalez2020-03-191-11/+13
| |/
* / Simplify was not being called for packages. Broke typedef enums.Peter Crozier2020-03-221-5/+8
|/
* Merge pull request #1718 from boqwxp/precise_locationsClaire Wolf2020-03-031-32/+14
|\
| * Closes #1717. Add more precise Verilog source location information to AST and...Alberto Gonzalez2020-02-231-32/+14
* | ast: quiet down when deriving blackbox modulesEddie Hung2020-02-271-11/+19
|/
* add attributes for enumerated values in ilangJeff Wang2020-02-171-0/+1
* partial rebase of PeterCrozier's enum work onto current masterJeff Wang2020-01-161-3/+20
* Use "(id)" instead of "id" for types as temporary hackClifford Wolf2019-10-141-0/+3
|\
| * sv: Switch parser to glr, prep for typedefDavid Shah2019-10-031-0/+3
* | Fix for svinterfacesEddie Hung2019-09-301-2/+8
* | module->derive() to be lazy and not touch ast if already derivedEddie Hung2019-09-301-32/+50
|/
* Fix handling of read_verilog config in AstModule::reprocess_module(), fixes #...Clifford Wolf2019-09-201-18/+29
* Remove newlineEddie Hung2019-08-291-1/+0
* Restore non-deferred code, deferred case to ignore non constant attrEddie Hung2019-08-291-5/+12
* read_verilog -defer should still populate module attributesEddie Hung2019-08-281-5/+6
* handle real values when deriving ast modulesJakob Wenzel2019-08-191-1/+4
* Revert "Merge pull request #1280 from YosysHQ/revert-1266-eddie/ice40_full_ad...Eddie Hung2019-08-121-1/+1
* Revert "Wrap SB_LUT+SB_CARRY into $__ICE40_CARRY_WRAPPER"David Shah2019-08-101-1/+1
* Merge pull request #1258 from YosysHQ/eddie/cleanupClifford Wolf2019-08-101-9/+9
|\
| * substr() -> compare()Eddie Hung2019-08-071-2/+2
| * RTLIL::S{0,1} -> State::S{0,1}Eddie Hung2019-08-071-7/+7
* | Allow whitebox modules to be overwrittenEddie Hung2019-08-071-1/+1
|/
* initialize noblackbox and nowb in AstModule::cloneJakob Wenzel2019-07-221-0/+2
* Add "read_verilog -pwires" feature, closes #1106Clifford Wolf2019-06-191-2/+6
* Merge branch 'pr_elab_sys_tasks' of https://github.com/udif/yosys into cliffo...Clifford Wolf2019-06-071-0/+1
|\
| * Initial implementation of elaboration system tasksUdi Finkelstein2019-05-031-0/+1
* | Merge branch 'master' into wandworStefan Biereigel2019-05-271-1/+16
|\ \
| * | Added support for unsized constants, fixes #1022Miodrag Milanovic2019-05-271-1/+16
* | | remove leftovers from ast data structuresStefan Biereigel2019-05-271-3/+0
* | | fix indentation across filesStefan Biereigel2019-05-231-2/+4
* | | implementation for assignments workingStefan Biereigel2019-05-231-0/+3
|/ /
* | Add $specrule cells for $setup/$hold/$skew specify rulesClifford Wolf2019-04-231-2/+2
* | Allow $specify[23] cells in blackbox modulesClifford Wolf2019-04-231-0/+6
|/
* Add "noblackbox" attributeClifford Wolf2019-04-211-17/+27
* New behavior for front-end handling of whiteboxesClifford Wolf2019-04-201-16/+68
* Add "whitebox" attribute, add "read_verilog -wb"Clifford Wolf2019-04-181-2/+20
* Improve "read_verilog -dump_vlog[12]" handling of upto rangesClifford Wolf2019-03-211-3/+6
* Improve read_verilog debug output capabilitiesClifford Wolf2019-03-211-9/+17
* Fix typographical and grammatical errors and inconsistencies.whitequark2019-01-021-2/+2
* Various indenting fixes in AST front-end (mostly space vs tab issues)Clifford Wolf2018-11-041-6/+3
* Refactor code to avoid code duplication + added commentsRuben Undheim2018-10-201-113/+99
* Support for SystemVerilog interfaces as a port in the top level module + test...Ruben Undheim2018-10-201-3/+105
* Fixed memory leakRuben Undheim2018-10-201-0/+1
* Documentation improvements etc.Ruben Undheim2018-10-131-3/+28
* Fix build error with clangRuben Undheim2018-10-121-1/+1