David Biancolin
David Biancolin
This makes the syntax prescribed in the docs function correctly. You'd need to specify: ` :""` otherwise. #### Related PRs / Issues #### UI / API Impact #### Verilog /...
This PR introduces a `mm_magic_t` as a model for CPU-host memory (`simif_emul_t::cpu_mem`), and then plumbs the AXI4 interface from the stream engine through the various shim + harness interfaces to...
There's a whole lotta jank in here, i'm going to clean it up and cut it into pieces. I'm going to split it up into: 1) Metasimulation fixes (some captured...
Fixes a bug where the larges bin would not increment. As part of fixing the bug, i've improved the generation scheme, and added some tests to ensure the memory_stats.csv file...
I find this incredible useful when debugging simulators that hang. Maybe others would too. It's a bit of hack because doing it right depends (I think?) on looking up state...
### Background Work - [X] Yes, I searched the [mailing list](https://groups.google.com/forum/#!forum/firesim) - [X] Yes, I searched [prior issues](https://github.com/firesim/firesim/issues) - [X] Yes, I searched the [documentation](https://docs.fires.im/en/stable/) ### FireSim Version and Hash...
I ran into two issues: 1) The xclbin was never actually copied to the remote (unless i'm missing something?) 2) The way `xbutil reset` was invoked was broken, because the...
### Background Work - [X] Yes, I searched the [mailing list](https://groups.google.com/forum/#!forum/firesim) - [X] Yes, I searched [prior issues](https://github.com/firesim/firesim/issues) - [X] Yes, I searched the [documentation](https://docs.fires.im/en/stable/) ### FireSim Version and Hash...
- [x] Endpoint-based black box - [x] Conversion to FIRRTL stage - [ ] Blackbox support in FAME 1 transform - [ ] Dead code clean up
See firesim/firesim#372.