index
:
iCE40/yosys
master
[no description]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
frontends
/
ast
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixed handling of re-declarations of wires in tasks and functions
Clifford Wolf
2015-11-23
1
-7
/
+26
*
More bugfixes in handling of parameters in tasks and functions
Clifford Wolf
2015-11-12
1
-1
/
+11
*
Fixed handling of parameters and localparams in functions
Clifford Wolf
2015-11-11
2
-3
/
+8
*
Import more std:: stuff into Yosys namespace
Clifford Wolf
2015-10-25
2
-32
/
+32
*
Fixed complexity of assigning to vectors in constant functions
Clifford Wolf
2015-10-01
1
-0
/
+3
*
Fixed detection of unconditional $readmem[hb]
Clifford Wolf
2015-09-30
1
-4
/
+11
*
Bugfixes in $readmem[hb]
Clifford Wolf
2015-09-25
1
-4
/
+7
*
Fixed segfault in AstNode::asReal
Clifford Wolf
2015-09-25
1
-1
/
+1
*
Added read-enable to memory model
Clifford Wolf
2015-09-25
1
-0
/
+1
*
Fixed AstNode::mkconst_bits() segfault on zero-sized constant
Clifford Wolf
2015-09-24
1
-1
/
+1
*
Bugfix in handling of multi-dimensional memories
Clifford Wolf
2015-09-23
1
-2
/
+2
*
Warning for $display/$write outside initial block
Clifford Wolf
2015-09-23
1
-7
/
+8
*
Fixed multi-level prefix resolving
Clifford Wolf
2015-09-22
1
-0
/
+2
*
Improvements to $display system task
Andrew Zonenberg
2015-09-19
1
-9
/
+22
*
Added AST_INITIAL checks for $finish and $display
Clifford Wolf
2015-09-18
1
-2
/
+9
*
Initial implementation of $display()
Andrew Zonenberg
2015-09-18
1
-1
/
+84
*
Initial implementation of $finish()
Andrew Zonenberg
2015-09-18
1
-2
/
+8
*
Fixed handling of memory read without address
Clifford Wolf
2015-08-22
1
-1
/
+1
*
Another block of spelling fixes
Larry Doolittle
2015-08-14
1
-4
/
+4
*
Keep gcc from complaining about uninitialized variables
Larry Doolittle
2015-08-14
1
-2
/
+2
*
Spell check (by Larry Doolittle)
Clifford Wolf
2015-08-14
3
-14
/
+14
*
Added WORDS parameter to $meminit
Clifford Wolf
2015-07-31
3
-7
/
+67
*
Fixed nested mem2reg
Clifford Wolf
2015-07-29
2
-4
/
+11
*
Fixed trailing whitespaces
Clifford Wolf
2015-07-02
5
-12
/
+12
*
Fixed handling of parameters with reversed range
Clifford Wolf
2015-06-08
1
-1
/
+1
*
Fixed signedness of genvar expressions
Clifford Wolf
2015-05-29
1
-2
/
+2
*
Const-fold parameter defs on-demand in AstNode::detectSignWidthWorker()
Clifford Wolf
2015-03-01
1
-2
/
+4
*
Added non-std verilog assume() statement
Clifford Wolf
2015-02-26
4
-8
/
+12
*
Added deep recursion warning to AST simplify
Clifford Wolf
2015-02-20
1
-1
/
+7
*
Parser support for complex delay expressions
Clifford Wolf
2015-02-20
1
-1
/
+1
*
Convert floating point cell parameters to strings
Clifford Wolf
2015-02-18
1
-9
/
+12
*
Various fixes for memories with offsets
Clifford Wolf
2015-02-14
2
-6
/
+5
*
Added "read_verilog -nomeminit" and "nomeminit" attribute
Clifford Wolf
2015-02-14
3
-6
/
+14
*
Creating $meminit cells in verilog front-end
Clifford Wolf
2015-02-14
4
-33
/
+57
*
Added AstNode::simplify() recursion counter
Clifford Wolf
2015-02-13
1
-2
/
+10
*
Ignore explicit assignments to constants in HDL code
Clifford Wolf
2015-02-08
1
-0
/
+14
*
Fixed a bug with autowire bit size
Clifford Wolf
2015-02-08
1
-9
/
+3
*
Added ENABLE_NDEBUG makefile options
Clifford Wolf
2015-01-24
1
-0
/
+2
*
Ignoring more system task and functions
Clifford Wolf
2015-01-15
1
-1
/
+3
*
Fixed handling of "input foo; reg [0:0] foo;"
Clifford Wolf
2015-01-15
1
-0
/
+7
*
Consolidate "Blocking assignment to memory.." msgs for the same line
Clifford Wolf
2015-01-15
1
-3
/
+9
*
Fixed memory->start_offset handling
Clifford Wolf
2015-01-01
1
-6
/
+7
*
Added global yosys_celltypes
Clifford Wolf
2014-12-29
1
-1
/
+1
*
dict/pool changes in ast
Clifford Wolf
2014-12-29
3
-16
/
+24
*
Changed more code to dict<> and pool<>
Clifford Wolf
2014-12-28
3
-6
/
+6
*
Fixed mem2reg warning message
Clifford Wolf
2014-12-27
1
-3
/
+3
*
Added Yosys::{dict,nodict,vector} container types
Clifford Wolf
2014-12-26
2
-2
/
+2
*
Renamed extend() to extend_xx(), changed most users to extend_u0()
Clifford Wolf
2014-12-24
1
-1
/
+1
*
Added log_warning() API
Clifford Wolf
2014-11-09
2
-10
/
+10
*
AST simplifier: optimize constant AST_CASE nodes before recursively descending
Clifford Wolf
2014-10-29
1
-31
/
+35
[next]