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
*
Fixed parsing of non-arg macro calls followed by "("
Clifford Wolf
2013-12-27
1
-1
/
+7
*
Fixed parsing of macros with no arguments and expansion text starting with "("
Clifford Wolf
2013-12-27
1
-1
/
+2
*
Added proper === and !== support in constant expressions
Clifford Wolf
2013-12-27
2
-3
/
+11
*
Added elsif preproc support
Clifford Wolf
2013-12-18
1
-1
/
+14
*
Added support for macro arguments
Clifford Wolf
2013-12-18
1
-23
/
+75
*
Added AstNode::mkconst_str API
Clifford Wolf
2013-12-05
1
-12
/
+1
*
Various improvements in support for generate statements
Clifford Wolf
2013-12-04
2
-5
/
+43
*
Added support for local regs in named blocks
Clifford Wolf
2013-12-04
1
-2
/
+5
*
Added verilog frontend -ignore_redef option
Clifford Wolf
2013-11-24
1
-1
/
+10
*
Improved handling of initialized registers
Clifford Wolf
2013-11-23
1
-10
/
+10
*
Renamed "placeholder" to "blackbox"
Clifford Wolf
2013-11-22
1
-1
/
+1
*
Fixed O(n^2) performance bug in verilog preprocessor
Clifford Wolf
2013-11-22
1
-1
/
+1
*
Enable {* .. *} feature per default (removes dependency to REJECT feature in ...
Clifford Wolf
2013-11-22
4
-22
/
+2
*
Implemented indexed part selects
Clifford Wolf
2013-11-20
2
-0
/
+14
*
Added "synthesis" in (synopsys|synthesis) comment support
Clifford Wolf
2013-11-20
1
-6
/
+6
*
Implemented part/bit select on memory read
Clifford Wolf
2013-11-20
1
-2
/
+12
*
Added init= attribute for fpga-style reset values
Clifford Wolf
2013-11-20
1
-6
/
+19
*
Fixed parsing of module arguments when one type is used for many args
Clifford Wolf
2013-11-19
1
-3
/
+10
*
Fixed parsing of "parameter integer"
Clifford Wolf
2013-11-13
1
-2
/
+2
*
Various fixes for correct parameter support
Clifford Wolf
2013-11-07
1
-26
/
+52
*
Fixed handling of boolean attributes (frontends)
Clifford Wolf
2013-10-24
1
-2
/
+2
*
Fixed handling of boolean attributes (kernel)
Clifford Wolf
2013-10-24
1
-1
/
+1
*
fixed Verilog parser filename and line numbering issue with include files
Johann Glaser
2013-08-21
1
-0
/
+2
*
Added support for include directories with the new '-I' argument of the
Johann Glaser
2013-08-20
3
-4
/
+24
*
Added support for notif0/notif1 primitives
Johann Glaser
2013-08-20
1
-1
/
+1
*
Added support for bufif0/bufif1 primitives
Clifford Wolf
2013-08-19
1
-1
/
+1
*
Improved ast dumping (ast/verilog frontend)
Clifford Wolf
2013-08-19
1
-12
/
+11
*
Major redesign of expr width/sign detecion (verilog/ast frontend)
Clifford Wolf
2013-07-09
1
-1
/
+1
*
Added defparam support to Verilog/AST frontend
Clifford Wolf
2013-07-04
2
-10
/
+41
*
More fixes for bugs found using xsthammer
Clifford Wolf
2013-06-13
2
-4
/
+14
*
Further improved and extended xsthammer
Clifford Wolf
2013-06-11
1
-0
/
+1
*
Enabled AST/Verilog front-end optimizations per default
Clifford Wolf
2013-06-10
1
-1
/
+10
*
Added SAT generator and simple sat_solve command
Clifford Wolf
2013-06-07
2
-3
/
+4
*
added option '-Dname[=definition]' to command 'read_verilog'
Johann Glaser
2013-05-19
3
-4
/
+19
*
Added support for verilog === operator
Clifford Wolf
2013-05-07
1
-0
/
+2
*
Added AST_INITIAL (before verilog "initial" was mapped to AST_ALWAYS)
Clifford Wolf
2013-03-31
1
-1
/
+1
*
Implemented proper handling of stub placeholder modules
Clifford Wolf
2013-03-28
1
-1
/
+9
*
Improvements and bugfixes for generate blocks with local signals
Clifford Wolf
2013-03-26
1
-1
/
+1
*
Added mem2reg option to verilog frontend
Clifford Wolf
2013-03-24
1
-1
/
+11
*
Tiny fixes to verilog parser
Clifford Wolf
2013-03-23
1
-1
/
+6
*
Added help messages to ilang and verilog frontends
Clifford Wolf
2013-03-01
1
-1
/
+46
*
Moved stand-alone libs to libs/ directory and added libs/subcircuit
Clifford Wolf
2013-02-27
1
-1
/
+1
*
Added support for verilog genblock[index].member syntax
Clifford Wolf
2013-02-26
1
-10
/
+16
*
Added support for "always @(*)"
Clifford Wolf
2013-01-16
1
-0
/
+3
*
added .gitignore files
Clifford Wolf
2013-01-05
1
-0
/
+4
*
initial import
Clifford Wolf
2013-01-05
7
-0
/
+2124