diff options
Diffstat (limited to 'rtl/gfx/gfx_cmd.sv')
| -rw-r--r-- | rtl/gfx/gfx_cmd.sv | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/rtl/gfx/gfx_cmd.sv b/rtl/gfx/gfx_cmd.sv index 98845c9..28fd4b1 100644 --- a/rtl/gfx/gfx_cmd.sv +++ b/rtl/gfx/gfx_cmd.sv @@ -5,11 +5,11 @@ module gfx_cmd input logic clk, rst_n, - input logic[5:0] cmd_address, + input cmd_addr cmd_address, input logic cmd_read, cmd_write, - input logic[31:0] cmd_writedata, - output logic[31:0] cmd_readdata, + input cmd_word cmd_writedata, + output cmd_word cmd_readdata, input logic vsync, |
