lab 10 fpga security gate
In this lab we will use the BASYS 3 board and an Arduino to implement the logic for a security gate. The gate has a panel will use 5 switches. The switches sw4,sw3,sw2,sw1,sw0 need to be set to a secret pattern of sw4=1,sw3=0,sw2=0,sw1=1,sw0=1 to open the gate. The project has been split into 2 components. …