index
:
iCE40/ghdl
master
[no description]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
synth
/
netlists-memories.adb
Commit message (
Expand
)
Author
Age
Files
Lines
*
netlists-memories: refactoring
Tristan Gingold
2022-11-06
1
-113
/
+105
*
netlists-memories: factorize code.
Tristan Gingold
2022-11-06
1
-83
/
+41
*
netlists: factorize code
Tristan Gingold
2022-11-06
1
-100
/
+56
*
synth: rework memory inference. Fix #2232
Tristan Gingold
2022-11-05
1
-26
/
+167
*
netlists-memories: add a TODO comment
Tristan Gingold
2022-08-16
1
-0
/
+8
*
synth/netlists: add comments
Tristan Gingold
2022-08-16
1
-0
/
+1
*
netlists-memories: renaming and add comments
Tristan Gingold
2022-08-16
1
-25
/
+38
*
netlists-memories: improve checks to avoid the crash of #2077
Tristan Gingold
2022-08-14
1
-32
/
+75
*
netlists-memories: fix a crash on multi-dim memories. For #2077
Tristan Gingold
2022-08-13
1
-3
/
+6
*
netlists-memories: allow X in memories. Fix #2146
Tristan Gingold
2022-07-29
1
-2
/
+4
*
synth: rework #2109 - remove null wires
Tristan Gingold
2022-06-27
1
-0
/
+5
*
netlists-memories: handle negation for In_Conjunction. Fix #2086
Tristan Gingold
2022-06-11
1
-8
/
+3
*
netlists-memories: detect simple loop. Fix #2043
Tristan Gingold
2022-04-28
1
-3
/
+10
*
synth memories: also accept constant signal as memory initial value
Tristan Gingold
2021-11-28
1
-1
/
+1
*
synth: renaming to instance_attributes.
Tristan Gingold
2021-11-17
1
-1
/
+1
*
synth: reuse signal name while creating memories. Fix #1838
Tristan Gingold
2021-08-25
1
-3
/
+14
*
synth: minor renaming in netlists-memories
Tristan Gingold
2021-06-30
1
-2
/
+2
*
synth-environment: early transformation of dyn_insert to dyn_insert_en
Tristan Gingold
2021-06-21
1
-25
/
+2
*
synth: add a gate on an optimization to simplify memory handling.
Tristan Gingold
2021-06-17
1
-61
/
+26
*
netlists-memories: strengthen dyn_extract mux reduction. Fix #1781
Tristan Gingold
2021-06-16
1
-1
/
+51
*
synth: minor fixes
Tristan Gingold
2021-06-15
1
-8
/
+7
*
netlists-memories: avoid a crash on uninitialized ROM.
Tristan Gingold
2021-05-24
1
-1
/
+9
*
update license headers
umarcor
2021-02-05
1
-5
/
+3
*
synth: fix handling of multi-dim ROM. Fix #1390
Tristan Gingold
2020-07-24
1
-16
/
+13
*
netlists-memories: minor style fix.
Tristan Gingold
2020-07-22
1
-2
/
+2
*
netlists-memories: simplify addresses when using a 'to' range. Fix #1348
Tristan Gingold
2020-06-02
1
-0
/
+264
*
netlists-memories: clean up: remove handling of dff/idff in chains.
Tristan Gingold
2020-06-02
1
-57
/
+28
*
netlists-memories: handle another merge of dff in read ports. For #1348
Tristan Gingold
2020-06-02
1
-3
/
+154
*
synth: improve support of true dual port rams. For #1069
Tristan Gingold
2020-05-31
1
-4
/
+5
*
netlists-memories: cleanup.
Tristan Gingold
2020-05-29
1
-41
/
+4
*
netlists: rework clock handling in memories.
Tristan Gingold
2020-05-29
1
-65
/
+82
*
netlists: handle UL32 in memory initial value.
Tristan Gingold
2020-05-29
1
-3
/
+16
*
netlists: complete support of attributes. For #1318
Tristan Gingold
2020-05-23
1
-0
/
+1
*
netlists-memories: set location on utrunc. Fix #1332
Tristan Gingold
2020-05-21
1
-1
/
+1
*
synth: improve handling of synchronous memory read.
Tristan Gingold
2020-04-28
1
-6
/
+92
*
synth: add many calls to set_location
Tristan Gingold
2020-04-26
1
-0
/
+5
*
netlists-memories: Handle gated dyn_extract.
Tristan Gingold
2020-04-26
1
-25
/
+236
*
netlists-memories: improve support of memories
Tristan Gingold
2020-04-22
1
-46
/
+50
*
synth: handle multi-dim ROMS. Fix #1220
Tristan Gingold
2020-04-13
1
-14
/
+33
*
netlists-memories: handle (some) slices of ROM outputs. Fix #1219
Tristan Gingold
2020-04-13
1
-18
/
+48
*
synth: improve output of memory initial value.
Tristan Gingold
2020-03-29
1
-3
/
+8
*
netlists-memories: add flag_memory_verbose
Tristan Gingold
2020-03-28
1
-2
/
+7
*
synth: remove useless note message.
Tristan Gingold
2020-03-28
1
-2
/
+5
*
synth: preliminary support of multiport rams (using shared variable).
Tristan Gingold
2020-03-28
1
-321
/
+542
*
netlists: rework memories to fix port orders, add a loop.
Tristan Gingold
2020-02-23
1
-19
/
+45
*
netlists-memories: also reduce muxes for extract.
Tristan Gingold
2020-02-21
1
-7
/
+35
*
netlists-memories: factorize code.
Tristan Gingold
2020-02-20
1
-235
/
+191
*
synthesis: rework memory inference.
Tristan Gingold
2020-02-16
1
-22
/
+90
*
netlists-memories: handle split memories. Fix #1127
Tristan Gingold
2020-02-11
1
-8
/
+18
*
netlists-memories: cleanup.
Tristan Gingold
2020-02-10
1
-319
/
+1
[next]