You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There was an instance where width32 and width48 were created (ran using the same code). However, when trying to generate a bitstream, it ran into an error:
error copying "/home/user/galapagos/projects/middleware_test/1/1.runs/impl_1/shellTop.sysdef": no such file or directory
while executing
"file copy -force $project_path/$project_name.runs/impl_1/shellTop.sysdef $project_path/$project_name.sdk/shellTop.hdf"
invoked from within
"if { $start_synth != 0 } {
update_compile_order -fileset sources_1
generate_target all [get_files $project_path/$project_name.srcs/sources_1/..."
(file "shells/tclScripts/make_shell.tcl" line 274)
Environment variable to generate the width32 and width48 cores are not being set properly in the container
The text was updated successfully, but these errors were encountered: