3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-11-18 20:00:50 +00:00

WIP dump_meminit

Developed for synth_analogdevices, but there's no reason it couldn't be used for others.
This commit is contained in:
Krystine Sherwin 2025-11-10 16:58:06 +13:00
parent 1ceb5b2930
commit 7f8334e781
No known key found for this signature in database
2 changed files with 122 additions and 0 deletions

View file

@ -13,3 +13,5 @@ OBJS += passes/memory/memory_libmap.o
OBJS += passes/memory/memory_bmux2rom.o
OBJS += passes/memory/memlib.o
OBJS += passes/memory/dump_meminit.o