add LICENSE
This commit is contained in:
@ -1,3 +1,5 @@
|
||||
// See LICENSE for license details.
|
||||
|
||||
#include "htif_emulator.h"
|
||||
#include "emulator.h"
|
||||
#include "mm.h"
|
||||
|
@ -1,3 +1,5 @@
|
||||
// See LICENSE for license details.
|
||||
|
||||
#ifndef _HTIF_EMULATOR_H
|
||||
#define _HTIF_EMULATOR_H
|
||||
|
||||
|
@ -1,3 +1,5 @@
|
||||
// See LICENSE for license details.
|
||||
|
||||
#include "mm.h"
|
||||
#include <iostream>
|
||||
#include <fstream>
|
||||
|
@ -1,3 +1,5 @@
|
||||
// See LICENSE for license details.
|
||||
|
||||
#ifndef MM_EMULATOR_H
|
||||
#define MM_EMULATOR_H
|
||||
|
||||
|
@ -1,3 +1,5 @@
|
||||
// See LICENSE for license details.
|
||||
|
||||
#include "mm_dramsim2.h"
|
||||
#include "mm.h"
|
||||
#include <DRAMSim.h>
|
||||
|
@ -1,3 +1,5 @@
|
||||
// See LICENSE for license details.
|
||||
|
||||
#ifndef _MM_EMULATOR_DRAMSIM2_H
|
||||
#define _MM_EMULATOR_DRAMSIM2_H
|
||||
|
||||
|
@ -1,3 +1,5 @@
|
||||
// See LICENSE for license details.
|
||||
|
||||
#include "htif_emulator.h"
|
||||
#include "mm.h"
|
||||
#include "mm_dramsim2.h"
|
||||
|
Reference in New Issue
Block a user