read_saif ref missing instance resolves #406

Signed-off-by: James Cherry <cherry@parallaxsw.com>
This commit is contained in:
James Cherry
2026-03-24 10:31:24 -07:00
parent 3ec34c571e
commit f4048cdf3e
7 changed files with 42 additions and 1 deletions

View File

@@ -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"; }
}
}
}