Skip to content

lforg37/flopoco-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published