Skip to content
Snippets Groups Projects
Commit e12d4cc0 authored by Eric Kooistra's avatar Eric Kooistra
Browse files

Compile packages first.

parent eba51f22
No related branches found
No related tags found
No related merge requests found
...@@ -6,6 +6,13 @@ build_sim_dir = $HDL_BUILD_DIR ...@@ -6,6 +6,13 @@ build_sim_dir = $HDL_BUILD_DIR
build_synth_dir = build_synth_dir =
synth_files = synth_files =
$UNB/Firmware/modules/common/src/vhdl/common_pkg.vhd
$UNB/Firmware/modules/common/src/vhdl/common_str_pkg.vhd
$UNB/Firmware/modules/common/src/vhdl/common_mem_pkg.vhd
$UNB/Firmware/modules/common/src/vhdl/common_field_pkg.vhd
$UNB/Firmware/modules/common/src/vhdl/common_lfsr_sequences_pkg.vhd
$UNB/Firmware/modules/common/src/vhdl/common_components_pkg.vhd
$UNB/Firmware/modules/MegaWizard/fifo_sc/fifo_sc.vhd $UNB/Firmware/modules/MegaWizard/fifo_sc/fifo_sc.vhd
$UNB/Firmware/modules/MegaWizard/fifo_dc/fifo_dc.vhd $UNB/Firmware/modules/MegaWizard/fifo_dc/fifo_dc.vhd
$UNB/Firmware/modules/MegaWizard/fifo_dc/fifo_dc_mixed_widths.vhd $UNB/Firmware/modules/MegaWizard/fifo_dc/fifo_dc_mixed_widths.vhd
...@@ -22,13 +29,6 @@ synth_files = ...@@ -22,13 +29,6 @@ synth_files =
$UNB/Firmware/modules/common/src/ip/MegaWizard/iobuf_in.vhd $UNB/Firmware/modules/common/src/ip/MegaWizard/iobuf_in.vhd
$UNB/Firmware/modules/common/src/vhdl/common_pkg.vhd
$UNB/Firmware/modules/common/src/vhdl/common_str_pkg.vhd
$UNB/Firmware/modules/common/src/vhdl/common_mem_pkg.vhd
$UNB/Firmware/modules/common/src/vhdl/common_field_pkg.vhd
$UNB/Firmware/modules/common/src/vhdl/common_lfsr_sequences_pkg.vhd
$UNB/Firmware/modules/common/src/vhdl/common_components_pkg.vhd
$UNB/Firmware/modules/common/src/vhdl/common_wideband_data_scope.vhd $UNB/Firmware/modules/common/src/vhdl/common_wideband_data_scope.vhd
$UNB/Firmware/modules/common/src/vhdl/common_iobuf_in.vhd $UNB/Firmware/modules/common/src/vhdl/common_iobuf_in.vhd
$UNB/Firmware/modules/common/src/vhdl/common_iobuf_in_a_stratix4.vhd $UNB/Firmware/modules/common/src/vhdl/common_iobuf_in_a_stratix4.vhd
...@@ -79,7 +79,7 @@ synth_files = ...@@ -79,7 +79,7 @@ synth_files =
$UNB/Firmware/modules/common/src/vhdl/common_select_m_symbols.vhd $UNB/Firmware/modules/common/src/vhdl/common_select_m_symbols.vhd
$UNB/Firmware/modules/common/src/vhdl/common_reorder_symbol.vhd $UNB/Firmware/modules/common/src/vhdl/common_reorder_symbol.vhd
$UNB/Firmware/modules/common/src/vhdl/common_multiplexer.vhd $UNB/Firmware/modules/common/src/vhdl/common_multiplexer.vhd
$UNB/Firmware/modules/common/$UNB/Firmware/modules/common/src/vhdl/common_demultiplexer.vhd $UNB/Firmware/modules/common/src/vhdl/common_demultiplexer.vhd
$UNB/Firmware/modules/common/src/vhdl/common_transpose_symbol.vhd $UNB/Firmware/modules/common/src/vhdl/common_transpose_symbol.vhd
$UNB/Firmware/modules/common/src/vhdl/common_transpose.vhd $UNB/Firmware/modules/common/src/vhdl/common_transpose.vhd
$UNB/Firmware/modules/common/src/vhdl/common_complex_round.vhd $UNB/Firmware/modules/common/src/vhdl/common_complex_round.vhd
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment