Jiuyang Liu

Results 142 issues of Jiuyang Liu

**Type of issue**: Feature Request **Is your feature request related to a problem? Please describe.**: The maintenance burden of sbt+sbt is unnecessary, we should kill sbt and switch flow to...

**Type of issue**: Feature Request **Is your feature request related to a problem? Please describe.** `printf` only can print to `stdout`, when design is big, it will be unreasonable to...

Reference: https://mill-build.com/mill/contrib/versionfile.html This provide a unified version management target for future releasing. After switch to mill, I'd like to store all dependency versions to `version` folder for reference, CI bump...

Internal
No Release Notes

**Type of issue**: Feature Request Old Scalafmt will has some parsing issues, see #3992. We need to upgrade it, but seems it is not compatible, we may need to reformat...

Splitting Definition and Instance is what we all agreed for a long time. Currently we have a D/I API for it. However there still exist shortages: - D/I only happens...

For long vector machine, e.g. 4K~16K or more VLEN, it always implements the Cray-like architecture. However, for architecture like this: - they are always chaining; - for each load store,...

This is needed for RC bumping after chipsalliance/rocket-chip#2967 get merged.

It seems in the remote machine, although this plugin is installed, it will still try to copy url to remote `xsel` rather than the local machine.

enhancement

**Type of issue**: Feature Request **Is your feature request related to a problem? Please describe.** Add default connection feature support to Connectable. **Describe the solution you'd like** I'm not sure...

Chisel provides a **unsafe** version of get class type: `Class.unsafeGetClassTypeByName`, this is used when user need a Class Type w/o get the Scala val of which. This will cause an...