index
:
iCE40/yosys
master
[no description]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
Commit message (
Expand
)
Author
Age
Files
Lines
*
kernel/mem: Remove old parameter when upgrading $mem to $mem_v2.
Marcelina Kościelnicka
2021-08-16
1
-0
/
+1
*
Generate an RTLIL representation of bind constructs
Rupert Swarbrick
2021-08-13
4
-1
/
+116
*
logger: Add -check-expected subcommand.
Marcelina Kościelnicka
2021-08-12
1
-5
/
+5
*
Add v2 memory cells.
Marcelina Kościelnicka
2021-08-11
4
-137
/
+312
*
kernel/mem: Introduce transparency masks.
Marcelina Kościelnicka
2021-08-11
2
-21
/
+333
*
Refactor common parts of SAT-using optimizations into a helper.
Marcelina Kościelnicka
2021-08-09
3
-2
/
+182
*
memory: Introduce $meminit_v2 cell, with EN input.
Marcelina Kościelnicka
2021-07-28
4
-6
/
+52
*
kernel/mem: Add a coalesce_inits helper.
Marcelina Kościelnicka
2021-07-13
2
-0
/
+79
*
kernel/mem: Use delayed removal for inits as well.
Marcelina Kościelnicka
2021-07-12
2
-4
/
+20
*
kernel/mem: Add documentation for more helper functions.
Marcelina Kościelnicka
2021-07-12
1
-0
/
+34
*
kernel/mem: Commit new values of attributes in emit.
Marcelina Kościelnicka
2021-07-12
1
-0
/
+4
*
kernel/mem: Make the Mem helpers inherit from AttrObject.
Marcelina Kościelnicka
2021-07-12
1
-8
/
+4
*
rtlil: Make Process handling more uniform with Cell and Wire.
Marcelina Kościelnicka
2021-07-12
3
-3
/
+48
*
Fix WASI build after commit 1d88bea1.
whitequark
2021-06-19
1
-1
/
+1
*
pyosys: Clear SIGINT handler after Python loads
gatecat
2021-06-16
1
-0
/
+2
*
macos: fix leak in proc_self_dirname()
Zachary Snow
2021-06-14
1
-1
/
+3
*
Simplify some RTLIL destructors
Rupert Swarbrick
2021-06-14
1
-10
/
+10
*
opt_expr: Fix mul/div/mod by POT patterns to support >= 32 bits.
Marcelina Kościelnicka
2021-06-09
2
-0
/
+35
*
Fixing old e-mail addresses and deadnames
Claire Xenia Wolf
2021-06-08
26
-27
/
+27
*
kernel/mem: Recognize some deprecated memory port configs.
Marcelina Kościelnicka
2021-06-01
1
-0
/
+10
*
Make a few passes auto-call Mem::narrow instead of rejecting wide ports.
Marcelina Kościelnicka
2021-05-28
1
-0
/
+3
*
kernel/mem: Add helpers for write port widening.
Marcelina Kościelnicka
2021-05-27
2
-0
/
+57
*
kernel/mem: Add sub_addr helpers.
Marcelina Kościelnicka
2021-05-26
2
-20
/
+30
*
kernel/mem: Add prepare_wr_merge helper.
Marcelina Kościelnicka
2021-05-26
2
-0
/
+27
*
mem/extract_rdff: Fix "no FF made" edge case.
Marcelina Kościelnicka
2021-05-25
1
-1
/
+4
*
mem/extract_rdff: Add alternate transparency handling.
Marcelina Kościelnicka
2021-05-25
1
-18
/
+80
*
kernel/mem: Add model support for read port init value and resets.
Marcelina Kościelnicka
2021-05-25
2
-4
/
+73
*
mem/extract_rdff: Fix wire naming and wide port support.
Marcelina Kościelnicka
2021-05-25
1
-6
/
+22
*
kernel/mem: Add emulate_priority helper.
Marcelina Kościelnicka
2021-05-25
2
-0
/
+44
*
kernel/mem: Add a Mem::narrow helper to split up wide ports.
Marcelina Kościelnicka
2021-05-25
2
-0
/
+53
*
kernel/mem: Emit support for wide ports in packed mode.
Marcelina Kościelnicka
2021-05-25
1
-30
/
+34
*
kernel/mem: Add model for wide ports.
Marcelina Kościelnicka
2021-05-25
2
-6
/
+28
*
kernel/mem: Add priority_mask to model.
Marcelina Kościelnicka
2021-05-25
2
-1
/
+47
*
hashlib: Add a hash for bool.
Marcelina Kościelnicka
2021-05-24
1
-0
/
+6
*
extract_rdff: Add initvals parameter.
Marcelina Kościelnicka
2021-05-23
2
-2
/
+3
*
Add new helper class for merging FFs into cells, use for memory_dff.
Marcelina Kościelnicka
2021-05-23
4
-2
/
+474
*
kernel/rtlil: Extract some helpers for checking memory cell types.
Marcelina Kościelnicka
2021-05-22
2
-0
/
+13
*
kernel/mem: Add a check() function.
Marcelina Kościelnicka
2021-05-22
2
-0
/
+26
*
kernel/mem: defer port removal to emit()
Marcelina Kościelnicka
2021-05-22
2
-18
/
+38
*
rtlil: add const accessors for modules, wires, and cells
Zachary Snow
2021-03-25
2
-0
/
+15
*
split CodingReadme into multiple files
N. Engelhardt
2021-03-22
1
-1
/
+1
*
Merge pull request #2681 from msinger/fix-issue2606
Miodrag Milanović
2021-03-19
1
-3
/
+23
|
\
|
*
Fix check for bad std::regex (fixes #2606)
Michael Singer
2021-03-17
1
-3
/
+23
*
|
modtools: fix use-after-free of cell pointers in ModWalker
Xiretza
2021-03-18
1
-0
/
+2
|
/
*
blackbox: Include whiteboxed modules
gatecat
2021-03-17
2
-3
/
+3
*
Replace assert in get_reference with more useful error message
Lofty
2021-03-17
1
-1
/
+2
*
rtlil: Disallow 0-width chunks in SigSpec.
Marcelina Kościelnicka
2021-03-15
1
-18
/
+49
*
Add support for memory writes in processes.
Marcelina Kościelnicka
2021-03-08
2
-0
/
+22
*
Remove a few functions that, in fact, did not exist in the first place.
Marcelina Kościelnicka
2021-03-06
1
-2
/
+0
*
Replace assert in addModule with more useful error message
Dan Ravensloft
2021-03-06
1
-1
/
+2
[next]