MipsTLB.py (5224:0e354459fb8a) | MipsTLB.py (5254:c555f8b07345) |
---|---|
1# -*- mode:python -*- 2 3# Copyright (c) 2007 MIPS Technologies, Inc. 4# All rights reserved. 5# 6# Redistribution and use in source and binary forms, with or without 7# modification, are permitted provided that the following conditions are 8# met: redistributions of source code must retain the above copyright --- 41 unchanged lines hidden (view full) --- 50 cxx_class = 'ITB' 51 size = 64 52 53class MipsUTB(MipsTLB): 54 type = 'MipsUTB' 55 cxx_namespace = 'MipsISA' 56 cxx_class = 'UTB' 57 size = 64 | 1# -*- mode:python -*- 2 3# Copyright (c) 2007 MIPS Technologies, Inc. 4# All rights reserved. 5# 6# Redistribution and use in source and binary forms, with or without 7# modification, are permitted provided that the following conditions are 8# met: redistributions of source code must retain the above copyright --- 41 unchanged lines hidden (view full) --- 50 cxx_class = 'ITB' 51 size = 64 52 53class MipsUTB(MipsTLB): 54 type = 'MipsUTB' 55 cxx_namespace = 'MipsISA' 56 cxx_class = 'UTB' 57 size = 64 |
58 |
|