diff options
Diffstat (limited to 'src/mem/SConscript')
-rw-r--r-- | src/mem/SConscript | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mem/SConscript b/src/mem/SConscript index 95d8654b1..9ebb07436 100644 --- a/src/mem/SConscript +++ b/src/mem/SConscript @@ -60,12 +60,14 @@ SimObject('MemDelay.py') Source('abstract_mem.cc') Source('addr_mapper.cc') +Source('atomic_protocol.cc') Source('bridge.cc') Source('coherent_xbar.cc') Source('drampower.cc') Source('dram_ctrl.cc') Source('external_master.cc') Source('external_slave.cc') +Source('functional_protocol.cc') Source('mem_object.cc') Source('mport.cc') Source('noncoherent_xbar.cc') @@ -75,6 +77,7 @@ Source('packet_queue.cc') Source('port_proxy.cc') Source('physical.cc') Source('secure_port_proxy.cc') +Source('timing_protocol.cc') Source('simple_mem.cc') Source('snoop_filter.cc') Source('stack_dist_calc.cc') |