This website requires JavaScript.
Explore
Help
Register
Sign In
luke
/
OpenSTA
mirror of
https://github.com/The-OpenROAD-Project/OpenSTA.git
Watch
1
Star
0
Fork
You've already forked OpenSTA
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
d4ad9312ea
OpenSTA
/
util
/
test
/
util_report_string_log_bad_...
4 lines
87 B
Verilog
Raw
Blame
History
module
bad_design
(
input
a
,
output
b
)
;
NONEXISTENT_CELL
u1
(
.
A
(
a
)
,
.
Z
(
b
)
)
;
endmodule
Reference in New Issue
View Git Blame
Copy Permalink