projects
/
yosys.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f150469
)
Update test for Pass::call_on_module()
author
Eddie Hung
<eddie@fpgeh.com>
Tue, 2 Jul 2019 15:22:31 +0000
(08:22 -0700)
committer
Eddie Hung
<eddie@fpgeh.com>
Tue, 2 Jul 2019 15:22:31 +0000
(08:22 -0700)
tests/various/script.ys
patch
|
blob
|
history
diff --git
a/tests/various/script.ys
b/tests/various/script.ys
index 4152145e84325c50a9d440c53593bd4169e1ff88..66b7b5caac6a655e3bd918b18ed8b5888491528f 100644
(file)
--- a/
tests/various/script.ys
+++ b/
tests/various/script.ys
@@
-9,7
+9,7
@@
read_verilog -formal <<EOT
endmodule
module other;
- wire [1023:0] _DELETE = "delete c:bar";
+ wire [1023:0] _DELETE = "
cd;
delete c:bar";
endmodule
EOT