Skip to content

Commit

Permalink
Remove "Xilinx" from mkimage output
Browse files Browse the repository at this point in the history
mkimage.py was referring to all FPGA bitstreams as "Xilinx FPGA
bitstreams"
  • Loading branch information
niklasnisbeth committed Dec 28, 2019
1 parent bd8bf78 commit 7b077f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mkimage.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ def main():
gateware = "Skipped"

print(("Gateware @ 0x{:08x} ({:10} bytes) {:60}"
" - Xilinx FPGA Bitstream"
" - FPGA Bitstream"
).format(gateware_pos, len(gateware_data), gateware))
print(" ".join("{:02x}".format(i) for i in gateware_data[:64]))
assert len(gateware_data) < platform.gateware_size
Expand Down

0 comments on commit 7b077f5

Please sign in to comment.