index
:
iCE40/yosys
master
[no description]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
passes
/
cmds
Commit message (
Expand
)
Author
Age
Files
Lines
*
Clarify bugpoint documentation regarding output
Iris Johnson
2021-03-24
1
-0
/
+2
*
bugpoint: add runner option
Zachary Snow
2021-03-17
1
-6
/
+17
*
blackbox: Include whiteboxed modules
gatecat
2021-03-17
1
-1
/
+2
*
Add support for memory writes in processes.
Marcelina Kościelnicka
2021-03-08
3
-0
/
+30
*
scc: Add -specify option to find loops in boxes
Dan Ravensloft
2021-01-26
1
-17
/
+60
*
plugin: enhance no-plugin error
umarcor
2020-12-29
1
-1
/
+5
*
bugpoint: add -wires option.
whitequark
2020-12-07
1
-3
/
+38
*
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
*
check: add support for processes.
whitequark
2020-11-03
1
-3
/
+38
*
check: reformat log/help text to match most other passes
whitequark
2020-11-03
1
-19
/
+17
*
use the new isPublic() in a few places
N. Engelhardt
2020-09-14
4
-5
/
+5
*
Replace "ILANG" with "RTLIL" everywhere.
whitequark
2020-08-26
2
-5
/
+5
*
Add new builtin FF types
Marcelina Kościelnicka
2020-06-23
1
-1
/
+4
*
Use C++11 final/override keywords.
whitequark
2020-06-18
37
-93
/
+93
*
splitnets: Clean up pseudo-private member usage
Alberto Gonzalez
2020-06-13
1
-7
/
+6
*
splitnets: Slightly improve efficiency by avoiding some unnecessary lookups
Alberto Gonzalez
2020-06-13
1
-9
/
+13
*
splitnets: propagate (*hdlname*) and disambiguate via start_offset.
whitequark
2020-06-10
1
-0
/
+4
*
Merge pull request #2085 from rswarbrick/select
clairexen
2020-06-08
1
-14
/
+19
|
\
|
*
Pass some more args by reference in select.cc
Rupert Swarbrick
2020-05-27
1
-7
/
+7
|
*
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 #2081 from YosysHQ/eddie/blackbox_ast
Eddie Hung
2020-05-30
1
-25
/
+1
|
\
\
|
*
|
blackbox: re-use existing Module::makeblackbox() method
Eddie Hung
2020-05-25
1
-25
/
+1
|
|
/
*
|
Add flooring division operator
Xiretza
2020-05-28
1
-1
/
+1
*
|
Add flooring modulo operator
Xiretza
2020-05-28
1
-1
/
+1
*
|
printattrs: Simplify `get_indent_str()`.
Alberto Gonzalez
2020-05-28
1
-3
/
+1
*
|
printattrs: Refactor indentation string building for clarity.
Alberto Gonzalez
2020-05-27
1
-5
/
+11
*
|
printattrs: Use `flags` to pretty-print the `RTLIL::Const` appropriately.
Alberto Gonzalez
2020-05-27
1
-8
/
+15
*
|
misc: Add `printattrs` command.
Alberto Gonzalez
2020-05-27
2
-0
/
+80
|
/
*
log: Use `dict` instead of `std::vector<std::pair>` for `log_expect_{error, w...
Alberto Gonzalez
2020-05-15
1
-33
/
+6
*
logger: clean up doc
Eddie Hung
2020-05-14
1
-1
/
+2
*
logger: fix for multiple calls with same pattern
Eddie Hung
2020-05-14
1
-6
/
+34
*
Add WASI platform support.
whitequark
2020-04-30
3
-5
/
+15
*
bugpoint: improve messaging
Eddie Hung
2020-04-24
1
-7
/
+7
*
bugpoint: (* keep *) to (* bugpoint_keep *); also apply to modules/cells
Eddie Hung
2020-04-24
1
-5
/
+14
*
bugpoint: skip ports with (* keep *) on; add header
Eddie Hung
2020-04-24
1
-9
/
+18
*
bugpoint: improve help text
Eddie Hung
2020-04-23
1
-11
/
+13
*
Merge pull request #1949 from YosysHQ/eddie/select_blackbox
Eddie Hung
2020-04-22
1
-9
/
+26
|
\
|
*
Update passes/cmds/select.cc
Claire Wolf
2020-04-22
1
-2
/
+2
|
*
select: do not select black/white boxes by default, '=' prefix to do so
Eddie Hung
2020-04-22
1
-5
/
+5
|
*
Add '=' selection pattern prefix for non-blackbox only patterns
Claire Wolf
2020-04-21
1
-12
/
+26
|
*
select: do not select inside blackboxes
Eddie Hung
2020-04-16
1
-0
/
+3
*
|
Merge pull request #1950 from YosysHQ/eddie/design_import
Eddie Hung
2020-04-22
1
-2
/
+8
|
\
\
|
*
|
design: -import to not count black/white-boxes as candidates for top
Eddie Hung
2020-04-16
1
-2
/
+8
|
|
/
*
|
bugpoint: Don't remove modules or cells while iterating over them.
Marcelina Kościelnicka
2020-04-22
1
-4
/
+14
*
|
Merge pull request #1888 from boqwxp/cleanup_scatter
whitequark
2020-04-17
1
-17
/
+11
|
\
\
|
*
|
Replace `std::map` with `dict`.
Alberto Gonzalez
2020-04-16
1
-2
/
+2
|
*
|
Replace pseudo-private member access to `connections_` in `passes/cmds/scatte...
Alberto Gonzalez
2020-04-16
1
-13
/
+10
[next]