From e7193272ff90a62f58b13725eee10b0796192949 Mon Sep 17 00:00:00 2001 From: Alejandro Soto Date: Sun, 19 Nov 2023 00:16:34 -0600 Subject: rtl/gfx: fix mem_address units to bytes instead of words --- 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 c0e3bf1..dcdafe0 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 mem_word rop_writedata, + output vram_word rop_writedata, output half_coord rop_address, output linear_coord mask_addr, @@ -26,7 +26,7 @@ module gfx_rop } state; logic hi; - mem_word color_hi, color_lo; + vram_word color_hi, color_lo; frag_paint hold; assign {color_hi, color_lo} = hold.color; -- cgit v1.2.3