Skip to content

Commit 631c710

Browse files
committed
Change FPGA segmented dcp
1 parent 09dd2a6 commit 631c710

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

hw/fpga/fpga_configuration.tcl

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -227,12 +227,12 @@ if {$BUILD} {
227227
# Lock the NoC path segments and save the solution for later builds.
228228
set_property lock true [get_noc_net_routes -of [get_noc_logical_paths -filter {initial_boot == 1}]]
229229
write_noc_solution -file $fpgaDir/saved_noc_solution.ncr
230-
file copy -force $outputDir/caliptra_fpga_project.runs/impl_1/caliptra_fpga_project_bd_wrapper_routed.dcp $fpgaDir/segmented_golden_routed.dcp
231-
puts stderr "Replace file in GCS bucket: [exec realpath $fpgaDir/segmented_golden_routed.dcp]"
230+
file copy -force $outputDir/caliptra_fpga_project.runs/impl_1/caliptra_fpga_project_bd_wrapper_routed.dcp $fpgaDir/core_golden_segmented_routed.dcp
231+
puts stderr "Replace file in GCS bucket: [exec realpath $fpgaDir/core_golden_segmented_routed.dcp]"
232232
} else {
233233
# Verify that the NoC Solutions are identical and the PLD images are compatible.
234-
exec curl -s -O "https://storage.googleapis.com/caliptra-github-ci-bitstreams/scratch/fpga_2px_golden_routed.dcp"
235-
pr_verify -initial $fpgaDir/fpga_2px_golden_routed.dcp -additional $outputDir/caliptra_fpga_project.runs/impl_1/caliptra_fpga_project_bd_wrapper_routed.dcp
234+
exec curl -s -O "https://storage.googleapis.com/caliptra-github-ci-bitstreams/scratch/core_golden_segmented_routed.dcp"
235+
pr_verify -initial $fpgaDir/core_golden_segmented_routed.dcp -additional $outputDir/caliptra_fpga_project.runs/impl_1/caliptra_fpga_project_bd_wrapper_routed.dcp
236236
}
237237
# Copy the PDI containing runtime info to a more convenient location.
238238
file copy $outputDir/caliptra_fpga_project.runs/impl_1/caliptra_fpga_project_bd_wrapper_pld.pdi $outputDir/runtime_$VERSION.pdi

0 commit comments

Comments
 (0)