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-01 18:36:42 +02:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
3f5f18cb9bebbdf4701c3e86aaa5463eb0f2b3d9
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