Jiuyang Liu

Results 339 comments of Jiuyang Liu

I encountered the deserialization problem in this PR: `module` and `parameter` are read from json via `ujson` at runtime. which means we cannot use whichbox(macro) to construct it at compile...

Maybe use scala plugin to traverse code and find all `SerializableModule` and create a companion concrete class `SerializableGenerator`, so that the scala reflection will have concrete class to construct.

Ok this is still impossible even with the scala compiler plugin. Since for Seq[SerModule], elements of which are from runtime, and there seems to be no way to pass the...

I wish Chisel could support Scala3 in the future, so that we can have the dependent type to resolve such issues.... We may need to consider switching to runtime json...

@jackkoenig This was the draft PR which I mentioned in the dev meeting.

Discussed in dev-meeting, this request is reasonable, after think about it for another night, I think we have two pending feature requests: 1: `printf` may need be able to consume...

Just wonder if possible to share the cases among firrtl, verilog.

I think what you really need here is the Decoder design pattern. From my RTL experience, I prefer using when only in the control path.

question to @jackkoenig, How do I handle the `microsite`? Some possible replacement: - https://github.com/atooni/mill-docusaurus2 - https://github.com/lefou/mill-jbake

Discussed in the dev-meeting, we should keep the website content and migrate to other static website generator. (personally preference: https://antora.org/)