URL
https://opencores.org/ocsvn/mblite/mblite/trunk
[/] [mblite/] [trunk/] [hw/] [core/] [gprf.vhd] - Diff between revs 2 and 6
Go to most recent revision |
Show entire file |
Details |
Blame |
View Log
Rev 2 |
Rev 6 |
Line 24... |
Line 24... |
|
|
ENTITY gprf IS PORT
|
ENTITY gprf IS PORT
|
(
|
(
|
gprf_o : OUT gprf_out_type;
|
gprf_o : OUT gprf_out_type;
|
gprf_i : IN gprf_in_type;
|
gprf_i : IN gprf_in_type;
|
ena_i : IN std_ulogic;
|
ena_i : IN std_logic;
|
clk_i : IN std_ulogic
|
clk_i : IN std_logic
|
);
|
);
|
END gprf;
|
END gprf;
|
|
|
-- This architecture is the default implementation. It
|
-- This architecture is the default implementation. It
|
-- consists of three dual port memories. Other
|
-- consists of three dual port memories. Other
|
© copyright 1999-2024
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.