Commit e4b2dcd9 authored by Tomasz Wlostowski's avatar Tomasz Wlostowski

simulation: wishbone types: added wb_address_granularity_t

parent 6b7c7ad9
......@@ -25,6 +25,11 @@ typedef enum
PIPELINED = 1
} wb_cycle_type_t;
typedef enum {
WORD = 0,
BYTE = 1
} wb_address_granularity_t;
typedef struct {
uint64_t a;
uint64_t d;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment