Skip to content

Commit d2d12ac

Browse files
committed
wip
1 parent 7bb4c36 commit d2d12ac

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

hdl/projects/grapefruit/grapefruit_top.vhd

+3-3
Original file line numberDiff line numberDiff line change
@@ -587,8 +587,8 @@ begin
587587
dimmlet_scl.i <= i3c_scm_to_dimm0_abcdef_scl;
588588
i3c_scm_to_dimm0_abcdef_sda <= dimmlet_sda.o when dimmlet_sda.oe = '1' else 'Z';
589589
dimmlet_sda.i <= i3c_scm_to_dimm0_abcdef_sda;
590-
i3c_scm_to_dimm0_ghijkl_scl <= not counter(26);
591-
i3c_scm_to_dimm0_ghijkl_sda <= not counter(26);
590+
i3c_scm_to_dimm0_ghijkl_scl <= dimmlet_scl.oe;
591+
i3c_scm_to_dimm0_ghijkl_sda <= dimmlet_sda.oe;
592592

593593
i3c_scm_to_dimm1_abcdef_scl <= not counter(26);
594594
i3c_scm_to_dimm1_abcdef_sda <= not counter(26);
@@ -599,7 +599,7 @@ begin
599599
i2c_ctrl_top_inst: entity work.i2c_ctrl_top
600600
generic map(
601601
CLK_PER_NS => 20,
602-
MODE => FAST_PLUS
602+
MODE => FAST
603603
)
604604
port map(
605605
clk => clk,

0 commit comments

Comments
 (0)