Bump firmware and software version to 1.0

This commit is contained in:
Joris van Rantwijk 2024-12-22 19:53:08 +01:00
parent 0e62522208
commit 44cfd36a45
2 changed files with 4 additions and 4 deletions

View File

@ -95,8 +95,8 @@ package puzzlefw_pkg is
-- Firmware info word.
constant fw_api_version: natural := 1;
constant fw_version_major: natural := 0;
constant fw_version_minor: natural := 17;
constant fw_version_major: natural := 1;
constant fw_version_minor: natural := 0;
constant fw_info_word: std_logic_vector(31 downto 0) :=
x"4a"
& std_logic_vector(to_unsigned(fw_api_version, 8))

View File

@ -1,2 +1,2 @@
#define PUZZLEFW_SW_MAJOR 0
#define PUZZLEFW_SW_MINOR 5
#define PUZZLEFW_SW_MAJOR 1
#define PUZZLEFW_SW_MINOR 0