mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-06 01:24:10 +00:00
13 lines
151 B
Plaintext
13 lines
151 B
Plaintext
ram distributed $__ANLOGIC_DRAM16X4_ {
|
|
abits 4;
|
|
width 4;
|
|
cost 4;
|
|
init no_undef;
|
|
prune_rom;
|
|
port sw "W" {
|
|
clock posedge;
|
|
}
|
|
port ar "R" {
|
|
}
|
|
}
|