3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-11-24 22:51:34 +00:00

analogdevices: Use dump_meminit

Add `INIT_FILE` and `SIM_INIT_BEHAVIOR` parameters.
Add `init any` to non-full ADI ram blocks.
This commit is contained in:
Krystine Sherwin 2025-11-14 10:14:36 +13:00
parent c9c53876b4
commit 11edbf52d5
No known key found for this signature in database
4 changed files with 25 additions and 1 deletions

View file

@ -366,6 +366,7 @@ struct SynthAnalogDevicesPass : public ScriptPass
params += " -no-auto-block";
}
run("memory_libmap" + params);
run("dump_meminit t:$__ANALOGDEVICES_BLOCKRAM_*");
run("techmap -map " + lutrams_map);
run("techmap -map " + brams_map);
}