fjmcde / DE10-Lite-Stopwatch

Course project for my ECEN 2360 Programming Digital Systems class. Written in NIOS II GNU assembly for the DE10-Lite FPGA
0 stars 0 forks source link

Convert counter data to align with seven segment display format #1

Closed fjmcde closed 1 year ago

fjmcde commented 1 year ago

Currently the encode_sseg function doesn't convert the raw counter data to be properly displayed on the seven segment displays. The sseg.s file contains the equivalent values for proper conversion. Just need to implement the branch structure for C-style switch-like logic.

fjmcde commented 1 year ago

A smaller helper function has been created to convert the raw counter values into valid seven-segment display bytes. Done.