Skip to content

Commit 7008950

Browse files
committed
adjust top for sapphire rework
1 parent 2223895 commit 7008950

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

hdl/projects/grapefruit/grapefruit_top.vhd

+6-5
Original file line numberDiff line numberDiff line change
@@ -570,8 +570,6 @@ begin
570570

571571
i3c_hpm_to_scm_dimm0_abcdef_scl <= not counter(26);
572572
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);
575573

576574
i3c_hpm_to_scm_dimm1_abcdef_scl <= not counter(26);
577575
i3c_hpm_to_scm_dimm1_abcdef_sda <= not counter(26);
@@ -580,13 +578,16 @@ begin
580578

581579
i3c_scm_to_dimm0_abcdef_scl <= not counter(26);
582580
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);
585581

586582
i3c_scm_to_dimm1_abcdef_scl <= not counter(26);
587583
i3c_scm_to_dimm1_abcdef_sda <= not counter(26);
588584
i3c_scm_to_dimm1_ghijkl_scl <= not counter(26);
589585
i3c_scm_to_dimm1_ghijkl_sda <= not counter(26);
590586

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+
592593
end rtl;

0 commit comments

Comments
 (0)