42use ieee.std_logic_1164.
all;
43use ieee.numeric_std.
all;
117 signal SER_MONI : serport_moni_type := serport_moni_init;
135 USECDIV => sys_conf_clkudiv_usecdiv,
136 MSECDIV => sys_conf_clkdiv_msecdiv
)
157 USECDIV => sys_conf_clksdiv_usecdiv,
158 MSECDIV => sys_conf_clkdiv_msecdiv
)
220 CDINIT => sys_conf_uart_cdinit,
228 ENAXON => HIO_CNTL.enaxon,
229 ENAESC => HIO_CNTL.enaesc,
259 SRAM_PROT :
nx_cram_dummy -- connect CRAM
to protection dummy
CLKFX_DIVIDE positive := 1
CLKFX_MULTIPLY positive := 1
CLKIN_PERIOD real := 20.0
out MONI serport_moni_type
std_logic_vector( 22 downto 0) slv23
std_logic_vector( 3 downto 0) slv4
std_logic_vector( 15 downto 0) slv16
std_logic_vector( 7 downto 0) slv8
std_logic_vector( 1 downto 0) slv2
in DSP_DP slv(( 2** DCWIDTH)- 1 downto 0)
out O_LED slv( LWIDTH- 1 downto 0)
in DSP_DAT slv( 4*( 2** DCWIDTH)- 1 downto 0)
out SWI slv( SWIDTH- 1 downto 0)
in I_BTN slv( BWIDTH- 1 downto 0)
in I_SWI slv( SWIDTH- 1 downto 0)
out BTN slv( BWIDTH- 1 downto 0)
out O_ANO_N slv(( 2** DCWIDTH)- 1 downto 0)
in LED slv( LWIDTH- 1 downto 0)
slv16 :=( others => '0') DSP_DAT
slv8 :=( others => '0') LED
hio_cntl_type := hio_cntl_init HIO_CNTL
slv8 :=( others => '0') SWI
serport_moni_type := serport_moni_init SER_MONI
slv8 :=( others => '0') RXDATA
hio_stat_type := hio_stat_init HIO_STAT
slv4 :=( others => '0') DSP_DP
slv4 :=( others => '0') BTN
slv8 :=( others => '0') TXDATA
in HIO_STAT hio_stat_type
in SER_MONI serport_moni_type
out HIO_CNTL hio_cntl_type
in SER_MONI serport_moni_type
out HIO_STAT hio_stat_type
in HIO_CNTL hio_cntl_type