macro_rules! hls_host_put_word {
    ($sim: ident, $clock: ident, $uut: ident, $($fifo:ident).*, $val: expr) => { ... };
}