Boletín No. 47
1o. de Marzo de 2015
SIMULADOR DE POLÍTICAS DE UBICACIÓN, SUSTITUCIÓN Y ESCRITURA
DE MEMORIA CACHÉ
Anexo cero
Bloque cero: se define las variables globales del programa así como las matrices de apuntadores para las listas de actualización.
Dim memc As Integer
Dim noset As Integer
Dim celda As Integer
Dim I As Integer
Dim j As Integer
Dim k As Integer
Dim fila As Integer
Dim colu As Integer
Dim datoout As Integer
Dim odest As Integer
Dim cont As Integer
Dim contc As Integer
Dim consultas As Integer
Dim filaset As Integer
Dim cm As Integer
Dim hit As Integer
Dim odestt As Integer
Dim hitx As Integer
Dim hity As Integer
Dim menor As Integer
Dim LRUcolu As Integer
Dim LRUset As Integer
Dim dato() As Integer
Dim datoLRU() As Integer
Dim hitup As Boolean