mirror of
https://github.com/zachjs/sv2v.git
synced 2026-09-04 00:41:13 +02:00
coalesce tokens across nested macros
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
`define SIZE 4
|
||||
`define NESTED_SIZE `SIZE
|
||||
`define NAME op
|
||||
module t`NAME;
|
||||
initial $display(`SIZE'ha);
|
||||
initial $display(`NESTED_SIZE'ha);
|
||||
endmodule
|
||||
|
||||
Reference in New Issue
Block a user