some file i don't know if needed
This commit is contained in:
@@ -0,0 +1,38 @@
|
||||
-- VHDL Entity AhbLiteComponents.ahbUart.symbol
|
||||
--
|
||||
-- Created:
|
||||
-- by - remi.heredero.UNKNOWN (WE2330808)
|
||||
-- at - 15:08:33 23.02.2024
|
||||
--
|
||||
-- Generated by Mentor Graphics' HDL Designer(TM) 2019.2 (Build 5)
|
||||
--
|
||||
LIBRARY ieee;
|
||||
USE ieee.std_logic_1164.all;
|
||||
USE ieee.numeric_std.all;
|
||||
LIBRARY AhbLite;
|
||||
USE AhbLite.ahbLite.all;
|
||||
|
||||
ENTITY ahbUart IS
|
||||
GENERIC(
|
||||
txFifoDepth : positive := 8;
|
||||
rxFifoDepth : positive := 1
|
||||
);
|
||||
PORT(
|
||||
RxD : IN std_ulogic;
|
||||
hAddr : IN unsigned ( ahbAddressBitNb-1 DOWNTO 0 );
|
||||
hClk : IN std_uLogic;
|
||||
hReset_n : IN std_uLogic;
|
||||
hSel : IN std_uLogic;
|
||||
hTrans : IN std_ulogic_vector (ahbTransBitNb-1 DOWNTO 0);
|
||||
hWData : IN std_ulogic_vector (ahbDataBitNb-1 DOWNTO 0);
|
||||
hWrite : IN std_uLogic;
|
||||
TxD : OUT std_ulogic;
|
||||
hRData : OUT std_ulogic_vector (ahbDataBitNb-1 DOWNTO 0);
|
||||
hReady : OUT std_uLogic;
|
||||
hResp : OUT std_uLogic
|
||||
);
|
||||
|
||||
-- Declarations
|
||||
|
||||
END ahbUart ;
|
||||
|
Binary file not shown.
@@ -0,0 +1,51 @@
|
||||
DESIGN ahb@uart
|
||||
VIEW symbol.sb
|
||||
NO_GRAPHIC 0
|
||||
DESIGN ahb@uart
|
||||
VIEW symbol.sb
|
||||
GRAPHIC 104,0 8 0
|
||||
DESIGN ahb@uart
|
||||
VIEW symbol.sb
|
||||
GRAPHIC 13,0 15 1
|
||||
DESIGN ahb@uart
|
||||
VIEW symbol.sb
|
||||
GRAPHIC 2839,0 20 0
|
||||
DESIGN ahb@uart
|
||||
VIEW symbol.sb
|
||||
GRAPHIC 2452,0 21 0
|
||||
DESIGN ahb@uart
|
||||
VIEW symbol.sb
|
||||
GRAPHIC 2514,0 22 0
|
||||
DESIGN ahb@uart
|
||||
VIEW symbol.sb
|
||||
GRAPHIC 2519,0 23 0
|
||||
DESIGN ahb@uart
|
||||
VIEW symbol.sb
|
||||
GRAPHIC 2692,0 24 0
|
||||
DESIGN ahb@uart
|
||||
VIEW symbol.sb
|
||||
GRAPHIC 2494,0 25 0
|
||||
DESIGN ahb@uart
|
||||
VIEW symbol.sb
|
||||
GRAPHIC 2464,0 26 0
|
||||
DESIGN ahb@uart
|
||||
VIEW symbol.sb
|
||||
GRAPHIC 2474,0 27 0
|
||||
DESIGN ahb@uart
|
||||
VIEW symbol.sb
|
||||
GRAPHIC 2651,0 28 0
|
||||
DESIGN ahb@uart
|
||||
VIEW symbol.sb
|
||||
GRAPHIC 2469,0 29 0
|
||||
DESIGN ahb@uart
|
||||
VIEW symbol.sb
|
||||
GRAPHIC 2504,0 30 0
|
||||
DESIGN ahb@uart
|
||||
VIEW symbol.sb
|
||||
GRAPHIC 2509,0 31 0
|
||||
DESIGN ahb@uart
|
||||
VIEW symbol.sb
|
||||
GRAPHIC 1,0 34 0
|
||||
DESIGN ahb@uart
|
||||
VIEW symbol.sb
|
||||
GRAPHIC 1,0 35 0
|
Reference in New Issue
Block a user