index
:
iCE40/yosys
master
[no description]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
backends
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move EdifNames out of double-private namespace
Clifford Wolf
2017-02-25
1
-48
/
+45
*
Clean up edif code, swap bit indexing of "upto" ports
Clifford Wolf
2017-02-25
1
-17
/
+35
*
Merge branch 'master' of https://github.com/klammerj/yosys into klammerj-master
Clifford Wolf
2017-02-25
1
-6
/
+46
|
\
|
*
Did as you requested, /but/...
Johann Klammer
2017-02-24
1
-45
/
+29
|
*
add options for edif flavors
Johann Klammer
2017-02-23
1
-4
/
+60
*
|
Add $live and $fair support to AIGER back-end.
Clifford Wolf
2017-02-25
1
-8
/
+104
*
|
Add "write_smt2 -stbv"
Clifford Wolf
2017-02-24
3
-49
/
+179
*
|
Add SMT2 statebv mode (inactive for now)
Clifford Wolf
2017-02-24
1
-20
/
+47
|
/
*
Add "yosys-smtbmc -S <opt>"
Clifford Wolf
2017-02-19
1
-7
/
+18
*
Add warning about x/z bits left unconnected in EDIF output
Clifford Wolf
2017-02-14
1
-2
/
+5
*
More progress on Firrtl backend.
Adam Izraelevitz
2017-02-13
3
-27
/
+181
*
Add assert check in "yosys-smtbmc -c"
Clifford Wolf
2017-02-04
1
-7
/
+28
*
Improve yosys-smtbmc cover() support
Clifford Wolf
2017-02-04
1
-5
/
+19
*
Partially implement cover() support in yosys-smtbmc
Clifford Wolf
2017-02-04
3
-4
/
+97
*
Further improve cover() support
Clifford Wolf
2017-02-04
1
-3
/
+5
*
Add "yosys-smtbmc --aig <aim_filename>:<aiw_filename>" support
Clifford Wolf
2017-01-30
1
-5
/
+14
*
Add "yosys-smtbmc --aig-noheader" and AIGER mem init support
Clifford Wolf
2017-01-28
2
-8
/
+55
*
Fix $initstate handling bug in yosys-smtbmc
Clifford Wolf
2017-01-11
1
-0
/
+2
*
Implicitly set "yosys-smtbmc --noprogress" on windows
Clifford Wolf
2017-01-04
1
-3
/
+4
*
Fixed "yosys-smtbmc --noprogress"
Clifford Wolf
2017-01-04
1
-1
/
+1
*
Handle "always 1" like "always -1" in .smtc files
Clifford Wolf
2017-01-02
1
-7
/
+5
*
Improved write_json help message
Clifford Wolf
2016-12-29
1
-0
/
+4
*
Added $anyconst support to AIGER back-end
Clifford Wolf
2016-12-11
1
-0
/
+7
*
Added $assert/$assume support to AIGER back-end
Clifford Wolf
2016-12-03
1
-10
/
+51
*
Improved yosys-smtbmc default -t/--assume-skipped for --cex and --aig
Clifford Wolf
2016-12-03
1
-2
/
+15
*
Added "yosys-smtbmc --aig"
Clifford Wolf
2016-12-01
1
-6
/
+127
*
Added support for partially initialized regs to smt2 back-end
Clifford Wolf
2016-12-01
1
-3
/
+15
*
Added "write_aiger -zinit -symbols -vmap"
Clifford Wolf
2016-12-01
1
-30
/
+139
*
Added "write_aiger" command
Clifford Wolf
2016-11-30
2
-0
/
+398
*
Bugfix in smt2 back-end for pure checker modules
Clifford Wolf
2016-11-28
1
-0
/
+4
*
Removed shebang line from smtio.py, fixes #279
Clifford Wolf
2016-11-27
1
-1
/
+0
*
Added wire start_offset and upto handling BLIF back-end
Clifford Wolf
2016-11-23
1
-1
/
+1
*
Added "yosys-smtbmc --append"
Clifford Wolf
2016-11-22
1
-2
/
+20
*
Bugfix: include assign to write-mask
Adam Izraelevitz
2016-11-18
1
-0
/
+1
*
More progress in FIRRTL back-end
Clifford Wolf
2016-11-18
3
-4
/
+121
*
Progress in FIRRTL back-end
Clifford Wolf
2016-11-18
4
-5
/
+55
*
Added first draft of FIRRTL back-end
Clifford Wolf
2016-11-17
2
-0
/
+353
*
Cleanups and fixed in write_verilog regarding reg init
Clifford Wolf
2016-11-16
1
-15
/
+61
*
Added hex constant support to write_verilog
Clifford Wolf
2016-11-03
1
-4
/
+62
*
Adde "write_verilog -renameprefix -v"
Clifford Wolf
2016-11-01
1
-5
/
+23
*
Added avail params to ilang format, check module params in 'hierarchy -check'
Clifford Wolf
2016-10-22
1
-0
/
+7
*
Ignore L_pi nets in "yosys-smtbmc --cex"
Clifford Wolf
2016-10-18
1
-2
/
+5
*
Use init value "2" for all uninitialized FFs in BLIF back-end
Clifford Wolf
2016-10-18
1
-4
/
+1
*
Added "yosys-smtbmc --cex <filename>"
Clifford Wolf
2016-10-17
1
-1
/
+35
*
cleanup in write_smt2 log messages (-bv and -mem are now default)
Clifford Wolf
2016-10-16
1
-1
/
+1
*
Added $anyseq cell type
Clifford Wolf
2016-10-14
1
-1
/
+1
*
Added $global_clock verilog syntax support for creating $ff cells
Clifford Wolf
2016-10-14
1
-0
/
+1
*
Added $ff and $_FF_ cell types
Clifford Wolf
2016-10-12
2
-5
/
+11
*
Merge branch 'master' of github.com:cliffordwolf/yosys
Clifford Wolf
2016-10-11
2
-1
/
+3
|
\
|
*
Added smtc support for top-level state with [], [N:] syntax
Clifford Wolf
2016-10-08
2
-1
/
+3
[next]