URL
https://opencores.org/ocsvn/mblite/mblite/trunk
[/] [mblite/] [trunk/] [hw/] [core/] [fetch.vhd] - Diff between revs 2 and 6
Go to most recent revision |
Show entire file |
Details |
Blame |
View Log
Rev 2 |
Rev 6 |
Line 26... |
Line 26... |
ENTITY fetch IS PORT
|
ENTITY fetch IS PORT
|
(
|
(
|
fetch_o : OUT fetch_out_type;
|
fetch_o : OUT fetch_out_type;
|
imem_o : OUT imem_out_type;
|
imem_o : OUT imem_out_type;
|
fetch_i : IN fetch_in_type;
|
fetch_i : IN fetch_in_type;
|
rst_i : IN std_ulogic;
|
rst_i : IN std_logic;
|
ena_i : IN std_ulogic;
|
ena_i : IN std_logic;
|
clk_i : IN std_ulogic
|
clk_i : IN std_logic
|
);
|
);
|
END fetch;
|
END fetch;
|
|
|
ARCHITECTURE arch OF fetch IS
|
ARCHITECTURE arch OF fetch IS
|
SIGNAL r, rin : fetch_out_type;
|
SIGNAL r, rin : fetch_out_type;
|
© copyright 1999-2024
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.