Altera_Forum
Honored Contributor
12 years ago/RESET signal in VHDL
Hi to all In order to use VHDL Z80 and external VDP I need to build a /RESET signal. I've tried this code : --- Quote Start --- library ieee;use ieee.std_logic_1164.all; entity TB_...