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:
parent
7f8334e781
commit
eb2b57b084
4 changed files with 25 additions and 1 deletions
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue