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
...
|
*
|
cxxrtl: simplify unbuffering of input wires.
whitequark
2020-06-12
1
-20
/
+17
|
|
/
*
/
intel_alm: fix DFFE matching
Dan Ravensloft
2020-06-11
3
-5
/
+5
|
/
*
Merge pull request #2141 from whitequark/cxxrtl-cxx11
whitequark
2020-06-10
3
-8
/
+10
|
\
|
*
cxxrtl: restore C++11 compatibility.
whitequark
2020-06-10
1
-1
/
+2
|
*
cxxrtl: fix a few gcc warnings.
whitequark
2020-06-10
1
-5
/
+6
|
*
Fix formatting. NFC.
whitequark
2020-06-10
1
-2
/
+2
*
|
Merge pull request #2140 from whitequark/cxxrtl-aliases
whitequark
2020-06-10
4
-9
/
+50
|
\
\
|
|
/
|
/
|
|
*
cxxrtl: disambiguate values/wires and their aliases in debug info.
whitequark
2020-06-10
4
-9
/
+50
|
/
*
Merge pull request #2134 from whitequark/cxxrtl-opt-debug
whitequark
2020-06-10
1
-52
/
+105
|
\
|
*
cxxrtl: allow unbuffering without localizing.
whitequark
2020-06-09
1
-40
/
+74
|
*
cxxrtl: order -On levels as localize, elide instead of the reverse.
whitequark
2020-06-09
1
-8
/
+8
|
*
cxxrtl: factor out -noproc/-noflatten from -O.
whitequark
2020-06-09
1
-17
/
+36
*
|
Merge pull request #2131 from YosysHQ/claire/preserveffs
clairexen
2020-06-10
6
-33
/
+50
|
\
\
|
*
|
Fix tests/opt/opt_rmdff
Claire Wolf
2020-06-09
2
-22
/
+29
|
*
|
Drive-by modernization in sat.cc
Claire Wolf
2020-06-09
1
-4
/
+4
|
*
|
Do not optimize away FFs in "prep" and Verific fron-end
Claire Wolf
2020-06-09
3
-7
/
+17
|
|
/
*
|
Merge pull request #2139 from YosysHQ/verific_missing_memory
clairexen
2020-06-10
1
-2
/
+7
|
\
\
|
*
|
verific - detect missing memory to prevent crash.
Miodrag Milanovic
2020-06-10
1
-2
/
+7
|
/
/
*
|
Merge pull request #2112 from YosysHQ/claire/fix2040
clairexen
2020-06-09
2
-0
/
+58
|
\
\
|
|
/
|
/
|
|
*
Add latch detection for use_case_method in part-select write, fixes #2040
Claire Wolf
2020-06-04
2
-0
/
+58
*
|
Merge pull request #2128 from whitequark/flatten-processes
whitequark
2020-06-09
3
-10
/
+20
|
\
\
|
*
|
flatten: accept processes.
whitequark
2020-06-09
1
-8
/
+8
|
*
|
RTLIL: add Module::addProcess, use it in Module::cloneInto. NFC.
whitequark
2020-06-09
2
-2
/
+12
*
|
|
Merge pull request #2130 from whitequark/cxxrtl-fix-split_by
whitequark
2020-06-09
2
-14
/
+16
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
cxxrtl: fix two buggy split_by functions.
whitequark
2020-06-09
2
-14
/
+16
|
/
/
*
|
Merge pull request #2126 from whitequark/cxxrtl-non-ext-logic-ops
whitequark
2020-06-09
2
-64
/
+35
|
\
\
|
*
|
cxxrtl: ignore cell input signedness when it is irrelevant.
whitequark
2020-06-09
2
-64
/
+35
*
|
|
Merge pull request #2125 from whitequark/cxxrtl-fix-namespace
whitequark
2020-06-09
1
-2
/
+2
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
cxxrtl: add missing namespace.
whitequark
2020-06-09
1
-2
/
+2
|
/
/
*
|
Merge pull request #2107 from whitequark/flatten-hdlname
whitequark
2020-06-09
6
-11
/
+54
|
\
\
|
*
|
cxxrtl: fix format of hdlnames.
whitequark
2020-06-08
1
-1
/
+1
|
*
|
flatten: preserve original object names via hdlname attribute.
whitequark
2020-06-08
5
-6
/
+45
|
*
|
flatten: only prepend $flatten once per wire.
whitequark
2020-06-08
1
-2
/
+6
|
*
|
RTLIL: use {get,set}_string_attribute in {get,set}_strpool_attribute.
whitequark
2020-06-08
1
-2
/
+2
|
/
/
*
|
Merge pull request #2120 from whitequark/flatten-hygiene
whitequark
2020-06-08
1
-155
/
+116
|
\
\
|
*
|
flatten: make hygienic.
whitequark
2020-06-08
1
-155
/
+116
|
/
/
*
|
Merge pull request #2121 from whitequark/cxxrtl-debug-aliases
whitequark
2020-06-08
5
-25
/
+120
|
\
\
|
*
|
cxxrtl: don't check immutable values for changes in VCD writer.
whitequark
2020-06-08
1
-4
/
+10
|
*
|
cxxrtl: emit debug information for constant wires.
whitequark
2020-06-08
3
-17
/
+44
|
*
|
cxxrtl: track aliases in VCD writer.
whitequark
2020-06-08
1
-10
/
+14
|
*
|
cxxrtl: emit debug information for alias wires.
whitequark
2020-06-08
1
-3
/
+55
|
*
|
cxxrtl: add missing installs of include files.
whitequark
2020-06-08
1
-0
/
+5
|
*
|
cxxrtl: fix typo in comment. NFC.
whitequark
2020-06-08
1
-4
/
+4
|
*
|
cxxrtl: minor debug-related improvements.
whitequark
2020-06-08
1
-2
/
+3
*
|
|
Merge pull request #2085 from rswarbrick/select
clairexen
2020-06-08
2
-15
/
+20
|
\
\
\
|
*
|
|
Pass some more args by reference in select.cc
Rupert Swarbrick
2020-05-27
2
-8
/
+8
|
*
|
|
Minor optimisations in select.cc's match_ids function
Rupert Swarbrick
2020-05-27
1
-9
/
+11
|
*
|
|
Silence warning in select.cc
Rupert Swarbrick
2020-05-27
1
-1
/
+4
*
|
|
|
Merge pull request #2089 from rswarbrick/modports
clairexen
2020-06-08
1
-13
/
+6
|
\
\
\
\
|
*
|
|
|
Simplify a modport check in hierarchy.cc
Rupert Swarbrick
2020-05-26
1
-13
/
+6
|
|
/
/
/
[prev]
[next]