Adam Barnes
Adam Barnes
Do not initialize clip_window if display width and height may be changed at runtime - rely on HAL to initialize instead.
The code below produces an error when analysed: ** Error: no possible overload of TEST_PROC has formal T This is a minimal example of a problem I encountered analysing some...
The UVVM install script builds the bitvis_irqc and bitvis_uart examples as precompiled libraries, unlike GHDL. I believe that the intention of the UVVM developers is that the DUT is compiled...
When compiling with **gcc** on MSYS2, the following warning appears: `../src/rt/rtkern.c:2241:13: warning: unknown conversion type character 'z' in format` This [Stack Overflow post](https://stackoverflow.com/questions/59147875/how-do-i-work-around-the-unknown-conversion-type-character-z-in-format-compi) may be helpful.
I am seeing a linker error during elaboration of my testbench, as follows: ``` ghdl -e --std=08 -frelaxed np6532_functest D:/devtools/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/12.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: unisim_retarget_VCOMP.o: warning: COMDAT symbol '.rdata$.refptr.ieee__numeric_std__ELABORATED' does not match section name...
The NVC VHDL Compiler and Simulator.
NVC does not appear to support the `supply0` and `supply1` net data types. Analysing the following code... ```Verilog module GND (Y); output Y; supply0 Y ; endmodule ``` ...produces the...
I am assigning an unconstrained std_logic_vector signal in a procedure: `q '0');` NVC does not like this: `Error: index range of array aggregate with others choice cannot be determined from...
My GitHub workflow installs NVC from a MSYS binary package before running OSVVM tests. It also checks out the NVC repo to get needed scripts and data files. The NVC...
Shortcut for bootloader entry from an application (XMEGA only).