1
0

add LICENSE

This commit is contained in:
Yunsup Lee
2014-09-12 10:15:04 -07:00
parent 2367b7beb5
commit 1cfd9f5a0e
18 changed files with 76 additions and 5 deletions

View File

@ -1,3 +1,5 @@
// See LICENSE for license details.
#include "htif_emulator.h"
#include "emulator.h"
#include "mm.h"

View File

@ -1,3 +1,5 @@
// See LICENSE for license details.
#ifndef _HTIF_EMULATOR_H
#define _HTIF_EMULATOR_H

View File

@ -1,3 +1,5 @@
// See LICENSE for license details.
#include "mm.h"
#include <iostream>
#include <fstream>

View File

@ -1,3 +1,5 @@
// See LICENSE for license details.
#ifndef MM_EMULATOR_H
#define MM_EMULATOR_H

View File

@ -1,3 +1,5 @@
// See LICENSE for license details.
#include "mm_dramsim2.h"
#include "mm.h"
#include <DRAMSim.h>

View File

@ -1,3 +1,5 @@
// See LICENSE for license details.
#ifndef _MM_EMULATOR_DRAMSIM2_H
#define _MM_EMULATOR_DRAMSIM2_H

View File

@ -1,3 +1,5 @@
// See LICENSE for license details.
#include "htif_emulator.h"
#include "mm.h"
#include "mm_dramsim2.h"