Sign in
foss-eda-tools
/
skywater-src-nda
/
d2c5021a49fe2d18e1092970a921217aa66f4c1b
/
.
/
s130
/
V2.1.301
/
PROGS
/
SKILL
/
config
/
pcios
/
ilexec
/
CDRstart
blob: b2596fbc49ed83a9fbf74fe97db6a19835fa79fa [
file
] [
log
] [
blame
]
procedure
(
timed
(
v
)
;;
hiRegTimer
(
"CDRinsts() timed(v)"
50
)
;;(
println
"hello"
)
;;
hiRegTimer
((
sprintf
nil
"(println \"hello\") timed(%d)"
v
)
v
)
hiRegTimer
((
sprintf
nil
"CDRinsts() timed(%d)"
v
)
v
)
)