Jiuyang Liu

Results 142 issues of Jiuyang Liu

switch to decoder, recode InstructionType uop to OneHot, improve dispatch timing by removing useless Mux. (just a prototype, not guarantee the correctness ;p)

Currently crosscount only support 2,3,4, wanna request a release for crosscount=1.

I wanna maintain a notebook in multiple languages with same codes snippets. Basically, i18n should be the solution, wondering if possible for polynote supporting this feature.

help wanted
needs-more-info
ui

### Contributor Checklist - [ ] Did you add Scaladoc to every public function/method? - [ ] Did you add at least one test demonstrating the PR? - [ ]...

Discussed in previous dev-meetings: 1. `BitSet.terms` should be an internal API 2. `BitSet` might need have a new binding, supporting bitset operators, we need to use MFC to handle it.(After...

### Contributor Checklist - [ ] Did you add Scaladoc to every public function/method? - [ ] Did you add at least one test demonstrating the PR? - [ ]...

It's possible to add a prefix graph API to fine granularly control circuit PPA and optimize for post synthesizing from Chisel: This can benefit Add/Sub LeftOr/RightOr and other APIs **Type...

Although most of new features have their own unittest, they still not successfully cover some corner cases. I'm proposing a new CI infra to test some big projects(RocketChip/Chipyard/Xiangshan) with latest...

This PR adds user API `chisel3.experimental.registerFinishAction(block: () => Unit): Unit` to let user be able to append code blocks at end of a `Module`. Currently, A library-writer can add code...