Sign in
foss-eda-tools
/
third_party
/
shuttle
/
sky130
/
mpw-001
/
slot-021
/
d477f78d45b2a1717b40f0481c0f3f0602199331
/
.
/
dv
/
bringup
/
python
/
bringup_tb.py
blob: 68e81355742cd10f8639977fea5fa684283ce7c5 [
file
] [
log
] [
blame
]
'''
Created on Nov 21, 2020
@author: mballance
'''
import
cocotb
@cocotb
.
test
()
async
def
test
(
root
):
print
(
"Hello"
)