Jiuyang Liu

Results 142 issues of Jiuyang Liu

**Type of issue**: Feature Request **Describe the solution you'd like** Provide an well-defined intmodule for DPI import and export **Additional context** **What is the use case for implementing this feature?**...

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

Feature

**Type of issue**: Bug Report **What is the current behavior?** See https://repo1.maven.org/maven2/org/chipsalliance/chisel-plugin_2.13.11/ https://repo1.maven.org/maven2/org/chipsalliance/chisel-plugin_2.13.10/ **What is the expected behavior?** plugin release to all versions

Maintaining two build system is a burden. This PR migrates SBT to Mill for simpler build flow management. There are things to be done: - [ ] mima check -...

Internal

The reason this API need to be rewritten is because `SerializableModuleGenerator[_, _]` cannot live in a collection(e.g. Seq, Map), since the types of `SerializableModule` and `SerializableModuleParameter` are unbounded. Basically I...

API Modification

**Type of issue**: feature request **Impact**: API modification **Development Phase**: request Chisel 6 has supports a lot of new feature that is necessary for better Verilog emission(`typeName`, `group`), better metadata(`Property`,...

- add sonatype snapshots repo for test chisel releases - implement new decoder - test new decoder via Chisel 5.1.0 **Related issue**: **Type of change**: bug report | feature request...

Since verilator 5 supports `--timing`, makes rocketchip being able to use pure SystemVerilog+DPI tests to align with commercial tools like VCS. This PR adds a demo DPI test framework for...

Original `IDecode.scala` is really hard to maintain which use the view from each instruction rather than each control field. This PR remove original decoder with new [DecodeTable] in Chisel. It...

Current decoder is brittle. chipsalliance/chisel3#2924 provides a better solution to decoders. We need to swap to it for a better decoder structure. **Type of issue**: feature request **Impact**: no functional...

proposal