index
:
iCE40/yosys
master
[no description]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
passes
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
memory_map: Add wide port support.
Marcelina Kościelnicka
2021-05-25
1
-16
/
+17
*
sim: Add wide port support.
Marcelina Kościelnicka
2021-05-25
1
-3
/
+3
*
Reject wide ports in some passes that will never support them.
Marcelina Kościelnicka
2021-05-25
1
-0
/
+14
*
opt_mem_feedback: Rewrite feedback path finding logic.
Marcelina Kościelnicka
2021-05-24
1
-115
/
+130
*
opt_mem_feedback: Convert to Mem helpers.
Marcelina Kościelnicka
2021-05-24
1
-49
/
+28
*
memory_share: Use Mem helpers.
Marcelina Kościelnicka
2021-05-23
1
-89
/
+71
*
extract_rdff: Add initvals parameter.
Marcelina Kościelnicka
2021-05-23
2
-9
/
+15
*
memory_share: Split off feedback path finding as a separate pass.
Marcelina Kościelnicka
2021-05-23
4
-242
/
+343
*
Add new helper class for merging FFs into cells, use for memory_dff.
Marcelina Kościelnicka
2021-05-23
1
-237
/
+104
*
opt_mem: Remove write ports with const-0 EN.
Marcelina Kościelnicka
2021-05-23
1
-0
/
+12
*
memory_memx: Use Mem helper.
Marcelina Kościelnicka
2021-05-22
1
-42
/
+31
*
kernel/rtlil: Extract some helpers for checking memory cell types.
Marcelina Kościelnicka
2021-05-22
5
-24
/
+7
*
memory_dff: Use Mem helper.
Marcelina Kościelnicka
2021-05-21
1
-19
/
+26
*
connect: Add -assert option, fix non-working sigmap.
Marcelina Kościelnicka
2021-05-08
1
-4
/
+24
*
opt_dff: Fix NOT gates wired in reverse.
Marcelina Kościelnicka
2021-05-04
1
-2
/
+2
*
flatten: rewrite memid in memwr actions.
whitequark
2021-04-09
1
-0
/
+3
*
equiv: Suggest running async2sync or clk2fflogic where appropriate.
Marcelina Kościelnicka
2021-03-30
2
-3
/
+10
*
abc9: uniquify blackboxes like whiteboxes (#2695)
Eddie Hung
2021-03-29
1
-10
/
+6
*
abc9: fix SCC issues (#2694)
Eddie Hung
2021-03-29
2
-28
/
+52
*
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
*
proc_arst: Add special-casing of clock signal in conditionals.
Marcelina Kościelnicka
2021-03-15
1
-23
/
+51
*
opt_clean: Remove init attribute bits together with removed DFFs.
Marcelina Kościelnicka
2021-03-15
1
-0
/
+4
*
Add _pm.h files to GENLIST, fixes vcxsrc target
Miodrag Milanovic
2021-03-11
1
-0
/
+9
*
memory_dff: Remove now-useless write port handling.
Marcelina Kościelnicka
2021-03-08
3
-74
/
+11
*
Add support for memory writes in processes.
Marcelina Kościelnicka
2021-03-08
10
-37
/
+181
*
sim: Avoid a crash on empty cell connection.
Marcelina Kościelnicka
2021-03-08
1
-1
/
+1
*
proc_dff: Fix emitted FF when a register is not assigned in async reset
Marcelina Kościelnicka
2021-03-08
1
-0
/
+4
*
memory_dff: Remove code looking for $mux cells.
Marcelina Kościelnicka
2021-03-08
1
-56
/
+12
*
Replace assert in abc9_ops with more useful error message
Dan Ravensloft
2021-03-07
1
-1
/
+9
*
proc_clean: Fix empty case removal conditions.
Marcelina Kościelnicka
2021-03-06
1
-10
/
+21
*
assertpmux: Fix crash on unused $pmux output.
Marcelina Kościelnicka
2021-02-22
1
-1
/
+1
*
Fixes command line for abc pass in -fast -sop mode
Robert Baruch
2021-02-16
1
-1
/
+1
*
Merge pull request #2529 from zachjs/unnamed-genblk
whitequark
2021-02-04
1
-23
/
+22
|
\
|
*
verilog: significant block scoping improvements
Zachary Snow
2021-01-31
1
-23
/
+22
*
|
Merge pull request #2564 from whitequark/flatten-improve-error
whitequark
2021-01-29
1
-1
/
+1
|
\
\
|
*
|
flatten: clarify confusing error message.
whitequark
2021-01-26
1
-1
/
+1
|
|
/
*
|
Merge pull request #2535 from Ravenslofty/scc-specify
Claire Xen
2021-01-28
2
-18
/
+61
|
\
\
|
|
/
|
/
|
|
*
scc: Add -specify option to find loops in boxes
Dan Ravensloft
2021-01-26
2
-18
/
+61
*
|
Merge pull request #2549 from pgadfort/support-multiple-libs
whitequark
2021-01-25
1
-15
/
+21
|
\
\
|
*
|
adding support for passing multiple liberty files to abc
Peter Gadfort
2021-01-18
1
-15
/
+21
*
|
|
Merge pull request #2536 from TobiasFaller/master
Miodrag Milanović
2021-01-20
1
-0
/
+1
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Fixed missing goto statement in passes/techmap/abc.cc
Tobias Faller
2021-01-12
1
-0
/
+1
|
|
/
*
/
opt_share: Fix X and CO signal width for shifted $alu in opt_share.
Marcelina Kościelnicka
2021-01-14
1
-2
/
+2
|
/
*
plugin: enhance no-plugin error
umarcor
2020-12-29
1
-1
/
+5
*
passes/pmgen/pmgen.py: trivial change to remove C++ compiler warnings
Larry Doolittle
2020-12-23
1
-2
/
+2
*
Fix use-after-free in LUT opt pass
StefanBruens
2020-12-22
1
-2
/
+4
*
Sign extend port connections where necessary
Zachary Snow
2020-12-18
2
-3
/
+10
*
Return nice error in pmgen generated code, fixes #2482
Miodrag Milanovic
2020-12-09
1
-2
/
+6
[prev]
[next]