aboutsummaryrefslogtreecommitdiffstats
path: root/techlibs/common/synth.cc
diff options
context:
space:
mode:
Diffstat (limited to 'techlibs/common/synth.cc')
-rw-r--r--techlibs/common/synth.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/techlibs/common/synth.cc b/techlibs/common/synth.cc
index acfe888d9..949678f36 100644
--- a/techlibs/common/synth.cc
+++ b/techlibs/common/synth.cc
@@ -68,7 +68,7 @@ struct SynthPass : public ScriptPass
log("\n");
}
- std::string top_module, fsm_opts, memory_opts;
+ string top_module, fsm_opts, memory_opts;
bool noalumacc, nofsm, noabc;
virtual void clear_flags() YS_OVERRIDE