Skip to main content

term_to_verilog

Function term_to_verilog 

Source
pub fn term_to_verilog(term: &Term) -> String
Expand description

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.