OpenCores
URL https://opencores.org/ocsvn/astron_multiplexer/astron_multiplexer/trunk

Subversion Repositories astron_multiplexer

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /
    from Rev 3 to Rev 4
    Reverse comparison

Rev 3 → Rev 4

/astron_multiplexer/trunk/dp_mux.vhd
77,16 → 77,16
-- . For multiplexing time series frames or sample it can be applicable to
-- use g_append_channel_lo=FALSE in combination with g_mode=2.
 
LIBRARY IEEE, common_pkg_lib, dp_pkg_lib, dp_components_lib, dp_fifo_lib, technology_lib;
LIBRARY IEEE, common_pkg_lib, dp_pkg_lib, dp_components_lib, astron_fifo_lib;
USE IEEE.std_logic_1164.ALL;
USE IEEE.numeric_std.ALL;
USE common_pkg_lib.common_pkg.ALL;
USE dp_pkg_lib.dp_stream_pkg.ALL;
USE technology_lib.technology_select_pkg.ALL;
--USE technology_lib.technology_select_pkg.ALL;
 
ENTITY dp_mux IS
GENERIC (
g_technology : NATURAL := c_tech_select_default;
g_technology : NATURAL := 0; --c_tech_select_default;
-- MUX
g_mode : NATURAL := 0;
g_nof_input : NATURAL := 2; -- >= 1
212,7 → 212,7
gen_input : FOR I IN 0 TO g_nof_input-1 GENERATE
gen_fifo : IF g_use_fifo=TRUE GENERATE
u_fill : ENTITY dp_fifo_lib.dp_fifo_fill
u_fill : ENTITY astron_fifo_lib.dp_fifo_fill
GENERIC MAP (
g_technology => g_technology,
g_bsn_w => g_bsn_w,
/astron_multiplexer/trunk/hdllib.cfg
1,6 → 1,6
hdl_lib_name = astron_multiplexer
hdl_library_clause_name = astron_multiplexer_lib
hdl_lib_uses_synth = common_pkg common_components dp_components dp_pkg dp_fifo
hdl_lib_uses_synth = common_pkg common_components dp_components dp_pkg astron_fifo
hdl_lib_uses_sim =
hdl_lib_technology =
 

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.