mirror of
https://github.com/YosysHQ/nextpnr.git
synced 2026-04-17 08:41:38 +00:00
@@ -251,7 +251,7 @@ std::vector<std::string> get_bram_tiles(Context *ctx, BelId bel)
|
||||
static const std::set<std::string> ebr8 = {"MIB_EBR8", "EBR_SPINE_UL1", "EBR_SPINE_UR1", "EBR_SPINE_LL1",
|
||||
"EBR_CMUX_UL", "EBR_SPINE_LL0", "EBR_CMUX_LL", "EBR_SPINE_LR0",
|
||||
"EBR_SPINE_LR1", "EBR_CMUX_LL_25K", "EBR_SPINE_UL2", "EBR_SPINE_UL0",
|
||||
"EBR_SPINE_UR2", "EBR_SPINE_LL2", "EBR_SPINE_LR2"};
|
||||
"EBR_SPINE_UR2", "EBR_SPINE_LL2", "EBR_SPINE_LR2", "EBR_SPINE_UR0"};
|
||||
|
||||
switch (loc.z) {
|
||||
case 0:
|
||||
|
||||
Reference in New Issue
Block a user