Skip to content

Instantly share code, notes, and snippets.

@uiur
Created May 23, 2013 05:02
Show Gist options
  • Save uiur/5632856 to your computer and use it in GitHub Desktop.
Save uiur/5632856 to your computer and use it in GitHub Desktop.
WIDTH=16;
DEPTH=256;
ADDRESS_RADIX=HEX;
DATA_RADIX=BIN;
CONTENT BEGIN
000 : 1000000011111111;
001 : 1000000111111111;
002 : 1100100000010000;
003 : 1011100000000011;
[004..006] : 0000000000000000;
007 : 1100000110000100;
008 : 1100000110100010;
009 : 1100100011010000;
00A : 1100000111000000;
00B : 1100100011010000;
00C : 1100000011110000;
[00D..0FF] : 0000000000000000;
END;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment