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
*
Fix use-after-free in LUT opt pass
StefanBruens
2020-12-22
1
-2
/
+4
*
Merge pull request #2479 from zachjs/const-arg-hint
whitequark
2020-12-22
2
-0
/
+14
|
\
|
*
Allow constant function calls in constant function arguments
Zachary Snow
2020-12-07
2
-0
/
+14
*
|
Merge pull request #2491 from zachjs/port-bind-sign
whitequark
2020-12-22
5
-5
/
+132
|
\
\
|
*
|
Sign extend port connections where necessary
Zachary Snow
2020-12-18
5
-5
/
+132
*
|
|
Bump version
Yosys Bot
2020-12-22
1
-1
/
+1
*
|
|
xilinx: Add some missing blackbox cells.
Marcelina Kościelnicka
2020-12-21
3
-798
/
+6276
*
|
|
xilinx: Regenerate cells_xtra.v using Vivado 2020.2
Marcelina Kościelnicka
2020-12-21
2
-42
/
+49
*
|
|
Merge pull request #2496 from whitequark/cxxrtl-fixes
whitequark
2020-12-21
3
-9
/
+32
|
\
\
\
|
*
|
|
cxxrtl: speed up bit repeats (sign extends, etc).
whitequark
2020-12-21
2
-5
/
+28
|
*
|
|
cxxrtl: speed up commits on clang.
whitequark
2020-12-21
1
-3
/
+3
|
*
|
|
cxxrtl: use `static inline` instead of `inline` in the C API.
whitequark
2020-12-20
1
-1
/
+1
*
|
|
|
Bump version
Yosys Bot
2020-12-20
1
-1
/
+1
|
/
/
/
*
|
|
Merge pull request #2487 from whitequark/cxxrtl-outlining
whitequark
2020-12-19
6
-169
/
+415
|
\
\
\
|
*
|
|
cxxrtl: print names of cells inlined in connections.
whitequark
2020-12-15
1
-1
/
+10
|
*
|
|
cxxrtl: disable optimization of debug_items().
whitequark
2020-12-15
2
-3
/
+15
|
*
|
|
cxxrtl: make alias analysis outlining-aware.
whitequark
2020-12-15
1
-38
/
+48
|
*
|
|
cxxrtl: add a "bare minimum" debug information level.
whitequark
2020-12-14
1
-9
/
+17
|
*
|
|
cxxrtl: implement debug information outlining.
whitequark
2020-12-14
5
-71
/
+278
|
*
|
|
cxxrtl: rename "elision" to "inlining". NFC.
whitequark
2020-12-13
1
-77
/
+77
|
*
|
|
cxxrtl: fix outdated comment. NFC.
whitequark
2020-12-13
1
-2
/
+2
|
*
|
|
cxxrtl: use IdString::isPublic(). NFC.
whitequark
2020-12-13
1
-4
/
+4
|
*
|
|
kernel: make IdString::isPublic() const.
whitequark
2020-12-12
1
-1
/
+1
*
|
|
|
Bump version
Yosys Bot
2020-12-18
1
-1
/
+1
*
|
|
|
xilinx: Add FDDRCPE and FDDRRSE blackbox cells.
Marcelina Kościelnicka
2020-12-17
2
-0
/
+33
|
|
/
/
|
/
|
|
*
|
|
Bump version
Yosys Bot
2020-12-15
1
-1
/
+1
*
|
|
timinginfo: Error instead of segfault on const signals.
Marcelina Kościelnicka
2020-12-15
1
-2
/
+2
*
|
|
Bump version
Yosys Bot
2020-12-13
1
-1
/
+1
|
/
/
*
|
Merge pull request #2485 from whitequark/cxxrtl-cell-input-buffering
whitequark
2020-12-12
2
-25
/
+33
|
\
\
|
*
|
cxxrtl: don't overwrite buffered inputs.
whitequark
2020-12-11
2
-25
/
+33
*
|
|
Bump version
Yosys Bot
2020-12-10
1
-1
/
+1
*
|
|
Merge pull request #2483 from YosysHQ/pmgen_nice_error
Miodrag Milanović
2020-12-09
1
-2
/
+6
|
\
\
\
|
*
|
|
Return nice error in pmgen generated code, fixes #2482
Miodrag Milanovic
2020-12-09
1
-2
/
+6
|
/
/
/
*
/
/
Bump version
Yosys Bot
2020-12-09
1
-1
/
+1
|
/
/
*
|
Merge pull request #2478 from whitequark/improve-bugpoint
whitequark
2020-12-08
2
-19
/
+101
|
\
\
|
|
/
|
/
|
|
*
bugpoint: add -wires option.
whitequark
2020-12-07
2
-4
/
+39
|
*
bugpoint: try to remove whole processes first.
whitequark
2020-12-07
1
-4
/
+40
|
*
bugpoint: accept quoted strings in -grep.
whitequark
2020-12-07
1
-1
/
+4
|
*
bugpoint: add -command option.
whitequark
2020-12-07
1
-13
/
+21
|
/
*
Bump version
Yosys Bot
2020-12-04
1
-1
/
+1
*
Merge pull request #2470 from whitequark/cxxrtl-create_at
whitequark
2020-12-03
2
-1
/
+20
|
\
|
*
cxxrtl: allow customizing the root module path in the C API.
whitequark
2020-12-03
2
-1
/
+20
|
/
*
Bump version
Yosys Bot
2020-12-03
1
-1
/
+1
*
Merge pull request #2468 from whitequark/cxxrtl-assert
whitequark
2020-12-02
2
-2
/
+16
|
\
|
*
cxxrtl: use CXXRTL_ASSERT for RTL contract violations instead of assert.
whitequark
2020-12-02
2
-2
/
+16
*
|
Merge pull request #2469 from whitequark/cxxrtl-no-clk
whitequark
2020-12-02
1
-6
/
+14
|
\
\
|
*
|
cxxrtl: fix crashes caused by a floating or constant clock input.
whitequark
2020-12-02
1
-6
/
+14
|
|
/
*
|
Merge pull request #2466 from whitequark/cxxrtl-reset
whitequark
2020-12-02
4
-3
/
+78
|
\
\
|
*
|
cxxrtl: provide a way to perform unobtrusive power-on reset.
whitequark
2020-12-02
4
-3
/
+78
|
|
/
*
|
Merge pull request #2456 from Zottel/master
whitequark
2020-12-02
1
-0
/
+1
|
\
\
[next]