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
*
write_xaiger to support non-bit cell connections, and cope with COs for -O
Eddie Hung
2019-02-16
1
-13
/
+15
*
abc9 to write_aiger with -O option, and ignore dummy outputs
Eddie Hung
2019-02-16
1
-2
/
+8
*
write_aiger -O to write dummy output as __dummy_o__
Eddie Hung
2019-02-16
1
-2
/
+5
*
abc9 to handle comb loops, cope with constant outputs, disconnect using new wire
Eddie Hung
2019-02-16
1
-4
/
+67
*
read_aiger to disable log_debug
Eddie Hung
2019-02-16
1
-1
/
+2
*
expose command to not skip 'internal' wires beginning with '$'
Eddie Hung
2019-02-16
1
-1
/
+1
*
read_xaiger() to use f.read() not readsome()
Eddie Hung
2019-02-16
1
-1
/
+2
*
abc9 to cope with non-wideports, count cells properly
Eddie Hung
2019-02-16
1
-11
/
+54
*
Tidy up write_xaiger
Eddie Hung
2019-02-16
1
-8
/
+6
*
write_aiger() to perform CI/CO post-processing and fix symbols
Eddie Hung
2019-02-16
1
-7
/
+17
*
read_aiger() to cope with constant outputs, mixed wideports, do cleaning
Eddie Hung
2019-02-16
1
-8
/
+130
*
Move lookup inside if
Eddie Hung
2019-02-15
1
-2
/
+2
*
Fixes needed for DFF circuits
Eddie Hung
2019-02-15
1
-4
/
+3
*
Refactor
Eddie Hung
2019-02-15
1
-29
/
+32
*
Cope with width != 1 when re-mapping cells
Eddie Hung
2019-02-15
1
-11
/
+25
*
abc9 to stitch results with CI/CO properly
Eddie Hung
2019-02-15
1
-16
/
+32
*
read_aiger with more asserts, and call clean
Eddie Hung
2019-02-15
1
-4
/
+11
*
write_xaiger to cope with unknown cells by transforming them to CI/CO
Eddie Hung
2019-02-15
1
-6
/
+44
*
More cleanup
Eddie Hung
2019-02-14
1
-15
/
+6
*
More cleanup of write_xaiger
Eddie Hung
2019-02-14
1
-73
/
+1
*
Get rid of formal stuff from xaiger backend
Eddie Hung
2019-02-14
1
-58
/
+0
*
synth_ice40 to have new -abc9 arg
Eddie Hung
2019-02-14
1
-4
/
+12
*
Leave FIXME for clean
Eddie Hung
2019-02-13
1
-3
/
+3
*
Use module->addLut()
Eddie Hung
2019-02-13
1
-5
/
+1
*
Fix stitching
Eddie Hung
2019-02-13
1
-4
/
+4
*
Use ConstEval to compute LUT masks
Eddie Hung
2019-02-13
2
-63
/
+69
*
Merge remote-tracking branch 'origin/read_aiger' into xaig
Eddie Hung
2019-02-13
4
-17
/
+12
|
\
|
*
Missing headers for Xcode?
Eddie Hung
2019-02-12
1
-0
/
+2
|
*
Merge branch 'read_aiger' of github.com:eddiehung/yosys into read_aiger
Eddie Hung
2019-02-12
1
-3
/
+1
|
|
\
|
|
*
Do not break for constraints
Eddie Hung
2019-02-11
1
-1
/
+0
|
|
*
No increment line_count for binary ANDs
Eddie Hung
2019-02-11
1
-1
/
+1
|
|
*
Do not ignore newline after AND in binary AIG
Eddie Hung
2019-02-11
1
-1
/
+0
|
*
|
Use module->add{Not,And}Gate() functions
Eddie Hung
2019-02-12
1
-8
/
+2
|
|
/
|
*
Merge remote-tracking branch 'origin/dff_init' into read_aiger
Eddie Hung
2019-02-08
2
-7
/
+7
|
|
\
|
|
*
Cope WIDTH of ff/latch cells is default of zero
Eddie Hung
2019-02-06
1
-6
/
+6
|
|
*
Remove check for cell->name[0] == '$'
Eddie Hung
2019-02-06
1
-1
/
+1
*
|
|
Merge https://github.com/YosysHQ/yosys into xaig
Eddie Hung
2019-02-13
3
-44
/
+47
|
\
\
\
|
*
|
|
Fix sign handling of real constants
Clifford Wolf
2019-02-13
1
-5
/
+4
|
*
|
|
Merge pull request #802 from whitequark/write_verilog_async_mem_ports
Clifford Wolf
2019-02-12
1
-38
/
+41
|
|
\
\
\
|
|
*
|
|
write_verilog: correctly emit asynchronous transparent ports.
whitequark
2019-01-29
1
-38
/
+41
|
*
|
|
|
Merge pull request #806 from daveshah1/fsm_opt_no_reset
Clifford Wolf
2019-02-12
1
-1
/
+2
|
|
\
\
\
\
|
|
*
|
|
|
fsm_opt: Fix runtime error for FSMs without a reset state
David Shah
2019-02-07
1
-1
/
+2
|
|
/
/
/
/
*
|
|
|
|
Rip out some more stuff
Eddie Hung
2019-02-13
1
-36
/
+0
*
|
|
|
|
Rip out unused functions in abc9
Eddie Hung
2019-02-12
1
-416
/
+61
*
|
|
|
|
Add support for read_aiger -wideports
Eddie Hung
2019-02-12
2
-6
/
+15
*
|
|
|
|
Add support for read_aiger -map
Eddie Hung
2019-02-12
2
-4
/
+82
*
|
|
|
|
Parse 'm' in xaiger
Eddie Hung
2019-02-12
1
-20
/
+57
*
|
|
|
|
WIP for ABC with aiger
Eddie Hung
2019-02-12
1
-130
/
+19
*
|
|
|
|
Add read_xaiger
Eddie Hung
2019-02-11
2
-27
/
+108
*
|
|
|
|
Add write_xaiger
Eddie Hung
2019-02-11
2
-21
/
+11
[next]