File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -223,7 +223,7 @@ def _osc_div(self):
223
223
read_ilang {{name}}.il
224
224
delete w:$verilog_initial_trigger
225
225
{{get_override("script_after_read")|default("# (script_after_read placeholder)")}}
226
- synth_gowin {{get_override("synth_opts")|options}} -top {{name}} -json {{name}}.json
226
+ synth_gowin {{get_override("synth_opts")|options}} -top {{name}} -json {{name}}.syn. json
227
227
{{get_override("script_after_synth")|default("# (script_after_synth placeholder)")}}
228
228
""" ,
229
229
}
@@ -242,16 +242,16 @@ def _osc_div(self):
242
242
--log {{name}}.tim
243
243
--device {{platform.part}}
244
244
--family {{platform._chipdb_device}}
245
- --json {{name}}.json
245
+ --json {{name}}.syn. json
246
246
--cst {{name}}.cst
247
- --write {{name}}.json
247
+ --write {{name}}.pnr. json
248
248
""" ,
249
249
r"""
250
250
{{invoke_tool("gowin_pack")}}
251
251
-d {{platform._chipdb_device}}
252
252
-o {{name}}.fs
253
253
{{get_override("gowin_pack_opts")|options}}
254
- {{name}}.json
254
+ {{name}}.pnr. json
255
255
"""
256
256
]
257
257
You can’t perform that action at this time.
0 commit comments