The-OpenROAD-Project / TritonCTS

Source codes and calibration scripts for clock tree synthesis
BSD 3-Clause "New" or "Revised" License
39 stars 12 forks source link

add Dockerfile to integrate with OpenROAD unified build #21

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.