index
:
iCE40/yosys
master
[no description]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
passes
/
opt
Commit message (
Expand
)
Author
Age
Files
Lines
*
opt_expr: Sx to Sz; spotted by @Xiretza
Eddie Hung
2020-05-14
1
-1
/
+1
*
Merge pull request #1994 from YosysHQ/eddie/fix_bug1758
Eddie Hung
2020-05-14
1
-25
/
+111
|
\
|
*
Fix whitespace
Eddie Hung
2020-05-14
1
-1
/
+1
|
*
opt_expr: consume_x to require/imply !keepdc
Eddie Hung
2020-05-08
1
-5
/
+6
|
*
opt_expr: restore consume_x; use for coarse grained too
Eddie Hung
2020-05-08
1
-6
/
+6
|
*
opt_expr: const_xnor replacement to pad Y with 1'b1
Eddie Hung
2020-04-24
1
-1
/
+2
|
*
opt_expr: more fixes for $xor/$xnor
Eddie Hung
2020-04-24
1
-23
/
+47
|
*
opt_expr: do not group by X, more fixes
Eddie Hung
2020-04-23
1
-18
/
+59
|
*
opt_expr: improve single-bit $and/$or/$xor/$xnor cells; gate cells too
Eddie Hung
2020-04-23
1
-10
/
+29
*
|
opt_clean: improve warning message
Eddie Hung
2020-05-14
1
-1
/
+1
*
|
opt_clean: rminit without -purge; also remove if consistent with const..
Eddie Hung
2020-05-14
1
-9
/
+17
*
|
opt_clean: really make 'clean' identical to 'opt_clean' by rminit too
Eddie Hung
2020-05-14
1
-3
/
+2
*
|
Fix the other "opt_expr -fine" bug introduced in 213a89558
Claire Wolf
2020-05-02
1
-7
/
+19
*
|
Fix "opt_expr -fine" bug introduced in 213a89558
Claire Wolf
2020-05-01
1
-7
/
+19
|
/
*
opt_expr: Fix X and CO outputs for $alu identity-mapping rules.
Marcelina Kościelnicka
2020-04-16
1
-2
/
+17
*
opt_clean: Add missing assignments to opt.did_something.
Marcelina Kościelnicka
2020-04-15
1
-0
/
+6
*
opt_expr: Add more $alu optimizations.
Marcelina Kościelnicka
2020-04-14
1
-19
/
+110
*
opt_expr: Optimize multiplications with low 0 bits in operands.
Marcelina Kościelnicka
2020-04-13
1
-0
/
+33
*
[NFCI] Deduplicate builtin FF cell types list
Marcelina Kościelnicka
2020-04-09
1
-3
/
+1
*
kernel: big fat patch to use more ID::*, otherwise ID(*)
Eddie Hung
2020-04-02
14
-459
/
+459
*
Merge pull request #1845 from YosysHQ/eddie/kernel_speedup
Eddie Hung
2020-04-02
6
-23
/
+23
|
\
|
*
kernel: SigSpec use more const& + overloads to prevent implicit SigSpec
Eddie Hung
2020-03-13
6
-23
/
+23
*
|
Merge pull request #1828 from YosysHQ/eddie/celltypes_speedup
Eddie Hung
2020-04-01
2
-17
/
+35
|
\
\
|
*
|
Code review fixes
Eddie Hung
2020-03-30
1
-1
/
+1
|
*
|
Apply suggestions from code review
Eddie Hung
2020-03-30
1
-2
/
+1
|
*
|
kernel: clear some more ShareWorker state
Eddie Hung
2020-03-26
1
-0
/
+4
|
*
|
kernel: share a single CellTypes within a pass
Eddie Hung
2020-03-18
2
-17
/
+32
|
|
/
*
|
Merge pull request #1790 from YosysHQ/eddie/opt_expr_xor
Eddie Hung
2020-04-01
1
-3
/
+37
|
\
\
|
*
|
opt_expr: fix failing $xnor test
Eddie Hung
2020-03-20
1
-2
/
+17
|
*
|
opt_expr: fix missing brace
Eddie Hung
2020-03-20
1
-2
/
+4
|
*
|
opt_expr: extend to $xnor and $_XNOR_
Eddie Hung
2020-03-19
1
-8
/
+12
|
*
|
opt_expr: optimise 1-bit $xor or $_XOR_ with constant input
Eddie Hung
2020-03-19
1
-1
/
+14
|
|
/
*
|
Merge pull request #1789 from YosysHQ/eddie/opt_expr_alu
Eddie Hung
2020-04-01
1
-19
/
+51
|
\
\
|
*
|
opt_expr: remove redundant
Eddie Hung
2020-03-19
1
-3
/
+0
|
*
|
opt_expr: optimise $sub when both A[i] and B[i] == 1'b1
Eddie Hung
2020-03-19
1
-9
/
+20
|
*
|
opt_expr: optimise for identity $alu-s just like $add/$sub
Eddie Hung
2020-03-19
1
-7
/
+31
|
|
/
*
|
opt_merge: unordered_map -> dict as per @cliffordwolf review
Eddie Hung
2020-03-16
1
-1
/
+1
*
|
opt_merge: speedup
Eddie Hung
2020-03-16
1
-132
/
+102
|
/
*
ystests: fix write_smt2_write_smt2_cyclic_dependency_fail
Eddie Hung
2020-02-28
1
-11
/
+11
*
clean: ignore specify-s inside cells when determining whether to keep
Eddie Hung
2020-02-19
1
-9
/
+15
*
Merge pull request #1576 from YosysHQ/eddie/opt_merge_init
Eddie Hung
2020-02-05
1
-1
/
+16
|
\
|
*
Merge remote-tracking branch 'origin/master' into eddie/opt_merge_init
Eddie Hung
2020-01-28
1
-1
/
+1
|
|
\
|
*
|
Add $_FF_ and $_SR* courtesy of @mwkmwkmwk
Eddie Hung
2019-12-20
1
-4
/
+6
|
*
|
More stringent check for flop cells
Eddie Hung
2019-12-20
1
-2
/
+4
|
*
|
opt_merge to discard \init of '$' cells with 'Q' port when merging
Eddie Hung
2019-12-13
1
-0
/
+11
*
|
|
Add opt_lut_ins pass. (#1673)
Marcelina Kościelnicka
2020-02-03
2
-0
/
+279
*
|
|
Merge branch 'vector_fix' of https://github.com/Kmanfi/yosys
Claire Wolf
2020-01-29
1
-1
/
+3
|
\
\
\
|
*
|
|
Fix input vector for reduce cells. Infinite loop fixed.
Kaj Tuomi
2017-10-17
1
-0
/
+2
*
|
|
|
opt_reduce: Call check() per run rather than per optimised cell
David Shah
2020-01-28
1
-1
/
+2
|
|
_
|
/
|
/
|
|
*
|
|
Fix opt_expr.eqneq.cmpzero debug print
Alyssa Milburn
2019-12-15
1
-1
/
+1
|
|
/
|
/
|
[next]