#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "types.h"
#include "debug.h"
#include "traceio.h"
#include "stat.h"
#include "nand.h"
#include "ftl.h"
Go to the source code of this file.
Functions | |
void | run_trace (traceio_handler h) |
void | sim (char *tracefile, int repeat) |
int | main (int argc, char *argv[]) |
int main | ( | int | argc, | |
char * | argv[] | |||
) |
void run_trace | ( | traceio_handler | h | ) |