You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We need to add clock domain annotation to all variables if a module have multiple clock domains.
I think Veryl compiler can infer clock domains in almost cases like bwlow and it would be nace to support it.
i_a: input `a logic,
i_b: input `a logic,
let c: logic = a & b; // Clock domain of `c` can be infered
The text was updated successfully, but these errors were encountered:
We need to add clock domain annotation to all variables if a module have multiple clock domains.
I think Veryl compiler can infer clock domains in almost cases like bwlow and it would be nace to support it.
The text was updated successfully, but these errors were encountered: