diff --git a/src/ptw.sv b/src/ptw.sv index 84f7d659f..c92da239e 100644 --- a/src/ptw.sv +++ b/src/ptw.sv @@ -1,5 +1,5 @@ -// Author: Florian Zaruba, ETH Zurich // Author: David Schaffenrath, TU Graz +// Author: Florian Zaruba, ETH Zurich // Date: 24.4.2017 // Description: Hardware-PTW // @@ -346,4 +346,4 @@ module ptw #( end endmodule -/* verilator lint_on WIDTH */ \ No newline at end of file +/* verilator lint_on WIDTH */ diff --git a/src/tlb.sv b/src/tlb.sv index 0262da35e..b4be49045 100644 --- a/src/tlb.sv +++ b/src/tlb.sv @@ -1,7 +1,7 @@ // Author: David Schaffenrath, TU Graz // Author: Florian Zaruba, ETH Zurich // Date: 21.4.2017 -// Description: Transaction Lookaside Buffer, SV39 +// Description: Translation Lookaside Buffer, SV39 // fully set-associative // // Copyright (C) 2017 ETH Zurich, University of Bologna @@ -253,4 +253,4 @@ module tlb #( `endif `endif -endmodule \ No newline at end of file +endmodule