SConscript (13821:f9252f27ded7) | SConscript (13822:b33182487dd2) |
---|---|
1# Copyright 2018 Google, Inc. 2# 3# Redistribution and use in source and binary forms, with or without 4# modification, are permitted provided that the following conditions are 5# met: redistributions of source code must retain the above copyright 6# notice, this list of conditions and the following disclaimer; 7# redistributions in binary form must reproduce the above copyright 8# notice, this list of conditions and the following disclaimer in the --- 19 unchanged lines hidden (view full) --- 28Import('*') 29 30if not env['USE_SYSTEMC']: 31 Return() 32 33SimObject('TlmBridge.py') 34 35Source('gem5_to_tlm.cc') | 1# Copyright 2018 Google, Inc. 2# 3# Redistribution and use in source and binary forms, with or without 4# modification, are permitted provided that the following conditions are 5# met: redistributions of source code must retain the above copyright 6# notice, this list of conditions and the following disclaimer; 7# redistributions in binary form must reproduce the above copyright 8# notice, this list of conditions and the following disclaimer in the --- 19 unchanged lines hidden (view full) --- 28Import('*') 29 30if not env['USE_SYSTEMC']: 31 Return() 32 33SimObject('TlmBridge.py') 34 35Source('gem5_to_tlm.cc') |
36Source('tlm_to_gem5.cc') 37 38Source('master_transactor.cc') | |
39Source('sc_ext.cc') | 36Source('sc_ext.cc') |
40Source('sc_master_port.cc') | |
41Source('sc_mm.cc') | 37Source('sc_mm.cc') |
42Source('sc_slave_port.cc') 43Source('slave_transactor.cc') | 38Source('tlm_to_gem5.cc') |