mirror of
https://github.com/openhwgroup/cvw
synced 2025-02-11 06:05:49 +00:00
Have vivado triggering the ILA after the mismatch but the latency is way too long.
This commit is contained in:
parent
fa26c9a8b5
commit
74189e1e4b
@ -110,7 +110,7 @@ int main(int argc, char **argv){
|
|||||||
}
|
}
|
||||||
|
|
||||||
// step 1 open a pipe to vivado
|
// step 1 open a pipe to vivado
|
||||||
if (( VivadoPipeFP = popen("sort", "w")) == NULL){
|
if (( VivadoPipeFP = popen("vivado -mode tcl", "w")) == NULL){
|
||||||
perror("popen");
|
perror("popen");
|
||||||
exit(1);
|
exit(1);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user