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 @@ -300,15 +300,6 @@ def _deploy_software_collateral(args) -> None:
300300 f'--//hw/ip/otp_ctrl/data:data_perm={ ENV .get ("BAZEL_OTP_DATA_PERM_FLAG" )} ' ,
301301 ]
302302
303- # If build_seed is provided, feed this value into bazel when building the OTP pre-load images.
304- # This overrides the default seed value and is needed for reproducibility to match the
305- # synthesized hardware from the 'build' stage. (sw build happens in the 'run' stage)
306- if (args .build_seed != 'None' ):
307- bazel_runner .build_opts += [
308- f"--//hw/ip/otp_ctrl/data:lc_seed={ args .build_seed } " ,
309- f"--//hw/ip/otp_ctrl/data:otp_seed={ args .build_seed } " ,
310- ]
311-
312303 # Print a summary of the accumulated bazel_runner configuration that we will use to
313304 # assemble all further bazel operations.
314305 logger .info (bazel_runner )
You can’t perform that action at this time.
0 commit comments