mirror of
https://github.com/openhwgroup/cva6.git
synced 2025-04-23 05:37:16 -04:00
Fix embarrassing typo in TLB expansion
This commit is contained in:
parent
dbbb50cccb
commit
526fd6dae0
2 changed files with 4 additions and 4 deletions
|
@ -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 */
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue