Forum Discussion
Altera_Forum
Honored Contributor
17 years ago --- Quote Start --- i do all these operations in 1 clk cycle --- Quote End --- I seems, that you're doing the operations in no clock cycle, respectively in combinational logic. If so, the optimizations that you name resource sharing actually don't affect the logical behaviour. If the assignment would be performed in clocked process, the a result register is one clock behind the input term and could not replace it in another expression.