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