Have vivado triggering the ILA after the mismatch but the latency is way too long.

This commit is contained in:
Ross Thompson 2024-06-25 17:04:14 -07:00
parent fa26c9a8b5
commit 74189e1e4b

View File

@ -110,7 +110,7 @@ int main(int argc, char **argv){
}
// step 1 open a pipe to vivado
if (( VivadoPipeFP = popen("sort", "w")) == NULL){
if (( VivadoPipeFP = popen("vivado -mode tcl", "w")) == NULL){
perror("popen");
exit(1);
}