blob: f28735aeb57f82c2160649f38359a8d01a1e524e [file] [edit]
Forced input to be non-combinational
++++++++++++++++++++++++++++++++++++
In some cases `vlog_to_model` incorrectly detects sequential signals as combinational (such as a FF with enable signal).
A `NO_COMB` attribute is provided to specifically force an input to be non-combinational.