-
Notifications
You must be signed in to change notification settings - Fork 301
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #141 from mathursanjiv/use_new_abc
Use berkeley ABC in yosys build
- Loading branch information
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
FROM openroad/yosys-dev AS builder | ||
COPY . /yosys | ||
WORKDIR /yosys | ||
RUN make PREFIX=/install CONFIG=gcc install -j$(nproc) | ||
RUN make PREFIX=/install CONFIG=gcc ABCREV=62180f3 ABCURL=https://github.com/berkeley-abc/abc install -j$(nproc) |