Skip to content

Commit b136fb7

Browse files
committed
missing file copy in encrypt.tcl
1 parent 9b83501 commit b136fb7

File tree

1 file changed

+1
-0
lines changed
  • hdk/cl/developer_designs/cl_firesim/build/scripts

1 file changed

+1
-0
lines changed

hdk/cl/developer_designs/cl_firesim/build/scripts/encrypt.tcl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ if {[llength [glob -nocomplain -dir $TARGET_DIR *]] != 0} {
3535

3636
## Change file names and paths below to reflect your CL area. DO NOT include AWS RTL files.
3737
file copy -force $CL_DIR/design/cl_firesim_defines.vh $TARGET_DIR
38+
file copy -force $CL_DIR/design/cl_firesim_generated_defines.vh $TARGET_DIR
3839
file copy -force $CL_DIR/design/ila_files/firesim_ila_insert_inst.v $TARGET_DIR
3940
file copy -force $CL_DIR/design/ila_files/firesim_ila_insert_ports.v $TARGET_DIR
4041
file copy -force $CL_DIR/design/ila_files/firesim_ila_insert_wires.v $TARGET_DIR

0 commit comments

Comments
 (0)