index
:
iCE40/yosys
master
[no description]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
frontends
/
ast
/
simplify.cc
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
1
-3
/
+3
*
Import more std:: stuff into Yosys namespace
Clifford Wolf
2015-10-25
1
-12
/
+12
*
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
*
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
*
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
1
-6
/
+6
*
Added WORDS parameter to $meminit
Clifford Wolf
2015-07-31
1
-5
/
+57
*
Fixed nested mem2reg
Clifford Wolf
2015-07-29
1
-3
/
+10
*
Fixed trailing whitespaces
Clifford Wolf
2015-07-02
1
-3
/
+3
*
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
*
Added non-std verilog assume() statement
Clifford Wolf
2015-02-26
1
-4
/
+3
*
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
*
Various fixes for memories with offsets
Clifford Wolf
2015-02-14
1
-0
/
+1
*
Added "read_verilog -nomeminit" and "nomeminit" attribute
Clifford Wolf
2015-02-14
1
-1
/
+5
*
Creating $meminit cells in verilog front-end
Clifford Wolf
2015-02-14
1
-25
/
+44
*
Added AstNode::simplify() recursion counter
Clifford Wolf
2015-02-13
1
-2
/
+10
*
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
*
dict/pool changes in ast
Clifford Wolf
2014-12-29
1
-12
/
+12
*
Fixed mem2reg warning message
Clifford Wolf
2014-12-27
1
-3
/
+3
*
Added log_warning() API
Clifford Wolf
2014-11-09
1
-4
/
+4
*
AST simplifier: optimize constant AST_CASE nodes before recursively descending
Clifford Wolf
2014-10-29
1
-31
/
+35
*
Improvements in $readmem[bh] implementation
Clifford Wolf
2014-10-26
1
-8
/
+13
*
Added support for $readmemh/$readmemb
Clifford Wolf
2014-10-26
1
-0
/
+112
*
Fixed various VS warnings
Clifford Wolf
2014-10-18
1
-1
/
+1
*
Wrapped math in int constructor
William Speirs
2014-10-17
1
-1
/
+1
*
Fixed handling of invalid array access in mem2reg code
Clifford Wolf
2014-10-16
1
-3
/
+14
*
Renamed SIZE() to GetSize() because of name collision on Win32
Clifford Wolf
2014-10-10
1
-10
/
+10
*
Another $clog2 bugfix
Clifford Wolf
2014-09-08
1
-0
/
+2
*
Fixed $clog2 (off by one error)
Clifford Wolf
2014-09-06
1
-2
/
+2
*
Corrected spelling mistakes found by lintian
Ruben Undheim
2014-09-06
1
-1
/
+1
*
Fixed small memory leak in ast simplify
Clifford Wolf
2014-08-21
1
-3
/
+3
*
Added support for DPI function with different names in C and Verilog
Clifford Wolf
2014-08-21
1
-4
/
+4
*
Fixed memory leak in DPI function calls
Clifford Wolf
2014-08-21
1
-0
/
+4
*
Added Verilog/AST support for DPI functions (dpi_call() still unimplemented)
Clifford Wolf
2014-08-21
1
-2
/
+30
[next]