[myhdl-list] Ignoring generators
Brought to you by:
jandecaluwe
From: Christopher F. <chr...@gm...> - 2014-08-27 15:23:36
|
Does it make sense to have a function attribute that can be set that allows conversion and tracing to ignore a myhdl generator? Example: @always_comb def logic(): # some logic logic.tracing = False logic.conversion = False Maybe a single attribute "analyze" that would cover both. Regards, Chris |