-
I followed the README to install all the dependencies and tools on Ubuntu 1604 and succeeded.
However, when running the Examples part, I encountered the following error:
g++ -I. -MMD -I/home/b…
riple updated
5 years ago
-
@goldinbal1 mentioned at the IRAC meeting that the one thing she was missing from https://github.com/enram/vp-processing that is not possible in bioRad, is to integrate vpts over time, but not by heig…
-
Hi,
The traditional way to build icarus verilog for Windows seems to be using Msys. I didn't want to embark on this (sometimes complicated) path, and as a fun experiment I decided to build on linu…
-
Potrebna je implementacija za login z novo osebno izkaznico
Potrebuješ:
1. Čitalec za kartice
2. Nova osebna izkaznica
3. Registracija računa
![Image](https://user-images.githubusercontent.com/769…
-
Mi duda viene con algunos parentesis que quedan confusos en mi desarrollo de la 1.2
Es necesario, por ejemplo puedo omitir el parentesis que encierra a todo lo que esta adentro de la disyunción grand…
-
[Self contained gist](https://gist.github.com/alexhumphreys/73acaa5b1375c70fff006607e5acc6ce)
# Steps to Reproduce
run `idris2 CodeGen.idr --client ':di someFunc' | wc -c` for the following file…
-
@jcmartin @donggyukim anyone else -- have you guys run PeekPokeTester w/ the VCS backend? I'm getting a
```
../vpi.h: In member function 'virtual void vpi_api_t::tick()':
../vpi.h:26: error: 'tem…
-
I tried both a `::` and `.` delimiter (I believe the former to be the correct choice), but neither worked:
```
vpiHandle h1 = vpi_handle_by_name("cocotb_package_pkg_1::five_int", NULL);
fpr…
-
**Description**
Using cocotb, one must use lowercase to specify the toplevel name. Otherwise, the comparison fails.
If GHDL cannot provide a correctly cased toplevel name, then this issue could be s…
-
Hello,
I'm using python 3.8 and GHDL 3.0.0 so perhaps that is part of my problem, but I've followed all steps in the readme, followed by creating a python virtual environment for all the requirements…