index
:
iCE40/yosys
master
[no description]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add "yosys -e regex" for turning warnings into errors
Clifford Wolf
2018-05-04
3
-4
/
+22
*
Merge pull request #537 from mithro/yosys-vpr
Clifford Wolf
2018-05-04
4
-11
/
+48
|
\
|
*
Improving vpr output support.
Tim 'mithro' Ansell
2018-04-18
4
-7
/
+40
|
*
synth_ice40: Rework the vpr blif output slightly.
Tim 'mithro' Ansell
2018-04-18
1
-4
/
+8
*
|
Replace -ignore_redef with -[no]overwrite
Clifford Wolf
2018-05-03
5
-21
/
+58
*
|
Support more character literals
Dan Gisselquist
2018-05-03
1
-1
/
+9
*
|
Update ABC to git rev f23ea8e
Clifford Wolf
2018-04-30
1
-1
/
+1
*
|
Add "synth_intel --noiopads"
Clifford Wolf
2018-04-30
1
-2
/
+11
*
|
Add $dlatch support to write_verilog
Clifford Wolf
2018-04-22
1
-0
/
+38
|
/
*
Add "synth_ice40 -nodffe"
Clifford Wolf
2018-04-16
1
-2
/
+11
*
Add "write_blif -inames -iattr"
Clifford Wolf
2018-04-15
1
-22
/
+46
*
Add statement labels for immediate assertions
Clifford Wolf
2018-04-13
1
-18
/
+21
*
Allow "property" in immediate assertions
Clifford Wolf
2018-04-12
1
-17
/
+20
*
Improve Makefile error handling for when abc/ is a hg working copy
Clifford Wolf
2018-04-12
1
-0
/
+3
*
Add PRIM_HDL_ASSERTION support to Verific importer
Clifford Wolf
2018-04-07
1
-3
/
+19
*
Fix handling of $global_clocking in Verific
Clifford Wolf
2018-04-06
1
-1
/
+7
*
Add documentation for anyconst/anyseq/allconst/allseq attribute
Clifford Wolf
2018-04-06
1
-0
/
+4
*
Add read_verilog anyseq/anyconst/allseq/allconst attribute support
Clifford Wolf
2018-04-06
1
-1
/
+33
*
Add Verific anyseq/anyconst/allseq/allconst attribute support
Clifford Wolf
2018-04-06
1
-2
/
+36
*
Add "verific -autocover"
Clifford Wolf
2018-04-06
2
-5
/
+17
*
Merge pull request #530 from makaimann/set-ram-flags
Clifford Wolf
2018-04-06
1
-0
/
+3
|
\
|
*
Set RAM runtime flags for Verific frontend
makaimann
2018-04-05
1
-0
/
+3
|
/
*
Added missing dont_use handling for SR FFs to dfflibmap
Clifford Wolf
2018-04-05
1
-0
/
+4
*
Create issue_template.md
Clifford Wolf
2018-04-04
1
-0
/
+16
*
Add smtio.py support for parsing SMT2 (_ bvX n) syntax for BitVec constants
Clifford Wolf
2018-04-04
1
-0
/
+3
*
Fixed -stbv handling in SMT2 back-end
Clifford Wolf
2018-04-04
1
-1
/
+1
*
Merge pull request #522 from c60k28/master
Clifford Wolf
2018-04-01
11
-178
/
+233
|
\
|
*
Fixed broken Quartus backend on dffeas init value (Error (12170): Illegal val...
c60k28
2018-03-31
11
-178
/
+233
|
/
*
Remove left-over log_ping debug commands.. oops.
Clifford Wolf
2018-03-31
1
-4
/
+0
*
Merge pull request #521 from azonenberg/for_clifford
Clifford Wolf
2018-03-31
4
-0
/
+113
|
\
|
*
coolrunner2: Add an ANDTERM/XOR between chained FFs
Robert Ou
2018-03-31
1
-0
/
+58
|
*
coolrunner2: Split multi-bit nets
Robert Ou
2018-03-31
1
-0
/
+1
|
*
coolrunner2: Add extraction for TFFs
Robert Ou
2018-03-31
3
-0
/
+54
|
/
*
Add smtio status msgs when --progress is inactive
Clifford Wolf
2018-03-29
1
-2
/
+23
*
Bugfix in smtio.py VCD file generator
Clifford Wolf
2018-03-29
1
-1
/
+1
*
Removed $timescale from "sat" command VCD writer
Clifford Wolf
2018-03-29
1
-1
/
+0
*
Set stack size to at least 128 MB (large stack needed for parsing huge expres...
Clifford Wolf
2018-03-27
1
-0
/
+13
*
Fix tests/simple/specify.v
Clifford Wolf
2018-03-27
1
-2
/
+2
*
First draft of Verilog parser support for specify blocks and parameters.
Udi Finkelstein
2018-03-27
3
-2
/
+201
*
Merge pull request #515 from edcote/patch-1
Clifford Wolf
2018-03-27
1
-3
/
+5
|
\
|
*
Rename rename to renames
Edmond Cote
2018-03-20
1
-3
/
+5
*
|
Chenged "extensions_map" to "extensions_list" in hierarchy.cc
Clifford Wolf
2018-03-27
1
-2
/
+2
*
|
Merge pull request #518 from xerpi/master
Clifford Wolf
2018-03-27
1
-15
/
+13
|
\
\
|
*
|
passes/hierarchy: Reduce code duplication in expand_module
Sergi Granell
2018-03-27
1
-15
/
+13
|
/
/
*
|
Add $mem support to SMT2 clock tagging
Clifford Wolf
2018-03-27
1
-0
/
+18
*
|
Fix build for new ABC location on github, also update ABC to a2d59be
Clifford Wolf
2018-03-27
1
-6
/
+6
*
|
Add .sv support to "hierarchy -libdir"
Clifford Wolf
2018-03-26
1
-0
/
+6
*
|
Fix handling of unclocked immediate assertions in Verific front-end
Clifford Wolf
2018-03-26
3
-17
/
+42
|
/
*
Improve yosys-smtbmc log output and error handling
Clifford Wolf
2018-03-17
1
-5
/
+14
*
Improve handling of invalid check-sat result in smtio.py
Clifford Wolf
2018-03-17
1
-1
/
+2
[next]