Skip to content

Commit

Permalink
change sspDec EOF (which is actually an EOF-error)
Browse files Browse the repository at this point in the history
  • Loading branch information
cbakalis-slac committed Oct 27, 2023
1 parent d92f7c4 commit dfbd2f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion protocols/ssp/rtl/SspDecoder12b14b.vhd
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ begin
SSP_IDLE_K_G => "1",
SSP_SOF_CODE_G => K_120_0_C,
SSP_SOF_K_G => "1",
SSP_EOF_CODE_G => K_120_1_C,
SSP_EOF_CODE_G => K_120_2_C,
SSP_EOF_K_G => "1")
port map (
-- Clock and Reset
Expand Down

0 comments on commit dfbd2f6

Please sign in to comment.