Tang Haojin

Results 12 issues of Tang Haojin

**Type of issue**: Bug Report **Please provide the steps to reproduce the problem:** ``` scala class Top extends Module {   val io = IO(Input(Bool()))   val inner = Module(new Inner)   when(io)...

bug

**Type of issue**: Bug Report **Please provide the steps to reproduce the problem:** ``` scala class Storage extends Bundle { val s1 = UInt(2.W) val s2 = Bool() } class...

**Type of issue**: Feature Request **Is your feature request related to a problem? Please describe.** **Describe the solution you'd like** Shall we support "%m" in `printf` (or more generally, `Printable`)...

Hi, I found that using `assert` with dynamic subaccess in firrtl would generate two different type but duplicated `assert` and `$fatal` in verilog. ## Duplicated `assert` and `$fatal` with dynamic...

This can help users who only build one core but then manually instantiate more than two cores in the SoC.

`/nfs-nvme` does not exist in `nodexxx` machines, which leads to ci failure. Change it to `/nfs` instead.