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
...
*
opt_lut: Allow more than one -dlogic per cell type.
Marcelina Kościelnicka
2021-07-29
1
-23
/
+30
*
memory: Introduce $meminit_v2 cell, with EN input.
Marcelina Kościelnicka
2021-07-28
3
-2
/
+3
*
proc: Run opt_expr at the end
Marcelina Kościelnicka
2021-07-27
1
-0
/
+11
*
opt_expr: Propagate constants to port connections.
Marcelina Kościelnicka
2021-07-27
1
-3
/
+22
*
Use new read_id_num helper function elsewhere in hierarchy.cc
Rupert Swarbrick
2021-07-20
1
-5
/
+6
*
Extract connection checking logic from expand_module in hierarchy.cc
Rupert Swarbrick
2021-07-20
1
-23
/
+64
*
Extract missing module support in hierarchy.cc to a helper function
Rupert Swarbrick
2021-07-14
1
-44
/
+68
*
Delete unused found_init variable
Rupert Swarbrick
2021-07-14
1
-3
/
+0
*
rtlil: Make Process handling more uniform with Cell and Wire.
Marcelina Kościelnicka
2021-07-12
3
-16
/
+12
*
Move interface expansion in hierarchy.cc into a helper class
Rupert Swarbrick
2021-06-16
1
-100
/
+189
*
opt_muxtree: Update port_off and port_idx even for constant bits
gatecat
2021-06-11
1
-17
/
+16
*
opt_expr: Fix mul/div/mod by POT patterns to support >= 32 bits.
Marcelina Kościelnicka
2021-06-09
1
-122
/
+85
*
opt_expr: Optimize div/mod by const 1.
Marcelina Kościelnicka
2021-06-09
1
-4
/
+4
*
Merge pull request #2817 from YosysHQ/claire/fixemails
Claire Xen
2021-06-09
149
-154
/
+154
|
\
|
*
Fix deadname SVN links
Claire Xenia Wolf
2021-06-09
2
-3
/
+3
|
*
Use HTTPS for website links, gatecat email
Claire Xenia Wolf
2021-06-09
1
-1
/
+1
|
*
Fixing old e-mail addresses and deadnames
Claire Xenia Wolf
2021-06-08
149
-151
/
+151
*
|
autoname: simple perf optimizations
Zachary Snow
2021-06-08
1
-11
/
+15
|
/
*
memory_map: Improve start_offset handling.
Marcelina Kościelnicka
2021-05-31
1
-35
/
+31
*
memory_share: Add read port merging.
Marcelina Kościelnicka
2021-05-29
1
-0
/
+140
*
memory_share: Improve sat-based port sharing.
Marcelina Kościelnicka
2021-05-28
1
-117
/
+151
*
Make a few passes auto-call Mem::narrow instead of rejecting wide ports.
Marcelina Kościelnicka
2021-05-28
1
-14
/
+1
*
memory_share: Improve same-address merging, recognize wide write ports.
Marcelina Kościelnicka
2021-05-27
1
-204
/
+77
*
kernel/mem: Add sub_addr helpers.
Marcelina Kościelnicka
2021-05-26
1
-6
/
+2
*
mem/extract_rdff: Fix "no FF made" edge case.
Marcelina Kościelnicka
2021-05-25
1
-2
/
+5
*
memory_bram: Reuse extract_rdff helper for make_outreg.
Marcelina Kościelnicka
2021-05-25
1
-23
/
+38
*
opt_mem: Add reset/init value support.
Marcelina Kościelnicka
2021-05-25
1
-0
/
+12
*
memory_bram: Respect write port priority.
Marcelina Kościelnicka
2021-05-25
1
-0
/
+14
*
opt_mem_feedback: Respect write port priority.
Marcelina Kościelnicka
2021-05-25
1
-0
/
+15
*
Add memory_narrow pass.
Marcelina Kościelnicka
2021-05-25
2
-0
/
+68
*
memory_share: Add wide port support.
Marcelina Kościelnicka
2021-05-25
1
-0
/
+6
*
opt_mem_feedback: Add wide port support.
Marcelina Kościelnicka
2021-05-25
1
-14
/
+24
*
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
[prev]
[next]