mirror of
https://github.com/openhwgroup/cva6.git
synced 2025-04-23 21:57:11 -04:00
fpga: Fix empty match file in flow (#334)
This commit is contained in:
parent
f66b2f1937
commit
17f430429f
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ if {$::env(BOARD) eq "genesys2"} {
|
|||
exit 1
|
||||
}
|
||||
|
||||
set file_obj [get_files -of_objects [get_filesets sources_1] [list "*$file" "*$registers"]]
|
||||
set file_obj [get_files -of_objects [get_filesets sources_1] [list "*$file" "*/$registers"]]
|
||||
set_property -dict { file_type {Verilog Header} is_global_include 1} -objects $file_obj
|
||||
|
||||
update_compile_order -fileset sources_1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue