Skip to content

Commit

Permalink
Apply new firmware version (V1.04)
Browse files Browse the repository at this point in the history
  • Loading branch information
ArashEM committed Nov 28, 2019
1 parent b3b307b commit 7a8d384
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FW/sources/hdl/packages/board_config_pkg.vhd
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ use IEEE.STD_LOGIC_1164.all;
package board_config_pkg is

constant EPCI_FW_MAJOR : std_logic_vector(7 downto 0) := x"01";
constant EPCI_FW_MINOR : std_logic_vector(7 downto 0) := x"03";
constant EPCI_FW_MINOR : std_logic_vector(7 downto 0) := x"04";
constant EPCI_BUILD_NUM : std_logic_vector(15 downto 0) := x"0000";
constant EPCI_FW_VER : std_logic_vector(31 downto 0)
:= EPCI_FW_MAJOR &
Expand Down

0 comments on commit 7a8d384

Please # to comment.