The-OpenROAD-Project / yosys

Logic synthesis and ABC based optimization
ISC License
46 stars 41 forks source link

add Dockerfile to integrate with the 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 .

Binaries are in /build directory.