minor update

This commit is contained in:
Blaise Tine
2021-08-02 22:29:05 -07:00
parent 16f1f24a62
commit 07f6667b66
3 changed files with 30 additions and 5 deletions

View File

@@ -9,8 +9,6 @@
`define FIXED_HALF (`FIXED_ONE >> 1)
`define FIXED_MASK (`FIXED_ONE - 1)
`define CLAMP(x,lo,hi) (($signed(x) < $signed(lo)) ? lo : ((x > hi) ? hi : x))
`define TEX_ADDR_BITS 32
`define TEX_FORMAT_BITS 3
`define TEX_WRAP_BITS 2