summaryrefslogtreecommitdiff
path: root/tests/simple/paramods.v
diff options
context:
space:
mode:
Diffstat (limited to 'tests/simple/paramods.v')
-rw-r--r--tests/simple/paramods.v6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/simple/paramods.v b/tests/simple/paramods.v
index 8d0134a6..23cb276f 100644
--- a/tests/simple/paramods.v
+++ b/tests/simple/paramods.v
@@ -1,5 +1,5 @@
-module test1(a, b, x, y);
+module pm_test1(a, b, x, y);
input [7:0] a, b;
output [7:0] x, y;
@@ -11,7 +11,7 @@ endmodule
// -----------------------------------
-module test2(a, b, x, y);
+module pm_test2(a, b, x, y);
input [7:0] a, b;
output [7:0] x, y;
@@ -23,7 +23,7 @@ endmodule
// -----------------------------------
-module test3(a, b, x, y);
+module pm_test3(a, b, x, y);
input [7:0] a, b;
output [7:0] x, y;