-
Hello,
I am having an issue while I clone the testbench of hpdcache and try to do submodule update to get the RTL and DV utils.
Following is the error.
git clone https://github.com/openhwgroup…
-
(I'm not actually sure this is a *cocotb* issue, but I thought I'd report it here anyway, just to be sure).
I've been maintaining [cocotb packages](https://src.fedoraproject.org/rpms/python-cocotb)…
-
Some of the PSL built-in functions crash.
E.g. `rose` and `fell` crash:
```
FELL_5_a : assert never (fell(b));
```
crashes with:
```
make psl_fell
nvc --std=08 --work=lib_psl_fell -a ../src/p…
-
Currently, things don't work too well.
- `getNextModelID` assumes that IDs are always numbers and just adds 1 each time
- Newly created models are forced to have a new model_id assigned to them
- Inse…
-
**Description**
GHDL crashes with the following error when using the UVVM Axistream VVC:
```
ghdl:error: NULL access dereferenced
ghdl:error: simulation failed
Error: Program ended with exit co…
-
Tasks
- [ ] 1. Update Hdl21 to support "ExternalSchematicModule" classes.
- See this [Hdl21 issue](https://github.com/dan-fritchman/Hdl21/issues/108)
- [ ] 2. Create a test bench for the dc op …
-
The models for the **npn transistors** are not listed in **all.spice**. I tried to manually add the models by adding the following lines to all.spice:
```
.include "../../libs.ref/sky130_fd_pr/sp…
-
_Original author: mbolivar...@gmail.com (November 16, 2010 08:54:14)_
See http://forums.leaflabs.com/topic.php?id=128
_Original issue: http://code.google.com/p/leaflabs/issues/detail?id=8_
-
So in a file:
./src/grt/grt-vpi.adb
function:
function vpi_put_value (aObj : vpiHandle;
aValue : p_vpi_value;
aWhen : p_vpi_time;
…
-
Hello,
I'm new to this project and having a difficult time setting up and running the testbenches. I'm stuck at the `make machines` step and I don't seem to be able to get further to actually run a…