Skip to content

Instantly share code, notes, and snippets.

@boochow
Created October 13, 2018 08:59
Show Gist options
  • Save boochow/270bec2d140f4eb8bd61f4f0d6610ca9 to your computer and use it in GitHub Desktop.
Save boochow/270bec2d140f4eb8bd61f4f0d6610ca9 to your computer and use it in GitHub Desktop.
def fifo_write(self, buf):
for b in buf:
while (mem32[0x2020c004] & 1):
pass
mem32[0x2020c018] = b
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment