From 6658a8b5c179682866c89c891b493d05d13a50be Mon Sep 17 00:00:00 2001 From: Alejandro Soto Date: Sun, 19 Nov 2023 14:22:16 -0600 Subject: rtl/gfx: add typedefs for cmd --- rtl/gfx/gfx_cmd.sv | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'rtl/gfx/gfx_cmd.sv') 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, -- cgit v1.2.3