text_addr optimization
This commit is contained in:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user