DRAGON 2.23 Copyright (c) 2001-2002 ER Lab Computer Science Department University of California, Los Angeles Please check http://er.cs.ucla.edu/Dragon for update. please report problems and bugs to xjyang@cs.ucla.edu Usage: dragon [-f aux_file | -q config_file | design-name] [-options] aux_file: bookshelf format auxilary file name; config_file: LEF/DEF format config file name; options: -tw TimberWolf format input; -yal YAL format input (with -row or .gdp file); -fd Fixed-die placement (for bookshelf or LEF/DEF format only); -dp Detailed Placement (greedy improvement) ; -row number of rows (for TimberWolf/YAL format only); -fast fast mode (worse quality); -rs row_spacing 0.0-1.0 (from 0 to standard cell height); -dis creates a display file(.disp), use pdisp to display it; -pc center-of-cell for .pl file in bookshelf; -con congestion reduction as the post-processing step; -cbin m n bin grids for congestion reduction; -cp v h vertical/horizontal edge capacities for congestion reduction; Output file: TW/YAL format: circuit.pl1.new Bookshelf: circuit_Dragon.pl Examples: dragon -f ibm01.aux (Bookshelf format, default options) dragon -f ibm01.aux -fast (Bookshelf format, fast mode) dragon -q config -fd (LEF/DEF format, fixed-die mode) dragon -f ibm01.aux -fd (Bookshelf format, fixed-die mode) dragon ibm01 -yal (YAL format) dragon ibm01 -tw (TimberWolf format) dragon ibm01 -book (Bookshelf format) dragon -f ibm01.aux -con -cp 12 14 -cbin 64 64 (congestion post-processing)