diff --git a/applications/ta2/ip/ta2_unb2b_1GbE_mc/hdllib.cfg b/applications/ta2/ip/ta2_unb2b_1GbE/hdllib.cfg similarity index 83% rename from applications/ta2/ip/ta2_unb2b_1GbE_mc/hdllib.cfg rename to applications/ta2/ip/ta2_unb2b_1GbE/hdllib.cfg index 61d7f3d33a336ae60d9b5742b75df21e0daa3402..ec8ec20de75740c8d6d56a46fa747d844e40546d 100644 --- a/applications/ta2/ip/ta2_unb2b_1GbE_mc/hdllib.cfg +++ b/applications/ta2/ip/ta2_unb2b_1GbE/hdllib.cfg @@ -1,11 +1,11 @@ -hdl_lib_name = ta2_unb2b_1GbE_mc -hdl_library_clause_name = ta2_unb2b_1GbE_mc_lib +hdl_lib_name = ta2_unb2b_1GbE +hdl_library_clause_name = ta2_unb2b_1GbE_lib hdl_lib_uses_synth = common technology dp hdl_lib_uses_sim = hdl_lib_technology = ip_arria10_e1sg synth_files = - ta2_unb2b_1GbE_mc.vhd + ta2_unb2b_1GbE.vhd test_bench_files = regression_test_vhdl = diff --git a/applications/ta2/ip/ta2_unb2b_1GbE_mc/ta2_unb2b_1GbE_mc.tcl b/applications/ta2/ip/ta2_unb2b_1GbE/ta2_unb2b_1GbE.tcl similarity index 93% rename from applications/ta2/ip/ta2_unb2b_1GbE_mc/ta2_unb2b_1GbE_mc.tcl rename to applications/ta2/ip/ta2_unb2b_1GbE/ta2_unb2b_1GbE.tcl index a0b708e6678092449dd17dfc0988ba4ec88b26b0..0efe60d92c79cd5249b817c6207a2c0cb980d56b 100755 --- a/applications/ta2/ip/ta2_unb2b_1GbE_mc/ta2_unb2b_1GbE_mc.tcl +++ b/applications/ta2/ip/ta2_unb2b_1GbE/ta2_unb2b_1GbE.tcl @@ -1,13 +1,13 @@ -post_message "Running ta2_unb2b_1GbE_mc script" +post_message "Running ta2_unb2b_1GbE script" set radiohdl_build $::env(RADIOHDL_BUILD_DIR) #============================================================ # Files and basic settings #============================================================ # Local HDL files -set_global_assignment -name VHDL_FILE ip/ta2_unb2b_1GbE_mc/ta2_unb2b_1GbE_mc.vhd +set_global_assignment -name VHDL_FILE ip/ta2_unb2b_1GbE/ta2_unb2b_1GbE.vhd -# All used HDL library *_lib.qip files in order, copied from ta2_unb2b_1GbE_mc.qsf in RadioHDL build directory. +# All used HDL library *_lib.qip files in order, copied from ta2_unb2b_1GbE.qsf in RadioHDL build directory. set_global_assignment -name QIP_FILE "$radiohdl_build/unb2b/quartus/technology/technology_lib.qip" set_global_assignment -name QIP_FILE "$radiohdl_build/unb2b/quartus/ip_arria10_e1sg_ram/ip_arria10_e1sg_ram_lib.qip" set_global_assignment -name QIP_FILE "$radiohdl_build/unb2b/quartus/tech_memory/tech_memory_lib.qip" diff --git a/applications/ta2/ip/ta2_unb2b_1GbE_mc/ta2_unb2b_1GbE_mc.vhd b/applications/ta2/ip/ta2_unb2b_1GbE/ta2_unb2b_1GbE.vhd similarity index 98% rename from applications/ta2/ip/ta2_unb2b_1GbE_mc/ta2_unb2b_1GbE_mc.vhd rename to applications/ta2/ip/ta2_unb2b_1GbE/ta2_unb2b_1GbE.vhd index 9e87d67520ddcebe553a3c29b5bc0778cc5216f3..8d80fe2c193bafd22cadaf278edc218481a67f93 100644 --- a/applications/ta2/ip/ta2_unb2b_1GbE_mc/ta2_unb2b_1GbE_mc.vhd +++ b/applications/ta2/ip/ta2_unb2b_1GbE/ta2_unb2b_1GbE.vhd @@ -50,7 +50,7 @@ USE dp_lib.dp_stream_pkg.ALL; USE technology_lib.technology_pkg.ALL; USE common_lib.common_interface_layers_pkg.ALL; -ENTITY ta2_unb2b_1GbE_mc IS +ENTITY ta2_unb2b_1GbE IS PORT ( st_clk : IN STD_LOGIC; st_rst : IN STD_LOGIC; @@ -69,10 +69,10 @@ ENTITY ta2_unb2b_1GbE_mc IS snk_out : OUT t_dp_siso; snk_in : IN t_dp_sosi ); -END ta2_unb2b_1GbE_mc; +END ta2_unb2b_1GbE; -ARCHITECTURE str OF ta2_unb2b_1GbE_mc IS +ARCHITECTURE str OF ta2_unb2b_1GbE IS CONSTANT c_sim : BOOLEAN := FALSE; CONSTANT c_empty_w : NATURAL := 2; diff --git a/applications/ta2/ip/ta2_unb2b_1GbE_mc/ta2_unb2b_1GbE_mc_hw.tcl b/applications/ta2/ip/ta2_unb2b_1GbE/ta2_unb2b_1GbE_hw.tcl similarity index 95% rename from applications/ta2/ip/ta2_unb2b_1GbE_mc/ta2_unb2b_1GbE_mc_hw.tcl rename to applications/ta2/ip/ta2_unb2b_1GbE/ta2_unb2b_1GbE_hw.tcl index 417432eba6a2e00eea7ff3c4fb679c5005d46db5..addde9111a821d754c905db97d4e9c05bf2ce26d 100644 --- a/applications/ta2/ip/ta2_unb2b_1GbE_mc/ta2_unb2b_1GbE_mc_hw.tcl +++ b/applications/ta2/ip/ta2_unb2b_1GbE/ta2_unb2b_1GbE_hw.tcl @@ -4,7 +4,7 @@ # -# ta2_unb2b_1GbE_mc "ta2_unb2b_1GbE_mc" v1.0 +# ta2_unb2b_1GbE "ta2_unb2b_1GbE" v1.0 # 2020.01.28.08:39:40 # # @@ -16,15 +16,15 @@ package require -exact qsys 18.0 # -# module ta2_unb2b_1GbE_mc +# module ta2_unb2b_1GbE # set_module_property DESCRIPTION "" -set_module_property NAME ta2_unb2b_1GbE_mc +set_module_property NAME ta2_unb2b_1GbE set_module_property VERSION 1.0 set_module_property INTERNAL false set_module_property OPAQUE_ADDRESS_MAP true set_module_property AUTHOR "" -set_module_property DISPLAY_NAME ta2_unb2b_1GbE_mc +set_module_property DISPLAY_NAME ta2_unb2b_1GbE set_module_property INSTANTIATE_IN_SYSTEM_MODULE true set_module_property EDITABLE true set_module_property REPORT_TO_TALKBACK false @@ -36,10 +36,10 @@ set_module_property REPORT_HIERARCHY false # file sets # add_fileset QUARTUS_SYNTH QUARTUS_SYNTH "" "" -set_fileset_property QUARTUS_SYNTH TOP_LEVEL ta2_unb2b_1GbE_mc_ip_wrapper +set_fileset_property QUARTUS_SYNTH TOP_LEVEL ta2_unb2b_1GbE_ip_wrapper set_fileset_property QUARTUS_SYNTH ENABLE_RELATIVE_INCLUDE_PATHS false set_fileset_property QUARTUS_SYNTH ENABLE_FILE_OVERWRITE_MODE false -add_fileset_file ta2_unb2b_1GbE_mc_ip_wrapper.vhd VHDL PATH ta2_unb2b_1GbE_mc_ip_wrapper.vhd TOP_LEVEL_FILE +add_fileset_file ta2_unb2b_1GbE_ip_wrapper.vhd VHDL PATH ta2_unb2b_1GbE_ip_wrapper.vhd TOP_LEVEL_FILE # diff --git a/applications/ta2/ip/ta2_unb2b_1GbE_mc/ta2_unb2b_1GbE_mc_ip_wrapper.vhd b/applications/ta2/ip/ta2_unb2b_1GbE/ta2_unb2b_1GbE_ip_wrapper.vhd similarity index 94% rename from applications/ta2/ip/ta2_unb2b_1GbE_mc/ta2_unb2b_1GbE_mc_ip_wrapper.vhd rename to applications/ta2/ip/ta2_unb2b_1GbE/ta2_unb2b_1GbE_ip_wrapper.vhd index e2864d15cac46b957f2daaac1a6a3ac7561ccc5c..e9a457a71b89b6358c0891844fc2f5aaf2fdeb7c 100644 --- a/applications/ta2/ip/ta2_unb2b_1GbE_mc/ta2_unb2b_1GbE_mc_ip_wrapper.vhd +++ b/applications/ta2/ip/ta2_unb2b_1GbE/ta2_unb2b_1GbE_ip_wrapper.vhd @@ -22,11 +22,11 @@ -- Author: -- . Reinier van der Walle -- Purpose: --- . Instantiates ta2_unb2b_1GbE_mc component +-- . Instantiates ta2_unb2b_1GbE component LIBRARY IEEE; USE IEEE.STD_LOGIC_1164.ALL; -ENTITY ta2_unb2b_1GbE_mc_ip_wrapper IS +ENTITY ta2_unb2b_1GbE_ip_wrapper IS PORT ( st_clk : IN STD_LOGIC; st_rst : IN STD_LOGIC; @@ -59,14 +59,14 @@ ENTITY ta2_unb2b_1GbE_mc_ip_wrapper IS kernel_snk_valid : IN STD_LOGIC; -- TX data valid signal from kernel kernel_snk_ready : OUT STD_LOGIC -- Flow control towards kernel ); -END ta2_unb2b_1GbE_mc_ip_wrapper; +END ta2_unb2b_1GbE_ip_wrapper; -ARCHITECTURE str OF ta2_unb2b_1GbE_mc_ip_wrapper IS +ARCHITECTURE str OF ta2_unb2b_1GbE_ip_wrapper IS ---------------------------------------------------------------------------- - -- ta2_unb2b_1GbE_mc Component + -- ta2_unb2b_1GbE Component ---------------------------------------------------------------------------- - COMPONENT ta2_unb2b_1GbE_mc IS + COMPONENT ta2_unb2b_1GbE IS PORT ( st_clk : IN STD_LOGIC; st_rst : IN STD_LOGIC; @@ -99,11 +99,11 @@ ARCHITECTURE str OF ta2_unb2b_1GbE_mc_ip_wrapper IS kernel_snk_valid : IN STD_LOGIC; -- TX data valid signal from kernel kernel_snk_ready : OUT STD_LOGIC -- Flow control towards kernel ); - END COMPONENT ta2_unb2b_1GbE_mc; + END COMPONENT ta2_unb2b_1GbE; BEGIN - u_ta2_unb2b_1GbE_mc : ta2_unb2b_1GbE_mc + u_ta2_unb2b_1GbE : ta2_unb2b_1GbE PORT MAP ( st_clk => st_clk, st_rst => st_rst,