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 (
Collapse
)
Author
Age
Files
Lines
*
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
|
|
|
|
(removed leftover from when we tried to auto-size the wires)
*
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
|
*
Improvements in $readmem[bh] implementation
Clifford Wolf
2014-10-26
1
-8
/
+13
|
*
Added support for $readmemh/$readmemb
Clifford Wolf
2014-10-26
2
-0
/
+113
|
*
Fixed constant "cond ? string1 : string2" with strings of different size
Clifford Wolf
2014-10-25
1
-0
/
+2
|
*
minor indenting corrections
Clifford Wolf
2014-10-19
1
-2
/
+2
|
*
Builds on Mac 10.9.2 with LLVM 3.5.
Parviz Palangpour
2014-10-19
1
-0
/
+5
|
*
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
2
-3
/
+15
|
*
Do not the 'z' modifier in format string (another win32 fix)
Clifford Wolf
2014-10-11
1
-2
/
+2
|
*
Renamed SIZE() to GetSize() because of name collision on Win32
Clifford Wolf
2014-10-10
3
-20
/
+20
|
*
namespace Yosys
Clifford Wolf
2014-09-27
1
-0
/
+8
|
*
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
|
*
Fixed assignment of out-of bounds array element
Clifford Wolf
2014-09-06
1
-2
/
+26
|
*
Corrected spelling mistakes found by lintian
Ruben Undheim
2014-09-06
1
-1
/
+1
|
*
Removed $bu0 cell type
Clifford Wolf
2014-09-04
1
-5
/
+5
|
*
Added emscripten (emcc) support to build system and some build fixes
Clifford Wolf
2014-08-22
2
-1
/
+17
|
*
Archibald Rust and Clifford Wolf: ffi-based dpi_call()
Clifford Wolf
2014-08-22
1
-6
/
+90
|
*
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
|
*
Added AstNode::asInt()
Clifford Wolf
2014-08-21
3
-2
/
+24
|
*
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
6
-2
/
+81
|
*
Added support for global tasks and functions
Clifford Wolf
2014-08-21
1
-12
/
+26
|
*
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
3
-1
/
+41
|
[next]