-
### Xmake 版本
v2.9.6
### 操作系统版本和架构
Windows10 22H2
### 描述问题
使用clang-cl构建verilator失败,提示`cannot copy file .../verilator_bin.exe, file not found!`,并且如果不指定使用clang-cl构建,即使设置了`xmake g --policie…
-
Remove support for the discovery of initial, always, and function blocks from the VPI, and potentially other interfaces. The discovery of these blocks is of little actual value, especially seeing as v…
-
**Description**
GHDL 4.0.0 Recently added support for unconstrained array typedefs in VHDL, however as it seems this features hasn't been tested in cocotb and a bug occurs. when a constrained array…
-
```
What steps will reproduce the problem?
1. Watching IPTV in Lithuania.
2. Enabling vpi/vci for each individual port.
What is the expected output? What do you see instead?
Internet and IPTV at the …
-
*Brain dump inbound.*
Currently (v5.025) whenever a VPI object is acquired via `vpi_handle_by_name`, `vpi_handle_by_index` and friends, a new `VerilatedVpi*` object is created and returned. This me…
-
Ich rechne gerade die Inflation seit meiner letzten Gehaltserhöhung aus, benutze dazu diese CSV:
https://www-genesis.destatis.de/genesis/online?sequenz=tabelleErgebnis&selectionname=61111-0002&star…
-
```
What steps will reproduce the problem?
1. Watching IPTV in Lithuania.
2. Enabling vpi/vci for each individual port.
What is the expected output? What do you see instead?
Internet and IPTV at the …
-
When attempting to use `iverilog` with `fusesoc`, compiling the elf-loader, compilation of the VPI module fails due to missing ``:
```
../src/elf-loader_1.0/elf-loader.c:26:18: fatal error: gelf.h…
-
Thank you for your great work! I ran into the following issues when running the project with VPI:
![image](https://github.com/shockwaveHe/MCVIO/assets/76829676/070e9c56-7cae-43c6-b6b9-ea7d28bf92de)
-
There are some issues caused by name shadowing.
For example, the following ill typed function could pass the check.
```
fun f : (A C : U) (B : A -> U) (x : A) (y : B x) (x : C) (B : C -> U) (y1 : B…