pub fn build_verilated_struct(
macro_name: &str,
top_name: LitStr,
source_path: LitStr,
verilog_ports: Vec<(String, usize, usize, PortDirection)>,
clock_port: Option<LitStr>,
reset_port: Option<LitStr>,
item: TokenStream,
) -> TokenStream