Skip to content

sha3er97/Routing_simulation

Repository files navigation

Routing_simulation

Simulation for our routing algorithm and comparing it with two others algorithms.

Prerequisites

  1. g++ compiler.
  2. java IDE(eclipse, IntelliJ, ...).

How To Run

  1. Run netsRegions file with inputs chipSizex, ChipSizey, regionSizex, regionSizey and netsNum. for example:
$ g++ netsRegions.cpp -o netsRegions 
$ ./netsRegions 15 20 4 3 20

The output will be in file called "Nets.txt" and the output contains pairs of lines. each pair descripes a net, The first line in the pair is the start and end points for the net, the second line contains the regions that net paths by.

  1. Run the java project with IDE(eclipse, IntelliJ, ...) and get the output (running time).

Team members

Ayman Azzam

Mostafa Waleed

Menna Fekry

Reham Ali

About

Simulation for our routing algorithm and comparing it with two others algorithms.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors