md.memory 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. -- Copyright (C) 1991-2014 Altera Corporation. All rights reserved.
  2. -- Your use of Altera Corporation's design tools, logic functions
  3. -- and other software and tools, and its AMPP partner logic
  4. -- functions, and any output files from any of the foregoing
  5. -- (including device programming or simulation files), and any
  6. -- associated documentation or information are expressly subject
  7. -- to the terms and conditions of the Altera Program License
  8. -- Subscription Agreement, the Altera Quartus II License Agreement,
  9. -- the Altera MegaCore Function License Agreement, or other
  10. -- (including device programming or simulation files), and any
  11. -- applicable license agreement, including, without limitation,
  12. -- that your use is for the sole purpose of programming logic
  13. -- devices manufactured by Altera and sold by Altera or its
  14. -- authorized distributors. Please refer to the applicable
  15. -- agreement for further details.
  16. -- Quartus II generated Memory Initialization File (.mif)
  17. WIDTH = 32;
  18. DEPTH = 16384;
  19. ADDRESS_RADIX = DEC;
  20. DATA_RADIX = BIN;
  21. CONTENT
  22. BEGIN
  23. [4..124]: 00000000000000000000000000000000;
  24. 00128: 00000000000000001001110110101111; % dec 40367 %
  25. [132..16348]: 00000000000000000000000000000000;
  26. 16352: 00000000000000000100100100111110; % dec 18750 %
  27. 16356: 00000000000000000000000000000001; % dec 1 %
  28. 16360: 00000000000000001001110110101111; % dec 40367 %
  29. 16364: 00000000000000000000000000000000; % dec 0 %
  30. 16368: 00000000000000101001101111111000; % dec 171000 %
  31. 16372: 00000000000000000101101011010010; % dec 23250 %
  32. 16376: 00000000000000000000000000001100; % dec 12 %
  33. 16380: 00000000000000000000000000000000; % dec 0 %
  34. END;