We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b83501 commit b136fb7Copy full SHA for b136fb7
hdk/cl/developer_designs/cl_firesim/build/scripts/encrypt.tcl
@@ -35,6 +35,7 @@ if {[llength [glob -nocomplain -dir $TARGET_DIR *]] != 0} {
35
36
## Change file names and paths below to reflect your CL area. DO NOT include AWS RTL files.
37
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
39
file copy -force $CL_DIR/design/ila_files/firesim_ila_insert_inst.v $TARGET_DIR
40
file copy -force $CL_DIR/design/ila_files/firesim_ila_insert_ports.v $TARGET_DIR
41
file copy -force $CL_DIR/design/ila_files/firesim_ila_insert_wires.v $TARGET_DIR
0 commit comments