index
:
iCE40/yosys
master
[no description]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
frontends
Commit message (
Collapse
)
Author
Age
Files
Lines
*
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
2
-2
/
+4
|
*
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
|
*
Enable bison to be customized
Fabio Utzig
2015-01-08
2
-2
/
+2
|
*
Define YOSYS and SYNTHESIS in preproc
Clifford Wolf
2015-01-02
1
-1
/
+2
|
*
Fixed memory->start_offset handling
Clifford Wolf
2015-01-01
2
-6
/
+10
|
*
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
|
*
Improved some warning messages
Clifford Wolf
2014-12-27
1
-6
/
+18
|
*
Fixed mem2reg warning message
Clifford Wolf
2014-12-27
1
-3
/
+3
|
*
Added Yosys::{dict,nodict,vector} container types
Clifford Wolf
2014-12-26
3
-3
/
+3
|
*
Renamed extend() to extend_xx(), changed most users to extend_u0()
Clifford Wolf
2014-12-24
1
-1
/
+1
|
*
Fixed supply0/supply1 with many wires
Clifford Wolf
2014-12-11
1
-3
/
+15
|
*
Fixed minor bug in parsing delays
Clifford Wolf
2014-11-24
1
-1
/
+4
|
*
Fixed two minor bugs in constant parsing
Clifford Wolf
2014-11-24
2
-3
/
+7
|
*
Added warning for use of 'z' constants in HDL
Clifford Wolf
2014-11-14
3
-6
/
+14
|
*
Fixed parsing of nested verilog concatenation and replicate
Clifford Wolf
2014-11-12
1
-1
/
+1
|
*
Added log_warning() API
Clifford Wolf
2014-11-09
4
-17
/
+17
|
*
Added "ENABLE_PLUGINS := 0" to verific amd64 build instructions
Clifford Wolf
2014-11-08
1
-0
/
+1
|
*
Fixed parsing of "module mymod #( parameter foo = 1, bar = 2 ..."
Clifford Wolf
2014-10-30
1
-4
/
+5
|
*
AST simplifier: optimize constant AST_CASE nodes before recursively descending
Clifford Wolf
2014-10-29
1
-31
/
+35
|
*
Added support for task and function args in parentheses
Clifford Wolf
2014-10-27
1
-6
/
+45
|
*
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
|
*
Re-introduced Yosys::readsome() helper function
Clifford Wolf
2014-10-23
3
-15
/
+5
|
|
|
|
(f.read() + f.gcount() made problems with lines > 16kB)
*
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
|
*
Header changes so it will compile on VS
William Speirs
2014-10-17
2
-4
/
+10
|
*
Wrapped math in int constructor
William Speirs
2014-10-17
1
-1
/
+1
|
*
Print "SystemVerilog" in "read_verilog -sv" log messages
Clifford Wolf
2014-10-16
1
-1
/
+1
|
*
Fixed handling of invalid array access in mem2reg code
Clifford Wolf
2014-10-16
2
-3
/
+15
|
*
Updated .gitignore file for ilang and verilog frontends
Clifford Wolf
2014-10-15
2
-8
/
+8
|
*
Replaced readsome() with read() and gcount()
Clifford Wolf
2014-10-15
1
-3
/
+5
|
*
Updated lexers & parsers to include prefixes
William Speirs
2014-10-15
6
-27
/
+35
|
*
Added make_temp_{file,dir}() and remove_directory() APIs
Clifford Wolf
2014-10-12
1
-18
/
+8
|
*
Added run_command() api to replace system() and popen()
Clifford Wolf
2014-10-12
1
-15
/
+4
|
*
Do not the 'z' modifier in format string (another win32 fix)
Clifford Wolf
2014-10-11
1
-2
/
+2
|
*
Fixed win32 troubles with f.readsome()
Clifford Wolf
2014-10-11
3
-3
/
+3
|
*
Disabled vhdl2verilog command for win32 builds
Clifford Wolf
2014-10-11
1
-0
/
+5
|
*
Added format __attribute__ to stringf()
Clifford Wolf
2014-10-10
1
-1
/
+1
|
*
Renamed SIZE() to GetSize() because of name collision on Win32
Clifford Wolf
2014-10-10
5
-29
/
+29
|
*
namespace Yosys
Clifford Wolf
2014-09-27
5
-20
/
+29
|
*
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
|
[next]