OpenCores
URL https://opencores.org/ocsvn/layer2/layer2/trunk

Subversion Repositories layer2

[/] [layer2/] [trunk/] [sw/] [void/] [view.h] - Diff between revs 2 and 4

Go to most recent revision | Show entire file | Details | Blame | View Log

Rev 2 Rev 4
Line 95... Line 95...
   {&msgUploadWait, &pbUpload}
   {&msgUploadWait, &pbUpload}
};
};
 
 
 
 
/******************************************************************************
/******************************************************************************
 
 * DDR Upload View                                                            *
 
 ******************************************************************************/
 
Message msgUploadDDR = {
 
   ID_MESSAGE,
 
   {0,0},
 
   "Loading DDR ..."
 
};
 
 
 
Window wDDRUpload = {
 
   {16, 12, 68, 6},
 
   {WHITE, BLACK},
 
   "DDR Load",
 
   2,
 
   {&msgUploadDDR, &pbUpload}
 
};
 
 
 
/******************************************************************************
 * Memory View                                                                *
 * Memory View                                                                *
 ******************************************************************************/
 ******************************************************************************/
Window wFlashMemory = {
Window wFlashMemory = {
   {1, 1, 98, 15},
   {1, 1, 98, 15},
   {YELLOW, BLACK},
   {YELLOW, BLACK},

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.