[][src]Constant kaze::MAX_SIGNAL_BIT_WIDTH

pub const MAX_SIGNAL_BIT_WIDTH: u32 = 128;

The maximum allowed bit width for any given Signal.

This is currently set to 128 to simplify simulator code generation, since it allows the generated code to rely purely on native integer types provided by Rust's standard library for storage, arithmetic, etc. Larger widths may be supported in a future version of this library.