Winging
Winging
OK, Thanks. I will investigate and discuss in detail with you later
I have a proposal below. I'd like to see your advice. ### Add a PreElaborateVisitor #### The visitor takes a scope as input, it will travel all child nodes in...
From the perspective of implementation, there is also diagnostics when the ast is generating. So I think we can't fully seprate a elaboration from it. This is also a problem...
I agree with you that we need a defparam eval loop. I am considering an elaboration of defparam. Could we just do an elaboration that only consider defparam statments/data declaration...
Hi Mike, I noticed that you have implemented much of the support of defparam which is much better than the solution I am implementing. I decide to follow the one...
There are mainly following cases that are not supported. defparam should not modify parameter outside that genereate block ``` module flop(wire logic a, wire logic b, wire logic c); real...
have you fixed this issue, I run into the same problem