mirror of
https://github.com/YosysHQ/yosys
synced 2025-07-03 03:15:42 +00:00
Add ScriptPass::run_nocheck and use for abc9
Signed-off-by: David Shah <dave@ds0.me>
This commit is contained in:
parent
282d331e7e
commit
b8abf14376
3 changed files with 20 additions and 7 deletions
|
@ -84,6 +84,7 @@ struct ScriptPass : Pass
|
|||
|
||||
bool check_label(std::string label, std::string info = std::string());
|
||||
void run(std::string command, std::string info = std::string());
|
||||
void run_nocheck(std::string command, std::string info = std::string());
|
||||
void run_script(RTLIL::Design *design, std::string run_from = std::string(), std::string run_to = std::string());
|
||||
void help_script();
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue