Last active
October 4, 2016 23:04
-
-
Save ivanjr0/fab86ff83df42e5715a7fa6a87edabd0 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
WIDTH=32; | |
DEPTH=1024; | |
ADDRESS_RADIX=UNS; | |
DATA_RADIX=BIN; | |
CONTENT BEGIN | |
00: 00100000000010010000000000000000; | |
01: 00100001001010010000000000000001; | |
02: 00100001001010010000000000000010; | |
03: 00100001001010010000000000000011; | |
04: 00100001001010010000000000000100; | |
05: 00100001001010010000000000000101; | |
06: 00001000000100000000000000000000; | |
[7..1023] : 00000000000000000000000000000000; | |
END; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment