vmware-archive / cascade

A Just-In-Time Compiler for Verilog from VMware Research

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

quartus_server checks Quartus programs that it never uses, and doesn't check ones that it uses

yurivict opened this issue · comments

It checks bin/quartus_pgm but it is never used in the code: https://github.com/vmware/cascade/blob/master/src/cascade/target/core/avmm/de10/quartus_server.cc#L81

It uses bin/quartus_cpf https://github.com/vmware/cascade/blob/master/share/cascade/de10/assemble_de10.sh#L6 but it doesn't check for it in QuartusServer::error().