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
*
Cleanup +/cmp2lut.v
Eddie Hung
2020-04-03
1
-8
/
+0
*
synth_xilinx: techmap +/cmp2lut.v and +/cmp2lcu.v in 'coarse'
Eddie Hung
2020-04-03
1
-2
/
+1
*
+/cmp2lcu.v to work efficiently for fully/partially constant inputs
Eddie Hung
2020-04-03
1
-33
/
+42
*
+/cmp2lcu.v to work efficiently for fully/partially constant inputs
Eddie Hung
2020-04-03
1
-3
/
+31
*
Refactor +/cmp2lcu.v into recursive techmap
Eddie Hung
2020-04-03
2
-39
/
+66
*
Cleanup
Eddie Hung
2020-04-03
1
-31
/
+28
*
Cleanup cmp2lcu.v
Eddie Hung
2020-04-03
1
-16
/
+16
*
techmap +/cmp2lcu.v for decomposing arithmetic compares to $lcu
Eddie Hung
2020-04-03
3
-0
/
+108
*
cmp2lut: comment out unused since 362f4f9
Eddie Hung
2020-04-03
1
-8
/
+8
*
Merge pull request #1845 from YosysHQ/eddie/kernel_speedup
Eddie Hung
2020-04-02
20
-588
/
+566
|
\
|
*
kernel: pass-by-value into Design::scratchpad_set_string() too
Eddie Hung
2020-03-27
2
-3
/
+3
|
*
kernel: const Wire* overload -> Wire* !!!
Eddie Hung
2020-03-26
1
-1
/
+1
|
*
kernel: Cell::set{Port,Param}() to pass by value, but use std::move
Eddie Hung
2020-03-26
2
-7
/
+7
|
*
kernel: SigSpec copies to not trigger pack()
Eddie Hung
2020-03-18
2
-34
/
+5
|
*
kernel: more pass by const ref, more speedups
Eddie Hung
2020-03-18
7
-400
/
+400
|
*
kernel: speedup
Eddie Hung
2020-03-18
1
-30
/
+23
|
*
kernel: use const reference for SigSet too
Eddie Hung
2020-03-17
1
-18
/
+18
|
*
kernel: fix DeleteWireWorker
Eddie Hung
2020-03-17
1
-9
/
+4
|
*
kernel: SigSpec use more const& + overloads to prevent implicit SigSpec
Eddie Hung
2020-03-13
14
-82
/
+96
|
*
kernel: optimise Module::remove(const pool<RTLIL::Wire*>()
Eddie Hung
2020-03-12
2
-10
/
+9
|
*
kernel: SigPool to use const& + overloads to prevent implicit SigSpec
Eddie Hung
2020-03-12
1
-19
/
+25
*
|
Bump YOSYS_VER
Claire Wolf
2020-04-02
1
-1
/
+1
*
|
Merge pull request #1770 from YosysHQ/claire/btor_symbols
Claire Wolf
2020-04-02
1
-36
/
+60
|
\
\
|
*
|
Improve write_btor symbol handling
Claire Wolf
2020-03-14
1
-36
/
+60
*
|
|
Merge pull request #1765 from YosysHQ/claire/btor_info
Claire Wolf
2020-04-02
1
-9
/
+113
|
\
|
|
|
*
|
Add info-file and cover features to write_btor
Claire Wolf
2020-03-13
1
-9
/
+113
|
|
/
*
|
Merge pull request #1777 from YosysHQ/claire/manyhot
Claire Wolf
2020-04-02
1
-14
/
+146
|
\
\
|
*
|
Improve ezsat onehot encoding scheme
Claire Wolf
2020-04-02
1
-14
/
+28
|
*
|
Using LFSR counter for ezSAT::manyhot()
Claire Wolf
2020-04-02
1
-0
/
+118
|
/
/
*
|
Merge pull request #1828 from YosysHQ/eddie/celltypes_speedup
Eddie Hung
2020-04-01
4
-31
/
+50
|
\
\
|
*
|
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
4
-31
/
+51
|
|
/
*
|
Merge pull request #1790 from YosysHQ/eddie/opt_expr_xor
Eddie Hung
2020-04-01
4
-10
/
+92
|
\
\
|
*
|
opt_expr: fix failing $xnor test
Eddie Hung
2020-03-20
1
-2
/
+17
|
*
|
opt_expr: add failing $xnor test
Eddie Hung
2020-03-20
1
-1
/
+13
|
*
|
Simplify breaking tests/arch/*/fsm.ys tests
Eddie Hung
2020-03-20
2
-7
/
+3
|
*
|
opt_expr: fix missing brace
Eddie Hung
2020-03-20
1
-2
/
+4
|
*
|
opt_expr: add $xor/$xnor/$_XOR_/$_XNOR_ tests
Eddie Hung
2020-03-19
1
-0
/
+40
|
*
|
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
2
-19
/
+114
|
\
\
|
*
|
opt_expr: add $alu tests
Eddie Hung
2020-03-19
1
-0
/
+63
|
*
|
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 #1844 from YosysHQ/dave/gen-source-loc
David Shah
2020-04-01
1
-0
/
+6
|
\
\
|
*
|
verilog: Add location info for generate constructs
David Shah
2020-04-01
1
-0
/
+6
[next]