Skip to content

Commit

Permalink
add mprj_vias and padframe_power_connections views
Browse files Browse the repository at this point in the history
  • Loading branch information
mo-hosni committed Mar 18, 2024
1 parent 22a9c9a commit e73da3a
Show file tree
Hide file tree
Showing 6 changed files with 28 additions and 0 deletions.
Binary file added gds/mprj_vias.gds.gz
Binary file not shown.
Binary file added gds/padframe_power_connections.gds.gz
Binary file not shown.
12 changes: 12 additions & 0 deletions lef/mprj_vias.lef
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
VERSION 5.7 ;
NOWIREEXTENSIONATPIN ON ;
DIVIDERCHAR "/" ;
BUSBITCHARS "[]" ;
MACRO mprj_vias
CLASS BLOCK ;
FOREIGN mprj_vias ;
ORIGIN 0.000 0.000 ;
SIZE 0 BY 0 ;
END mprj_vias
END LIBRARY

12 changes: 12 additions & 0 deletions lef/padframe_power_connections.lef
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
VERSION 5.7 ;
NOWIREEXTENSIONATPIN ON ;
DIVIDERCHAR "/" ;
BUSBITCHARS "[]" ;
MACRO padframe_power_connections
CLASS BLOCK ;
FOREIGN padframe_power_connections ;
ORIGIN 0.000 0.000 ;
SIZE 0 BY 0 ;
END padframe_power_connections
END LIBRARY

2 changes: 2 additions & 0 deletions verilog/gl/mprj_vias.v
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
module mprj_vias ();
endmodule
2 changes: 2 additions & 0 deletions verilog/gl/padframe_power_connections.v
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
module padframe_power_connections ();
endmodule

0 comments on commit e73da3a

Please sign in to comment.