David Mallasén Quintana
David Mallasén Quintana
Hello, The latest version of the repo (8d893fb647d758bed5876307c64caa6adbc89f97) triggers a segmentation fault when trying to simulate using QuestaSim. This does not happen with commit 00236be3d8552f93a0bebda8f9820ec54b64a000 . The steps I have...
Hello! I'm having some trouble using Universal for RISC-V. I have a small test project with the following directories: ~~~ test_universal/ build/ src/ mymain.cpp CMakeLists.txt ~~~ The content of CMakeLists.txt...
Following issue #343. Everything seems to be working fine, but I still get different results in my application. Maybe the problem is not in the basic operations but in some...
Hello, Is there any implementation obtaining the exact value of a large posit without interfacing with `long double`? That's what I've seen that is done in this `to_string` function: https://github.com/stillwater-sc/universal/blob/e6ef6d76d2012c0261c6b480a37b78b30470d419/include/universal/number/posit/posit_impl.hpp#L1735C22-L1735C22...
Hello, When reading numbers from a file to the fp16 format using `std::ifstream`, I'm getting an error: ~~~ undefined reference to `std::istream& sw::universal::operator>>(std::istream&, sw::universal::cfloat&)' ~~~ I think this could be...
## Issue_req.id not updating and missing commit_valid ### Component Issues in the RTL ### Steps to Reproduce Git hash: b66765acf650493901b6d3e7b44eb37bd2598f4a Hello, In the same setup as issue #800 , the...
## Redundant mem_result when using CORE-V-XIF ### Component Issues in the RTL ### Steps to Reproduce Git hash: v0.8.0 974ca469f3a7598e99b5c6eb9d6a4b355fe8c9da Hello, I'm using CV32E40X inside [X-HEEP](https://github.com/esl-epfl/x-heep) together with a coprocessor...
Allow users to use [miniconda](https://docs.conda.io/projects/miniconda/en/latest/) to set up the Python environment and packages.
Since the software stack supported by the Jetson Nano is no longer going to be updated, move all of the dependencies and code to a new branch to not hinder...
Creating a diagram of the project and how the different modules interact with each other would ease the development process. This could be added to the documentation to better navigate...