index
:
iCE40/yosys
master
[no description]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
frontends
/
ilang
/
ilang_parser.y
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #2006 from jersey99/signed-in-rtlil-wire
whitequark
2020-06-04
1
-0
/
+3
|
\
|
*
Preserve 'signed'-ness of a verilog wire through RTLIL
Vamsi K Vytla
2020-04-27
1
-0
/
+3
*
|
frontend: cleanup to use more ID::*, more dict<> instead of map<>
Eddie Hung
2020-05-04
1
-3
/
+3
|
/
*
ilang, ast: Store parameter order and default value information.
Marcelina KoĆcielnicka
2020-04-21
1
-2
/
+9
*
Clean up pseudo-private member usage in `frontends/ilang/ilang_parser.y`.
Alberto Gonzalez
2020-04-13
1
-4
/
+4
*
read_ilang: improve error message for overly long wires.
whitequark
2020-04-06
1
-0
/
+3
*
read_ilang: do bounds checking on bit indices
Marcin KoĆcielnicki
2019-11-27
1
-0
/
+4
*
Allow attributes on individual switch cases in RTLIL.
whitequark
2019-07-08
1
-4
/
+9
*
Make the generated *.tab.hh include all the headers needed to define the union.
Henner Zeller
2019-05-14
1
-1
/
+9
*
Merge pull request #946 from YosysHQ/clifford/specify
Clifford Wolf
2019-05-06
1
-1
/
+7
|
\
|
*
Add "real" keyword to ilang format
Clifford Wolf
2019-05-06
1
-1
/
+7
*
|
Fix the other bison warning in ilang_parser.y
Clifford Wolf
2019-05-06
1
-1
/
+1
|
/
*
Add "read_ilang -lib"
Clifford Wolf
2019-04-05
1
-2
/
+4
*
Add "read_ilang -[no]overwrite"
Clifford Wolf
2018-12-23
1
-3
/
+23
*
read_ilang: allow slicing sigspecs.
whitequark
2018-12-16
1
-10
/
+6
*
Added avail params to ilang format, check module params in 'hierarchy -check'
Clifford Wolf
2016-10-22
1
-1
/
+7
*
Added $global_clock verilog syntax support for creating $ff cells
Clifford Wolf
2016-10-14
1
-1
/
+7
*
Fixed oom bug in ilang parser
Clifford Wolf
2015-11-29
1
-2
/
+2
*
Fixed performance bug in ilang parser
Clifford Wolf
2015-11-27
1
-6
/
+12
*
Import more std:: stuff into Yosys namespace
Clifford Wolf
2015-10-25
1
-1
/
+1
*
Adjust makefiles to work with out-of-tree builds
Clifford Wolf
2015-08-12
1
-1
/
+1
*
Fixed trailing whitespaces
Clifford Wolf
2015-07-02
1
-2
/
+2
*
Fixed memory->start_offset handling
Clifford Wolf
2015-01-01
1
-0
/
+3
*
Added Yosys::{dict,nodict,vector} container types
Clifford Wolf
2014-12-26
1
-1
/
+1
*
Updated lexers & parsers to include prefixes
William Speirs
2014-10-15
1
-0
/
+409