Open samprager opened 6 years ago
There's a few things going on here. I have added some changes/comments to the first few lines of noc_block_pulse_cir_avg_tb.sv:
`timescale 1ns/1ps
`define SIM_TIMEOUT_US 50000
`define NS_PER_TICK 1
`define NUM_TEST_CASES 7
`include "sim_exec_report.vh"
`include "sim_rfnoc_lib.svh"
// //wrong path! `include "./noc_block_pulse_cir_avg.v"
// the correct path to this would be:
// `include "../noc_block_pulse_cir_avg.v"
// but i'm not sure why it would need to be included. you are also missing:
`include "sim_rfnoc_lib.svh"
The include definitions at the top of the test bench only need to include files that are not used in the actual design -- vivado will create that hierarchy automatically. The included files here are test-bench specific macros, functions and global variables (ie register addresses).
I went ahead and fixed this by un-commenting the extra `includes and setting the noc_block_pulse_cir_avg_tb.sv files as the simulation 'top module.' This is done in the GUI sidebar with Settings->Simulation top module name
Vivado cannot find/locate variables from noc_block_pulse_cir_avg.v file. Thus, the simulation window shows all signals as invalid or empty -- no waveform is generated.
open_project project_3.xpr open_project project_3.xpr Scanning sources... Finished scanning sources INFO: [IP_Flow 19-234] Refreshing IP repositories INFO: [IP_Flow 19-1704] No user IP repositories specified INFO: [IP_Flow 19-2313] Loaded Vivado IP repository '/opt/Xilinx/Vivado/2017.4/data/ip'. WARNING: [IP_Flow 19-2162] IP 'streaming_fft' is locked:
set curr_wave [current_wave_config]
if { [string length $curr_wave] == 0 } {
if { [llength [get_objects]] > 0} {
add_wave /
set_property needs_save false [current_wave_config]
} else {
send_msg_id Add_Wave-1 WARNING "No top level signals found. Simulator will start without a wave window. If you want to open a wave window go to 'File->New Waveform Configuration' or type 'create_wave_config' in the TCL console."
}
}
run 1000ns
INFO: [USF-XSim-96] XSim completed. Design snapshot 'chdr_crossbar_nxn_behav' loaded. INFO: [USF-XSim-97] XSim simulation ran for 1000ns launch_simulation: Time (s): cpu = 00:00:11 ; elapsed = 00:00:06 . Memory (MB): peak = 6332.859 ; gain = 102.402 ; free physical = 4397 ; free virtual = 39550 close_sim INFO: [Simtcl 6-16] Simulation closed launch_simulation INFO: [Vivado 12-5698] Checking validity of IPs in the design for the 'XSim' simulator... INFO: [Vivado 12-5682] Launching behavioral simulation in '/home/radar/Projects/fpga-v2017/usrp3/top/x300/build-X300_RFNOC_PULSECIRAVG/project_3/project_3.sim/sim_1/behav/xsim' INFO: [Vivado 12-4795] Using compiled simulation libraries for IPs INFO: [SIM-utils-51] Simulation object is 'sim_1' INFO: [USF-XSim-7] Finding pre-compiled libraries... INFO: [USF-XSim-11] File '/opt/Xilinx/Vivado/2017.4/data/xsim/ip/xsim_ip.ini' copied to run dir:'/home/radar/Projects/fpga-v2017/usrp3/top/x300/build-X300_RFNOC_PULSECIRAVG/project_3/project_3.sim/sim_1/behav/xsim' INFO: [SIM-utils-54] Inspecting design source files for 'chdr_crossbar_nxn' in fileset 'sim_1'... INFO: [SIM-utils-43] Exported '/home/radar/Projects/fpga-v2017/usrp3/top/x300/build-X300_RFNOC_PULSECIRAVG/project_3/project_3.sim/sim_1/behav/xsim/axi_hb31.mif' INFO: [SIM-utils-43] Exported '/home/radar/Projects/fpga-v2017/usrp3/top/x300/build-X300_RFNOC_PULSECIRAVG/project_3/project_3.sim/sim_1/behav/xsim/axi_hb47.mif' INFO: [SIM-utils-43] Exported '/home/radar/Projects/fpga-v2017/usrp3/top/x300/build-X300_RFNOC_PULSECIRAVG/project_3/project_3.sim/sim_1/behav/xsim/bootram.mif' INFO: [SIM-utils-43] Exported '/home/radar/Projects/fpga-v2017/usrp3/top/x300/build-X300_RFNOC_PULSECIRAVG/project_3/project_3.sim/sim_1/behav/xsim/bootram.coe' INFO: [SIM-utils-43] Exported '/home/radar/Projects/fpga-v2017/usrp3/top/x300/build-X300_RFNOC_PULSECIRAVG/project_3/project_3.sim/sim_1/behav/xsim/decim_4_5.coe' INFO: [SIM-utils-43] Exported '/home/radar/Projects/fpga-v2017/usrp3/top/x300/build-X300_RFNOC_PULSECIRAVG/project_3/project_3.sim/sim_1/behav/xsim/wrc_phy8.mif' INFO: [SIM-utils-43] Exported '/home/radar/Projects/fpga-v2017/usrp3/top/x300/build-X300_RFNOC_PULSECIRAVG/project_3/project_3.sim/sim_1/behav/xsim/wrc_phy8_sim.mif' INFO: [SIM-utils-43] Exported '/home/radar/Projects/fpga-v2017/usrp3/top/x300/build-X300_RFNOC_PULSECIRAVG/project_3/project_3.sim/sim_1/behav/xsim/simple_fir.asy' INFO: [SIM-utils-43] Exported '/home/radar/Projects/fpga-v2017/usrp3/top/x300/build-X300_RFNOC_PULSECIRAVG/project_3/project_3.sim/sim_1/behav/xsim/simple_fir_reload_order.txt' INFO: [SIM-utils-43] Exported '/home/radar/Projects/fpga-v2017/usrp3/top/x300/build-X300_RFNOC_PULSECIRAVG/project_3/project_3.sim/sim_1/behav/xsim/simple_fir_xmdf.tcl' INFO: [SIM-utils-43] Exported '/home/radar/Projects/fpga-v2017/usrp3/top/x300/build-X300_RFNOC_PULSECIRAVG/project_3/project_3.sim/sim_1/behav/xsim/decim_4_5.coe' INFO: [SIM-utils-43] Exported '/home/radar/Projects/fpga-v2017/usrp3/top/x300/build-X300_RFNOC_PULSECIRAVG/project_3/project_3.sim/sim_1/behav/xsim/simple_fft.asy' INFO: [SIM-utils-43] Exported '/home/radar/Projects/fpga-v2017/usrp3/top/x300/build-X300_RFNOC_PULSECIRAVG/project_3/project_3.sim/sim_1/behav/xsim/simple_fft_xmdf.tcl' INFO: [SIM-utils-43] Exported '/home/radar/Projects/fpga-v2017/usrp3/top/x300/build-X300_RFNOC_PULSECIRAVG/project_3/project_3.sim/sim_1/behav/xsim/wrc_phy8.mif' INFO: [SIM-utils-43] Exported '/home/radar/Projects/fpga-v2017/usrp3/top/x300/build-X300_RFNOC_PULSECIRAVG/project_3/project_3.sim/sim_1/behav/xsim/wrc_phy8_sim.mif' WARNING: [SIM-utils-52] IP component XML file does not exist: '/home/radar/Projects/fpga-v2017/usrp3/lib/ip/dds/dds.xml' WARNING: [SIM-utils-52] IP component XML file does not exist: '/home/radar/Projects/fpga-v2017/usrp3/lib/coregen/simple_fft.xml' WARNING: [SIM-utils-52] IP component XML file does not exist: '/home/radar/Projects/fpga-v2017/usrp3/lib/coregen/simple_fir.xml' WARNING: [SIM-utils-52] IP component XML file does not exist: '/home/radar/Projects/fpga-v2017/usrp3/lib/coregen/streaming_fft.xml' INFO: [USF-XSim-97] Finding global include files... INFO: [USF-XSim-98] Fetching design files from 'sim_1'... INFO: [USF-XSim-2] XSim::Compile design INFO: [USF-XSim-61] Executing 'COMPILE and ANALYZE' step in '/home/radar/Projects/fpga-v2017/usrp3/top/x300/build-X300_RFNOC_PULSECIRAVG/project_3/project_3.sim/sim_1/behav/xsim' xvlog --incr --relax -prj chdr_crossbar_nxn_vlog.prj INFO: [USF-XSim-69] 'compile' step finished in '0' seconds INFO: [USF-XSim-3] XSim::Elaborate design INFO: [USF-XSim-61] Executing 'ELABORATE' step in '/home/radar/Projects/fpga-v2017/usrp3/top/x300/build-X300_RFNOC_PULSECIRAVG/project_3/project_3.sim/sim_1/behav/xsim' Vivado Simulator 2017.4 Copyright 1986-1999, 2001-2016 Xilinx, Inc. All Rights Reserved. Running: /opt/Xilinx/Vivado/2017.4/bin/unwrapped/lnx64.o/xelab -wto 2a49832975904da5a1158efcba0d9d89 --incr --debug typical --relax --mt 8 -L xil_defaultlib -L unisims_ver -L unimacro_ver -L secureip -L xpm --snapshot chdr_crossbar_nxn_behav xil_defaultlib.chdr_crossbar_nxn xil_defaultlib.glbl -log elaborate.log Using 8 slave threads. Starting static elaboration Completed static elaboration INFO: [XSIM 43-4323] No Change in HDL. Linking previously generated obj files to create kernel INFO: [USF-XSim-69] 'elaborate' step finished in '1' seconds INFO: [USF-XSim-4] XSim::Simulate design INFO: [USF-XSim-61] Executing 'SIMULATE' step in '/home/radar/Projects/fpga-v2017/usrp3/top/x300/build-X300_RFNOC_PULSECIRAVG/project_3/project_3.sim/sim_1/behav/xsim' INFO: [USF-XSim-98] *** Running xsim with args "chdr_crossbar_nxn_behav -key {Behavioral:sim_1:Functional:chdr_crossbar_nxn} -tclbatch {chdr_crossbar_nxn.tcl} -view {/home/radar/Projects/fpga-v2017/usrp3/top/x300/build-X300_RFNOC_PULSECIRAVG/project_3/noc_block_pulse_cir_avg_tb_behav.wcfg} -log {simulate.log}" INFO: [USF-XSim-8] Loading simulator feature Vivado Simulator 2017.4 Time resolution is 1 ps open_wave_config /home/radar/Projects/fpga-v2017/usrp3/top/x300/build-X300_RFNOC_PULSECIRAVG/project_3/noc_block_pulse_cir_avg_tb_behav.wcfg WARNING: Simulation object /noc_block_pulse_cir_avg_tb/tc_running was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/tc_failed was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/tc_all_done was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/sim_time was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/tc_run_count was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/tc_pass_count was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/bus_clk was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/bus_rst was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/ce_clk was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/ce_rst was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/xbar_i_tdata was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/xbar_i_tlast was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/xbar_i_tvalid was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/xbar_i_tready was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/xbar_o_tdata was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/xbar_o_tlast was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/xbar_o_tvalid was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/xbar_o_tready was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/xbar_set_stb was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/xbar_rb_stb was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/xbar_set_addr was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/xbar_rb_addr was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/xbar_set_data was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/xbar_rb_data was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/noc_block_tb_i_tdata was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/noc_block_tb_i_tlast was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/noc_block_tb_i_tvalid was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/noc_block_tb_i_tready was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/noc_block_tb_o_tdata was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/noc_block_tb_o_tlast was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/noc_block_tb_o_tvalid was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/noc_block_tb_o_tready was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/tb_set_stb was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/tb_set_addr was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/tb_set_data was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/tb_rb_stb was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/tb_rb_addr was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/tb_rb_data was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/tb_s_cvita_cmd_tdata was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/tb_s_cvita_cmd_tlast was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/tb_s_cvita_cmd_tvalid was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/tb_s_cvita_cmd_tready was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/tb_m_cvita_ack_tdata was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/tb_m_cvita_ack_tlast was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/tb_m_cvita_ack_tvalid was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/tb_m_cvita_ack_tready was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/tb_m_cvita_data_tdata was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/tb_m_cvita_data_tlast was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/tb_m_cvita_data_tvalid was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/tb_m_cvita_data_tready was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/tb_s_cvita_data_tdata was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/tb_s_cvita_data_tlast was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/tb_s_cvita_data_tvalid was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/tb_s_cvita_data_tready was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/tb_m_axis_data_tdata was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/tb_m_axis_data_tlast was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/tb_m_axis_data_tvalid was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/tb_m_axis_data_tready was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/tb_s_axis_data_tdata was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/tb_s_axis_data_tlast was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/tb_s_axis_data_tvalid was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/tb_s_axis_data_tready was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/noc_block_pulse_cir_avg_i_tdata was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/noc_block_pulse_cir_avg_i_tlast was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/noc_block_pulse_cir_avg_i_tvalid was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/noc_block_pulse_cir_avg_i_tready was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/noc_block_pulse_cir_avg_o_tdata was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/noc_block_pulse_cir_avg_o_tlast was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/noc_block_pulse_cir_avg_o_tvalid was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/noc_block_pulse_cir_avg_o_tready was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/sim_time_increment was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/BUS_CLK_PERIOD was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/CE_CLK_PERIOD was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/NUM_CE was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/NUM_STREAMS was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/xbar_addr was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/sid_noc_block_tb was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/sid_tb_config was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/sid_noc_block_pulse_cir_avg was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/seq_len was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/avg_size was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/num_samples was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/threshold was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/seq_len1 was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/avg_size1 was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/num_samples1 was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/NUM_ITERATIONS was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/noc_block_pulse_cir_avg/bus_clk was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/noc_block_pulse_cir_avg/bus_rst was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/noc_block_pulse_cir_avg/ce_clk was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/noc_block_pulse_cir_avg/ce_rst was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/noc_block_pulse_cir_avg/i_tdata was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/noc_block_pulse_cir_avg/i_tlast was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/noc_block_pulse_cir_avg/i_tvalid was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/noc_block_pulse_cir_avg/i_tready was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/noc_block_pulse_cir_avg/o_tdata was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/noc_block_pulse_cir_avg/o_tlast was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/noc_block_pulse_cir_avg/o_tvalid was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/noc_block_pulse_cir_avg/o_tready was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/noc_block_pulse_cir_avg/debug was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/noc_block_pulse_cir_avg/set_data was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/noc_block_pulse_cir_avg/set_addr was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/noc_block_pulse_cir_avg/set_stb was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/noc_block_pulse_cir_avg/rb_data was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/noc_block_pulse_cir_avg/rb_addr was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/noc_block_pulse_cir_avg/cmdout_tdata was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/noc_block_pulse_cir_avg/ackin_tdata was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/noc_block_pulse_cir_avg/cmdout_tlast was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/noc_block_pulse_cir_avg/cmdout_tvalid was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/noc_block_pulse_cir_avg/cmdout_tready was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/noc_block_pulse_cir_avg/ackin_tlast was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/noc_block_pulse_cir_avg/ackin_tvalid was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/noc_block_pulse_cir_avg/ackin_tready was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/noc_block_pulse_cir_avg/str_sink_tdata was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/noc_block_pulse_cir_avg/str_src_tdata was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/noc_block_pulse_cir_avg/str_sink_tlast was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/noc_block_pulse_cir_avg/str_sink_tvalid was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/noc_block_pulse_cir_avg/str_sink_tready was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/noc_block_pulse_cir_avg/str_src_tlast was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/noc_block_pulse_cir_avg/str_src_tvalid was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/noc_block_pulse_cir_avg/str_src_tready was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/noc_block_pulse_cir_avg/clear_tx_seqnum was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/noc_block_pulse_cir_avg/next_dst_sid was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/noc_block_pulse_cir_avg/m_axis_data_tdata was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/noc_block_pulse_cir_avg/m_axis_data_tlast was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/noc_block_pulse_cir_avg/m_axis_data_tvalid was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/noc_block_pulse_cir_avg/m_axis_data_tready was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/noc_block_pulse_cir_avg/s_axis_data_tdata was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/noc_block_pulse_cir_avg/s_axis_data_tlast was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/noc_block_pulse_cir_avg/s_axis_data_tvalid was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/noc_block_pulse_cir_avg/s_axis_data_tready was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/noc_block_pulse_cir_avg/m_axis_config_tdata was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/noc_block_pulse_cir_avg/m_axis_config_tvalid was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/noc_block_pulse_cir_avg/m_axis_config_tready was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/noc_block_pulse_cir_avg/block_reset was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/noc_block_pulse_cir_avg/threshold was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/noc_block_pulse_cir_avg/avg_size was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/noc_block_pulse_cir_avg/seq_len was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/noc_block_pulse_cir_avg/NOC_ID was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/noc_block_pulse_cir_avg/STR_SINK_FIFOSIZE was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/noc_block_pulse_cir_avg/NUM_AXI_CONFIG_BUS was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/noc_block_pulse_cir_avg/AXI_WRAPPER_BASE was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/noc_block_pulse_cir_avg/SR_AXI_CONFIG_BASE was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/noc_block_pulse_cir_avg/SR_BLOCK_RESET was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/noc_block_pulse_cir_avg/SR_THRESHOLD was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/noc_block_pulse_cir_avg/SR_SEQ_LEN was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/noc_block_pulse_cir_avg/SR_AVG_SIZE was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/noc_block_pulse_cir_avg/inst_pulse_cir_avg/ap_clk was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/noc_block_pulse_cir_avg/inst_pulse_cir_avg/ap_rst_n was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/noc_block_pulse_cir_avg/inst_pulse_cir_avg/i_data_TDATA was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/noc_block_pulse_cir_avg/inst_pulse_cir_avg/i_data_TVALID was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/noc_block_pulse_cir_avg/inst_pulse_cir_avg/i_data_TLAST was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/noc_block_pulse_cir_avg/inst_pulse_cir_avg/o_data_TDATA was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/noc_block_pulse_cir_avg/inst_pulse_cir_avg/o_data_TREADY was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/noc_block_pulse_cir_avg/inst_pulse_cir_avg/o_data_TLAST was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/noc_block_pulse_cir_avg/inst_pulse_cir_avg/threshold_V was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/noc_block_pulse_cir_avg/inst_pulse_cir_avg/seq_len_V was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/noc_block_pulse_cir_avg/inst_pulse_cir_avg/avg_size_V was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/noc_block_pulse_cir_avg/inst_pulse_cir_avg/i_data_TREADY was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/noc_block_pulse_cir_avg/inst_pulse_cir_avg/o_data_TVALID was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/noc_block_pulse_cir_avg/inst_pulse_cir_avg/ap_rst_n_inv was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/noc_block_pulse_cir_avg/inst_pulse_cir_avg/currentState was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/noc_block_pulse_cir_avg/inst_pulse_cir_avg/seq_len_reg_V was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/noc_block_pulse_cir_avg/inst_pulse_cir_avg/avg_size_reg_V was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/noc_block_pulse_cir_avg/inst_pulse_cir_avg/data_in_valid_V was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/noc_block_pulse_cir_avg/inst_pulse_cir_avg/data_in_reg_V was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/noc_block_pulse_cir_avg/inst_pulse_cir_avg/wr_cnt_V was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/noc_block_pulse_cir_avg/inst_pulse_cir_avg/blk_cnt_V was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/noc_block_pulse_cir_avg/inst_pulse_cir_avg/data_fifo_V_V_dout was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/noc_block_pulse_cir_avg/inst_pulse_cir_avg/data_fifo_V_V_empty_n was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/noc_block_pulse_cir_avg/inst_pulse_cir_avg/data_fifo_V_V_read was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/noc_block_pulse_cir_avg/inst_pulse_cir_avg/data_fifo_V_V_din was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/noc_block_pulse_cir_avg/inst_pulse_cir_avg/data_fifo_V_V_full_n was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/noc_block_pulse_cir_avg/inst_pulse_cir_avg/data_fifo_V_V_write was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/noc_block_pulse_cir_avg/inst_pulse_cir_avg/out_fifo_V_V_dout was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/noc_block_pulse_cir_avg/inst_pulse_cir_avg/out_fifo_V_V_empty_n was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/noc_block_pulse_cir_avg/inst_pulse_cir_avg/out_fifo_V_V_read was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/noc_block_pulse_cir_avg/inst_pulse_cir_avg/out_fifo_V_V_din was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/noc_block_pulse_cir_avg/inst_pulse_cir_avg/out_fifo_V_V_full_n was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/noc_block_pulse_cir_avg/inst_pulse_cir_avg/out_fifo_V_V_write was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/noc_block_pulse_cir_avg/inst_pulse_cir_avg/out_sample_cnt_V was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/noc_block_pulse_cir_avg/inst_pulse_cir_avg/rd_cnt_V was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/noc_block_pulse_cir_avg/inst_pulse_cir_avg/seq_len_reg_V_loc_reg_216 was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/noc_block_pulse_cir_avg/inst_pulse_cir_avg/ap_reg_ppstg_seq_len_reg_V_loc_reg_216_pp0_it2 was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/noc_block_pulse_cir_avg/inst_pulse_cir_avg/tmp_17_nbreadreq_fu_132_p4 was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/noc_block_pulse_cir_avg/inst_pulse_cir_avg/ap_sig_bdd_65 was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/noc_block_pulse_cir_avg/inst_pulse_cir_avg/ap_reg_ppiten_pp0_it0 was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/noc_block_pulse_cir_avg/inst_pulse_cir_avg/currentState_load_reg_590 was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/noc_block_pulse_cir_avg/inst_pulse_cir_avg/data_in_valid_V_load_reg_607 was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/tb_streamer/m_cvita_data/axis/clk was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/tb_streamer/m_cvita_data/axis/tdata was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/tb_streamer/m_cvita_data/axis/tvalid was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/tb_streamer/m_cvita_data/axis/tlast was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/tb_streamer/m_cvita_data/axis/tready was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/tb_streamer/m_cvita_data/axis/DWIDTH was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/tb_streamer/m_cvita_data/axis/NUM_STREAMS was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/tb_streamer/s_cvita_data/axis/clk was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/tb_streamer/s_cvita_data/axis/tdata was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/tb_streamer/s_cvita_data/axis/tvalid was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/tb_streamer/s_cvita_data/axis/tlast was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/tb_streamer/s_cvita_data/axis/tready was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/tb_streamer/s_cvita_data/axis/DWIDTH was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/tb_streamer/s_cvita_data/axis/NUM_STREAMS was not found in the design. source chdr_crossbar_nxn.tcl
set curr_wave [current_wave_config]
if { [string length $curr_wave] == 0 } {
if { [llength [get_objects]] > 0} {
add_wave /
set_property needs_save false [current_wave_config]
} else {
send_msg_id Add_Wave-1 WARNING "No top level signals found. Simulator will start without a wave window. If you want to open a wave window go to 'File->New Waveform Configuration' or type 'create_wave_config' in the TCL console."
}
}
run 1000ns
INFO: [USF-XSim-96] XSim completed. Design snapshot 'chdr_crossbar_nxn_behav' loaded. INFO: [USF-XSim-97] XSim simulation ran for 1000ns launch_simulation: Time (s): cpu = 00:00:08 ; elapsed = 00:00:06 . Memory (MB): peak = 6350.180 ; gain = 3.836 ; free physical = 4394 ; free virtual = 39537 close_sim INFO: [Simtcl 6-16] Simulation closed launch_simulation INFO: [Vivado 12-5698] Checking validity of IPs in the design for the 'XSim' simulator... INFO: [Vivado 12-5682] Launching behavioral simulation in '/home/radar/Projects/fpga-v2017/usrp3/top/x300/build-X300_RFNOC_PULSECIRAVG/project_3/project_3.sim/sim_1/behav/xsim' INFO: [Vivado 12-4795] Using compiled simulation libraries for IPs INFO: [SIM-utils-51] Simulation object is 'sim_1' INFO: [USF-XSim-7] Finding pre-compiled libraries... INFO: [USF-XSim-11] File '/opt/Xilinx/Vivado/2017.4/data/xsim/ip/xsim_ip.ini' copied to run dir:'/home/radar/Projects/fpga-v2017/usrp3/top/x300/build-X300_RFNOC_PULSECIRAVG/project_3/project_3.sim/sim_1/behav/xsim' INFO: [SIM-utils-54] Inspecting design source files for 'chdr_crossbar_nxn' in fileset 'sim_1'... INFO: [SIM-utils-43] Exported '/home/radar/Projects/fpga-v2017/usrp3/top/x300/build-X300_RFNOC_PULSECIRAVG/project_3/project_3.sim/sim_1/behav/xsim/axi_hb31.mif' INFO: [SIM-utils-43] Exported '/home/radar/Projects/fpga-v2017/usrp3/top/x300/build-X300_RFNOC_PULSECIRAVG/project_3/project_3.sim/sim_1/behav/xsim/axi_hb47.mif' INFO: [SIM-utils-43] Exported '/home/radar/Projects/fpga-v2017/usrp3/top/x300/build-X300_RFNOC_PULSECIRAVG/project_3/project_3.sim/sim_1/behav/xsim/bootram.mif' INFO: [SIM-utils-43] Exported '/home/radar/Projects/fpga-v2017/usrp3/top/x300/build-X300_RFNOC_PULSECIRAVG/project_3/project_3.sim/sim_1/behav/xsim/bootram.coe' INFO: [SIM-utils-43] Exported '/home/radar/Projects/fpga-v2017/usrp3/top/x300/build-X300_RFNOC_PULSECIRAVG/project_3/project_3.sim/sim_1/behav/xsim/decim_4_5.coe' INFO: [SIM-utils-43] Exported '/home/radar/Projects/fpga-v2017/usrp3/top/x300/build-X300_RFNOC_PULSECIRAVG/project_3/project_3.sim/sim_1/behav/xsim/wrc_phy8.mif' INFO: [SIM-utils-43] Exported '/home/radar/Projects/fpga-v2017/usrp3/top/x300/build-X300_RFNOC_PULSECIRAVG/project_3/project_3.sim/sim_1/behav/xsim/wrc_phy8_sim.mif' INFO: [SIM-utils-43] Exported '/home/radar/Projects/fpga-v2017/usrp3/top/x300/build-X300_RFNOC_PULSECIRAVG/project_3/project_3.sim/sim_1/behav/xsim/simple_fir.asy' INFO: [SIM-utils-43] Exported '/home/radar/Projects/fpga-v2017/usrp3/top/x300/build-X300_RFNOC_PULSECIRAVG/project_3/project_3.sim/sim_1/behav/xsim/simple_fir_reload_order.txt' INFO: [SIM-utils-43] Exported '/home/radar/Projects/fpga-v2017/usrp3/top/x300/build-X300_RFNOC_PULSECIRAVG/project_3/project_3.sim/sim_1/behav/xsim/simple_fir_xmdf.tcl' INFO: [SIM-utils-43] Exported '/home/radar/Projects/fpga-v2017/usrp3/top/x300/build-X300_RFNOC_PULSECIRAVG/project_3/project_3.sim/sim_1/behav/xsim/decim_4_5.coe' INFO: [SIM-utils-43] Exported '/home/radar/Projects/fpga-v2017/usrp3/top/x300/build-X300_RFNOC_PULSECIRAVG/project_3/project_3.sim/sim_1/behav/xsim/simple_fft.asy' INFO: [SIM-utils-43] Exported '/home/radar/Projects/fpga-v2017/usrp3/top/x300/build-X300_RFNOC_PULSECIRAVG/project_3/project_3.sim/sim_1/behav/xsim/simple_fft_xmdf.tcl' INFO: [SIM-utils-43] Exported '/home/radar/Projects/fpga-v2017/usrp3/top/x300/build-X300_RFNOC_PULSECIRAVG/project_3/project_3.sim/sim_1/behav/xsim/wrc_phy8.mif' INFO: [SIM-utils-43] Exported '/home/radar/Projects/fpga-v2017/usrp3/top/x300/build-X300_RFNOC_PULSECIRAVG/project_3/project_3.sim/sim_1/behav/xsim/wrc_phy8_sim.mif' WARNING: [SIM-utils-52] IP component XML file does not exist: '/home/radar/Projects/fpga-v2017/usrp3/lib/ip/dds/dds.xml' WARNING: [SIM-utils-52] IP component XML file does not exist: '/home/radar/Projects/fpga-v2017/usrp3/lib/coregen/simple_fft.xml' WARNING: [SIM-utils-52] IP component XML file does not exist: '/home/radar/Projects/fpga-v2017/usrp3/lib/coregen/simple_fir.xml' WARNING: [SIM-utils-52] IP component XML file does not exist: '/home/radar/Projects/fpga-v2017/usrp3/lib/coregen/streaming_fft.xml' INFO: [USF-XSim-97] Finding global include files... INFO: [USF-XSim-98] Fetching design files from 'sim_1'... INFO: [USF-XSim-2] XSim::Compile design INFO: [USF-XSim-61] Executing 'COMPILE and ANALYZE' step in '/home/radar/Projects/fpga-v2017/usrp3/top/x300/build-X300_RFNOC_PULSECIRAVG/project_3/project_3.sim/sim_1/behav/xsim' xvlog --incr --relax -prj chdr_crossbar_nxn_vlog.prj INFO: [USF-XSim-69] 'compile' step finished in '0' seconds INFO: [USF-XSim-3] XSim::Elaborate design INFO: [USF-XSim-61] Executing 'ELABORATE' step in '/home/radar/Projects/fpga-v2017/usrp3/top/x300/build-X300_RFNOC_PULSECIRAVG/project_3/project_3.sim/sim_1/behav/xsim' Vivado Simulator 2017.4 Copyright 1986-1999, 2001-2016 Xilinx, Inc. All Rights Reserved. Running: /opt/Xilinx/Vivado/2017.4/bin/unwrapped/lnx64.o/xelab -wto 2a49832975904da5a1158efcba0d9d89 --incr --debug typical --relax --mt 8 -L xil_defaultlib -L unisims_ver -L unimacro_ver -L secureip -L xpm --snapshot chdr_crossbar_nxn_behav xil_defaultlib.chdr_crossbar_nxn xil_defaultlib.glbl -log elaborate.log Using 8 slave threads. Starting static elaboration Completed static elaboration INFO: [XSIM 43-4323] No Change in HDL. Linking previously generated obj files to create kernel INFO: [USF-XSim-69] 'elaborate' step finished in '1' seconds INFO: [USF-XSim-4] XSim::Simulate design INFO: [USF-XSim-61] Executing 'SIMULATE' step in '/home/radar/Projects/fpga-v2017/usrp3/top/x300/build-X300_RFNOC_PULSECIRAVG/project_3/project_3.sim/sim_1/behav/xsim' INFO: [USF-XSim-98] *** Running xsim with args "chdr_crossbar_nxn_behav -key {Behavioral:sim_1:Functional:chdr_crossbar_nxn} -tclbatch {chdr_crossbar_nxn.tcl} -view {/home/radar/Projects/fpga-v2017/usrp3/top/x300/build-X300_RFNOC_PULSECIRAVG/project_3/noc_block_pulse_cir_avg_tb_behav.wcfg} -log {simulate.log}" INFO: [USF-XSim-8] Loading simulator feature Vivado Simulator 2017.4 Time resolution is 1 ps open_wave_config /home/radar/Projects/fpga-v2017/usrp3/top/x300/build-X300_RFNOC_PULSECIRAVG/project_3/noc_block_pulse_cir_avg_tb_behav.wcfg WARNING: Simulation object /noc_block_pulse_cir_avg_tb/tc_running was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/tc_failed was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/tc_all_done was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/sim_time was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/tc_run_count was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/tc_pass_count was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/bus_clk was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/bus_rst was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/ce_clk was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/ce_rst was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/xbar_i_tdata was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/xbar_i_tlast was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/xbar_i_tvalid was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/xbar_i_tready was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/xbar_o_tdata was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/xbar_o_tlast was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/xbar_o_tvalid was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/xbar_o_tready was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/xbar_set_stb was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/xbar_rb_stb was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/xbar_set_addr was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/xbar_rb_addr was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/xbar_set_data was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/xbar_rb_data was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/noc_block_tb_i_tdata was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/noc_block_tb_i_tlast was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/noc_block_tb_i_tvalid was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/noc_block_tb_i_tready was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/noc_block_tb_o_tdata was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/noc_block_tb_o_tlast was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/noc_block_tb_o_tvalid was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/noc_block_tb_o_tready was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/tb_set_stb was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/tb_set_addr was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/tb_set_data was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/tb_rb_stb was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/tb_rb_addr was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/tb_rb_data was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/tb_s_cvita_cmd_tdata was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/tb_s_cvita_cmd_tlast was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/tb_s_cvita_cmd_tvalid was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/tb_s_cvita_cmd_tready was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/tb_m_cvita_ack_tdata was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/tb_m_cvita_ack_tlast was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/tb_m_cvita_ack_tvalid was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/tb_m_cvita_ack_tready was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/tb_m_cvita_data_tdata was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/tb_m_cvita_data_tlast was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/tb_m_cvita_data_tvalid was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/tb_m_cvita_data_tready was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/tb_s_cvita_data_tdata was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/tb_s_cvita_data_tlast was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/tb_s_cvita_data_tvalid was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/tb_s_cvita_data_tready was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/tb_m_axis_data_tdata was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/tb_m_axis_data_tlast was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/tb_m_axis_data_tvalid was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/tb_m_axis_data_tready was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/tb_s_axis_data_tdata was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/tb_s_axis_data_tlast was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/tb_s_axis_data_tvalid was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/tb_s_axis_data_tready was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/noc_block_pulse_cir_avg_i_tdata was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/noc_block_pulse_cir_avg_i_tlast was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/noc_block_pulse_cir_avg_i_tvalid was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/noc_block_pulse_cir_avg_i_tready was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/noc_block_pulse_cir_avg_o_tdata was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/noc_block_pulse_cir_avg_o_tlast was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/noc_block_pulse_cir_avg_o_tvalid was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/noc_block_pulse_cir_avg_o_tready was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/sim_time_increment was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/BUS_CLK_PERIOD was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/CE_CLK_PERIOD was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/NUM_CE was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/NUM_STREAMS was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/xbar_addr was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/sid_noc_block_tb was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/sid_tb_config was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/sid_noc_block_pulse_cir_avg was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/seq_len was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/avg_size was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/num_samples was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/threshold was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/seq_len1 was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/avg_size1 was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/num_samples1 was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/NUM_ITERATIONS was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/noc_block_pulse_cir_avg/bus_clk was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/noc_block_pulse_cir_avg/bus_rst was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/noc_block_pulse_cir_avg/ce_clk was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/noc_block_pulse_cir_avg/ce_rst was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/noc_block_pulse_cir_avg/i_tdata was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/noc_block_pulse_cir_avg/i_tlast was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/noc_block_pulse_cir_avg/i_tvalid was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/noc_block_pulse_cir_avg/i_tready was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/noc_block_pulse_cir_avg/o_tdata was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/noc_block_pulse_cir_avg/o_tlast was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/noc_block_pulse_cir_avg/o_tvalid was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/noc_block_pulse_cir_avg/o_tready was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/noc_block_pulse_cir_avg/debug was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/noc_block_pulse_cir_avg/set_data was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/noc_block_pulse_cir_avg/set_addr was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/noc_block_pulse_cir_avg/set_stb was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/noc_block_pulse_cir_avg/rb_data was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/noc_block_pulse_cir_avg/rb_addr was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/noc_block_pulse_cir_avg/cmdout_tdata was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/noc_block_pulse_cir_avg/ackin_tdata was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/noc_block_pulse_cir_avg/cmdout_tlast was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/noc_block_pulse_cir_avg/cmdout_tvalid was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/noc_block_pulse_cir_avg/cmdout_tready was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/noc_block_pulse_cir_avg/ackin_tlast was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/noc_block_pulse_cir_avg/ackin_tvalid was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/noc_block_pulse_cir_avg/ackin_tready was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/noc_block_pulse_cir_avg/str_sink_tdata was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/noc_block_pulse_cir_avg/str_src_tdata was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/noc_block_pulse_cir_avg/str_sink_tlast was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/noc_block_pulse_cir_avg/str_sink_tvalid was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/noc_block_pulse_cir_avg/str_sink_tready was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/noc_block_pulse_cir_avg/str_src_tlast was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/noc_block_pulse_cir_avg/str_src_tvalid was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/noc_block_pulse_cir_avg/str_src_tready was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/noc_block_pulse_cir_avg/clear_tx_seqnum was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/noc_block_pulse_cir_avg/next_dst_sid was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/noc_block_pulse_cir_avg/m_axis_data_tdata was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/noc_block_pulse_cir_avg/m_axis_data_tlast was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/noc_block_pulse_cir_avg/m_axis_data_tvalid was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/noc_block_pulse_cir_avg/m_axis_data_tready was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/noc_block_pulse_cir_avg/s_axis_data_tdata was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/noc_block_pulse_cir_avg/s_axis_data_tlast was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/noc_block_pulse_cir_avg/s_axis_data_tvalid was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/noc_block_pulse_cir_avg/s_axis_data_tready was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/noc_block_pulse_cir_avg/m_axis_config_tdata was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/noc_block_pulse_cir_avg/m_axis_config_tvalid was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/noc_block_pulse_cir_avg/m_axis_config_tready was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/noc_block_pulse_cir_avg/block_reset was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/noc_block_pulse_cir_avg/threshold was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/noc_block_pulse_cir_avg/avg_size was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/noc_block_pulse_cir_avg/seq_len was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/noc_block_pulse_cir_avg/NOC_ID was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/noc_block_pulse_cir_avg/STR_SINK_FIFOSIZE was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/noc_block_pulse_cir_avg/NUM_AXI_CONFIG_BUS was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/noc_block_pulse_cir_avg/AXI_WRAPPER_BASE was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/noc_block_pulse_cir_avg/SR_AXI_CONFIG_BASE was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/noc_block_pulse_cir_avg/SR_BLOCK_RESET was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/noc_block_pulse_cir_avg/SR_THRESHOLD was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/noc_block_pulse_cir_avg/SR_SEQ_LEN was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/noc_block_pulse_cir_avg/SR_AVG_SIZE was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/noc_block_pulse_cir_avg/inst_pulse_cir_avg/ap_clk was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/noc_block_pulse_cir_avg/inst_pulse_cir_avg/ap_rst_n was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/noc_block_pulse_cir_avg/inst_pulse_cir_avg/i_data_TDATA was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/noc_block_pulse_cir_avg/inst_pulse_cir_avg/i_data_TVALID was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/noc_block_pulse_cir_avg/inst_pulse_cir_avg/i_data_TLAST was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/noc_block_pulse_cir_avg/inst_pulse_cir_avg/o_data_TDATA was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/noc_block_pulse_cir_avg/inst_pulse_cir_avg/o_data_TREADY was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/noc_block_pulse_cir_avg/inst_pulse_cir_avg/o_data_TLAST was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/noc_block_pulse_cir_avg/inst_pulse_cir_avg/threshold_V was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/noc_block_pulse_cir_avg/inst_pulse_cir_avg/seq_len_V was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/noc_block_pulse_cir_avg/inst_pulse_cir_avg/avg_size_V was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/noc_block_pulse_cir_avg/inst_pulse_cir_avg/i_data_TREADY was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/noc_block_pulse_cir_avg/inst_pulse_cir_avg/o_data_TVALID was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/noc_block_pulse_cir_avg/inst_pulse_cir_avg/ap_rst_n_inv was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/noc_block_pulse_cir_avg/inst_pulse_cir_avg/currentState was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/noc_block_pulse_cir_avg/inst_pulse_cir_avg/seq_len_reg_V was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/noc_block_pulse_cir_avg/inst_pulse_cir_avg/avg_size_reg_V was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/noc_block_pulse_cir_avg/inst_pulse_cir_avg/data_in_valid_V was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/noc_block_pulse_cir_avg/inst_pulse_cir_avg/data_in_reg_V was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/noc_block_pulse_cir_avg/inst_pulse_cir_avg/wr_cnt_V was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/noc_block_pulse_cir_avg/inst_pulse_cir_avg/blk_cnt_V was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/noc_block_pulse_cir_avg/inst_pulse_cir_avg/data_fifo_V_V_dout was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/noc_block_pulse_cir_avg/inst_pulse_cir_avg/data_fifo_V_V_empty_n was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/noc_block_pulse_cir_avg/inst_pulse_cir_avg/data_fifo_V_V_read was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/noc_block_pulse_cir_avg/inst_pulse_cir_avg/data_fifo_V_V_din was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/noc_block_pulse_cir_avg/inst_pulse_cir_avg/data_fifo_V_V_full_n was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/noc_block_pulse_cir_avg/inst_pulse_cir_avg/data_fifo_V_V_write was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/noc_block_pulse_cir_avg/inst_pulse_cir_avg/out_fifo_V_V_dout was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/noc_block_pulse_cir_avg/inst_pulse_cir_avg/out_fifo_V_V_empty_n was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/noc_block_pulse_cir_avg/inst_pulse_cir_avg/out_fifo_V_V_read was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/noc_block_pulse_cir_avg/inst_pulse_cir_avg/out_fifo_V_V_din was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/noc_block_pulse_cir_avg/inst_pulse_cir_avg/out_fifo_V_V_full_n was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/noc_block_pulse_cir_avg/inst_pulse_cir_avg/out_fifo_V_V_write was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/noc_block_pulse_cir_avg/inst_pulse_cir_avg/out_sample_cnt_V was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/noc_block_pulse_cir_avg/inst_pulse_cir_avg/rd_cnt_V was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/noc_block_pulse_cir_avg/inst_pulse_cir_avg/seq_len_reg_V_loc_reg_216 was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/noc_block_pulse_cir_avg/inst_pulse_cir_avg/ap_reg_ppstg_seq_len_reg_V_loc_reg_216_pp0_it2 was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/noc_block_pulse_cir_avg/inst_pulse_cir_avg/tmp_17_nbreadreq_fu_132_p4 was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/noc_block_pulse_cir_avg/inst_pulse_cir_avg/ap_sig_bdd_65 was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/noc_block_pulse_cir_avg/inst_pulse_cir_avg/ap_reg_ppiten_pp0_it0 was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/noc_block_pulse_cir_avg/inst_pulse_cir_avg/currentState_load_reg_590 was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/noc_block_pulse_cir_avg/inst_pulse_cir_avg/data_in_valid_V_load_reg_607 was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/tb_streamer/m_cvita_data/axis/clk was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/tb_streamer/m_cvita_data/axis/tdata was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/tb_streamer/m_cvita_data/axis/tvalid was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/tb_streamer/m_cvita_data/axis/tlast was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/tb_streamer/m_cvita_data/axis/tready was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/tb_streamer/m_cvita_data/axis/DWIDTH was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/tb_streamer/m_cvita_data/axis/NUM_STREAMS was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/tb_streamer/s_cvita_data/axis/clk was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/tb_streamer/s_cvita_data/axis/tdata was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/tb_streamer/s_cvita_data/axis/tvalid was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/tb_streamer/s_cvita_data/axis/tlast was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/tb_streamer/s_cvita_data/axis/tready was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/tb_streamer/s_cvita_data/axis/DWIDTH was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/tb_streamer/s_cvita_data/axis/NUM_STREAMS was not found in the design. source chdr_crossbar_nxn.tcl
set curr_wave [current_wave_config]
if { [string length $curr_wave] == 0 } {
if { [llength [get_objects]] > 0} {
add_wave /
set_property needs_save false [current_wave_config]
} else {
send_msg_id Add_Wave-1 WARNING "No top level signals found. Simulator will start without a wave window. If you want to open a wave window go to 'File->New Waveform Configuration' or type 'create_wave_config' in the TCL console."
}
}
run 1000ns
INFO: [USF-XSim-96] XSim completed. Design snapshot 'chdr_crossbar_nxn_behav' loaded. INFO: [USF-XSim-97] XSim simulation ran for 1000ns launch_simulation: Time (s): cpu = 00:00:05 ; elapsed = 00:00:05 . Memory (MB): peak = 6368.188 ; gain = 2.520 ; free physical = 4374 ; free virtual = 39526 close_sim INFO: [Simtcl 6-16] Simulation closed launch_simulation INFO: [Vivado 12-5698] Checking validity of IPs in the design for the 'XSim' simulator... INFO: [Vivado 12-5682] Launching behavioral simulation in '/home/radar/Projects/fpga-v2017/usrp3/top/x300/build-X300_RFNOC_PULSECIRAVG/project_3/project_3.sim/sim_1/behav/xsim' INFO: [Vivado 12-4795] Using compiled simulation libraries for IPs INFO: [SIM-utils-51] Simulation object is 'sim_1' INFO: [USF-XSim-7] Finding pre-compiled libraries... INFO: [USF-XSim-11] File '/opt/Xilinx/Vivado/2017.4/data/xsim/ip/xsim_ip.ini' copied to run dir:'/home/radar/Projects/fpga-v2017/usrp3/top/x300/build-X300_RFNOC_PULSECIRAVG/project_3/project_3.sim/sim_1/behav/xsim' INFO: [SIM-utils-54] Inspecting design source files for 'chdr_crossbar_nxn' in fileset 'sim_1'... INFO: [SIM-utils-43] Exported '/home/radar/Projects/fpga-v2017/usrp3/top/x300/build-X300_RFNOC_PULSECIRAVG/project_3/project_3.sim/sim_1/behav/xsim/axi_hb31.mif' INFO: [SIM-utils-43] Exported '/home/radar/Projects/fpga-v2017/usrp3/top/x300/build-X300_RFNOC_PULSECIRAVG/project_3/project_3.sim/sim_1/behav/xsim/axi_hb47.mif' INFO: [SIM-utils-43] Exported '/home/radar/Projects/fpga-v2017/usrp3/top/x300/build-X300_RFNOC_PULSECIRAVG/project_3/project_3.sim/sim_1/behav/xsim/bootram.mif' INFO: [SIM-utils-43] Exported '/home/radar/Projects/fpga-v2017/usrp3/top/x300/build-X300_RFNOC_PULSECIRAVG/project_3/project_3.sim/sim_1/behav/xsim/bootram.coe' INFO: [SIM-utils-43] Exported '/home/radar/Projects/fpga-v2017/usrp3/top/x300/build-X300_RFNOC_PULSECIRAVG/project_3/project_3.sim/sim_1/behav/xsim/decim_4_5.coe' INFO: [SIM-utils-43] Exported '/home/radar/Projects/fpga-v2017/usrp3/top/x300/build-X300_RFNOC_PULSECIRAVG/project_3/project_3.sim/sim_1/behav/xsim/wrc_phy8.mif' INFO: [SIM-utils-43] Exported '/home/radar/Projects/fpga-v2017/usrp3/top/x300/build-X300_RFNOC_PULSECIRAVG/project_3/project_3.sim/sim_1/behav/xsim/wrc_phy8_sim.mif' INFO: [SIM-utils-43] Exported '/home/radar/Projects/fpga-v2017/usrp3/top/x300/build-X300_RFNOC_PULSECIRAVG/project_3/project_3.sim/sim_1/behav/xsim/simple_fir.asy' INFO: [SIM-utils-43] Exported '/home/radar/Projects/fpga-v2017/usrp3/top/x300/build-X300_RFNOC_PULSECIRAVG/project_3/project_3.sim/sim_1/behav/xsim/simple_fir_reload_order.txt' INFO: [SIM-utils-43] Exported '/home/radar/Projects/fpga-v2017/usrp3/top/x300/build-X300_RFNOC_PULSECIRAVG/project_3/project_3.sim/sim_1/behav/xsim/simple_fir_xmdf.tcl' INFO: [SIM-utils-43] Exported '/home/radar/Projects/fpga-v2017/usrp3/top/x300/build-X300_RFNOC_PULSECIRAVG/project_3/project_3.sim/sim_1/behav/xsim/decim_4_5.coe' INFO: [SIM-utils-43] Exported '/home/radar/Projects/fpga-v2017/usrp3/top/x300/build-X300_RFNOC_PULSECIRAVG/project_3/project_3.sim/sim_1/behav/xsim/simple_fft.asy' INFO: [SIM-utils-43] Exported '/home/radar/Projects/fpga-v2017/usrp3/top/x300/build-X300_RFNOC_PULSECIRAVG/project_3/project_3.sim/sim_1/behav/xsim/simple_fft_xmdf.tcl' INFO: [SIM-utils-43] Exported '/home/radar/Projects/fpga-v2017/usrp3/top/x300/build-X300_RFNOC_PULSECIRAVG/project_3/project_3.sim/sim_1/behav/xsim/wrc_phy8.mif' INFO: [SIM-utils-43] Exported '/home/radar/Projects/fpga-v2017/usrp3/top/x300/build-X300_RFNOC_PULSECIRAVG/project_3/project_3.sim/sim_1/behav/xsim/wrc_phy8_sim.mif' WARNING: [SIM-utils-52] IP component XML file does not exist: '/home/radar/Projects/fpga-v2017/usrp3/lib/ip/dds/dds.xml' WARNING: [SIM-utils-52] IP component XML file does not exist: '/home/radar/Projects/fpga-v2017/usrp3/lib/coregen/simple_fft.xml' WARNING: [SIM-utils-52] IP component XML file does not exist: '/home/radar/Projects/fpga-v2017/usrp3/lib/coregen/simple_fir.xml' WARNING: [SIM-utils-52] IP component XML file does not exist: '/home/radar/Projects/fpga-v2017/usrp3/lib/coregen/streaming_fft.xml' INFO: [USF-XSim-97] Finding global include files... INFO: [USF-XSim-98] Fetching design files from 'sim_1'... INFO: [USF-XSim-2] XSim::Compile design INFO: [USF-XSim-61] Executing 'COMPILE and ANALYZE' step in '/home/radar/Projects/fpga-v2017/usrp3/top/x300/build-X300_RFNOC_PULSECIRAVG/project_3/project_3.sim/sim_1/behav/xsim' xvlog --incr --relax -prj chdr_crossbar_nxn_vlog.prj INFO: [USF-XSim-69] 'compile' step finished in '1' seconds INFO: [USF-XSim-3] XSim::Elaborate design INFO: [USF-XSim-61] Executing 'ELABORATE' step in '/home/radar/Projects/fpga-v2017/usrp3/top/x300/build-X300_RFNOC_PULSECIRAVG/project_3/project_3.sim/sim_1/behav/xsim' Vivado Simulator 2017.4 Copyright 1986-1999, 2001-2016 Xilinx, Inc. All Rights Reserved. Running: /opt/Xilinx/Vivado/2017.4/bin/unwrapped/lnx64.o/xelab -wto 2a49832975904da5a1158efcba0d9d89 --incr --debug typical --relax --mt 8 -L xil_defaultlib -L unisims_ver -L unimacro_ver -L secureip -L xpm --snapshot chdr_crossbar_nxn_behav xil_defaultlib.chdr_crossbar_nxn xil_defaultlib.glbl -log elaborate.log Using 8 slave threads. Starting static elaboration Completed static elaboration INFO: [XSIM 43-4323] No Change in HDL. Linking previously generated obj files to create kernel INFO: [USF-XSim-69] 'elaborate' step finished in '0' seconds INFO: [USF-XSim-4] XSim::Simulate design INFO: [USF-XSim-61] Executing 'SIMULATE' step in '/home/radar/Projects/fpga-v2017/usrp3/top/x300/build-X300_RFNOC_PULSECIRAVG/project_3/project_3.sim/sim_1/behav/xsim' INFO: [USF-XSim-98] *** Running xsim with args "chdr_crossbar_nxn_behav -key {Behavioral:sim_1:Functional:chdr_crossbar_nxn} -tclbatch {chdr_crossbar_nxn.tcl} -view {/home/radar/Projects/fpga-v2017/usrp3/top/x300/build-X300_RFNOC_PULSECIRAVG/project_3/noc_block_pulse_cir_avg_tb_behav.wcfg} -log {simulate.log}" INFO: [USF-XSim-8] Loading simulator feature Vivado Simulator 2017.4 Time resolution is 1 ps open_wave_config /home/radar/Projects/fpga-v2017/usrp3/top/x300/build-X300_RFNOC_PULSECIRAVG/project_3/noc_block_pulse_cir_avg_tb_behav.wcfg WARNING: Simulation object /noc_block_pulse_cir_avg_tb/tc_running was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/tc_failed was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/tc_all_done was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/sim_time was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/tc_run_count was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/tc_pass_count was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/bus_clk was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/bus_rst was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/ce_clk was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/ce_rst was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/xbar_i_tdata was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/xbar_i_tlast was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/xbar_i_tvalid was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/xbar_i_tready was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/xbar_o_tdata was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/xbar_o_tlast was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/xbar_o_tvalid was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/xbar_o_tready was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/xbar_set_stb was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/xbar_rb_stb was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/xbar_set_addr was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/xbar_rb_addr was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/xbar_set_data was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/xbar_rb_data was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/noc_block_tb_i_tdata was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/noc_block_tb_i_tlast was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/noc_block_tb_i_tvalid was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/noc_block_tb_i_tready was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/noc_block_tb_o_tdata was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/noc_block_tb_o_tlast was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/noc_block_tb_o_tvalid was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/noc_block_tb_o_tready was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/tb_set_stb was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/tb_set_addr was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/tb_set_data was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/tb_rb_stb was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/tb_rb_addr was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/tb_rb_data was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/tb_s_cvita_cmd_tdata was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/tb_s_cvita_cmd_tlast was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/tb_s_cvita_cmd_tvalid was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/tb_s_cvita_cmd_tready was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/tb_m_cvita_ack_tdata was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/tb_m_cvita_ack_tlast was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/tb_m_cvita_ack_tvalid was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/tb_m_cvita_ack_tready was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/tb_m_cvita_data_tdata was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/tb_m_cvita_data_tlast was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/tb_m_cvita_data_tvalid was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/tb_m_cvita_data_tready was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/tb_s_cvita_data_tdata was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/tb_s_cvita_data_tlast was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/tb_s_cvita_data_tvalid was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/tb_s_cvita_data_tready was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/tb_m_axis_data_tdata was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/tb_m_axis_data_tlast was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/tb_m_axis_data_tvalid was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/tb_m_axis_data_tready was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/tb_s_axis_data_tdata was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/tb_s_axis_data_tlast was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/tb_s_axis_data_tvalid was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/tb_s_axis_data_tready was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/noc_block_pulse_cir_avg_i_tdata was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/noc_block_pulse_cir_avg_i_tlast was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/noc_block_pulse_cir_avg_i_tvalid was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/noc_block_pulse_cir_avg_i_tready was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/noc_block_pulse_cir_avg_o_tdata was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/noc_block_pulse_cir_avg_o_tlast was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/noc_block_pulse_cir_avg_o_tvalid was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/noc_block_pulse_cir_avg_o_tready was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/sim_time_increment was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/BUS_CLK_PERIOD was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/CE_CLK_PERIOD was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/NUM_CE was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/NUM_STREAMS was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/xbar_addr was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/sid_noc_block_tb was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/sid_tb_config was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/sid_noc_block_pulse_cir_avg was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/seq_len was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/avg_size was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/num_samples was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/threshold was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/seq_len1 was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/avg_size1 was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/num_samples1 was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/NUM_ITERATIONS was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/noc_block_pulse_cir_avg/bus_clk was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/noc_block_pulse_cir_avg/bus_rst was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/noc_block_pulse_cir_avg/ce_clk was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/noc_block_pulse_cir_avg/ce_rst was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/noc_block_pulse_cir_avg/i_tdata was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/noc_block_pulse_cir_avg/i_tlast was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/noc_block_pulse_cir_avg/i_tvalid was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/noc_block_pulse_cir_avg/i_tready was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/noc_block_pulse_cir_avg/o_tdata was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/noc_block_pulse_cir_avg/o_tlast was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/noc_block_pulse_cir_avg/o_tvalid was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/noc_block_pulse_cir_avg/o_tready was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/noc_block_pulse_cir_avg/debug was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/noc_block_pulse_cir_avg/set_data was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/noc_block_pulse_cir_avg/set_addr was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/noc_block_pulse_cir_avg/set_stb was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/noc_block_pulse_cir_avg/rb_data was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/noc_block_pulse_cir_avg/rb_addr was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/noc_block_pulse_cir_avg/cmdout_tdata was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/noc_block_pulse_cir_avg/ackin_tdata was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/noc_block_pulse_cir_avg/cmdout_tlast was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/noc_block_pulse_cir_avg/cmdout_tvalid was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/noc_block_pulse_cir_avg/cmdout_tready was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/noc_block_pulse_cir_avg/ackin_tlast was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/noc_block_pulse_cir_avg/ackin_tvalid was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/noc_block_pulse_cir_avg/ackin_tready was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/noc_block_pulse_cir_avg/str_sink_tdata was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/noc_block_pulse_cir_avg/str_src_tdata was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/noc_block_pulse_cir_avg/str_sink_tlast was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/noc_block_pulse_cir_avg/str_sink_tvalid was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/noc_block_pulse_cir_avg/str_sink_tready was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/noc_block_pulse_cir_avg/str_src_tlast was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/noc_block_pulse_cir_avg/str_src_tvalid was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/noc_block_pulse_cir_avg/str_src_tready was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/noc_block_pulse_cir_avg/clear_tx_seqnum was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/noc_block_pulse_cir_avg/next_dst_sid was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/noc_block_pulse_cir_avg/m_axis_data_tdata was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/noc_block_pulse_cir_avg/m_axis_data_tlast was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/noc_block_pulse_cir_avg/m_axis_data_tvalid was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/noc_block_pulse_cir_avg/m_axis_data_tready was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/noc_block_pulse_cir_avg/s_axis_data_tdata was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/noc_block_pulse_cir_avg/s_axis_data_tlast was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/noc_block_pulse_cir_avg/s_axis_data_tvalid was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/noc_block_pulse_cir_avg/s_axis_data_tready was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/noc_block_pulse_cir_avg/m_axis_config_tdata was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/noc_block_pulse_cir_avg/m_axis_config_tvalid was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/noc_block_pulse_cir_avg/m_axis_config_tready was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/noc_block_pulse_cir_avg/block_reset was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/noc_block_pulse_cir_avg/threshold was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/noc_block_pulse_cir_avg/avg_size was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/noc_block_pulse_cir_avg/seq_len was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/noc_block_pulse_cir_avg/NOC_ID was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/noc_block_pulse_cir_avg/STR_SINK_FIFOSIZE was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/noc_block_pulse_cir_avg/NUM_AXI_CONFIG_BUS was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/noc_block_pulse_cir_avg/AXI_WRAPPER_BASE was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/noc_block_pulse_cir_avg/SR_AXI_CONFIG_BASE was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/noc_block_pulse_cir_avg/SR_BLOCK_RESET was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/noc_block_pulse_cir_avg/SR_THRESHOLD was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/noc_block_pulse_cir_avg/SR_SEQ_LEN was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/noc_block_pulse_cir_avg/SR_AVG_SIZE was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/noc_block_pulse_cir_avg/inst_pulse_cir_avg/ap_clk was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/noc_block_pulse_cir_avg/inst_pulse_cir_avg/ap_rst_n was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/noc_block_pulse_cir_avg/inst_pulse_cir_avg/i_data_TDATA was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/noc_block_pulse_cir_avg/inst_pulse_cir_avg/i_data_TVALID was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/noc_block_pulse_cir_avg/inst_pulse_cir_avg/i_data_TLAST was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/noc_block_pulse_cir_avg/inst_pulse_cir_avg/o_data_TDATA was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/noc_block_pulse_cir_avg/inst_pulse_cir_avg/o_data_TREADY was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/noc_block_pulse_cir_avg/inst_pulse_cir_avg/o_data_TLAST was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/noc_block_pulse_cir_avg/inst_pulse_cir_avg/threshold_V was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/noc_block_pulse_cir_avg/inst_pulse_cir_avg/seq_len_V was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/noc_block_pulse_cir_avg/inst_pulse_cir_avg/avg_size_V was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/noc_block_pulse_cir_avg/inst_pulse_cir_avg/i_data_TREADY was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/noc_block_pulse_cir_avg/inst_pulse_cir_avg/o_data_TVALID was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/noc_block_pulse_cir_avg/inst_pulse_cir_avg/ap_rst_n_inv was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/noc_block_pulse_cir_avg/inst_pulse_cir_avg/currentState was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/noc_block_pulse_cir_avg/inst_pulse_cir_avg/seq_len_reg_V was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/noc_block_pulse_cir_avg/inst_pulse_cir_avg/avg_size_reg_V was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/noc_block_pulse_cir_avg/inst_pulse_cir_avg/data_in_valid_V was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/noc_block_pulse_cir_avg/inst_pulse_cir_avg/data_in_reg_V was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/noc_block_pulse_cir_avg/inst_pulse_cir_avg/wr_cnt_V was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/noc_block_pulse_cir_avg/inst_pulse_cir_avg/blk_cnt_V was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/noc_block_pulse_cir_avg/inst_pulse_cir_avg/data_fifo_V_V_dout was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/noc_block_pulse_cir_avg/inst_pulse_cir_avg/data_fifo_V_V_empty_n was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/noc_block_pulse_cir_avg/inst_pulse_cir_avg/data_fifo_V_V_read was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/noc_block_pulse_cir_avg/inst_pulse_cir_avg/data_fifo_V_V_din was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/noc_block_pulse_cir_avg/inst_pulse_cir_avg/data_fifo_V_V_full_n was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/noc_block_pulse_cir_avg/inst_pulse_cir_avg/data_fifo_V_V_write was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/noc_block_pulse_cir_avg/inst_pulse_cir_avg/out_fifo_V_V_dout was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/noc_block_pulse_cir_avg/inst_pulse_cir_avg/out_fifo_V_V_empty_n was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/noc_block_pulse_cir_avg/inst_pulse_cir_avg/out_fifo_V_V_read was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/noc_block_pulse_cir_avg/inst_pulse_cir_avg/out_fifo_V_V_din was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/noc_block_pulse_cir_avg/inst_pulse_cir_avg/out_fifo_V_V_full_n was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/noc_block_pulse_cir_avg/inst_pulse_cir_avg/out_fifo_V_V_write was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/noc_block_pulse_cir_avg/inst_pulse_cir_avg/out_sample_cnt_V was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/noc_block_pulse_cir_avg/inst_pulse_cir_avg/rd_cnt_V was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/noc_block_pulse_cir_avg/inst_pulse_cir_avg/seq_len_reg_V_loc_reg_216 was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/noc_block_pulse_cir_avg/inst_pulse_cir_avg/ap_reg_ppstg_seq_len_reg_V_loc_reg_216_pp0_it2 was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/noc_block_pulse_cir_avg/inst_pulse_cir_avg/tmp_17_nbreadreq_fu_132_p4 was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/noc_block_pulse_cir_avg/inst_pulse_cir_avg/ap_sig_bdd_65 was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/noc_block_pulse_cir_avg/inst_pulse_cir_avg/ap_reg_ppiten_pp0_it0 was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/noc_block_pulse_cir_avg/inst_pulse_cir_avg/currentState_load_reg_590 was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/noc_block_pulse_cir_avg/inst_pulse_cir_avg/data_in_valid_V_load_reg_607 was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/tb_streamer/m_cvita_data/axis/clk was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/tb_streamer/m_cvita_data/axis/tdata was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/tb_streamer/m_cvita_data/axis/tvalid was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/tb_streamer/m_cvita_data/axis/tlast was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/tb_streamer/m_cvita_data/axis/tready was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/tb_streamer/m_cvita_data/axis/DWIDTH was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/tb_streamer/m_cvita_data/axis/NUM_STREAMS was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/tb_streamer/s_cvita_data/axis/clk was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/tb_streamer/s_cvita_data/axis/tdata was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/tb_streamer/s_cvita_data/axis/tvalid was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/tb_streamer/s_cvita_data/axis/tlast was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/tb_streamer/s_cvita_data/axis/tready was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/tb_streamer/s_cvita_data/axis/DWIDTH was not found in the design. WARNING: Simulation object /noc_block_pulse_cir_avg_tb/tb_streamer/s_cvita_data/axis/NUM_STREAMS was not found in the design. source chdr_crossbar_nxn.tcl
set curr_wave [current_wave_config]
if { [string length $curr_wave] == 0 } {
if { [llength [get_objects]] > 0} {
add_wave /
set_property needs_save false [current_wave_config]
} else {
send_msg_id Add_Wave-1 WARNING "No top level signals found. Simulator will start without a wave window. If you want to open a wave window go to 'File->New Waveform Configuration' or type 'create_wave_config' in the TCL console."
}
}
run 1000ns
INFO: [USF-XSim-96] XSim completed. Design snapshot 'chdr_crossbar_nxn_behav' loaded. INFO: [USF-XSim-97] XSim simulation ran for 1000ns launch_simulation: Time (s): cpu = 00:00:05 ; elapsed = 00:00:05 . Memory (MB): peak =