From afc89a60e8cb60286d09d97b79194fdb0cdb5d9e Mon Sep 17 00:00:00 2001 From: Eddie Hung Date: Thu, 27 Dec 2018 21:56:15 -0800 Subject: [PATCH] Write SYNC_ATTR to xdl too --- xc7/xdl.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xc7/xdl.cc b/xc7/xdl.cc index ef1be83e..2687d738 100644 --- a/xc7/xdl.cc +++ b/xc7/xdl.cc @@ -182,9 +182,9 @@ DesignSharedPtr create_torc_design(const Context *ctx) if (get_net_or_empty(cell.second.get(), id_SR)) { instPtr->setConfig(setting + "SR", "", cell.second->params.at(id_SR)); - instPtr->setConfig("SYNC_ATTR", "", cell.second->params.at(ctx->id("SYNC_ATTR"))); instPtr->setConfig("SRUSEDMUX", "", "IN"); } + instPtr->setConfig("SYNC_ATTR", "", cell.second->params.at(ctx->id("SYNC_ATTR"))); if (get_net_or_empty(cell.second.get(), ctx->id("CE"))) instPtr->setConfig("CEUSEDMUX", "", "IN");