mirror of
https://github.com/YosysHQ/yosys
synced 2025-07-31 00:13:18 +00:00
Converted "prep" to ScriptPass
This commit is contained in:
parent
096c25d29d
commit
77aa2031e7
2 changed files with 53 additions and 66 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue