index
:
iCE40/yosys
master
[no description]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
mem.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add missing memory width assert preventing division by zero (#3546)
Emil J
2022-11-09
1
-0
/
+1
*
kernel/mem: Only use FF init in read-first emu for mem with init
Marcelina Kościelnicka
2022-03-28
1
-1
/
+4
*
kernel/mem: Add read-first semantic emulation code.
Marcelina Kościelnicka
2022-01-28
1
-0
/
+104
*
kernel/mem: Add functions to emulate read port enable/init/reset signals.
Marcelina Kościelnicka
2022-01-27
1
-0
/
+208
*
Fix null pointer dereference after failing to extract DFF from memory.
Catherine
2021-12-14
1
-1
/
+2
*
FfData: some refactoring.
Marcelina Kościelnicka
2021-10-07
1
-4
/
+4
*
kernel/ff: Refactor FfData to enable FFs with async load.
Marcelina Kościelnicka
2021-10-02
1
-8
/
+7
*
kernel/mem: Remove old parameter when upgrading $mem to $mem_v2.
Marcelina Kościelnicka
2021-08-16
1
-0
/
+1
*
Add v2 memory cells.
Marcelina Kościelnicka
2021-08-11
1
-135
/
+224
*
kernel/mem: Introduce transparency masks.
Marcelina Kościelnicka
2021-08-11
1
-16
/
+297
*
memory: Introduce $meminit_v2 cell, with EN input.
Marcelina Kościelnicka
2021-07-28
1
-4
/
+37
*
kernel/mem: Add a coalesce_inits helper.
Marcelina Kościelnicka
2021-07-13
1
-0
/
+72
*
kernel/mem: Use delayed removal for inits as well.
Marcelina Kościelnicka
2021-07-12
1
-3
/
+18
*
kernel/mem: Commit new values of attributes in emit.
Marcelina Kościelnicka
2021-07-12
1
-0
/
+4
*
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
1
-0
/
+46
*
kernel/mem: Add sub_addr helpers.
Marcelina Kościelnicka
2021-05-26
1
-20
/
+12
*
kernel/mem: Add prepare_wr_merge helper.
Marcelina Kościelnicka
2021-05-26
1
-0
/
+20
*
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
1
-2
/
+70
*
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
1
-0
/
+38
*
kernel/mem: Add a Mem::narrow helper to split up wide ports.
Marcelina Kościelnicka
2021-05-25
1
-0
/
+51
*
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
1
-6
/
+26
*
kernel/mem: Add priority_mask to model.
Marcelina Kościelnicka
2021-05-25
1
-1
/
+46
*
extract_rdff: Add initvals parameter.
Marcelina Kościelnicka
2021-05-23
1
-1
/
+1
*
kernel/mem: Add a check() function.
Marcelina Kościelnicka
2021-05-22
1
-0
/
+25
*
kernel/mem: defer port removal to emit()
Marcelina Kościelnicka
2021-05-22
1
-14
/
+34
*
Add new helper structures to represent memories.
Marcelina Kościelnicka
2020-10-21
1
-0
/
+436