File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ def synth_builder(self) -> BuilderBase:
6767 # -- The yosys synth builder.
6868 return Builder (
6969 action = (
70- 'yosys -p "synth_ecp5 -top {0} {1} -json $TARGET" '
70+ 'yosys -p "synth_ecp5 -top {0} -json $TARGET {1} " '
7171 "{2} -DSYNTHESIZE {3} $SOURCES"
7272 ).format (
7373 params .apio_env_params .top_module ,
Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ def synth_builder(self) -> BuilderBase:
6363 # -- The yosys synth builder.
6464 return Builder (
6565 action = (
66- 'yosys -p "synth_gowin -top {0} {1} -json $TARGET" '
66+ 'yosys -p "synth_gowin -top {0} -json $TARGET {1} " '
6767 "{2} -DSYNTHESIZE {3} $SOURCES"
6868 ).format (
6969 params .apio_env_params .top_module ,
Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ def synth_builder(self) -> BuilderBase:
6363 # -- The yosys synth builder.
6464 return Builder (
6565 action = (
66- 'yosys -p "synth_ice40 -top {0} {1} -json $TARGET" '
66+ 'yosys -p "synth_ice40 -top {0} -json $TARGET {1} " '
6767 "{2} -DSYNTHESIZE {3} $SOURCES"
6868 ).format (
6969 params .apio_env_params .top_module ,
You can’t perform that action at this time.
0 commit comments