Skip to content

Commit 444fe63

Browse files
committed
[util] Replicate the commit 4790641
This commit replicate the changes made to the sim.mk file in the commit 4790641 Signed-off-by: Douglas Reis <[email protected]>
1 parent 949134d commit 444fe63

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

util/py/scripts/build_sw_collateral_for_sim.py

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff 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)

0 commit comments

Comments
 (0)