sadjadtu
sadjadtu
Hello. Inside the prim_edn_req.sv module, there are some ports and signals, types of which are defined from a package named "edn_pkg", while there is no such a package in the...
I designed a Control-flow integrity checker module, implemented it inside the ibex core and it works correctly. Now I want to automatically generate stuck-at faults affecting all signals of the...
I am trying to build simulation, but I got this error: ERROR: ../src/lowrisc_ibex_ibex_simple_system_core_0/ibex_simple_system.cc: In member function ‘std::__cxx11::string SimpleSystem::GetIsaString() const’: ../src/lowrisc_ibex_ibex_simple_system_core_0/ibex_simple_system.cc:40:46: error: ‘class Vibex_simple_system_ibex_simple_system’ has no member named ‘RV32E’; did you...
How can I integrate a new component to the Ibex simple system? I have already compiled and simulate my software with Ibex simple system. Now I am trying to create...
My program uses some of the memory addresses as primary inputs. Is there any way to initialize these addresses before stating simulation? I am trying to simulate my software on...