Pedro Carvalho Mendes
Pedro Carvalho Mendes
Hi, I've been trying to launch Quartus on MacBook M1 Pro using [lima-vm](https://github.com/lima-vm/lima). I've managed to install Quartus without no problem. When I launch Quartus I get the following error....
> Allow enough stack space and it will simulate On my previous comment, at the compile commands I've allowed 4096 KB of stack. ``` ... $ ghdl -r -fsynopsys tb_mem...
I've tried to build GHDL on Windows which is my host system using MSYS2. I could simulate until C_ADDR_WIDTH = 21 it causes a segmentation fault with mcode back end...
I've tried your second approach by adding a reset signal that initializes the memory with the file content when it's asserted. ```vhd library IEEE; use IEEE.std_logic_1164.all; use IEEE.numeric_std.all; use STD.TEXTIO.all;...