mirror of
https://github.com/YosysHQ/yosys
synced 2025-11-22 13:41:27 +00:00
analogdevices: double LUT RAM cost
This commit is contained in:
parent
8ff0039141
commit
6ccd1da030
1 changed files with 3 additions and 3 deletions
|
|
@ -8,12 +8,12 @@ ram distributed $__ANALOGDEVICES_LUTRAM_ {
|
||||||
clock posedge;
|
clock posedge;
|
||||||
}
|
}
|
||||||
option "MODE" "SP" {
|
option "MODE" "SP" {
|
||||||
option "SIZE" 32 cost 1;
|
option "SIZE" 32 cost 2;
|
||||||
option "SIZE" 64 cost 2;
|
option "SIZE" 64 cost 2;
|
||||||
}
|
}
|
||||||
option "MODE" "DP" {
|
option "MODE" "DP" {
|
||||||
option "SIZE" 32 cost 2;
|
option "SIZE" 32 cost 4;
|
||||||
option "SIZE" 64 cost 4;
|
option "SIZE" 64 cost 8;
|
||||||
port ar "R" {
|
port ar "R" {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue