signal_processing_vorlage/hdl_sources.qsf

52 lines
2.8 KiB
Plaintext
Raw Normal View History

2023-10-31 07:47:27 +01:00
set_global_assignment -name VHDL_FILE hardware/system/sync_ff.vhd
set_global_assignment -name VHDL_FILE hardware/system/sync_rst.vhd
set_global_assignment -name VHDL_FILE hardware/system/pll_main.vhd
set_global_assignment -name VHDL_FILE hardware/system/reg32.vhd
set_global_assignment -name VHDL_FILE hardware/system/avalon_slave_transitions.vhd
set_global_assignment -name VHDL_FILE hardware/system/avalon_slave.vhd
set_global_assignment -name VHDL_FILE hardware/system/data_sink_mux.vhd
set_global_assignment -name VHDL_FILE hardware/system/fifo.vhd
set_global_assignment -name VHDL_FILE hardware/system/data_source_mux.vhd
set_global_assignment -name VHDL_FILE hardware/system/data_channel_control.vhd
set_global_assignment -name VHDL_FILE hardware/system/data_channel.vhd
set_global_assignment -name VHDL_FILE hardware/system/hardware_timestamp.vhd
set_global_assignment -name VHDL_FILE hardware/system/task.vhd
set_global_assignment -name VHDL_FILE hardware/system/float.vhd
set_global_assignment -name VHDL_FILE hardware/system/hardware_task_control.vhd
set_global_assignment -name VHDL_FILE hardware/system/hardware_task.vhd
set_global_assignment -name VHDL_FILE hardware/system/float_add.vhd
set_global_assignment -name VHDL_FILE hardware/signal_processing/add.vhd
set_global_assignment -name VHDL_FILE hardware/system/task_add.vhd
set_global_assignment -name VHDL_FILE hardware/signal_processing/rand.vhd
set_global_assignment -name VHDL_FILE hardware/system/task_rand.vhd
set_global_assignment -name VHDL_FILE hardware/system/cordic_pkg.vhd
set_global_assignment -name VHDL_FILE hardware/system/cordic.vhd
set_global_assignment -name VHDL_FILE hardware/system/fixed_sine.vhd
set_global_assignment -name VHDL_FILE hardware/system/float_sine.vhd
set_global_assignment -name VHDL_FILE hardware/signal_processing/sine.vhd
set_global_assignment -name VHDL_FILE hardware/system/task_sine.vhd
set_global_assignment -name VERILOG_FILE hardware/system/Butterfly.v
set_global_assignment -name VERILOG_FILE hardware/system/DelayBuffer.v
set_global_assignment -name VERILOG_FILE hardware/system/FFT1024_32B.v
set_global_assignment -name VERILOG_FILE hardware/system/Multiply.v
set_global_assignment -name VERILOG_FILE hardware/system/SdfUnit2.v
set_global_assignment -name VERILOG_FILE hardware/system/SdfUnit.v
set_global_assignment -name VERILOG_FILE hardware/system/Twiddle1024_32B.v
set_global_assignment -name VHDL_FILE hardware/system/squareRoot_pipe.vhd
set_global_assignment -name VHDL_FILE hardware/system/fft_magnitude_calc.vhd
set_global_assignment -name VHDL_FILE hardware/signal_processing/fft.vhd
set_global_assignment -name VHDL_FILE hardware/system/task_fft.vhd
set_global_assignment -name VHDL_FILE hardware/signal_processing/crc.vhd
set_global_assignment -name VHDL_FILE hardware/system/task_crc.vhd
set_global_assignment -name VHDL_FILE hardware/signal_processing/signal_processing.vhd