index
:
iCE40/yosys
master
[no description]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
frontends
Commit message (
Expand
)
Author
Age
Files
Lines
*
use new verific extensions library
Miodrag Milanovic
2022-06-17
1
-54
/
+70
*
removed deprecated features code
Miodrag Milanovic
2022-06-13
1
-235
/
+0
*
verific: Added "-vlog-libext" option to specify search extension for libraries
Miodrag Milanovic
2022-06-09
1
-1
/
+16
*
verific: proper file location for readmem commands
Miodrag Milanovic
2022-06-04
1
-0
/
+33
*
verilog: fix width/sign detection for functions
Zachary Snow
2022-05-30
1
-5
/
+7
*
verilog: fix size and signedness of array querying functions
Jannis Harder
2022-05-30
2
-3
/
+2
*
verilog: fix $past's signedness
Jannis Harder
2022-05-25
2
-1
/
+2
*
verilog: fix signedness when removing unreachable cases
Jannis Harder
2022-05-24
1
-0
/
+1
*
fix text to fit 80 columns
Miodrag Milanovic
2022-05-23
1
-6
/
+9
*
Update verific command file documentation
Miodrag Milanovic
2022-05-23
1
-17
/
+19
*
Use analysis mode if set in file
Miodrag Milanovic
2022-05-23
1
-2
/
+2
*
verific: Use new value change logic also for $stable of wide signals.
Jannis Harder
2022-05-11
1
-7
/
+29
*
Merge pull request #3305 from jix/sva_value_change_logic
Jannis Harder
2022-05-09
1
-10
/
+25
|
\
|
*
verific: Improve logic generated for SVA value change expressions
Jannis Harder
2022-05-09
1
-10
/
+25
*
|
verific: Fix conditions of SVAs with explicit clocks within procedures
Jannis Harder
2022-05-03
3
-5
/
+16
|
/
*
Ignore merging past ffs that we are not properly merging
Miodrag Milanovic
2022-04-29
1
-0
/
+1
*
verific: allow memories to be inferred in loops (vhdl)
Miodrag Milanovic
2022-04-18
1
-0
/
+1
*
verific: allow memories to be inferred in loops
N. Engelhardt
2022-04-15
1
-0
/
+1
*
sv: fix always_comb auto nosync for nested and function blocks
Zachary Snow
2022-04-05
1
-1
/
+11
*
Preserve internal wires for external nets
Miodrag Milanovic
2022-04-01
1
-1
/
+1
*
Fix valgrind tests when using verific
Miodrag Milanovic
2022-03-30
1
-0
/
+8
*
Properly mark modules imported
Miodrag Milanovic
2022-03-26
1
-2
/
+2
*
Import verific netlist in consistent order
Miodrag Milanovic
2022-03-25
2
-23
/
+27
*
Merge pull request #3206 from YosysHQ/micko/quote_remove
Miodrag Milanović
2022-03-04
1
-1
/
+4
|
\
|
*
Remove quotes if any from attribute
Miodrag Milanovic
2022-02-16
1
-1
/
+4
*
|
fix handling of escaped chars in json backend and frontend
N. Engelhardt
2022-02-18
1
-3
/
+31
|
/
*
verilog: support for time scale delay values
Zachary Snow
2022-02-14
2
-4
/
+16
*
Fix access to whole sub-structs (#3086)
Kamil Rakoczy
2022-02-14
2
-6
/
+18
*
verilog: fix dynamic dynamic range asgn elab
Zachary Snow
2022-02-11
1
-17
/
+34
*
verilog: fix const func eval with upto variables
Zachary Snow
2022-02-11
2
-3
/
+11
*
Merge pull request #3164 from zachjs/fix-ast-warn
Miodrag Milanović
2022-02-11
1
-1
/
+1
|
\
|
*
fix dumpAst() compilation warning
Zachary Snow
2022-01-18
1
-1
/
+1
*
|
Add ability to override verilog mode for verific -f command
Miodrag Milanovic
2022-02-09
1
-2
/
+44
*
|
Use bmux for NTO1MUX
Miodrag Milanovic
2022-02-02
1
-16
/
+2
|
/
*
sv: auto add nosync to certain always_comb local vars
Zachary Snow
2022-01-07
1
-0
/
+127
*
sv: fix size cast internal expression extension
Zachary Snow
2022-01-07
1
-2
/
+9
*
sv: fix size cast clipping expression width
Zachary Snow
2022-01-03
1
-1
/
+2
*
fix width detection of array querying function in case and case item expressions
Zachary Snow
2021-12-17
2
-2
/
+5
*
preprocessor: do not destroy double slash escaped identifiers
Thomas Sailer
2021-12-15
1
-0
/
+10
*
Add YOSYS to the implicitly defined verilog macros in verific
Claire Xenia Wolf
2021-12-13
1
-1
/
+2
*
Merge pull request #3102 from YosysHQ/claire/enumxz
Miodrag Milanović
2021-12-10
1
-1
/
+1
|
\
|
*
Fix verific import of enum values with x and/or z
Claire Xenia Wolf
2021-12-10
1
-1
/
+1
*
|
Update verific.cc
Claire Xen
2021-12-10
1
-4
/
+7
*
|
If direction NONE use that from first bit
Miodrag Milanovic
2021-12-08
1
-0
/
+7
|
/
*
Make sure cell names are unique for wide operators
Miodrag Milanovic
2021-12-03
1
-2
/
+2
*
Support parameters using struct as a wiretype (#3050)
Kamil Rakoczy
2021-11-16
1
-7
/
+23
*
No need to alocate more memory than used
Miodrag Milanovic
2021-11-10
1
-1
/
+0
*
genrtlil: Fix displaying debug info in packages
Kamil Rakoczy
2021-11-10
1
-1
/
+2
*
Add "verific -cfg" command
Claire Xenia Wolf
2021-11-01
1
-2
/
+75
*
Fix verific gclk handling for async-load FFs
Claire Xenia Wolf
2021-10-31
1
-12
/
+67
[next]