Works fully in simulation, two cases:
- Upon run, display 4321 at 7seg
- If ioDip[0][0] is up, shows 5 at 7seg. This uses given library module
binToDec.luc
Compilation is successful. Case (1) works as expected:
but case (2) does not display anything on the 7seg:
Cause: the output of binToDec.digits[2:0] of show 1011 1011 1011
instead of 1010 1010 0101
, so the 7 seg does not light up.
Tested on AlchitryLabV2 latest commit when this readme is written: 7571d63bba25ac28f8cdf8994c583705cda22ad4 using Vivado 2023.2.