xilinx: load_bridge: uses configBitstreamParser getFilename to print real name instead of theorical (with or without .gz)
This commit is contained in:
parent
6935936a92
commit
13cf0c59b9
|
|
@ -712,11 +712,11 @@ bool Xilinx::load_bridge()
|
|||
bitname = PathHelper::absolutePath(bitname);
|
||||
#endif
|
||||
|
||||
std::cout << "use: " << bitname << std::endl;
|
||||
|
||||
/* first: load spi over jtag */
|
||||
try {
|
||||
BitParser bridge(bitname, true, _verbose);
|
||||
printSuccess("Use: " + bridge.getFilename());
|
||||
|
||||
bridge.parse();
|
||||
if (_fpga_family == SPARTAN3_FAMILY)
|
||||
xc3s_flow_program(&bridge);
|
||||
|
|
|
|||
Loading…
Reference in New Issue