mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-23 00:55:32 +00:00
Merge pull request #4700 from povik/select-list-mod
Add `select -list-mod`
This commit is contained in:
commit
3250f2b82b
3 changed files with 24 additions and 4 deletions
13
tests/select/list_mod.ys
Normal file
13
tests/select/list_mod.ys
Normal file
|
@ -0,0 +1,13 @@
|
|||
read_verilog <<EOF
|
||||
module top1;
|
||||
(* foo *)
|
||||
wire w;
|
||||
endmodule
|
||||
|
||||
module top2;
|
||||
(* bar *)
|
||||
wire w;
|
||||
endmodule
|
||||
EOF
|
||||
logger -expect log top1 1
|
||||
select -list-mod a:foo %m
|
Loading…
Add table
Add a link
Reference in a new issue