mirror of
https://github.com/The-OpenROAD-Project/OpenSTA.git
synced 2026-09-01 02:17:08 +02:00
read_saif ref missing instance resolves #406
Signed-off-by: James Cherry <[email protected]>
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
library(min) {
|
||||
technology(cmos);
|
||||
time_unit : "1ns";
|
||||
voltage_unit : "1V";
|
||||
current_unit : "1mA";
|
||||
capacitive_load_unit(1, pf);
|
||||
cell(BUF) {
|
||||
pin(A) { direction : input; }
|
||||
pin(Y) { direction : output;
|
||||
function : "A";
|
||||
timing() { related_pin : "A"; }
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user