summaryrefslogtreecommitdiff
path: root/rtl/gfx/gfx_frag_addr.sv
diff options
context:
space:
mode:
Diffstat (limited to 'rtl/gfx/gfx_frag_addr.sv')
-rw-r--r--rtl/gfx/gfx_frag_addr.sv2
1 files changed, 1 insertions, 1 deletions
diff --git a/rtl/gfx/gfx_frag_addr.sv b/rtl/gfx/gfx_frag_addr.sv
index 9b817cb..23bd315 100644
--- a/rtl/gfx/gfx_frag_addr.sv
+++ b/rtl/gfx/gfx_frag_addr.sv
@@ -17,7 +17,7 @@ module gfx_frag_addr
*
* linear = y_corregido * `GFX_X_RES + x_corregido
*
- * Afortunadamente, esto es trivializable y no necesita FMA:
+ * Afortunadamente, esto no necesita una FMA, como procederé a demostrar:
*
* y * `GFX_X_RES + x
* = y * 640 + x