The-OpenROAD-Project-Attic / ioPlacer

IO and Pin Placer for Floorplan-Placement Subflow
BSD 3-Clause "New" or "Revised" License
23 stars 11 forks source link

add Dockerfile to support OpenROAD unified build #6

Closed abdelrahmanhosny closed 5 years ago

abdelrahmanhosny commented 5 years ago

This pull request adds a Dockerfile to the repository to integrate in the unified build environment. The image is based on centos6, which is the agreed build environment for OpenROAD.

To build: docker build -t <image_name> .

Binaries are in /build directory, which can also be run from within the container.