From c6b1252ab7437d14b6050f2127cd82269c4a7532 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Canberk=20S=C3=B6nmez?= Date: Wed, 28 Feb 2024 16:43:58 +0100 Subject: [PATCH] Save Changes & Submit --- part_1_combinational/CombArbiter.bsv | 1 + part_2_vector_multiply/VectorDot.bsv | 1 + 2 files changed, 2 insertions(+) diff --git a/part_1_combinational/CombArbiter.bsv b/part_1_combinational/CombArbiter.bsv index 4d1d5b6..43f5d36 100644 --- a/part_1_combinational/CombArbiter.bsv +++ b/part_1_combinational/CombArbiter.bsv @@ -29,3 +29,4 @@ endfunction // NOTE: Atomicity of the rules, if a method calls multiple methods, it is executed when all methods // are in fact executable. + diff --git a/part_2_vector_multiply/VectorDot.bsv b/part_2_vector_multiply/VectorDot.bsv index 20f1cc0..7ce4984 100644 --- a/part_2_vector_multiply/VectorDot.bsv +++ b/part_2_vector_multiply/VectorDot.bsv @@ -113,3 +113,4 @@ module mkVectorDot (VD); endmethod endmodule +