Skip to content

Commit 6d1a6c8

Browse files
author
Yuxiao Jia
committed
modify from ssh to http for dramsim2
1 parent c176604 commit 6d1a6c8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

SConstruct

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ flags['sst'] = ARGUMENTS.get('sst', flags['sst'])
9696
## Checkout DRAMSim2 copy
9797
if flags['dram'] == '1':
9898
if not os.path.exists('src/DRAMSim2'):
99-
os.system('git clone git@github.com:umd-memsys/DRAMSim2.git src/DRAMSim2')
99+
os.system('git clone https://github.com/umd-memsys/DRAMSim2.git src/DRAMSim2')
100100

101101
## Checkout Ramulator copy
102102
if flags['ramulator'] == '1':

0 commit comments

Comments
 (0)