Vighnesh Iyer

Results 10 comments of Vighnesh Iyer

@benjaminmordaunt I also encountered this issue with GCC 11.2. A quick fix is to edit `$(PREFIX)/share/verilator/include/verilated.cpp` and add a line to include the header file that defines `std::numeric_limits` (`#include `)

Does anyone know how to resolve the Eclipse ECA error? I've created an account, signed the ECA, and verified that the email on the ECA matches the one used as...

Feel free to merge this now that the ECA issue is resolved, or update the PR to bump to an even more recent Verilator version or close this PR, thanks

Looks like -O1 also fails and using -O0 produces a very slow simulator (which may be acceptable for now). We should investigate further by bumping Verilator in the CVA6 repo....

@abejgonzalez The recently released Verilator v4.226 fixes the issues with the SPI testbench: confirmed locally. I pushed a bump to check CI for the other tests too. CVA6 still segfaults...

What would the flow look like if I wanted to use a custom version of riscv-isa-sim? If I were to clone it somewhere and compile it, how can I make...

Let's bump conda-lock to a modern version (v2+). And also update the setup docs. But I'm not sure if the new lockfiles can be read by conda-lock v1 - we...

Technically Pydantic doesn't perform precise validation on types upon deserialization (since it can coerce values found in the JSON to those annotated in the BaseModel). But it will validate that...

@gerdm I've forked this repo and made quite a few improvements (https://github.com/vighneshiyer/publications/tree/master/posters). Please give it a try! It's hard to distribute this 'HTML poster mishmash of files' as a library,...