summaryrefslogtreecommitdiffstats
path: root/quartus/sn76489-1.0/sn76489_top.vhd
diff options
context:
space:
mode:
authorJames <james.mckenzie@citrix.com>2013-10-18 12:17:17 +0100
committerJames <james.mckenzie@citrix.com>2013-10-18 12:17:17 +0100
commit3c24b4b41abf56cfd3cdcd998b77514d9ba55a6c (patch)
tree80e482555b70b57e701d603aa352b4ecbd3206c1 /quartus/sn76489-1.0/sn76489_top.vhd
parent2deecc29d2b390a23eeebc54b1db28326b9bcd4e (diff)
downloadbbc_de1-3c24b4b41abf56cfd3cdcd998b77514d9ba55a6c.tar.gz
bbc_de1-3c24b4b41abf56cfd3cdcd998b77514d9ba55a6c.tar.bz2
bbc_de1-3c24b4b41abf56cfd3cdcd998b77514d9ba55a6c.zip
revert fixes
Diffstat (limited to 'quartus/sn76489-1.0/sn76489_top.vhd')
-rw-r--r--quartus/sn76489-1.0/sn76489_top.vhd2
1 files changed, 1 insertions, 1 deletions
diff --git a/quartus/sn76489-1.0/sn76489_top.vhd b/quartus/sn76489-1.0/sn76489_top.vhd
index f87cbb0..277f601 100644
--- a/quartus/sn76489-1.0/sn76489_top.vhd
+++ b/quartus/sn76489-1.0/sn76489_top.vhd
@@ -198,7 +198,7 @@ begin
-- Register output
- process(clock_i,res_n_i)
+ process(clock_i)
begin
if res_n_i = '0' then
aout_o <= (others => '0');