aboutsummaryrefslogtreecommitdiffstats
path: root/frontends/ast
Commit message (Collapse)AuthorAgeFilesLines
...
* Added basic support for $expect cellsClifford Wolf2016-07-134-7/+16
|
* Fixed mem assignment in left-hand-side concatenationClifford Wolf2016-07-081-0/+44
|
* A few modifications after pull request commentsRuben Undheim2016-06-181-2/+2
| | | | | - Renamed Design::packages to Design::verilog_packages - No need to include ast.h in rtlil.h
* Added support for SystemVerilog packages with localparam definitionsRuben Undheim2016-06-183-1/+16
|
* Fixed procedural assignments to non-unique lvalues, e.g. {y,y} = {a,b}Clifford Wolf2016-05-271-0/+11
|
* Fixed access-after-delete bug in mem2reg codeClifford Wolf2016-05-272-6/+23
|
* fixed typos in error messagesClifford Wolf2016-05-271-3/+3
|
* Include <cmath> in yosys.hClifford Wolf2016-05-081-9/+0
|
* Added "yosys -D" featureClifford Wolf2016-04-211-1/+1
|
* Fixed handling of parameters and const functions in casex/casez patternClifford Wolf2016-04-214-6/+31
|
* Do not set "nosync" on task outputs, fixes #134Clifford Wolf2016-03-241-1/+2
|
* Added support for $stop system taskClifford Wolf2016-03-211-5/+5
|
* Added $display %m support, fixed mem leak in $display, fixes #128Clifford Wolf2016-03-191-20/+44
|
* Fixed localparam signdness, fixes #127Clifford Wolf2016-03-181-1/+1
|
* Set "nosync" attribute on internal task/function wiresClifford Wolf2016-03-181-0/+1
|
* Fixed some visual studio warningsClifford Wolf2016-02-133-4/+4
|
* genrtlil: avoid converting SigSpec to set<SigBit> when going through ↵Rick Altherr2016-01-311-3/+3
| | | | removeSignalFromCaseTree()
* Fixed handling of re-declarations of wires in tasks and functionsClifford Wolf2015-11-231-7/+26
|
* More bugfixes in handling of parameters in tasks and functionsClifford Wolf2015-11-121-1/+11
|
* Fixed handling of parameters and localparams in functionsClifford Wolf2015-11-112-3/+8
|
* Import more std:: stuff into Yosys namespaceClifford Wolf2015-10-252-32/+32
|
* Fixed complexity of assigning to vectors in constant functionsClifford Wolf2015-10-011-0/+3
|
* Fixed detection of unconditional $readmem[hb]Clifford Wolf2015-09-301-4/+11
|
* Bugfixes in $readmem[hb]Clifford Wolf2015-09-251-4/+7
|
* Fixed segfault in AstNode::asRealClifford Wolf2015-09-251-1/+1
|
* Added read-enable to memory modelClifford Wolf2015-09-251-0/+1
|
* Fixed AstNode::mkconst_bits() segfault on zero-sized constantClifford Wolf2015-09-241-1/+1
|
* Bugfix in handling of multi-dimensional memoriesClifford Wolf2015-09-231-2/+2
|
* Warning for $display/$write outside initial blockClifford Wolf2015-09-231-7/+8
|
* Fixed multi-level prefix resolvingClifford Wolf2015-09-221-0/+2
|
* Improvements to $display system taskAndrew Zonenberg2015-09-191-9/+22
|
* Added AST_INITIAL checks for $finish and $displayClifford Wolf2015-09-181-2/+9
|
* Initial implementation of $display()Andrew Zonenberg2015-09-181-1/+84
|
* Initial implementation of $finish()Andrew Zonenberg2015-09-181-2/+8
|
* Fixed handling of memory read without addressClifford Wolf2015-08-221-1/+1
|
* Another block of spelling fixesLarry Doolittle2015-08-141-4/+4
| | | | Smaller this time
* Keep gcc from complaining about uninitialized variablesLarry Doolittle2015-08-141-2/+2
|
* Spell check (by Larry Doolittle)Clifford Wolf2015-08-143-14/+14
|
* Added WORDS parameter to $meminitClifford Wolf2015-07-313-7/+67
|
* Fixed nested mem2regClifford Wolf2015-07-292-4/+11
|
* Fixed trailing whitespacesClifford Wolf2015-07-025-12/+12
|
* Fixed handling of parameters with reversed rangeClifford Wolf2015-06-081-1/+1
|
* Fixed signedness of genvar expressionsClifford Wolf2015-05-291-2/+2
|
* Const-fold parameter defs on-demand in AstNode::detectSignWidthWorker()Clifford Wolf2015-03-011-2/+4
|
* Added non-std verilog assume() statementClifford Wolf2015-02-264-8/+12
|
* Added deep recursion warning to AST simplifyClifford Wolf2015-02-201-1/+7
|
* Parser support for complex delay expressionsClifford Wolf2015-02-201-1/+1
|
* Convert floating point cell parameters to stringsClifford Wolf2015-02-181-9/+12
|
* Various fixes for memories with offsetsClifford Wolf2015-02-142-6/+5
|
* Added "read_verilog -nomeminit" and "nomeminit" attributeClifford Wolf2015-02-143-6/+14
|