macro_rules! hls_host_get_words {
    ($sim: ident, $clock: ident, $uut: ident, $($fifo: ident).+, $count: expr) => { ... };
}