index
:
noncpu
main
wip
Unnamed repository; edit this file 'description' to name the repository.
Julian Blake Kongslie
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hdl
/
util.svh
blob: fa6ddc5d4dbe84a343295984a50abc9ee7033150 (
plain
) (
blame
)
1
2
`define input(x) type(x) x``_; assign x``_ = x; `define output(x) type(x) x``_; assign x = x``_;