Functions

src/sim.c File Reference

#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"
Include dependency graph for sim.c:

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[])

Function Documentation

int main ( int  argc,
char *  argv[] 
)

Definition at line 109 of file sim.c.

Here is the call graph for this function:

void run_trace ( traceio_handler  h  ) 

Definition at line 18 of file sim.c.

Here is the call graph for this function:

Here is the caller graph for this function:

void sim ( char *  tracefile,
int  repeat 
)

Definition at line 73 of file sim.c.

Here is the call graph for this function:

Here is the caller graph for this function:

 All Classes Files Functions Variables Typedefs Enumerations Enumerator Defines