This website requires JavaScript.
Explore
Help
Sign In
luke
/
OpenSTA
Watch
1
Star
0
Fork
0
mirror of
https://github.com/The-OpenROAD-Project/OpenSTA.git
synced
2026-09-02 10:48:35 +02:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
4a837e70c6dc6a35a33cde1dfb19ea35a8fa4dfe
OpenSTA
/
test
/
get_is_buffer.v
T
12 lines
123 B
Verilog
Raw
Normal View
History
Unescape
Escape
Fix
isBuffer
(
#329
)
2025-11-16 18:34:37 -05:00
module
dut
(
input
A
,
output
Y
);
sky130_fd_sc_hd__buf_2
buf_inst
(
.
A
(
A
),
.
X
(
Y
)
);
endmodule
Reference in New Issue
Copy Permalink