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
*
Clean up `passes/cmds/show.cc`.
Alberto Gonzalez
2020-04-06
1
-52
/
+42
*
Merge pull request #1648 from YosysHQ/eddie/cmp2lcu
Eddie Hung
2020-04-03
6
-13
/
+173
|
\
|
*
cmp2lcu: rename _90_lcu_cmp -> _80_lcu_cmp
Eddie Hung
2020-04-03
1
-1
/
+1
|
*
cmp2lcu: fail if `LUT_WIDTH < 2
Eddie Hung
2020-04-03
1
-1
/
+1
|
*
synth: only techmap cmp2{lut,lcu} if -lut
Eddie Hung
2020-04-03
1
-1
/
+1
|
*
synth: use +/cmp2lcu.v in generic 'synth' too
Eddie Hung
2020-04-03
1
-2
/
+2
|
*
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 #1853 from YosysHQ/eddie/fix_dynslice
Eddie Hung
2020-04-02
1
-1
/
+2
|
\
\
|
*
|
ast: cap dynamic range select to size of signal, suppresses warnings
Eddie Hung
2020-04-01
1
-1
/
+2
*
|
|
Merge pull request #1767 from YosysHQ/eddie/idstrings
Eddie Hung
2020-04-02
163
-5241
/
+5380
|
\
\
\
|
*
|
|
kernel: big fat patch to use more ID::*, otherwise ID(*)
Eddie Hung
2020-04-02
152
-4420
/
+4532
|
*
|
|
kernel: IdString::in(const IdString &) as per @Tjoppen
Eddie Hung
2020-04-02
1
-1
/
+1
|
*
|
|
kernel: fix formatting (thanks @boqwxp)
Eddie Hung
2020-04-02
1
-6
/
+4
|
*
|
|
kernel: use C++11 fold hack to prevent recursion
Eddie Hung
2020-04-02
1
-3
/
+8
|
*
|
|
Revert "kernel: IdString:in() to use perfect forwarding"
Eddie Hung
2020-04-02
1
-2
/
+2
|
*
|
|
Update backends/btor/btor.cc; credit @boqwxp
Eddie Hung
2020-04-02
1
-2
/
+1
|
*
|
|
kernel: separate IdString::put_reference() out to help inlining
Eddie Hung
2020-04-02
1
-1
/
+4
|
*
|
|
kernel: IdString:in() to use perfect forwarding
Eddie Hung
2020-04-02
1
-2
/
+2
|
*
|
|
kernel: use more ID::*
Eddie Hung
2020-04-02
69
-841
/
+843
|
*
|
|
kernel: Use constids.inc for global/constant IdStrings
Eddie Hung
2020-04-02
4
-17
/
+37
|
|
|
/
|
|
/
|
*
|
|
simcells.v: Generate the fine FF cell types by a python script.
Marcin Kościelnicki
2020-04-02
2
-19
/
+270
*
|
|
Merge pull request #1846 from dh73/ast_fe
Claire Wolf
2020-04-02
1
-0
/
+3
|
\
\
\
|
*
|
|
Replacing log_error for log_file_error due consistency
Diego H
2020-03-31
1
-2
/
+1
|
*
|
|
Adding error message for when size (width) of number literal is zero
Diego H
2020-03-30
1
-0
/
+4
*
|
|
|
iopadmap: Fix z assignment to inout port
Marcin Kościelnicki
2020-04-02
2
-2
/
+24
*
|
|
|
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
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
[next]