.\" Text automatically generated by txt2man .TH GRAYWOLF 1 "11 October 2015" "" "" .SH NAME \fBgraywolf \fP- placement tool for digital VLSI design \fB .SH SYNOPSIS .nf .fam C \fBgraywolf\fP [\fIoptions\fP] \fIdesignName\fP [\fIwindowId\fP] [\fIflowdirectory\fP] .fam T .fi .fam T .fi .SH DESCRIPTION This is a utility used to perform placement of digital VLSI designs. It is based on some code from the early 90s and it is one of the building blocks of the open source qflow digital design flow. .RE .PP .SH OPTIONS .TP .B \fB-n\fP no graphics .TP .B \fB-d\fP prints debug info and performs extensive error checking .TP .B \fB-g\fP general mode .TP .B \fB-p\fP pick mode .TP .B \fB-w\fP parasite mode will inherit a window .SH USAGE Typically, you would be in a directory with a [DESIGN].cel file and a [DESIGN].par file and then run: .PP .nf .fam C graywolf [DESIGN] .fam T .fi where [DESIGN] is the file name of the design. More information about the input and output files is found below. .PP However, it is recommended to use the qflow digital design flow instead of running \fBgraywolf\fP directly. qflow prepares the input files from standardized files, and converts the output to standardized files. .SH INPUT Two input files are necessary to run graywolf. A .cel file containing the design, and a .par file containing the parameters which define the technology. The .cel file may be created from a .blif design file and a .lef library file with the script "blif2cel.tcl" in the qflow package. .SH OUTPUT The main output from \fBgraywolf\fP is a .pl1 file containing the layout of the design. This may be converted to a .def file using the script "place2def.tcl" in the qflow package. A .def file is a standardized description of a layout. .RE .PP .SH SEE ALSO \fBqflow\fP(1) .SH AUTHOR This manual page was written by Ruben Undheim for the Debian project (and may be used by others).