fpgasystems / Coyote

Framework providing operating system abstractions and a range of shared networking (RDMA, TCP/IP) and memory services to common modern heterogeneous platforms.
MIT License
207 stars 62 forks source link

make compile error #3

Closed crizy closed 2 years ago

crizy commented 3 years ago

when i run compile.tcl,error as follows,

set i 1

while {[file isdirectory "$projdir/hdl/config$i"]} {

incr i

}

set_property STEPS.WRITE_BITSTREAM.TCL.POST "$build_dir/post.tcl" [getruns "impl$i"]

WARNING: [Runs 36-537] File /home/crizy/pro/Coyote/hw/build/post.tcl is not part of fileset utils_1, but has specified as a Tcl hook script for run(s) impl_3. This file will not be handled as part of the project for archive and other project based functionality.

set cmd "reset_run impl_1 -prev_step "

eval $cmd

if {$cfg(en_pr) eq 1} {

set cmd "reset_run "

for {set j 1} {$j <= $i} {incr j} {

append cmd "impl_$j "

}

} else {

set cmd "reset_run "

append cmd "impl_1 "

}

eval $cmd

ERROR: [Common 17-165] Too many positional options when parsing 'impl_3', please type 'reset_runs -help' for usage info.

d-kor commented 2 years ago

Updated scripts.