mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-23 00:55:32 +00:00
verilog: ignore '&&&' when not in -specify mode
This commit is contained in:
parent
b523ecf2f4
commit
2e51dc1856
3 changed files with 12 additions and 5 deletions
|
@ -51,3 +51,9 @@ specify
|
|||
$setuphold(d, posedge clk, 1:2:3, 4:5:6);
|
||||
endspecify
|
||||
endmodule
|
||||
|
||||
module test5(input clk, d, e, output q);
|
||||
specify
|
||||
$setup(d, posedge clk &&& e, 1:2:3);
|
||||
endspecify
|
||||
endmodule
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue