Forum Discussion

Altera_Forum's avatar
Altera_Forum
Icon for Honored Contributor rankHonored 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_...