# Example 1 Grid Input Format # Created by Niraj Shah # Please see the cooresponding figure to visualize this # grid layout! DIMENSIONS 7 6 # Set up the dimensions to have 7 rows and 6 columns NUMLAYERS 1 # Please note that this is an optional tag for this example. # Since our design only has a single, bidirectional layer, # it is not necessary to include this line. The parser will # simply assume that there is a single layer named LAYER_1 # that is bidirectional DEFEDGECAP 4 5 # This sets the default edge or track capacities to be # 4 for all horizontal tracks and # 5 for all vertical tracks LAYER_1 B # This specifies that LAYER_1 has both vertical and horizontal # routing tracks. Again, please see the comment under the # NUMLAYERS tag to see how this was tag was already implied # THAT IS ALL FOR EXAMPLE 1!!!