3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-11-11 08:32:04 +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-10 17:23:41 +13:00
parent 7f8334e781
commit eb2b57b084
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);
}