Skip to content

Commit

Permalink
update MAX_VRAM_ADDRESS
Browse files Browse the repository at this point in the history
  • Loading branch information
sfallek1 committed Nov 26, 2019
1 parent 3519d5a commit dfdca26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion QGL/drivers/APS2Pattern.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
MAX_NUM_INSTRUCTIONS = 2**26
MAX_REPEAT_COUNT = 2**16 - 1
MAX_TRIGGER_COUNT = 2**32 - 1
MAX_VRAM_ADDRESS = 2**12-1
MAX_VRAM_ADDRESS = 2**(12-2)-1
MODULATION_CLOCK = 300e6

# instruction encodings
Expand Down

0 comments on commit dfdca26

Please sign in to comment.