FPGA playground provides multiple small games or applications based on EP4CE115F23C7.
node: v23.3.0
uv: 0.5.5
- Create a quartus project, add the Verilog files in the verilog folder to the project, compile and download. The pin binding is as shown in the figure:
- Connect the UART interface on the development board to the USB interface on the computer, and select the corresponding serial port number in the program.
- Then start your fun journey.
# Install dependencies
npm install
cd api && uv sync
# Run the app in development mode
npm run start
# Package the app
npm run package
# Make the app
npm run make