URL
https://opencores.org/ocsvn/iicmb/iicmb/trunk
[/] [iicmb/] [trunk/] [src/] [iicmb_m_wb.vhd] - Diff between revs 2 and 3
Show entire file |
Details |
Blame |
View Log
Rev 2 |
Rev 3 |
Line 71... |
Line 71... |
------------------------------------
|
------------------------------------
|
-- Wishbone signals:
|
-- Wishbone signals:
|
clk_i : in std_logic; -- Clock
|
clk_i : in std_logic; -- Clock
|
rst_i : in std_logic; -- Synchronous reset (active high)
|
rst_i : in std_logic; -- Synchronous reset (active high)
|
-------------
|
-------------
|
cyc_i : in std_logic; --
|
cyc_i : in std_logic; -- Valid bus cycle indication
|
stb_i : in std_logic; --
|
stb_i : in std_logic; -- Slave selection
|
ack_o : out std_logic; --
|
ack_o : out std_logic; -- Acknowledge output
|
adr_i : in std_logic_vector(1 downto 0); -- Low bits of Wishbone address
|
adr_i : in std_logic_vector(1 downto 0); -- Low bits of Wishbone address
|
we_i : in std_logic; --
|
we_i : in std_logic; -- Write enable
|
dat_i : in std_logic_vector(7 downto 0); -- Data input
|
dat_i : in std_logic_vector(7 downto 0); -- Data input
|
dat_o : out std_logic_vector(7 downto 0); -- Data output
|
dat_o : out std_logic_vector(7 downto 0); -- Data output
|
------------------------------------
|
------------------------------------
|
------------------------------------
|
------------------------------------
|
-- Interrupt request:
|
-- Interrupt request:
|
© copyright 1999-2024
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.