public static @interface Fpga.ClockedInput
Defines that an input pin of the Fpga or of an module should be clocked immediately.
Only the clocked signal is available.
If both, the non clocked and the clocked input should be used, then the FF for clock should be a part of a module.
Generally non clocked and clocked signals should only used for one specific logic part.