mirror of
https://github.com/trabucayre/openFPGALoader.git
synced 2026-08-30 09:59:03 +02:00
main: update to pass device type and prog type to altera class
This commit is contained in:
+1
-1
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user