projects
/
yosys.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4e1a492
)
Try command in another module
author
Eddie Hung
<eddie@fpgeh.com>
Fri, 28 Jun 2019 20:41:32 +0000
(13:41 -0700)
committer
Eddie Hung
<eddie@fpgeh.com>
Fri, 28 Jun 2019 20:41:32 +0000
(13:41 -0700)
tests/various/script.ys
patch
|
blob
|
history
diff --git
a/tests/various/script.ys
b/tests/various/script.ys
index 6044ad9b3913f05807017c291fcde6c2004c00c9..9ccc727eb8bd953411618c027cbb2fddbb232a78 100644
(file)
--- a/
tests/various/script.ys
+++ b/
tests/various/script.ys
@@
-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