Skip to content

Commit

Permalink
add missing source file for R5 target #766
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Gardner-Stephen committed Aug 20, 2024
1 parent 42996b1 commit 719971a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions vivado/mega65r5_gen.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,7 @@ set files [list \
"[file normalize "$origin_dir/src/vhdl/viciv.vhdl"]"\
"[file normalize "$origin_dir/src/vhdl/iomapper.vhdl"]"\
"[file normalize "$origin_dir/src/vhdl/gs4510.vhdl"]"\
"[file normalize "$origin_dir/src/vhdl/ghdl_ram_variable.vhdl"]"\
"[file normalize "$origin_dir/src/vhdl/upscaler.vhdl"]"\
"[file normalize "$origin_dir/src/vhdl/r3_expansion.vhdl"]"\
"[file normalize "$origin_dir/src/vhdl/neotrng.vhdl"]"\
Expand Down Expand Up @@ -661,6 +662,10 @@ set file "vhdl/gs4510.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/ghdl_ram_variable.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/upscaler.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 719971a

Please sign in to comment.