Quick start microchip fpga development with a podman container
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
penguin ccb46dd22e reinit repo 3 months ago
installers reinit repo 3 months ago
licenses reinit repo 3 months ago
scripts reinit repo 3 months ago
.gitignore reinit repo 3 months ago
Dockerfile reinit repo 3 months ago
LICENSE reinit repo 3 months ago
Makefile reinit repo 3 months ago
README.org reinit repo 3 months ago

README.org

Installing Microchip Tools via podman or docker

Download the Libero and SoftConsole installers

  • Download Libero from here.
  • Place it in ./installers/
  • Download SoftConsole from here.
  • Place it in ./installers/

Unzip libero:

cd installers
unzip Libero_soc_*.*_web_lin.zip
cd ..

TODO Request a License from Microchip

TODO Install the license

Build the container

podman build -t microchip_tools .

TODO Running Libero from outside the container