mirror of
https://github.com/YosysHQ/yosys
synced 2025-11-27 07:49:50 +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
|
|
@ -220,6 +220,9 @@ ram block $__ANALOGDEVICES_BLOCKRAM_HALF_ {
|
|||
}
|
||||
}
|
||||
|
||||
# supports any initialization value, but need to export memory files
|
||||
init any;
|
||||
|
||||
option "MODE" "SDP" {
|
||||
ifdef IS_T16FFC forbid;
|
||||
port sw "A" {
|
||||
|
|
@ -274,6 +277,10 @@ ifdef IS_T40LP {
|
|||
option "MODE" "SP2" cost 2209;
|
||||
}
|
||||
}
|
||||
|
||||
# supports any initialization value, but need to export memory files
|
||||
init any;
|
||||
|
||||
option "MODE" "SP2" {
|
||||
port srsw "A" {
|
||||
clock anyedge;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue