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 +