Commit 7008950 1 parent 2223895 commit 7008950 Copy full SHA for 7008950
File tree 1 file changed +6
-5
lines changed
1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -570,8 +570,6 @@ begin
570
570
571
571
i3c_hpm_to_scm_dimm0_abcdef_scl <= not counter(26 );
572
572
i3c_hpm_to_scm_dimm0_abcdef_sda <= not counter(26 );
573
- i3c_hpm_to_scm_dimm0_ghijkl_scl <= not counter(26 );
574
- i3c_hpm_to_scm_dimm0_ghijkl_sda <= not counter(26 );
575
573
576
574
i3c_hpm_to_scm_dimm1_abcdef_scl <= not counter(26 );
577
575
i3c_hpm_to_scm_dimm1_abcdef_sda <= not counter(26 );
@@ -580,13 +578,16 @@ begin
580
578
581
579
i3c_scm_to_dimm0_abcdef_scl <= not counter(26 );
582
580
i3c_scm_to_dimm0_abcdef_sda <= not counter(26 );
583
- i3c_scm_to_dimm0_ghijkl_scl <= not counter(26 );
584
- i3c_scm_to_dimm0_ghijkl_sda <= not counter(26 );
585
581
586
582
i3c_scm_to_dimm1_abcdef_scl <= not counter(26 );
587
583
i3c_scm_to_dimm1_abcdef_sda <= not counter(26 );
588
584
i3c_scm_to_dimm1_ghijkl_scl <= not counter(26 );
589
585
i3c_scm_to_dimm1_ghijkl_sda <= not counter(26 );
590
586
591
-
587
+ -- these signals are intentionally left unused due to the ruby rework on sapphire
588
+ -- i3c_hpm_to_scm_dimm0_ghijkl_scl
589
+ -- i3c_hpm_to_scm_dimm0_ghijkl_sda
590
+ -- i3c_scm_to_dimm0_ghijkl_scl
591
+ -- i3c_scm_to_dimm0_ghijkl_sda
592
+
592
593
end rtl ;
You can’t perform that action at this time.
0 commit comments