projects
/
yosys.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b07ca87
)
Hotfix for run_shell auto-detection
author
Claire Xenia Wolf
<claire@clairexen.net>
Tue, 14 Dec 2021 20:38:58 +0000
(21:38 +0100)
committer
Claire Xenia Wolf
<claire@clairexen.net>
Tue, 14 Dec 2021 20:38:58 +0000
(21:38 +0100)
Signed-off-by: Claire Xenia Wolf <claire@clairexen.net>
kernel/driver.cc
patch
|
blob
|
history
diff --git
a/kernel/driver.cc
b/kernel/driver.cc
index 7690c2ed2db350c85cf678f7426788cf5107c93d..f8f940e892a806391c0ce90b5b3006bf9c9040cd 100644
(file)
--- a/
kernel/driver.cc
+++ b/
kernel/driver.cc
@@
-370,6
+370,7
@@
int main(int argc, char **argv)
exit(0);
case 'S':
passes_commands.push_back("synth");
+ run_shell = false;
break;
case 'g':
log_force_debug++;
@@
-382,9
+383,11
@@
int main(int argc, char **argv)
break;
case 'H':
passes_commands.push_back("help");
+ run_shell = false;
break;
case 'h':
passes_commands.push_back(stringf("help %s", optarg));
+ run_shell = false;
break;
case 'b':
backend_command = optarg;