main: update to pass device type and prog type to altera class

This commit is contained in:
Gwenhael Goavec-Merou 2021-07-08 20:54:12 +02:00
parent 84bd19b19a
commit c99f5aa4e6
1 changed files with 1 additions and 1 deletions

View File

@ -366,7 +366,7 @@ int main(int argc, char **argv)
args.prg_type, args.fpga_part, args.verify, args.verbose);
} else if (fab == "altera") {
fpga = new Altera(jtag, args.bit_file, args.file_type,
args.verify, args.verbose);
args.prg_type, args.fpga_part, args.verify, args.verbose);
} else if (fab == "anlogic") {
fpga = new Anlogic(jtag, args.bit_file, args.file_type,
args.prg_type, args.verify, args.verbose);