Skip to content

Commit

Permalink
add build instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
rmanohar committed Aug 8, 2024
1 parent 7c3b0e2 commit f5cd177
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,12 @@ end
## SDF

SDF files are read once for the entire design, starting at the top-level. SDF annotations are matched using `CELLTYPE` and `INSTANCE` fields. The `CELLTYPE` field matches the process name, and `INSTANCE` field matches the ACT instance.


## Build instructions

This library is for use with [the ACT toolkit](https://github.com/asyncvlsi/act).

* Please install the ACT toolkit first; installation instructions are [here](https://github.com/asyncvlsi/act/blob/master/README.md).
* Build this program using the standard ACT tool install instructions [here](https://github.com/asyncvlsi/act/blob/master/README_tool.md).

0 comments on commit f5cd177

Please sign in to comment.