Merge pull request #55 from antonblanchard/fetch-fix

Add a default value for RESET_ADDRESS
pull/57/head
Anton Blanchard 5 years ago committed by GitHub
commit 85062793b1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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;

Loading…
Cancel
Save