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