aboutsummaryrefslogtreecommitdiffstats
path: root/ice40/cells.cc
diff options
context:
space:
mode:
authorDavid Shah <dave@ds0.me>2019-10-24 12:37:07 +0100
committerDavid Shah <dave@ds0.me>2019-10-24 12:37:07 +0100
commitf2b9cc6d2311c437d740873111e806e9e5078736 (patch)
treeb196f3e688129148b2011d3eff459e26ae9d4868 /ice40/cells.cc
parent8343488bdf6ef21844913bd1043e27541b0573c1 (diff)
downloadnextpnr-f2b9cc6d2311c437d740873111e806e9e5078736.tar.gz
nextpnr-f2b9cc6d2311c437d740873111e806e9e5078736.tar.bz2
nextpnr-f2b9cc6d2311c437d740873111e806e9e5078736.zip
sdf: Working on support for CVC
Signed-off-by: David Shah <dave@ds0.me>
Diffstat (limited to 'ice40/cells.cc')
-rw-r--r--ice40/cells.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/ice40/cells.cc b/ice40/cells.cc
index 3f1a0fbf..3def82bf 100644
--- a/ice40/cells.cc
+++ b/ice40/cells.cc
@@ -69,7 +69,7 @@ std::unique_ptr<CellInfo> create_ice_cell(Context *ctx, IdString type, std::stri
new_cell->params[ctx->id("PIN_TYPE")] = Property(0, 6);
new_cell->params[ctx->id("PULLUP")] = Property::State::S0;
new_cell->params[ctx->id("NEG_TRIGGER")] = Property::State::S0;
- new_cell->params[ctx->id("IOSTANDARD")] = Property("SB_LVCMOS");
+ new_cell->params[ctx->id("IO_STANDARD")] = Property("SB_LVCMOS");
add_port(ctx, new_cell.get(), "PACKAGE_PIN", PORT_INOUT);