Commit b46f534d authored by Matthieu Cattin's avatar Matthieu Cattin

Uses stable fw instead of the test one.

parent 62ca3803
......@@ -216,7 +216,8 @@ if __name__ == "__main__":
# Load firmware to FPGA
default_directory = '.'
path_fpga_loader = '../../../gnurabbit/user/fpga_loader';
path_firmware = '../firmwares/spec_fmcadc100m14b4cha_test.bin';
#path_firmware = '../firmwares/spec_fmcadc100m14b4cha_test.bin';
path_firmware = '../firmwares/spec_fmcadc100m14b4cha.bin';
firmware_loader = os.path.join(default_directory, path_fpga_loader)
bitstream = os.path.join(default_directory, path_firmware)
print firmware_loader + ' ' + bitstream
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment