Compare commits

..

2 Commits

3 changed files with 4 additions and 1440 deletions

View File

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

File diff suppressed because it is too large Load Diff

View File

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