diff options
Diffstat (limited to 'rtl/gfx/gfx_pkg.sv')
| -rw-r--r-- | rtl/gfx/gfx_pkg.sv | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rtl/gfx/gfx_pkg.sv b/rtl/gfx/gfx_pkg.sv index 7072967..d20b678 100644 --- a/rtl/gfx/gfx_pkg.sv +++ b/rtl/gfx/gfx_pkg.sv @@ -103,7 +103,7 @@ package gfx; typedef struct packed { - logic todo; + logic load; } mem_op; typedef struct packed |
