Commit 3ab113d8 authored by Dave Newbold's avatar Dave Newbold

Fixing ZS

parent bca9d190
......@@ -152,7 +152,7 @@ begin
else
q_nzs <= q_ram;
z1 <= z0;
if z0 = '0' or q_ram(15) = '1' then
if z0 = '0' or q_nzs(15) = '1' then
zctr <= (others => '0');
elsif z1 = '1' then
zctr <= zctr + 1;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment