Correct comment for vector assembler test
[soc.git] / TLB / test / test_vector_assembler.py
index 49d48c470ae796802c1d011d455163fb16dff79d..9b000e5ba5f5595bbf8400b521ae1f3620ab488a 100644 (file)
@@ -25,9 +25,9 @@ def set_assembler(dut, input):
         yield dut.input[index].eq(input[input_index])
     yield
     
-# Checks the data state of the CAM entry
+# Checks the output of the VectorAssembler
 # Arguments:
-#   dut: The CamEntry being tested
+#   dut: The VectorAssembler
 #   o (Output): The expected output
 #   op (Operation): (0 => ==), (1 => !=)
 def check_output(dut, o, op):