diff options
author | David Shah <dave@ds0.me> | 2018-10-11 11:51:17 +0100 |
---|---|---|
committer | David Shah <dave@ds0.me> | 2018-10-11 11:51:17 +0100 |
commit | bda94aa5a563bc16e4ed437fbc5443467c5a8db4 (patch) | |
tree | ae7c824c8beacb9146e119738b060ad484d58f6e | |
parent | 228cbf77d0e6573883c03331b5ce6dfecee65c93 (diff) | |
download | nextpnr-bda94aa5a563bc16e4ed437fbc5443467c5a8db4.tar.gz nextpnr-bda94aa5a563bc16e4ed437fbc5443467c5a8db4.tar.bz2 nextpnr-bda94aa5a563bc16e4ed437fbc5443467c5a8db4.zip |
ecp5: Fix BRAM tile names
Signed-off-by: David Shah <dave@ds0.me>
-rw-r--r-- | ecp5/bitstream.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ecp5/bitstream.cc b/ecp5/bitstream.cc index f7a1f960..79a6e5f5 100644 --- a/ecp5/bitstream.cc +++ b/ecp5/bitstream.cc @@ -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: |