virtual UDP for mythen3 (#55)

This commit is contained in:
Marie Andrä
2019-08-26 10:53:17 +02:00
committed by Dhanya Thattil
parent 3b2feba3b2
commit f981825172
5 changed files with 55 additions and 11 deletions

View File

@ -8,6 +8,9 @@
/* Status register */
#define STATUS_REG (0x01 << MEM_MAP_SHIFT)
#define RUN_BUSY_OFST (0)
#define RUN_BUSY_MSK (0x00000001 << RUN_BUSY_OFST)
/* Set Cycles 64 bit register */
#define SET_CYCLES_LSB_REG (0x02 << MEM_MAP_SHIFT)
#define SET_CYCLES_MSB_REG (0x03 << MEM_MAP_SHIFT)