text_addr optimization

This commit is contained in:
Blaise Tine
2021-10-14 13:00:17 -07:00
parent e7aa93614b
commit 668cfb5da4
2 changed files with 34 additions and 34 deletions

View File

@@ -91,8 +91,6 @@
`define LTRIM(x, s) x[s-1:0]
`define ADDER_CARRY_WIDTH(x, y) `MAX(x, `MIN(x, y)+1);
`define PRINT_ARRAY1D(a, m) \
$write("{"); \
for (integer i = (m-1); i >= 0; --i) begin \