Skip to content
Snippets Groups Projects

Resolve L2SDP-178

Merged Kenneth Hiemstra requested to merge L2SDP-178 into master
Files
83
 
Quick steps to compile
 
----------------------
 
 
 
-> In case of a new installation, the IP's have to be generated for Arria10.
 
cd ~/git/hdl
 
. init_hdl.sh
 
compile_altera_simlibs unb2b
 
generate_ip_libs unb2b
 
 
-> For compilation it might be necessary to check the .vhd file:
 
$RADIOHDL_WORK/libraries/technology/technology_select_pkg.vhd
 
 
-> Make sure you have set up the RadioHDL/trunk/tools/quartus/set_quartus script correctly to use quartus 17 for unb2b.
 
 
-> Make sure you use the modified avs2_eth_coe_hw.tcl (see attachment of this e-mail), this file is placed in RadioHDL/trunk/libraries/io/eth/src/vhdl.
 
 
1. Start with the Oneclick Commands:
 
cd ~/git/hdl
 
. init_hdl.sh
 
quartus_config unb2b
 
 
# 2. Generate MMM for QSYS:
 
run_qsys_pro unb2b unb2b_minimal
 
 
3. -> From here either continue to Modelsim (simulation) or Quartus (synthesis)
Loading