Skip to content

Commit cdc0b52

Browse files
authored and
committed
added files to installer, better file selection
1 parent da513ae commit cdc0b52

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

Diff for: installer.cfg

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ version=2.7.13
1212
packages = serial
1313
intelhex
1414

15-
files = tinyfpgab.py
16-
15+
files = b-series/programmer/tinyfpgab.py
16+
a-series-programmer/python/tinyfpgaa.py

Diff for: tinyfpga-programmer-gui.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -329,8 +329,7 @@ def select_bitstream_file_cmd():
329329
filename = tkFileDialog.askopenfilename(
330330
title = "Select file",
331331
filetypes = [
332-
('FPGA Hex Files', '.hex'),
333-
('FPGA JEDEC Files', '.jed'),
332+
('FPGA Bitstream Files', ('.hex', '.jed')),
334333
('all files', '.*')
335334
]
336335
)

0 commit comments

Comments
 (0)