mirror of https://github.com/YosysHQ/yosys.git
analogdevices: LUT RAM only on positive edge
This commit is contained in:
parent
5e763e70db
commit
bde78cb277
|
|
@ -13,7 +13,7 @@ ram distributed $__ANALOGDEVICES_LUTRAM_SP_ {
|
|||
init no_undef;
|
||||
prune_rom;
|
||||
port arsw "RW" {
|
||||
clock anyedge;
|
||||
clock posedge;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue