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