pub fn round_pipeline_verilog<const ROUNDS: usize>() -> Result<String, RHDLError>where
W<ROUNDS>: BitWidth,Expand description
Emits a registered round-pipeline prefix as Verilog.
ยงErrors
Returns an error if the specialization is invalid or RHDL cannot compile, lower, or render the synchronous circuit.