Skip to content
Snippets Groups Projects
Commit 0fff47c6 authored by Eric Kooistra's avatar Eric Kooistra
Browse files

Move IP to /ip to prepare for defining a dedicated IP library.

parent 9947bfb2
No related branches found
No related tags found
No related merge requests found
hdl_lib_name = ip_arria10_tse_sgmii_gx
hdl_library_clause_name = ip_arria10_tse_sgmii_gx_lib
hdl_lib_uses = common
hdl_lib_technology = ip_arria10
build_dir_sim = $HDL_BUILD_DIR
build_dir_synth = $HDL_BUILD_DIR
modelsim_compile_ip_files =
$RADIOHDL/libraries/technology/ip_arria10/tse_sgmii_gx/compile_ip.tcl
synth_files =
test_bench_files =
tb_ip_arria10_tse_sgmii_gx.vhd
modelsim_search_libraries =
altera_ver lpm_ver sgate_ver altera_mf_ver altera_lnsim_ver twentynm_ver twentynm_hssi_ver twentynm_hip_ver
altera lpm sgate altera_mf altera_lnsim twentynm twentynm_hssi twentynm_hip
quartus_qip_files =
generated/ip_arria10_tse_sgmii_gx.qip
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
-- --
------------------------------------------------------------------------------- -------------------------------------------------------------------------------
-- Purpose: Testbench for ip_arria10_tse_sgmii_gx. -- Purpose: Testbench for ip_arria10_tse_sgmii_gx_top.
-- Description: -- Description:
-- The tb is self checking based on that tx_pkt_cnt=rx_pkt_cnt must be true -- The tb is self checking based on that tx_pkt_cnt=rx_pkt_cnt must be true
-- at the tb_end. -- at the tb_end.
...@@ -33,11 +33,11 @@ USE IEEE.numeric_std.ALL; ...@@ -33,11 +33,11 @@ USE IEEE.numeric_std.ALL;
USE common_lib.common_pkg.ALL; USE common_lib.common_pkg.ALL;
ENTITY tb_ip_arria10_tse_sgmii_gx IS ENTITY tb_ip_arria10_tse_sgmii_gx_top IS
END tb_ip_arria10_tse_sgmii_gx; END tb_ip_arria10_tse_sgmii_gx_top;
ARCHITECTURE tb OF tb_ip_arria10_tse_sgmii_gx IS ARCHITECTURE tb OF tb_ip_arria10_tse_sgmii_gx_top IS
CONSTANT sys_clk_period : TIME := 10 ns; -- 100 MHz CONSTANT sys_clk_period : TIME := 10 ns; -- 100 MHz
CONSTANT eth_clk_period : TIME := 8 ns; -- 125 MHz CONSTANT eth_clk_period : TIME := 8 ns; -- 125 MHz
...@@ -629,7 +629,7 @@ BEGIN ...@@ -629,7 +629,7 @@ BEGIN
WAIT; WAIT;
END PROCESS; END PROCESS;
dut : ENTITY work.ip_arria10_tse_sgmii_gx dut : ENTITY work.ip_arria10_tse_sgmii_gx_top
-- The ip_arria10_tse_sgmii_gx needs to be regenerated if its parameters are changed. -- The ip_arria10_tse_sgmii_gx needs to be regenerated if its parameters are changed.
-- . ENABLE_SHIFT16 = 1 : Align packet headers to 32 bit, useful for Nios data handling -- . ENABLE_SHIFT16 = 1 : Align packet headers to 32 bit, useful for Nios data handling
-- . ENABLE_SUP_ADDR = 0 : An extra MAC addresses can e.g. be used as service MAC for tests -- . ENABLE_SUP_ADDR = 0 : An extra MAC addresses can e.g. be used as service MAC for tests
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment