hwyang / B-Tree_FloorPlan_Implementation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

--How to Compile
  In /src directory, enter the following command:
  $ make
  It will generate the executable file "hw3" in "/bin/"

  $ make clean
  It will remove the executable file

--How to Run
  In /src directory, enter the following command:
  $ ../bin/<exe> <*.hardblocks> <*.nets> <*.pl> <*.floorplan> <dead_space_ratio>
  e.g.:
  $ ../bin/hw3 ../testcases/n100.hardblocks ../testcases/n100.nets  ../testcases/n100.pl ../output/n100.floorplan 0.1

  In /bin directory, enter the following command:
  $ ./<exe> <*.hardblocks> <*.nets *.pl> <*.floorplan> <dead_space_ratio>
  e.g.:
  $ ./hw3 ../testcases/n100.hardblocks ../testcases/n100.nets  ../testcases/n100.pl ../output/n100.floorplan 0.1

About


Languages

Language:C++ 59.3%Language:Perl 40.4%Language:Makefile 0.3%