mirror of
https://github.com/openhwgroup/cva6.git
synced 2025-04-20 04:07:36 -04:00
Fix include path for registers.svh in run.tcl
This commit is contained in:
parent
ba098456a6
commit
39e4ebce0b
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ update_compile_order -fileset sources_1
|
|||
|
||||
add_files -fileset constrs_1 -norecurse constraints/$project.xdc
|
||||
|
||||
set_property include_dirs src/axi_sd_bridge/include [current_fileset]
|
||||
set_property include_dirs src/axi_sd_bridge/include src/common_cells/include [current_fileset]
|
||||
|
||||
synth_design -rtl -name rtl_1
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue