Skip to content
Snippets Groups Projects
Commit a0504f8e authored by Reinier van der Walle's avatar Reinier van der Walle
Browse files

Restructure of TA2

parent bf459653
No related branches found
No related tags found
2 merge requests!100Removed text for XSub that is now written in Confluence Subband correlator...,!63Resolve L2SDP-187
Showing
with 15 additions and 20 deletions
<?xml version="1.0"?>
<board_env version="18.0" name="ta2_unb2b_bsp">
<hardware dir="hardware" default="unb2b"></hardware>
<hardware dir="hardware" default="ta2_unb2b_bsp"></hardware>
<platform name="linux64">
<mmdlib>%b/linux64/lib/libaltera_a10_ref_mmd.so</mmdlib>
<linkflags>-L%b/linux64/lib</linkflags>
......
<?xml version="1.0"?>
<board version="18.0" name="unb2b">
<board version="19.2" name="ta2_unb2b_bsp">
<compile name="flat" project="top" revision="flat" qsys_file="none" generic_kernel="1">
<generate cmd="quartus_sh -t scripts/pre_flow_pr.tcl flat"/>
<generate cmd="quartus_sh -t scripts/pre_flow_pr.tcl ta2_unb2b_bsp"/>
<synthesize cmd="quartus_sh --flow compile top -c flat"/>
<auto_migrate platform_type="a10_ref" >
<include fixes=""/>
......
......@@ -18,13 +18,6 @@
# device.tcl contains settings unique to each device type/board variant (most importantly, the device string for the particular device type)
source device.tcl
source ctrl_unb2_board.tcl
source ip/ta2_unb2b_mm_io/ta2_unb2b_mm_io.tcl
source ip/ta2_unb2b_1GbE_mc/ta2_unb2b_1GbE_mc.tcl
source ip/ta2_unb2b_10GbE/ta2_unb2b_10GbE.tcl
source ip/ta2_unb2b_40GbE/ta2_unb2b_40GbE.tcl
source ip/ta2_unb2b_jesd204b/ta2_unb2b_jesd204b.tcl
source ip/ta2_unb2b_ddr/ta2_unb2b_ddr.tcl
#============================================================
# Files and basic settings
#============================================================
......
hdl_lib_name = ta2_unb2b_top
hdl_library_clause_name = ta2_unb2b_top_lib
hdl_lib_uses_synth = common technology dp unb2b_board ta2_unb2b_40GbE ta2_unb2b_10GbE ta2_unb2b_1GbE_mc ta2_unb2b_jesd204b ta2_unb2b_mm_io #ta2_unb2b_ddr
hdl_lib_name = ta2_unb2b_bsp
hdl_library_clause_name = ta2_unb2b_bsp_lib
hdl_lib_uses_synth = common technology dp unb2b_board ta2_unb2b_40GbE ta2_unb2b_10GbE ta2_unb2b_1GbE_mc ta2_unb2b_jesd204b ta2_unb2b_mm_io ta2_unb2b_ddr
hdl_lib_uses_sim =
hdl_lib_technology = ip_arria10_e1sg
hdl_lib_include_ip =
synth_files =
top_components_pkg.vhd
ip/ta2_unb2b_40GbE/ta2_unb2b_40GbE.vhd
ip/ta2_unb2b_10GbE/ta2_unb2b_10GbE.vhd
ip/ta2_unb2b_1GbE_mc/ta2_unb2b_1GbE_mc.vhd
ip/ta2_unb2b_mm_io/ta2_unb2b_mm_io.vhd
ip/ta2_unb2b_jesd204b/ta2_unb2b_jesd204b.vhd
# ip/ta2_unb2b_ddr/ta2_unb2b_ddr.vhd
ip/pr_region.v
ip/freeze_wrapper.v
top.vhd
test_bench_files =
regression_test_vhdl =
......@@ -24,7 +21,8 @@ regression_test_vhdl =
synth_top_level_entity =
quartus_copy_files =
./ .
quartus_qsf_files =
$RADIOHDL/boards/uniboard2b/libraries/unb2b_board/quartus/unb2b_board.qsf
......@@ -38,5 +36,9 @@ quartus_vhdl_files =
quartus_qip_files =
quartus_ip_files =
$RADIOHDL_BUILD_DIR/unb2b/quartus/ta2_unb2b_40GbE/arria10_40g_mac.ip
$RADIOHDL_BUILD_DIR/unb2b/quartus/ta2_unb2b_40GbE/arria10_40g_atx_pll.ip
nios2_app_userflags = -DCOMPILE_FOR_GEN2_UNB2
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment