aboutsummaryrefslogtreecommitdiffstats
path: root/tests/simple/rotate.v
diff options
context:
space:
mode:
Diffstat (limited to 'tests/simple/rotate.v')
-rw-r--r--tests/simple/rotate.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/simple/rotate.v b/tests/simple/rotate.v
index eb832e6f5..a2fe00055 100644
--- a/tests/simple/rotate.v
+++ b/tests/simple/rotate.v
@@ -1,5 +1,5 @@
-// test case taken from amber23 verilog code
+// test case taken from amber23 Verilog code
module a23_barrel_shift_fpga_rotate(i_in, direction, shift_amount, rot_prod);
input [31:0] i_in;