This Dockerfile allow the containarisation of FloPoCo, a « generator of arithmetic cores (Floating-Point Cores, but not only) for FPGAs (but not only).»
- clone this repository
- Go into the
docker_build
repository
cd docker_build
- Build the docker image
docker build -t flopoco .
Set the following alias (you might want to put that line in your .bashrc) :
alias flopoco="docker run --rm=true -v $PWD:/flopoco_workspace flopoco"
Execute the following command and follow it's indications :
flopoco BuildAutocomplete