RybaSG

COE

Apr 11th, 2017
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1. ; Sample memory initialization file for Registered ROM v1.0
  2. ; (XC4000E/EX/XL/XV, Spartan/XL)
  3. ;
  4. ; **** NOTE! This .COE file is NOT compatible with the Block
  5. ; **** Memory or Distributed Memory cores.
  6. ;
  7. ; This sample assumes a memory of depth=32 and width=8. The
  8. ; initialization values in this case are specified in decimal
  9. ; format.
  10.  
  11. ;Component_Name=rom32x8;
  12. ;Data_Width = 16;
  13. ;Address_Width = 4;
  14. ;Depth = 16;
  15. memory_initialization_radix = 16;
  16. memory_initialization_vector=1,4,8,9,5,6,4,1,21,45,47,12,14,14,15,99;
Add Comment
Please, Sign In to add comment