Compare commits

..

No commits in common. "44cfd36a45e8a6d24cbcef9a519aa470b7be47f7" and "4d32b1bd93c8847f004deddacec08a4d62fd6d51" have entirely different histories.

3 changed files with 1440 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 := 1;
constant fw_version_minor: natural := 0;
constant fw_version_major: natural := 0;
constant fw_version_minor: natural := 17;
constant fw_info_word: std_logic_vector(31 downto 0) :=
x"4a"
& std_logic_vector(to_unsigned(fw_api_version, 8))

1436
sw/src/userspace/testje.c Normal file

File diff suppressed because it is too large Load Diff

View File

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