PipelineC icon indicating copy to clipboard operation
PipelineC copied to clipboard

Missing case statement support

Open JulianKemmerer opened this issue 2 years ago • 1 comments

Cannot use case statements yet - must write as if-else branches.

Would open up opportunities for better N-1 mux infer... but how to autopipeline - similar to DSPs?

JulianKemmerer avatar May 25 '22 15:05 JulianKemmerer

Could this be done with AST transforms to IFs? Delay implementing synthesis-tool level case statement support/optimizations beyond simple compares and muxes?

JulianKemmerer avatar Jun 30 '22 23:06 JulianKemmerer