diff --git a/fpga/rvvidaemon/rvvidaemon.c b/fpga/rvvidaemon/rvvidaemon.c index f6019dd19..b2ccc2b63 100644 --- a/fpga/rvvidaemon/rvvidaemon.c +++ b/fpga/rvvidaemon/rvvidaemon.c @@ -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); }