mirror of https://github.com/efabless/caravel.git
add `empty_macro_1`
This commit is contained in:
parent
cfe7a4632a
commit
3e7af79115
Binary file not shown.
|
@ -0,0 +1,11 @@
|
||||||
|
VERSION 5.7 ;
|
||||||
|
NOWIREEXTENSIONATPIN ON ;
|
||||||
|
DIVIDERCHAR "/" ;
|
||||||
|
BUSBITCHARS "[]" ;
|
||||||
|
MACRO empty_macro_1
|
||||||
|
CLASS BLOCK ;
|
||||||
|
FOREIGN empty_macro_1 ;
|
||||||
|
ORIGIN 0.000 0.000 ;
|
||||||
|
SIZE 120.000 BY 200.000 ;
|
||||||
|
END empty_macro_1
|
||||||
|
END LIBRARY
|
|
@ -0,0 +1,9 @@
|
||||||
|
magic
|
||||||
|
tech sky130A
|
||||||
|
magscale 1 2
|
||||||
|
timestamp 1513057733
|
||||||
|
<< checkpaint >>
|
||||||
|
rect -1260 -1260 1261 1261
|
||||||
|
<< properties >>
|
||||||
|
string FIXED_BBOX 0 0 200 200
|
||||||
|
<< end >>
|
|
@ -0,0 +1,2 @@
|
||||||
|
module empty_macro_1 ();
|
||||||
|
endmodule
|
Loading…
Reference in New Issue