Dana Sorensen

Results 12 issues of Dana Sorensen

For Questa/Modelsim, the SCRIPT_FILE is currently run before the simulation is initialized using the vsim command In the common case where SCRIPT_FILE=wave.do, a file that sets up traces in the...

type:feature
category:simulators:questa
category:simulators:riviera
category:codebase:project-automation

Fixes #3029 For Questa/Modelsim, the SCRIPT_FILE is currently run before the simulation is initialized using the vsim command. In the common case where SCRIPT_FILE=wave.do, a file that sets up traces...

status:changes-requested
category:simulators:modelsim
category:simulators:questa
category:codebase:tests

Cocotb version 1.6.2 Ubuntu 18.04, 64-bit ModelSim SE-64 10.6 Python 3.9.13 venv I'm seeing an issue where concurrently awaiting for RisingEdge and FallingEdge on the same clock causes either or...

type:bug
category:simulators:questa

This is my attempt at implementing the ability to load/save specified maps via MQTT. It adds new valetudo/maploader/map/load and valetudo/maploader/map/save topics which accept a string payload containing the map name...

This looks like a great project! Is there currently any way to backup and restore a map? After a while the maps sometimes start to deteriorate and it would be...

Amazing extension! I'm running vscode on a windows machine, connected to a remote linux machine via SSH. I'm trying to have this remote workspace load a custom library for drawio....

I'm using a container that has its own init system. Part of the init process of the container is to create the container user. I'm running into an issue where...

First of all, incredible library. Well designed and well engineered. Thanks for your hard work! I'm testing a custom AXI module whose upstream master likes to drive all channel signals...

# Description of change Add support for the `is_signed`, `intwidth`, and `fracwidth` properties as discussed in [SystemRDL/#188](https://github.com/orgs/SystemRDL/discussions/188). ![Example interactive fixedpoint/signed fields](https://github.com/user-attachments/assets/53b50b2d-38b6-47ba-8341-eecc6df2d138) This is an initial implementation. I don't claim that...

Many of the functions in the crate are `const`, which is much appreciated. But I can not find a const way to cast between bnum types (for example, from a...