Forum Discussion
Altera_Forum
Honored Contributor
8 years agoHere it is, I commented the two portions of the code where I'm seeing the issue:
state <= 8'h07; // signal
sda_o_e <= 1'b0; // other_signal
and
sda_o_e <= 1'b1; // signal
state <= 8'h81; // other_signal
assign at the bottom:
assign hps_sda_o_e = state; // change from assign hps_sda_o_e = sda_o_e;