Fix embarrassing typo in TLB expansion

This commit is contained in:
Florian Zaruba 2017-07-15 17:26:35 +02:00
parent dbbb50cccb
commit 526fd6dae0
2 changed files with 4 additions and 4 deletions

View file

@ -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 */
/* verilator lint_on WIDTH */

View file

@ -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
endmodule