Pipelining helper that uses the context for signals clk/enable/reset
Logic localFlop(Logic input) => condFlop(clk, input, en: enable, reset: reset);