From 5259d0c3b4b37718d1bfea253b538762b7bc05b7 Mon Sep 17 00:00:00 2001 From: Daniel Benusovich Date: Fri, 8 Mar 2019 19:58:42 -0800 Subject: [PATCH] Correct comment for vector assembler test --- TLB/test/test_vector_assembler.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/TLB/test/test_vector_assembler.py b/TLB/test/test_vector_assembler.py index 49d48c47..9b000e5b 100644 --- a/TLB/test/test_vector_assembler.py +++ b/TLB/test/test_vector_assembler.py @@ -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): -- 2.30.2