Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 700 Bytes

README.md

File metadata and controls

28 lines (22 loc) · 700 Bytes

Flopoco dockerfile

This Dockerfile allow the containarisation of FloPoCo, a « generator of arithmetic cores (Floating-Point Cores, but not only) for FPGAs (but not only).»

Building the docker image

  • clone this repository
  • Go into the docker_build repository
cd docker_build
  • Build the docker image
docker build -t flopoco .

Setting a bash alias

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"

Enabling bash autocompletion

Execute the following command and follow it's indications :

flopoco BuildAutocomplete