hdl icon indicating copy to clipboard operation
hdl copied to clipboard

Omit intermediate signal generation if signals are bound directly to module instance

Open Jacajack opened this issue 2 years ago • 0 comments

Feature description

If an entire signal is bound directly to module instance interface, there's no need to create an additional intermediate signal.

In case of registers we want to have the additional signals accessible for debugging. Clock is the only exception. It would be nice if we didn't get an additional clk signal for each register.

Jacajack avatar Nov 25 '23 17:11 Jacajack