1
0
mirror of https://github.com/antonblanchard/microwatt.git synced 2026-03-02 09:46:12 +00:00

Add a default value for RESET_ADDRESS

Signed-off-by: Anton Blanchard <anton@linux.ibm.com>
This commit is contained in:
Anton Blanchard
2019-09-15 10:25:57 +10:00
committed by Anton Blanchard
parent 71e45a82ee
commit d52046104f

View File

@@ -7,7 +7,7 @@ use work.common.all;
entity fetch1 is
generic(
RESET_ADDRESS : std_logic_vector(63 downto 0)
RESET_ADDRESS : std_logic_vector(63 downto 0) := (others => '0')
);
port(
clk : in std_ulogic;