diff options
author | Clifford Wolf <clifford@clifford.at> | 2016-04-24 00:48:06 +0200 |
---|---|---|
committer | Clifford Wolf <clifford@clifford.at> | 2016-04-24 00:48:06 +0200 |
commit | 77aa2031e7e93b3d91b7594ad21d84e946b7cb04 (patch) | |
tree | 05208058133c6e2fab520fe482bcd287fcdfccb3 /techlibs/common/synth.cc | |
parent | 096c25d29d7e66003123dc4700ae72b0a4c10ca2 (diff) | |
download | yosys-77aa2031e7e93b3d91b7594ad21d84e946b7cb04.tar.gz yosys-77aa2031e7e93b3d91b7594ad21d84e946b7cb04.tar.bz2 yosys-77aa2031e7e93b3d91b7594ad21d84e946b7cb04.zip |
Converted "prep" to ScriptPass
Diffstat (limited to 'techlibs/common/synth.cc')
-rw-r--r-- | techlibs/common/synth.cc | 2 |
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 |