Skip to content

Commit

Permalink
added cvxif regs in sources
Browse files Browse the repository at this point in the history
  • Loading branch information
0BAB1 committed Apr 25, 2024
1 parent d7d5a25 commit 8703cdb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions corev_apu/fpga/scripts/run_cva6_fpga.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@
#
# Author: Sebastien Jacq - sjthales on github.com

#
# Additional contributions by:
#
#
# script Name: run_cva6_fpga
Expand Down Expand Up @@ -60,6 +58,7 @@ set_property include_dirs { \
"../register_interface/include" \
} [current_fileset]

read_verilog -sv {../../core/cvxif_example/cvxif_registers.sv}
source scripts/add_sources.tcl

set_property top cva6_zybo_z7_20 [current_fileset]
Expand Down

0 comments on commit 8703cdb

Please sign in to comment.