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
*
Fine tune ice40_dsp.pmg, add support for packing subsets of registers
Eddie Hung
2019-07-19
4
-35
/
+47
*
Add support for ice40 signed multipliers
Eddie Hung
2019-07-19
1
-13
/
+8
*
Merge remote-tracking branch 'origin/master' into ice40dsp
Eddie Hung
2019-07-18
5
-106
/
+179
|
\
|
*
Merge pull request #1188 from YosysHQ/eddie/abc9_push_inverters
Eddie Hung
2019-07-16
1
-44
/
+127
|
|
\
|
|
*
Add comment
Eddie Hung
2019-07-13
1
-0
/
+5
|
|
*
duplicate -> clone
Eddie Hung
2019-07-12
1
-3
/
+3
|
|
*
More cleanup
Eddie Hung
2019-07-12
1
-8
/
+2
|
|
*
Cleanup
Eddie Hung
2019-07-12
1
-29
/
+51
|
|
*
Cleanup
Eddie Hung
2019-07-12
1
-10
/
+4
|
|
*
Cleanup
Eddie Hung
2019-07-12
1
-15
/
+24
|
|
*
More cleanup
Eddie Hung
2019-07-12
1
-11
/
+10
|
|
*
Cleanup
Eddie Hung
2019-07-12
1
-46
/
+16
|
|
*
Cleanup
Eddie Hung
2019-07-12
1
-7
/
+1
|
|
*
Cleanup
Eddie Hung
2019-07-12
1
-13
/
+109
|
*
|
Merge pull request #1186 from YosysHQ/eddie/abc9_ice40_fix
Eddie Hung
2019-07-16
1
-2
/
+2
|
|
\
\
|
|
*
|
Do not double count cells in abc
Eddie Hung
2019-07-12
1
-2
/
+2
|
|
|
/
|
*
|
Fix check logic in extract_fa
Miodrag Milanovic
2019-07-16
1
-2
/
+2
|
*
|
Merge pull request #1189 from YosysHQ/eddie/fix1151
Clifford Wolf
2019-07-15
1
-0
/
+4
|
|
\
\
|
|
*
|
Error out if enable > dbits
Eddie Hung
2019-07-13
1
-0
/
+4
|
|
|
/
|
*
|
Merge pull request #1190 from YosysHQ/eddie/fix_1099
Clifford Wolf
2019-07-15
1
-4
/
+8
|
|
\
\
|
|
*
|
If ConstEval fails do not log_abort() but return gracefully
Eddie Hung
2019-07-13
1
-4
/
+8
|
|
|
/
|
*
/
opt_lut: make less chatty.
whitequark
2019-07-13
1
-56
/
+38
|
|
/
*
|
ice40_dsp to accept $__MUL16X16 too
Eddie Hung
2019-07-18
1
-1
/
+1
*
|
Check if RHS is empty first
Eddie Hung
2019-07-18
1
-0
/
+2
*
|
Do not autoremove ffP aor muxP
Eddie Hung
2019-07-18
1
-2
/
+0
*
|
Improve pattern matcher to match subsets of $dffe? cells
Eddie Hung
2019-07-18
2
-12
/
+22
*
|
Improve A/B reg packing
Eddie Hung
2019-07-18
2
-6
/
+11
*
|
Do not autoremove A/B registers since they might have other consumers
Eddie Hung
2019-07-18
1
-2
/
+0
*
|
Fix xilinx_dsp index cast
Eddie Hung
2019-07-18
1
-2
/
+2
*
|
Wrong wildcard symbol
Eddie Hung
2019-07-18
1
-1
/
+1
*
|
Pattern matcher to check pool of bits, not exactly
Eddie Hung
2019-07-17
2
-5
/
+11
*
|
Signed extension
Eddie Hung
2019-07-16
2
-6
/
+6
*
|
Add support {A,B,P}REG packing
Eddie Hung
2019-07-16
2
-55
/
+94
*
|
Oops forgot these files
Eddie Hung
2019-07-15
1
-2
/
+7
*
|
Add xilinx_dsp for register packing
Eddie Hung
2019-07-15
3
-2
/
+192
|
/
*
Enable &mfs for abc9, even if it only currently works for ice40
Eddie Hung
2019-07-11
1
-1
/
+1
*
Merge pull request #1179 from whitequark/attrmap-proc
Clifford Wolf
2019-07-11
1
-0
/
+19
|
\
|
*
attrmap: also consider process, switch and case attributes.
whitequark
2019-07-10
1
-0
/
+19
*
|
Merge pull request #1177 from YosysHQ/clifford/async
Clifford Wolf
2019-07-10
1
-0
/
+7
|
\
\
|
|
/
|
/
|
|
*
Fix tests/various/async FFL test
Clifford Wolf
2019-07-09
1
-0
/
+7
*
|
Merge pull request #1174 from YosysHQ/eddie/fix1173
Clifford Wolf
2019-07-09
1
-0
/
+3
|
\
\
|
*
|
Increment _TECHMAP_BITS_CONNMAP_ by one since counting from zero
Eddie Hung
2019-07-09
1
-0
/
+3
|
|
/
*
/
Revert "Add "synth -keepdc" option"
Eddie Hung
2019-07-09
1
-1
/
+1
|
/
*
Merge pull request #1168 from whitequark/bugpoint-processes
Clifford Wolf
2019-07-09
2
-17
/
+105
|
\
|
*
bugpoint: add -assigns and -updates options.
whitequark
2019-07-09
1
-9
/
+81
|
*
proc_clean: add -quiet option.
whitequark
2019-07-09
1
-8
/
+24
*
|
Merge pull request #1169 from whitequark/more-proc-cleanups
Clifford Wolf
2019-07-09
5
-22
/
+168
|
\
\
|
*
|
proc_prune: promote assigns to module connections when legal.
whitequark
2019-07-09
3
-33
/
+42
|
*
|
proc_prune: new pass.
whitequark
2019-07-09
3
-1
/
+138
|
|
/
*
|
Merge pull request #1163 from whitequark/more-case-attrs
Clifford Wolf
2019-07-09
1
-10
/
+16
|
\
\
[next]