aboutsummaryrefslogtreecommitdiffstats
path: root/techlibs/gowin/synth_gowin.cc
diff options
context:
space:
mode:
authorJim Lawson <ucbjrl@berkeley.edu>2019-03-01 10:31:26 -0800
committerJim Lawson <ucbjrl@berkeley.edu>2019-03-01 10:31:26 -0800
commit4cce7f6967313772207448569635e6e5c6bc44ce (patch)
tree8132003faa377602a74f5ac16f9899f9b17eb8c3 /techlibs/gowin/synth_gowin.cc
parent81abb2517c3d6e8fd2b31ff6d9d019d956a6bc14 (diff)
parent60e3c38054f10251021fa2f504ad2424da33aa1d (diff)
downloadyosys-4cce7f6967313772207448569635e6e5c6bc44ce.tar.gz
yosys-4cce7f6967313772207448569635e6e5c6bc44ce.tar.bz2
yosys-4cce7f6967313772207448569635e6e5c6bc44ce.zip
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'techlibs/gowin/synth_gowin.cc')
-rw-r--r--techlibs/gowin/synth_gowin.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/techlibs/gowin/synth_gowin.cc b/techlibs/gowin/synth_gowin.cc
index 96128a680..9a3fcdbb6 100644
--- a/techlibs/gowin/synth_gowin.cc
+++ b/techlibs/gowin/synth_gowin.cc
@@ -111,7 +111,7 @@ struct SynthGowinPass : public ScriptPass
if (args[argidx] == "-noflatten") {
flatten = false;
continue;
- }
+ }
break;
}
extra_args(args, argidx, design);