mirror of
https://github.com/YosysHQ/yosys.git
synced 2026-08-22 06:07:26 +02:00
Hotfix for run_shell auto-detection
Signed-off-by: Claire Xenia Wolf <[email protected]>
This commit is contained in:
@@ -370,6 +370,7 @@ int main(int argc, char **argv)
|
|||||||
exit(0);
|
exit(0);
|
||||||
case 'S':
|
case 'S':
|
||||||
passes_commands.push_back("synth");
|
passes_commands.push_back("synth");
|
||||||
|
run_shell = false;
|
||||||
break;
|
break;
|
||||||
case 'g':
|
case 'g':
|
||||||
log_force_debug++;
|
log_force_debug++;
|
||||||
@@ -382,9 +383,11 @@ int main(int argc, char **argv)
|
|||||||
break;
|
break;
|
||||||
case 'H':
|
case 'H':
|
||||||
passes_commands.push_back("help");
|
passes_commands.push_back("help");
|
||||||
|
run_shell = false;
|
||||||
break;
|
break;
|
||||||
case 'h':
|
case 'h':
|
||||||
passes_commands.push_back(stringf("help %s", optarg));
|
passes_commands.push_back(stringf("help %s", optarg));
|
||||||
|
run_shell = false;
|
||||||
break;
|
break;
|
||||||
case 'b':
|
case 'b':
|
||||||
backend_command = optarg;
|
backend_command = optarg;
|
||||||
|
|||||||
Reference in New Issue
Block a user