Skip to content
Snippets Groups Projects
Commit ddf5549e authored by Dimitrios Chasapis's avatar Dimitrios Chasapis
Browse files

added ramulator eb

parent e0e70731
No related branches found
No related tags found
No related merge requests found
easyblock = 'MakeCp'
name = 'Ramulator'
version = '0.0'
homepage = 'https://github.com/CMU-SAFARI/ramulator'
description = "Ramulator is a fast and cycle-accurate DRAM simulator that supports a wide array of commercial, as well as academic, DRAM standards"
source_urls = ['https://github.com/dchasap/MUSA/releases/download/deepsea']
sources = ['ramulator.tar.gz']
toolchain = {'name': 'GCC', 'version': '11.3.0'}
build_cmd_targets = 'libramulator.a'
files_to_copy = ['libramulator.a','src']
#install_cmd = 'cp %(srcdir)s/* %(installdir)s'
sanity_check_paths = {
'files': ['libramulator.a'],
'dirs': ['src'],
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment