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