URL
https://opencores.org/ocsvn/plasma/plasma/trunk
[/] [plasma/] [trunk/] [vhdl/] [mlite_pack.vhd] - Diff between revs 383 and 397
Go to most recent revision |
Show entire file |
Details |
Blame |
View Log
Rev 383 |
Rev 397 |
Line 178... |
Line 178... |
DPRA3 : in STD_ULOGIC;
|
DPRA3 : in STD_ULOGIC;
|
WCLK : in STD_ULOGIC;
|
WCLK : in STD_ULOGIC;
|
WE : in STD_ULOGIC);
|
WE : in STD_ULOGIC);
|
end component;
|
end component;
|
|
|
|
-- For Xilinx Virtex-5
|
|
component RAM32X1D
|
|
-- synthesis translate_off
|
|
generic (INIT : bit_vector := X"32");
|
|
-- synthesis translate_on
|
|
port (DPO : out STD_ULOGIC;
|
|
SPO : out STD_ULOGIC;
|
|
A0 : in STD_ULOGIC;
|
|
A1 : in STD_ULOGIC;
|
|
A2 : in STD_ULOGIC;
|
|
A3 : in STD_ULOGIC;
|
|
A4 : in STD_ULOGIC;
|
|
D : in STD_ULOGIC;
|
|
DPRA0 : in STD_ULOGIC;
|
|
DPRA1 : in STD_ULOGIC;
|
|
DPRA2 : in STD_ULOGIC;
|
|
DPRA3 : in STD_ULOGIC;
|
|
DPRA4 : in STD_ULOGIC;
|
|
WCLK : in STD_ULOGIC;
|
|
WE : in STD_ULOGIC);
|
|
end component;
|
|
|
component pc_next
|
component pc_next
|
port(clk : in std_logic;
|
port(clk : in std_logic;
|
reset_in : in std_logic;
|
reset_in : in std_logic;
|
pc_new : in std_logic_vector(31 downto 2);
|
pc_new : in std_logic_vector(31 downto 2);
|
take_branch : in std_logic;
|
take_branch : in std_logic;
|
© copyright 1999-2024
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.