Skip to content

Commit

Permalink
commit missing target fix #820
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Gardner-Stephen committed Aug 15, 2024
1 parent 0665615 commit 33af8a5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions vivado/qmtech-k325t_gen.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ set files [list \
"[file normalize "$origin_dir/src/vhdl/sid_6581.vhdl"]"\
"[file normalize "$origin_dir/src/vhdl/shadowram-a100t.vhdl"]"\
"[file normalize "$origin_dir/src/vhdl/sdcardio.vhdl"]"\
"[file normalize "$origin_dir/src/vhdl/cic_interpolator.vhdl"]"\
"[file normalize "$origin_dir/src/vhdl/audio_mixer.vhdl"]"\
"[file normalize "$origin_dir/src/vhdl/audio_complex.vhdl"]"\
"[file normalize "$origin_dir/src/vhdl/pdm_to_pcm.vhdl"]"\
Expand Down Expand Up @@ -655,6 +656,10 @@ set file "vhdl/sdcardio.vhdl"
set file_obj [get_files -of_objects [get_filesets sources_1] [list "*$file"]]
set_property -name "file_type" -value "VHDL" -objects $file_obj

set file "vhdl/cic_interpolator.vhdl"
set file_obj [get_files -of_objects [get_filesets sources_1] [list "*$file"]]
set_property -name "file_type" -value "VHDL" -objects $file_obj

set file "vhdl/audio_mixer.vhdl"
set file_obj [get_files -of_objects [get_filesets sources_1] [list "*$file"]]
set_property -name "file_type" -value "VHDL" -objects $file_obj
Expand Down

0 comments on commit 33af8a5

Please sign in to comment.