mirror of
https://github.com/YosysHQ/yosys
synced 2025-10-22 15:34:36 +00:00
analogdevices: LUT RAM only on positive edge
This commit is contained in:
parent
f1579304a6
commit
a119711aac
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ ram distributed $__ANALOGDEVICES_LUTRAM_SP_ {
|
||||||
init no_undef;
|
init no_undef;
|
||||||
prune_rom;
|
prune_rom;
|
||||||
port arsw "RW" {
|
port arsw "RW" {
|
||||||
clock anyedge;
|
clock posedge;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue