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 pull request #1767 from YosysHQ/eddie/idstrings
Eddie Hung
2020-04-02
114
-2708
/
+2691
|
\
|
*
kernel: big fat patch to use more ID::*, otherwise ID(*)
Eddie Hung
2020-04-02
109
-2335
/
+2316
|
*
kernel: use more ID::*
Eddie Hung
2020-04-02
43
-391
/
+393
*
|
iopadmap: Fix z assignment to inout port
Marcin Kościelnicki
2020-04-02
1
-1
/
+15
*
|
Merge pull request #1842 from YosysHQ/mwk/fix-deminout-xz
Claire Wolf
2020-04-02
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
deminout: prevent any constant assignment from demoting to input
Marcin Kościelnicki
2020-03-30
1
-1
/
+1
*
|
Merge pull request #1845 from YosysHQ/eddie/kernel_speedup
Eddie Hung
2020-04-02
13
-45
/
+45
|
\
\
|
*
|
kernel: more pass by const ref, more speedups
Eddie Hung
2020-03-18
1
-1
/
+1
|
*
|
kernel: SigSpec use more const& + overloads to prevent implicit SigSpec
Eddie Hung
2020-03-13
12
-44
/
+44
*
|
|
Merge pull request #1828 from YosysHQ/eddie/celltypes_speedup
Eddie Hung
2020-04-01
3
-21
/
+47
|
\
\
\
|
*
|
|
memory_share: fix stray brace
Eddie Hung
2020-03-30
1
-1
/
+0
|
*
|
|
Code review fixes
Eddie Hung
2020-03-30
2
-3
/
+3
|
*
|
|
Apply suggestions from code review
Eddie Hung
2020-03-30
2
-6
/
+2
|
*
|
|
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
3
-21
/
+48
|
|
/
/
*
|
|
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
|
|
/
/
*
|
|
Merge pull request #1761 from YosysHQ/eddie/opt_merge_speedup
Eddie Hung
2020-03-31
1
-132
/
+102
|
\
\
\
|
*
|
|
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
|
|
/
/
*
|
|
Merge pull request #1835 from boqwxp/cleanup_sat_expose
Eddie Hung
2020-03-30
1
-85
/
+66
|
\
\
\
|
*
|
|
Remove unused function parameter.
Alberto Gonzalez
2020-03-30
1
-2
/
+2
|
*
|
|
Simplify iterating over selected modules or cells.
Alberto Gonzalez
2020-03-30
1
-16
/
+4
|
*
|
|
Clean up more in `passes/sat/expose.cc`.
Alberto Gonzalez
2020-03-30
1
-64
/
+59
|
*
|
|
Clean up pseudo-private member usage in `passes/sat/expose.cc`.
Alberto Gonzalez
2020-03-28
1
-11
/
+9
*
|
|
|
Merge pull request #1832 from boqwxp/cleanup_passes_cmds_design
Eddie Hung
2020-03-30
1
-31
/
+33
|
\
\
\
\
|
*
|
|
|
Replace `RTLIL::id2cstr()` with `log_id()`.
Alberto Gonzalez
2020-03-30
1
-1
/
+1
|
*
|
|
|
Clean up pseudo-private member usage in `passes/cmds/design.cc`.
Alberto Gonzalez
2020-03-28
1
-31
/
+33
|
|
/
/
/
*
|
|
|
Merge pull request #1786 from boqwxp/hierarchycc_cleanup
Eddie Hung
2020-03-30
1
-69
/
+63
|
\
\
\
\
|
*
|
|
|
Fix double deletion in `passes/hierarchy/hierarchy.cc`.
Alberto Gonzalez
2020-03-30
1
-1
/
+0
|
*
|
|
|
Clean up pseudo-private member usage in `passes/hierarchy/hierarchy.cc`.
Alberto Gonzalez
2020-03-19
1
-68
/
+63
*
|
|
|
|
Merge pull request #1831 from boqwxp/cleanup_sat_eval
Eddie Hung
2020-03-30
1
-46
/
+44
|
\
\
\
\
\
|
*
|
|
|
|
Further clean up `passes/sat/eval.cc`.
Alberto Gonzalez
2020-03-30
1
-16
/
+15
|
*
|
|
|
|
Clean up pseudo-private member usage in `passes/sat/eval.cc`.
Alberto Gonzalez
2020-03-28
1
-35
/
+34
|
|
|
/
/
/
|
|
/
|
|
|
*
|
|
|
|
Merge pull request #1833 from boqwxp/cleanup_sat_freduce
Eddie Hung
2020-03-30
1
-15
/
+13
|
\
\
\
\
\
|
*
|
|
|
|
Further clean up `passes/sat/freduce.cc`.
Alberto Gonzalez
2020-03-30
1
-3
/
+2
|
*
|
|
|
|
Clean up pseudo-private member usage in `passes/sat/freduce.cc`.
Alberto Gonzalez
2020-03-28
1
-13
/
+12
|
|
/
/
/
/
*
|
|
|
|
Merge pull request #1778 from rswarbrick/sv-defines
N. Engelhardt
2020-03-30
1
-1
/
+2
|
\
\
\
\
\
|
|
_
|
_
|
_
|
/
|
/
|
|
|
|
|
*
|
|
|
Add support for SystemVerilog-style `define to Verilog frontend
Rupert Swarbrick
2020-03-27
1
-1
/
+2
|
|
/
/
/
*
|
|
|
Explicit include of csignal
Miodrag Milanovic
2020-03-28
1
-0
/
+1
*
|
|
|
windows - there are no stopping signals
Miodrag Milanovic
2020-03-28
1
-0
/
+1
|
/
/
/
*
|
|
Merge pull request #1806 from YosysHQ/mwk/techmap-replace-fix
Claire Wolf
2020-03-26
1
-1
/
+1
|
\
\
\
|
*
|
|
techmap: Fix cell names with _TECHMAP_REPLACE_.*
Marcin Kościelnicki
2020-03-23
1
-1
/
+1
[next]