mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-24 01:25:33 +00:00
typo in unused flow
This commit is contained in:
parent
c0c0d9c559
commit
b421ffa3c4
1 changed files with 1 additions and 1 deletions
|
@ -206,7 +206,7 @@ struct LongLoopSelect : public ScriptPass {
|
|||
log_flush();
|
||||
Pass::call(design, command);
|
||||
} else {
|
||||
std::string command = "abc -map_src " + src_info + src_info + " -script " + abc_script;
|
||||
std::string command = "abc -map_src " + src_info + " -script " + abc_script;
|
||||
log(" Executing: %s\n", command.c_str());
|
||||
log_flush();
|
||||
Pass::call(design, command);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue