mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-23 00:55:32 +00:00
Try command in another module
This commit is contained in:
parent
4e1a4927e2
commit
64f6b0c747
1 changed files with 3 additions and 0 deletions
|
@ -6,6 +6,9 @@ read_verilog -formal <<EOT
|
|||
|
||||
wire [1023:0] _RUNME0 = "select -assert-count 2 t:foo";
|
||||
wire [1023:0] _RUNME1 = "select -assert-count 1 t:winnie";
|
||||
endmodule
|
||||
|
||||
module other;
|
||||
wire [1023:0] _DELETE = "delete c:bar";
|
||||
endmodule
|
||||
EOT
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue