1
0

directly integrate dramsim build

also, build it as a static library to simplify dependencies
This commit is contained in:
Andrew Waterman
2012-10-18 18:59:37 -07:00
parent edf0eeed01
commit 1ad928cfe2
3 changed files with 15 additions and 20 deletions

8
README
View File

@ -26,19 +26,11 @@ BUILDING THE TOOLCHAIN:
cd riscv-asmtests-bmarks/riscv-bmarks/
make
To build dramsim2 (tagged version 2.1):
cd dramsim2/
git checkout v2.1
make libdramsim.so
BUILDING THE PROJECT:
To build the C simulator:
cd emulator
make dramsim2 (if DRAMSim2 is not installed and in your path)
make
To build the VCS simulator: