mirror of
https://github.com/antonblanchard/microwatt.git
synced 2026-04-15 23:51:40 +00:00
Merge pull request #55 from antonblanchard/fetch-fix
Add a default value for RESET_ADDRESS
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user