Forum Discussion

Altera_Forum's avatar
Altera_Forum
Icon for Honored Contributor rankHonored Contributor
12 years ago

error 10818 with simple VHDL construct under Quartus v 12.1 build 177

I've stumbled on a rather simplistic code, that is not synthesizable. I wonder why (VHDL 2008 mode): library IEEE; use IEEE.std_logic_1164.all; entity reset_test is port ( clk,rst,ena :...