summaryrefslogtreecommitdiff
path: root/tests/simple/vloghammer.v
diff options
context:
space:
mode:
Diffstat (limited to 'tests/simple/vloghammer.v')
-rw-r--r--tests/simple/vloghammer.v4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/simple/vloghammer.v b/tests/simple/vloghammer.v
index d1f55fdb..3bb3cf99 100644
--- a/tests/simple/vloghammer.v
+++ b/tests/simple/vloghammer.v
@@ -27,14 +27,14 @@ module test04(a, y);
assign y = ~(a - 1'b0);
endmodule
-// .. this test triggers a bug in xilinx isim.
+// .. this test triggers a bug in Xilinx ISIM.
// module test05(a, y);
// input a;
// output y;
// assign y = 12345 >> {a, 32'd0};
// endmodule
-// .. this test triggers a bug in icarus verilog.
+// .. this test triggers a bug in Icarus Verilog.
// module test06(a, b, c, y);
// input signed [3:0] a;
// input signed [1:0] b;