Skip to content

Commit 2150a5a

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 0f3828c commit 2150a5a

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
@@ -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)

0 commit comments

Comments
 (0)