Hello,
Why are unused LEDs dimly lit but the rest of the FPGA is working as expected? What is the best way to ensure all unused LEDs are off?
Thank you,
Jeremy
The code is working fine except that LEDs [9:1] are dimly lit. I am using the free software - Quartus Prime Lite 18.1 and the ModelSim. module Mux_4_to_1 (Mux_Out, Sel, Mux_In); input [1:0] Sel;...