pub fn term_to_verilog(term: &Term) -> String
Convert a kernel Term to a SystemVerilog expression string.
This handles the hardware-specific subset of kernel Terms: gate operations, constants, variables, and their compositions.