CPLD tool: Rename to cpld_bitstream.py
by Jared Boone 6 years 4 months
057b9273
LED: Refactor halt function from CPLD update to co...
by Jared Boone 6 years 4 months
LED: Refactor halt function from CPLD update to core API.

Also call if CPLD load fails.
75adda31
CPLD: Load bitstream to SRAM at start-up.
by Jared Boone 6 years 4 months
afb55e18
CPLD tool: Tweaks to produce cleaner program and v...
by Jared Boone 6 years 4 months
CPLD tool: Tweaks to produce cleaner program and verify structs.
e7424dfc
CPLD tool: Ignore .pyc files that get pooped out w...
by Jared Boone 6 years 4 months
CPLD tool: Ignore .pyc files that get pooped out with firmware tools.
a04ed17a
CPLD tool: Add code generation, more bitstream che...
by Jared Boone 6 years 4 months
CPLD tool: Add code generation, more bitstream checks.

Code is now generated from programming block, checked against verify block, and also provides mask for verification process.
9aa3a78d
CPLD tool: Add checksum and code generation mode f...
by Jared Boone 6 years 4 months
CPLD tool: Add checksum and code generation mode flags.
f7018664
CPLD tool: Add arguments help.
by Jared Boone 6 years 4 months
5695f29c
CPLD tool: Remove commented code.
by Jared Boone 6 years 4 months
0b4c714e
CPLD tool: Flag to use crcmod library.
by Jared Boone 6 years 4 months
30cd9586
Report a bug