Esempio n. 1
0
 status_t write(address_t address, width_t width, data_t data) {
   ActionEntry entry;
   aq->refresh();
   aq->pop(entry);
   
   printf("Action: 0x%"PRIx64" 0x%"PRIx64" 0x%"PRIx32" 0x%"PRIx32" %s\n",
     entry.event, entry.param, entry.tag, entry.tef,
     eca->date(entry.time).c_str());
   fflush(stdout);
   return EB_OK;
 }