mirror of https://github.com/YosysHQ/yosys.git
6 lines
148 B
Plaintext
6 lines
148 B
Plaintext
|
# Check for duplicate arguments
|
||
|
logger -expect error "Duplicate macro arguments with name `x'" 1
|
||
|
read_verilog <<EOT
|
||
|
`define duplicate_arg(x, x)
|
||
|
EOT
|