Jiuyang Liu
Jiuyang Liu
I'm not sure if this is a bug. If a constant e.g. `channelId` propagating to DPI function, it will be eliminated. I'm currently using a `dontTouch` to work around, but...
I use `WireDefault` to work around, but I think this is a bug which should be fixed by CIRCT:)
The current version of DPI-C cannot encode arg name of function call, if there are too much args, it will cause naming hell. see example: ```verilog import "DPI-C" function void...
- **[rtl] migrate T1 to FixedIOModule** - **[nix] use chisel#sequencer/t1 to workaround bug** - **[nix] bump upickle** - **[build system] add rocketv build target** - **[build system] implement the generic...
- **[nix] add amba to dependency** - **[rtl] switch T1 TileLink to AXI4** - **[tmp] switch to native dpi for now** - **[tmp] drop subsystem for now** - **[ipemu] rewrite...
In our build flow, we split the fir elaboration phase and firtool phase into different sandboxes to enable build cache and reproducibility. which means they are not able to observe...