macro_rules! assert_verilog_eq {
($left:expr, $right:expr $(,)?) => { ... };
($left:expr, $right:expr, $($arg:tt)+) => { ... };
}Expand description
Compare Verilog as strings up to indentation.
macro_rules! assert_verilog_eq {
($left:expr, $right:expr $(,)?) => { ... };
($left:expr, $right:expr, $($arg:tt)+) => { ... };
}Compare Verilog as strings up to indentation.