Skip to content

The-OpenROAD-Project-Attic/OpenPhySynHelloTransform

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OpenPhySyn Hello Transform

A simple template for building Physical Synthesis transforms for OpenPhySyn physical synthesis tool.

Building

Build by making a build directory (i.e. build/), run cmake .. in that directory, and then use make to build the desired target.

Example:

> mkdir build && cd build
> cmake .. -DPSN_HOME=<OpenPhySyn Source Code Path> \
> -DOPENDB_HOME=<OpenDB Source Code Directory> \
> -DOPENSTA_HOME=<OpenSTA Source Code Directory>
> make
> make install # Or sudo make install

Usage

> ./Psn
> import_lef <lef file>
> import_def <def file>
> # Add random wire
> transform hello_transform net1
> export_def out.def

About

Template transform for OpenPhySyn physical synthesis kit

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published