index
:
iCE40/yosys
master
[no description]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
passes
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'eddie/abc9_refactor' into eddie/abc9_required
Eddie Hung
2020-01-27
9
-107
/
+361
|
\
|
*
abc9_ops: add comments
Eddie Hung
2020-01-27
1
-1
/
+13
|
*
abc9: -reintegrate recover type from existing cell, check against boxid
Eddie Hung
2020-01-23
1
-30
/
+19
|
*
abc9: warning message if no modules selected
Eddie Hung
2020-01-23
1
-0
/
+6
|
*
abc9_ops: -prep_xaiger to skip (* keep *) cells
Eddie Hung
2020-01-23
1
-0
/
+2
|
*
abc9_ops -prep_dff: insert async s/r mux in holes when replacing $_DFF_*
Eddie Hung
2020-01-23
1
-31
/
+37
|
*
alumacc: undo accidental commit
Eddie Hung
2020-01-22
1
-14
/
+5
|
*
Merge remote-tracking branch 'origin/eddie/abc9_fixes' into eddie/abc9_refactor
Eddie Hung
2020-01-22
2
-4
/
+6
|
|
\
|
|
*
abc9: error out if flip-flop init is 1'b1 for '-dff'
Eddie Hung
2020-01-22
1
-0
/
+2
|
|
*
abc9: fix scratchpad entry abc9.verify
Eddie Hung
2020-01-22
1
-4
/
+4
|
*
|
Merge remote-tracking branch 'origin/master' into eddie/abc9_refactor
Eddie Hung
2020-01-21
6
-28
/
+241
|
|
\
|
|
|
*
Merge pull request #1637 from YosysHQ/mwk/fix-1634
Claire Wolf
2020-01-21
1
-9
/
+17
|
|
|
\
|
|
|
*
fsm_detect: Add a cache to avoid excessive CPU usage for big mux networks.
Marcin KoĆcielnicki
2020-01-14
1
-9
/
+17
|
|
*
|
Merge pull request #1621 from YosysHQ/clifford/fminit
Claire Wolf
2020-01-20
2
-0
/
+198
|
|
|
\
\
|
|
|
*
|
Add fminit pass
Clifford Wolf
2020-01-09
2
-0
/
+198
|
|
*
|
|
xilinx_dsp: another typo; move xilinx specific test
Eddie Hung
2020-01-17
1
-1
/
+1
|
|
*
|
|
ice40_dsp: fix typo
Eddie Hung
2020-01-17
1
-2
/
+2
|
|
*
|
|
Consistency
Eddie Hung
2020-01-17
2
-4
/
+6
|
|
*
|
|
xilinx_dsp: add parameter defaults
Eddie Hung
2020-01-17
1
-7
/
+7
|
|
*
|
|
ice40_dsp: add default values for parameters
Eddie Hung
2020-01-17
2
-11
/
+11
|
|
*
|
|
ice40_dsp: tolerant of fanout-less outputs, as well as all-zero inputs
Eddie Hung
2020-01-17
1
-0
/
+5
|
|
|
|
/
|
|
|
/
|
|
*
|
|
abc9: add some log_{push,pop}() as per @nakengelhardt
Eddie Hung
2020-01-17
2
-5
/
+19
*
|
|
|
abc9_ops: -write_box is empty, output a dummy box to prevent ABC error
Eddie Hung
2020-01-15
2
-2
/
+4
*
|
|
|
abc9_ops: cope with (* abc9_flop *) in place of (* abc9_box_id *)
Eddie Hung
2020-01-14
1
-2
/
+2
*
|
|
|
abc9_ops: -check to check abc9_{arrival,required}
Eddie Hung
2020-01-14
1
-3
/
+30
*
|
|
|
abc9_ops: implement a requireds_cache
Eddie Hung
2020-01-14
1
-26
/
+34
*
|
|
|
abc9_ops: generate flop box ids, add abc9_required to FD* cells
Eddie Hung
2020-01-14
1
-65
/
+56
*
|
|
|
Merge remote-tracking branch 'origin/eddie/abc9_refactor' into eddie/abc9_req...
Eddie Hung
2020-01-14
1
-9
/
+0
|
\
|
|
|
|
*
|
|
abc9_ops: -reintegrate to not trim box padding anymore
Eddie Hung
2020-01-14
1
-9
/
+0
*
|
|
|
abc9_ops: fix -reintegrate handling of $__ABC9_DELAY
Eddie Hung
2020-01-14
1
-2
/
+3
*
|
|
|
abc9_ops: -prep_times -> -prep_delays; add doc
Eddie Hung
2020-01-14
2
-11
/
+23
*
|
|
|
abc9_ops: cleanup
Eddie Hung
2020-01-14
1
-14
/
+5
*
|
|
|
abc9_ops: discard $__ABC9_DELAY boxes
Eddie Hung
2020-01-14
1
-7
/
+2
*
|
|
|
Merge remote-tracking branch 'origin/eddie/abc9_refactor' into eddie/abc9_req...
Eddie Hung
2020-01-14
5
-249
/
+277
|
\
|
|
|
|
*
|
|
abc9_ops/write_xaiger: update doc
Eddie Hung
2020-01-14
1
-0
/
+13
|
*
|
|
abc9_ops: -prep_holes -> -prep_xaiger, move padding to write_xaiger
Eddie Hung
2020-01-14
2
-104
/
+73
|
*
|
|
Merge remote-tracking branch 'origin/master' into eddie/abc9_refactor
Eddie Hung
2020-01-14
2
-4
/
+4
|
|
\
|
|
|
|
*
|
Merge pull request #1633 from YosysHQ/eddie/fix_autoname
Eddie Hung
2020-01-14
1
-1
/
+1
|
|
|
\
\
|
|
|
*
|
autoname: do not autoname ports
Eddie Hung
2020-01-14
1
-1
/
+1
|
|
*
|
|
read_aiger: make $and/$not/$lut the prefix not suffix
Eddie Hung
2020-01-13
1
-4
/
+4
|
|
|
/
/
|
*
|
|
abc9_ops: -break_scc -> -mark_scc using (* keep *), remove -unbreak_scc
Eddie Hung
2020-01-13
2
-46
/
+20
|
*
|
|
abc9_ops: ignore inouts of all cell outputs for topo ordering
Eddie Hung
2020-01-13
1
-2
/
+6
|
*
|
|
abc9: break SCC by setting (* keep *) on output wires
Eddie Hung
2020-01-13
2
-26
/
+5
|
*
|
|
abc9: add -run option
Eddie Hung
2020-01-13
1
-1
/
+14
|
*
|
|
abc9: respect (* keep *) on cells
Eddie Hung
2020-01-13
1
-0
/
+2
|
*
|
|
abc9: log which module is being operated on
Eddie Hung
2020-01-13
2
-5
/
+3
|
*
|
|
Merge remote-tracking branch 'origin/master' into eddie/abc9_refactor
Eddie Hung
2020-01-13
3
-77
/
+138
|
|
\
|
|
|
|
*
|
MIssed this merge conflict
Eddie Hung
2020-01-11
1
-4
/
+0
|
|
*
|
Merge remote-tracking branch 'origin/master' into eddie/abc9_scratchpad
Eddie Hung
2020-01-11
1
-12
/
+4
|
|
|
\
\
|
|
*
|
|
abc9: fix help message, found by @nakengelhardt
Eddie Hung
2020-01-11
1
-2
/
+2
[next]