index
:
iCE40/yosys
master
[no description]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
backends
/
cxxrtl
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add support for GHDL modfloor operator
Michael Nolan
2022-07-05
2
-1
/
+22
*
Add $bmux and $demux cells.
Marcelina Kościelnicka
2022-01-28
2
-1
/
+53
*
cxxrtl: don't reset elided wires with \init attribute.
Catherine
2021-12-25
1
-0
/
+2
*
cxxrtl: demote wires not inlinable only in debug_eval to locals.
Catherine
2021-12-15
1
-3
/
+4
*
cxxrtl: preserve interior memory pointers across reset.
Catherine
2021-12-11
2
-95
/
+67
*
cxxrtl: use unique_ptr<value<>[]> to store memory contents.
whitequark
2021-12-11
1
-16
/
+16
*
Hook up $aldff support in various passes.
Marcelina Kościelnicka
2021-10-02
1
-1
/
+16
*
kernel/mem: Introduce transparency masks.
Marcelina Kościelnicka
2021-08-11
1
-18
/
+21
*
Merge pull request #2885 from whitequark/cxxrtl-fix-2883
whitequark
2021-07-20
1
-2
/
+8
|
\
|
*
cxxrtl: treat wires with multiple defs as not inlinable.
whitequark
2021-07-20
1
-2
/
+8
*
|
cxxrtl: treat assignable internal wires used only for debug as locals.
whitequark
2021-07-20
1
-10
/
+12
|
/
*
cxxrtl: escape colon in variable names in VCD writer.
whitequark
2021-07-19
1
-1
/
+14
*
cxxrtl: add debug_item::{get,set}.
whitequark
2021-07-18
1
-0
/
+16
*
cxxrtl: treat internal wires used only for debug as constants.
whitequark
2021-07-17
1
-0
/
+6
*
Merge pull request #2874 from whitequark/cxxrtl-fix-2589
whitequark
2021-07-16
1
-9
/
+6
|
\
|
*
cxxrtl: run hierarchy pass regardless of (*top*) attribute presence.
whitequark
2021-07-16
1
-9
/
+6
*
|
Merge pull request #2873 from whitequark/cxxrtl-fix-2500
whitequark
2021-07-16
1
-3
/
+3
|
\
\
|
*
|
cxxrtl: emit debug items for unused public wires.
whitequark
2021-07-16
1
-3
/
+3
|
|
/
*
/
cxxrtl: don't expect user cell inputs to be wires.
whitequark
2021-07-16
1
-2
/
+2
|
/
*
cxxrtl: don't mark buffered internal wires as UNUSED for debug.
whitequark
2021-07-16
1
-1
/
+1
*
cxxrtl: mark dead local wires as unused even with inlining disabled.
whitequark
2021-07-15
1
-4
/
+6
*
kernel/mem: Add a coalesce_inits helper.
Marcelina Kościelnicka
2021-07-13
1
-1
/
+5
*
cxxrtl: Support memory writes in processes.
Marcelina Kościelnicka
2021-07-12
1
-6
/
+55
*
cxxrtl: Add support for memory read port reset.
Marcelina Kościelnicka
2021-07-12
1
-1
/
+41
*
cxxrtl: Add support for mem read port initial data.
Marcelina Kościelnicka
2021-07-12
1
-4
/
+22
*
cxxrtl: Convert to Mem helpers.
Marcelina Kościelnicka
2021-07-12
1
-206
/
+276
*
cxxrtl: don't assert on edge sync rules tied to a constant.
whitequark
2021-03-07
1
-0
/
+4
*
cxxrtl: allow `always` sync rules in debug_eval.
whitequark
2021-03-07
1
-17
/
+25
*
Merge pull request #2635 from whitequark/cxxrtl-memrd-async-addr
whitequark
2021-03-05
1
-1
/
+3
|
\
|
*
cxxrtl: follow aliases to outlines when emitting $memrd.ADDR.
whitequark
2021-03-05
1
-1
/
+3
*
|
Merge pull request #2634 from whitequark/cxxrtl-debug-wire-types
whitequark
2021-03-05
1
-0
/
+46
|
\
\
|
*
|
cxxrtl: add pass debug flag to show assigned wire types.
whitequark
2021-03-05
1
-0
/
+46
|
|
/
*
/
cxxrtl: don't crash on empty designs.
whitequark
2021-03-05
1
-1
/
+1
|
/
*
Merge pull request #2563 from whitequark/cxxrtl-msvc
whitequark
2021-01-26
2
-10
/
+10
|
\
|
*
cxxrtl: do not use `->template` for non-dependent names.
whitequark
2021-01-26
2
-10
/
+10
*
|
Improves the previous commit with a more complete coverage of the cases
Iris Johnson
2021-01-15
1
-12
/
+12
*
|
Handle sliced bits as clock inputs (fixes #2542)
Iris Johnson
2021-01-14
1
-3
/
+11
|
/
*
cxxrtl: don't crash generating debug information for unused wires.
whitequark
2020-12-22
1
-9
/
+10
*
cxxrtl: split processes into sync and case nodes.
whitequark
2020-12-22
1
-11
/
+26
*
cxxrtl: completely rewrite netlist layout code.
whitequark
2020-12-22
1
-406
/
+569
*
cxxrtl: simplify logic choosing wire type. NFCI.
whitequark
2020-12-21
1
-19
/
+8
*
cxxrtl: clarify node use-def construction. NFCI.
whitequark
2020-12-21
1
-18
/
+11
*
cxxrtl: fix typo.
whitequark
2020-12-21
1
-2
/
+2
*
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
*
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
[next]