From d2498ac42ea257eb2d17eb48516c528ab539e96c Mon Sep 17 00:00:00 2001 From: Alejandro Soto Date: Mon, 13 Nov 2023 16:03:28 -0600 Subject: rtl/gfx: add typedefs for memory addresses --- rtl/gfx/gfx_rop.sv | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'rtl/gfx/gfx_rop.sv') diff --git a/rtl/gfx/gfx_rop.sv b/rtl/gfx/gfx_rop.sv index e055278..c0e3bf1 100644 --- a/rtl/gfx/gfx_rop.sv +++ b/rtl/gfx/gfx_rop.sv @@ -11,7 +11,7 @@ module gfx_rop input logic rop_waitrequest, output logic rop_write, - output logic[15:0] rop_writedata, + output mem_word rop_writedata, output half_coord rop_address, output linear_coord mask_addr, @@ -26,8 +26,8 @@ module gfx_rop } state; logic hi; + mem_word color_hi, color_lo; frag_paint hold; - logic[15:0] color_hi, color_lo; assign {color_hi, color_lo} = hold.color; -- cgit v1.2.3