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
*
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
*
Added "via_celltype" attribute on task/func
Clifford Wolf
2014-08-18
1
-6
/
+69
*
Added const folding of AST_CASE to AST simplifier
Clifford Wolf
2014-08-18
1
-1
/
+32
*
Fixed handling of task outputs
Clifford Wolf
2014-08-14
1
-2
/
+4
*
Added AST_MULTIRANGE (arrays with more than 1 dimension)
Clifford Wolf
2014-08-06
1
-1
/
+51
*
Improved scope resolution of local regs in Verilog+AST frontend
Clifford Wolf
2014-08-05
1
-6
/
+25
*
Fixed AST handling of variables declared inside a functions main block
Clifford Wolf
2014-08-05
1
-3
/
+3
*
More bugfixes related to new RTLIL::IdString
Clifford Wolf
2014-08-02
1
-7
/
+7
*
Preparations for RTLIL::IdString redesign: cleanup of existing code
Clifford Wolf
2014-08-02
1
-1
/
+1
*
Moved some stuff to kernel/yosys.{h,cc}, using Yosys:: namespace
Clifford Wolf
2014-07-31
1
-28
/
+32
*
Removed left over debug code
Clifford Wolf
2014-07-28
1
-1
/
+0
*
Fixed part selects of parameters
Clifford Wolf
2014-07-28
1
-2
/
+21
*
Added support for "upto" wires to Verilog front- and back-end
Clifford Wolf
2014-07-28
1
-0
/
+4
*
Using log_assert() instead of assert()
Clifford Wolf
2014-07-28
1
-17
/
+17
*
Fixed two memory leaks in ast simplify
Clifford Wolf
2014-07-25
1
-1
/
+6
*
Various small fixes (from gcc compiler warnings)
Clifford Wolf
2014-07-23
1
-1
/
+1
*
Implemented dynamic bit-/part-select for memory writes
Clifford Wolf
2014-07-17
1
-2
/
+26
*
Added support for bit/part select to mem2reg rewriter
Clifford Wolf
2014-07-17
1
-0
/
+9
*
Added support for constant bit- or part-select for memory writes
Clifford Wolf
2014-07-17
1
-9
/
+36
*
changes in verilog frontend for new $mem/$memwr WR_EN interface
Clifford Wolf
2014-07-16
1
-4
/
+6
*
Fixed processing of initial values for block-local variables
Clifford Wolf
2014-07-11
1
-0
/
+5
*
Fixed handling of mixed real/int ternary expressions
Clifford Wolf
2014-06-25
1
-0
/
+16
*
Added AstNode::MEM2REG_FL_CMPLX_LHS
Clifford Wolf
2014-06-17
1
-0
/
+22
*
Improved handling of relational op of real values
Clifford Wolf
2014-06-17
1
-8
/
+9
*
Improved ternary support for real values
Clifford Wolf
2014-06-16
1
-13
/
+24
*
Use undef (x/z vs. NaN) rules for real values from IEEE Std 1800-2012
Clifford Wolf
2014-06-16
1
-0
/
+9
*
Improved AstNode::asReal for large integers
Clifford Wolf
2014-06-15
1
-1
/
+1
*
improved (fixed) conversion of real values to bit vectors
Clifford Wolf
2014-06-14
1
-7
/
+7
*
Fixed relational operators for const real expressions
Clifford Wolf
2014-06-14
1
-8
/
+8
*
Added support for math functions
Clifford Wolf
2014-06-14
1
-0
/
+70
*
Added handling of real-valued parameters/localparams
Clifford Wolf
2014-06-14
1
-13
/
+38
*
Implemented more real arithmetic
Clifford Wolf
2014-06-14
1
-27
/
+70
*
Implemented basic real arithmetic
Clifford Wolf
2014-06-14
1
-5
/
+17
*
Add support for cell arrays
Clifford Wolf
2014-06-07
1
-0
/
+25
*
Added support for repeat stmt in const functions
Clifford Wolf
2014-06-07
1
-0
/
+19
*
further improved const function support
Clifford Wolf
2014-06-07
1
-11
/
+16
*
improved const function support
Clifford Wolf
2014-06-06
1
-4
/
+39
*
fix functions with no block (but single statement, loop, etc.)
Clifford Wolf
2014-06-06
1
-11
/
+4
*
improved ast simplify of const functions
Clifford Wolf
2014-06-06
1
-7
/
+28
*
Fixed merging of compatible wire decls in AST frontend
Clifford Wolf
2014-03-05
1
-1
/
+4
*
Bugfix in recursive AST simplification
Clifford Wolf
2014-03-05
1
-10
/
+22
*
Fixed bug in generation of undefs for $memwr MUXes
Clifford Wolf
2014-02-22
1
-4
/
+6
*
Improved support for constant functions
Clifford Wolf
2014-02-16
1
-1
/
+50
[next]