Nikos Ch. Papadopoulos
Nikos Ch. Papadopoulos
Hello, since the Alveo U50 board has HBM memory instead of DDR, do you know if it is feasible/easy to port your design to work with HBM?
Hello and thanks for your work in this repository. I am using Vivado 2018.3 for the VCU1525 board, is there an easy way to port your board files in the...
Hello and thanks for you effort in this project! I am trying to understand how do you support the clone() system call that native go application perform during startup. Also...
### 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...
Hello Eugene, since the maintainers of the Rocket Chip repository dropped support for Verilator, there is a gap between HW development and FPGA simulation (and of course debugging!). Do you...
Hello and thank you for this repository! I am trying to understand how can I pack the Vivado Project into an IP, so I can use it with other projects....
A memory leak occurred during indirect branch prediction lookups. When `SimpleIndirectPredictor::lookup` resulted in a hit, it would allocate a new `PCStateBase` object via `PCState::clone()` (using `new`). The pointer to this...
I am benchmarking gem5 using the RISC-V O3 model and have observed a significant increase in memory usage during benchmark execution. This memory growth eventually crashes the server when multiple...