Skip to content

Commit 677fa34

Browse files
authored
[RTL] Fix MCU scan mode (#553)
* [RTL] Fix MCU scan mode #515 * MICROSOFT AUTOMATED PIPELINE: Stamp 'ckuchta-fix-mcu-scan-mode' with updated timestamp and hash after successful run
1 parent 39dd391 commit 677fa34

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflow_metadata/pr_hash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
6ed8a1d23a371721a19eba59c4c3c0382a2684312c5b5020a3b9f254720db2546eb704289b6a5691313d7f30896e2bcf
1+
65f259c0968e9e305a6d19effe316e31129b6b2a776cf3cbb1db5d8a35c8033f93261019a82d0fa66fb15ed250ba2a00
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1750201181
1+
1750455443

src/integration/rtl/caliptra_ss_top.sv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -847,7 +847,7 @@ module caliptra_ss_top
847847
.dccm_ecc_double_error (mcu_dccm_ecc_double_error),
848848

849849
.core_id ('0),
850-
.scan_mode ( 1'b0 ), // To enable scan mode
850+
.scan_mode ( cptra_ss_cptra_core_scan_mode_i ), // To enable scan mode
851851
.mbist_mode ( 1'b0 ), // to enable mbist
852852

853853
.dmi_core_enable (mcu_dmi_core_enable),

0 commit comments

Comments
 (0)