File tree Expand file tree Collapse file tree 1 file changed +0
-9
lines changed
Expand file tree Collapse file tree 1 file changed +0
-9
lines changed Original file line number Diff line number Diff line change @@ -302,15 +302,6 @@ def _deploy_software_collateral(args) -> None:
302302 f"--//util/design/data:data_perm={ ENV .get ('BAZEL_OTP_DATA_PERM_FLAG' )} " ,
303303 ]
304304
305- # If build_seed is provided, feed this value into bazel when building the OTP pre-load images.
306- # This overrides the default seed value and is needed for reproducibility to match the
307- # synthesized hardware from the 'build' stage. (sw build happens in the 'run' stage)
308- if args .build_seed != "None" :
309- bazel_runner .build_opts += [
310- f"--//hw/ip/otp_ctrl/data:lc_seed={ args .build_seed } " ,
311- f"--//hw/ip/otp_ctrl/data:otp_seed={ args .build_seed } " ,
312- ]
313-
314305 # Print a summary of the accumulated bazel_runner configuration that we will use to
315306 # assemble all further bazel operations.
316307 logger .info (bazel_runner )
You can’t perform that action at this time.
0 commit comments