Guest
#5416491
I'm at the beginner level in VHDL programming. Recently, I would like to develop a component in VHDL using an application with 4 LEDs connected to an FPGA board. By controlling the FPGA with a controlword/-byte the following functions need to be implemented for the LEDs: The 4 LEDs should be controllable unindependantly in brightness 10%, 30%, 60%, 85% and in frequency 0.2Hz, 0.5Hz, 1Hz, 2Hz. The chosen functionality should be repeated until another controlbyte is given. Any help or hints would be much appreciated to solve the task.