Skip to content

Commit a5d640a

Browse files
committed
Ramulator2 config has been broken
1 parent d0a17fd commit a5d640a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/sst/elements/memHierarchy/tests/testBackendRamulator2.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,6 @@
111111
link_c1_l1_l2_link = sst.Link("link_c1_l1_l2_link")
112112
link_c1_l1_l2_link.connect( (c1_l1cache, "lowlink", "1000ps"), (bus, "highlink1", "10000ps") )
113113
link_bus_l2cache = sst.Link("link_bus_l2cache")
114-
link_bus_l2cache.connect( (bus, "lowlink_0", "10000ps"), (l2cache, "highlink", "1000ps") )
114+
link_bus_l2cache.connect( (bus, "lowlink0", "10000ps"), (l2cache, "highlink", "1000ps") )
115115
link_mem_bus_link = sst.Link("link_mem_bus_link")
116116
link_mem_bus_link.connect( (l2cache, "lowlink", "10000ps"), (memctrl, "highlink", "10000ps") )

0 commit comments

Comments
 (0)