diff options
author | H. Peter Anvin <hpa@zytor.com> | 2003-09-20 03:17:34 +0000 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2003-09-20 03:17:34 +0000 |
commit | 1da2e5be08fe82285e69d844986bd6ceb01f62fd (patch) | |
tree | e68bed06ec4762b373a2d0b6f73b52f832d717b4 /display.v | |
parent | 9e37859e83c7ade92023934e56d6d75eabe244b0 (diff) | |
download | abc80-1da2e5be08fe82285e69d844986bd6ceb01f62fd.tar.gz abc80-1da2e5be08fe82285e69d844986bd6ceb01f62fd.tar.xz abc80-1da2e5be08fe82285e69d844986bd6ceb01f62fd.zip |
Only flash the things that are supposed to :)
Diffstat (limited to 'display.v')
-rw-r--r-- | display.v | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -104,7 +104,7 @@ module display ( // Flashing wire flash_blank = scan_counter[5]; - wire iflash = inverse ^ flash_blank; + wire iflash = inverse & flash_blank; // Synchronous logic |