Skip to content

PulseRain/FpgaLimerick

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FPGA Limerick

Repository for FPGA Limerick

YouTube Channel

www.youtube.com/@pulserain

Blog

https://fpga.pulserain.com

Useful Scripts (Under Scripts Folder)

For shell scripts, please run them under WSL (Ubuntu 20.04)

  • wsl_setup.sh
    Use this script to setup the WSL environment, including all the packages, verilator, questa etc.

  • dummy_mac_addr.sh
    The MAC address under WSL is not fixed, which will cause problem for fixed seat license. And please modify this script to setup a dummy mac address that matches the license file.

  • make_new_prj.sh
    You can use this script to make a new project folder based on the HelloWorld template

  • xilinx_simlib.sh
    You can use this script to build Xilinx Simulation Library. Please make sure you setup XILINX_VIVADO and PATH correctly