3
0
Fork 0
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:
Alain Dargelas 2024-11-25 20:19:09 -08:00
parent c0c0d9c559
commit b421ffa3c4

View file

@ -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);