aboutsummaryrefslogtreecommitdiffstats
path: root/nexus/pins.cc
diff options
context:
space:
mode:
authorDavid Shah <dave@ds0.me>2020-12-07 13:26:45 +0000
committerDavid Shah <dave@ds0.me>2020-12-07 13:26:45 +0000
commit588042dc997080830e73c10b71c15444756dbeab (patch)
treeb3b9019bd50fc4a35cb437ea5b0e6bf7ba3ea15e /nexus/pins.cc
parentf923d326207f2eae87d364117fcb7e0d475af62e (diff)
downloadnextpnr-588042dc997080830e73c10b71c15444756dbeab.tar.gz
nextpnr-588042dc997080830e73c10b71c15444756dbeab.tar.bz2
nextpnr-588042dc997080830e73c10b71c15444756dbeab.zip
nexus: Fix LRAM pin types
Signed-off-by: David Shah <dave@ds0.me>
Diffstat (limited to 'nexus/pins.cc')
-rw-r--r--nexus/pins.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/nexus/pins.cc b/nexus/pins.cc
index b6f2a347..0e27214b 100644
--- a/nexus/pins.cc
+++ b/nexus/pins.cc
@@ -171,8 +171,8 @@ static const std::unordered_map<IdString, Arch::CellPinsData> base_cell_pin_data
{id_LRAM_CORE,
{
{id_CLK, PINSTYLE_CLK},
- {id_CEA, PINSTYLE_CE},
- {id_CEB, PINSTYLE_CE},
+ {id_CEA, PINSTYLE_PU_NONCIB},
+ {id_CEB, PINSTYLE_PU_NONCIB},
{id_OCEA, PINSTYLE_PU},
{id_OCEB, PINSTYLE_PU},
{id_CSA, PINSTYLE_PU},