index
:
iCE40/yosys
master
[no description]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
frontends
/
verilog
Commit message (
Expand
)
Author
Age
Files
Lines
*
Enable bison to be customized
Fabio Utzig
2015-01-08
1
-1
/
+1
*
Define YOSYS and SYNTHESIS in preproc
Clifford Wolf
2015-01-02
1
-1
/
+2
*
Improved some warning messages
Clifford Wolf
2014-12-27
1
-6
/
+18
*
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
1
-6
/
+6
*
Fixed parsing of "module mymod #( parameter foo = 1, bar = 2 ..."
Clifford Wolf
2014-10-30
1
-4
/
+5
*
Added support for task and function args in parentheses
Clifford Wolf
2014-10-27
1
-6
/
+45
*
Re-introduced Yosys::readsome() helper function
Clifford Wolf
2014-10-23
2
-10
/
+4
*
Print "SystemVerilog" in "read_verilog -sv" log messages
Clifford Wolf
2014-10-16
1
-1
/
+1
*
Updated .gitignore file for ilang and verilog frontends
Clifford Wolf
2014-10-15
1
-4
/
+4
*
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
3
-14
/
+18
*
Fixed win32 troubles with f.readsome()
Clifford Wolf
2014-10-11
2
-2
/
+2
*
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
1
-1
/
+1
*
namespace Yosys
Clifford Wolf
2014-09-27
1
-16
/
+16
*
Removed compatbility.{h,cc}: Not using open_memstream/fmemopen anymore
Clifford Wolf
2014-08-23
1
-4
/
+1
*
Changed frontend-api from FILE to std::istream
Clifford Wolf
2014-08-23
5
-22
/
+30
*
Added support for non-standard <plugin>:<c_name> DPI syntax
Clifford Wolf
2014-08-22
1
-0
/
+12
*
Added support for DPI function with different names in C and Verilog
Clifford Wolf
2014-08-21
2
-5
/
+16
*
Added Verilog/AST support for DPI functions (dpi_call() still unimplemented)
Clifford Wolf
2014-08-21
2
-1
/
+54
*
Added support for global tasks and functions
Clifford Wolf
2014-08-21
2
-15
/
+23
*
Added "via_celltype" attribute on task/func
Clifford Wolf
2014-08-18
1
-12
/
+14
*
Fixed line numbers when using here-doc macros
Clifford Wolf
2014-08-14
1
-4
/
+9
*
Added support for non-standard """ macro bodies
Clifford Wolf
2014-08-13
1
-1
/
+12
*
Also allow "module foobar(input foo, output bar, ...);" syntax
Clifford Wolf
2014-08-07
1
-3
/
+5
*
Added AST_MULTIRANGE (arrays with more than 1 dimension)
Clifford Wolf
2014-08-06
1
-4
/
+18
*
Improved scope resolution of local regs in Verilog+AST frontend
Clifford Wolf
2014-08-05
1
-2
/
+1
*
Added support for non-standard "module mod_name(...);" syntax
Clifford Wolf
2014-08-04
1
-1
/
+7
*
Moved some stuff to kernel/yosys.{h,cc}, using Yosys:: namespace
Clifford Wolf
2014-07-31
6
-3
/
+24
*
Fixed counting verilog line numbers for "// synopsys translate_off" sections
Clifford Wolf
2014-07-30
2
-4
/
+4
*
Fixed Verilog pre-processor for files with no trailing newline
Clifford Wolf
2014-07-29
1
-1
/
+1
*
Using log_assert() instead of assert()
Clifford Wolf
2014-07-28
3
-5
/
+2
*
Added "make PRETTY=1"
Clifford Wolf
2014-07-24
1
-3
/
+3
*
fixed parsing of constant with comment between size and value
Clifford Wolf
2014-07-02
1
-0
/
+7
*
Fixed parsing of TOK_INTEGER (implies TOK_SIGNED)
Clifford Wolf
2014-06-16
1
-5
/
+11
*
Improved parsing of large integer constants
Clifford Wolf
2014-06-15
1
-11
/
+28
*
Added handling of real-valued parameters/localparams
Clifford Wolf
2014-06-14
2
-7
/
+15
*
Added Verilog lexer and parser support for real values
Clifford Wolf
2014-06-13
2
-3
/
+24
*
Added read_verilog -sv options, added support for bit, logic,
Clifford Wolf
2014-06-12
4
-3
/
+37
*
Add support for cell arrays
Clifford Wolf
2014-06-07
1
-0
/
+7
*
made the generate..endgenrate keywords optional
Clifford Wolf
2014-06-06
1
-4
/
+8
*
added while and repeat support to verilog parser
Clifford Wolf
2014-06-06
2
-1
/
+29
*
Improved error message for options after front-end filename arguments
Clifford Wolf
2014-06-04
1
-1
/
+1
*
Fixed clang -Wdeprecated-register warnings
Clifford Wolf
2014-04-20
1
-0
/
+5
*
Replaced depricated %name-prefix= bison directive
Clifford Wolf
2014-04-20
1
-1
/
+1
[next]