Shunning Jiang

Results 12 comments of Shunning Jiang

@cbatten I have a new idea. How about putting Yixiao's stuff in stdlib/example/?

> What exactly is "Yixiao's stuff"? I don't think we should have example in stdlib ... stdlib is meant to be installed ... This PR has two parts. One part...

Sorry guys but I think we won't merge this PR into master due to the massive effort to make it work with the latest master. I will be porting some...

Finally the generic method interface PR is merged in. Now this PR looks much better and we can start to brainstorm where to put those stateful tests in a much...

It should be doable to implement DRAMSIM2 as a black-box C++ module in pymtl3 standard library. We don't have plan to do so yet though. Another question is that the...

> > It should be doable to implement DRAMSIM2 as a black-box C++ module in pymtl3 standard library. We don't have plan to do so yet though. Another question is...

Hi Xusine1131, Thanks for your interest. We are always aware of the absence of case statements and have discussed how to implement them. However, we haven't found any good solution...

> You might want to checkout what nmigen did. Sorry on my phone otherwise would provide a direct link. Well if the framework lets the user write code to construct...

> Thanks for your response @jsn1993. And here is my idea: > > 1. A normal case is that sometimes we need to build a LUT with the case statement,...

This is useful information! Regarding the missing Interface, I think what's happening is that in the file I wrote ```from pymtl import *```which basically imports everything from the top level...