Skip to content

Commit

Permalink
Merge pull request #351 from GSI-CS-CO/bkelbl/block_mode_fix_version
Browse files Browse the repository at this point in the history
Bkelbl/block mode fix version
  • Loading branch information
alyxazon authored Jan 4, 2024
2 parents 6731cac + 4882f2f commit a68816d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion top/scu_sio3/scu_sio3.vhd
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ ARCHITECTURE arch_scu_sio3 OF scu_sio3 IS

constant clk_sys_in_Hz: integer := 125_000_000;

CONSTANT c_Firmware_Version: integer := 7; -- important: => Firmware_Version
CONSTANT c_Firmware_Version: integer := 8; -- important: => Firmware_Version
CONSTANT c_Firmware_Release: integer := 0; -- important: => Firmware_Release
CONSTANT SCU_SIO2_ID: integer range 16#0200# to 16#020F# := 16#0200#;
CONSTANT stretch_cnt: integer := 5;
Expand Down

0 comments on commit a68816d

Please sign in to comment.