Jiuyang Liu

Results 276 comments of Jiuyang Liu

FYI those script has been removed by https://github.com/chipsalliance/firrtl/pull/2202 and MFC has corresponding features, I think those scripts should be removed rather than bumping to py3

https://github.com/chipsalliance/rocket-chip/blob/8b52a6f657823f1cfad703df8376d8f90c042ac0/build.sc#L64 I think we should blame this lane, for users don't need run CI environments, they should still be able to edit the codes.

I looked around and saw this PR. I wonder if it would be possible to provide a tool from mill to expose all ivy as json as the lock file....

You can solve it via hack like this: https://github.com/chipsalliance/rocket-chip/blob/e3773366a5c473b6b45107f037e3130f4d667238/build.sc#L24 It's kinda codegen issue, but I think this simple work around is affordable

Yes I just checked those infos befor submitting this issue. Let me know what I can contribute to make this happening.

Actually, for the build script trigger reevaluating issue, I wonder if it’s possible to manually give each Module a version to reduce this behavior, which may give the chance to...

another(maybe unrelative) question is: Is possible to get the full reason why a target is reevaluated, I thought when input is same caching should work, but have no idea to...

What I have been dreaming that `PathRef` can only store the hash of a file, and add an new API to access file system.

tests will be added soon, but I need some comments from viewer firstly, because this is a functional change, which also need some API changes from chisel3. https://github.com/freechipsproject/firrtl/issues/695 used to...