ibuffer addition
This commit is contained in:
@@ -35,6 +35,10 @@
|
||||
wire [$bits(x)-1:0] __``x``__ = x; \
|
||||
/* verilator lint_on UNUSED */
|
||||
|
||||
`define UNUSED_FIELD(x,y) /* verilator lint_off UNUSED */ \
|
||||
wire [$bits(x.y)-1:0] __``y``__ = x.y; \
|
||||
/* verilator lint_on UNUSED */
|
||||
|
||||
`define UNUSED_PIN(x) /* verilator lint_off PINCONNECTEMPTY */ \
|
||||
. x () \
|
||||
/* verilator lint_on PINCONNECTEMPTY */
|
||||
|
||||
Reference in New Issue
Block a user