/router

Physical Design for Nanometer ICs Programming Assignment 4

Primary LanguageC++MIT LicenseMIT

router

How to build

make

Usage

Usage:
  ./router [options] <input> <output>
Options:
  -h [ --help ]         Print help messages
  -g [ --dsg ] FILE     Draw spanning graph
  -t [ --dmst ] FILE    Draw minimum spanning tree
  -r [ --drmst ] FILE   Draw rectilinear minimum spanning tree
  --input FILE          Input
  --output FILE         Output