diff --git a/Golden_Repo/r/Ramulator/Ramulator-0.0-gpsmpi-2022a-mt.eb b/Golden_Repo/r/Ramulator/Ramulator-0.0-gpsmpi-2022a-mt.eb
new file mode 100644
index 0000000000000000000000000000000000000000..cc52da87e04da18ed05e3ac383c026a09cfc3d82
--- /dev/null
+++ b/Golden_Repo/r/Ramulator/Ramulator-0.0-gpsmpi-2022a-mt.eb
@@ -0,0 +1,24 @@
+
+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'],
+}
+