SConscript (13820:006dabd9712c) | SConscript (13821:f9252f27ded7) |
---|---|
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 --- 16 unchanged lines hidden (view full) --- 25# 26# Authors: Gabe Black 27 28Import('*') 29 30if not env['USE_SYSTEMC']: 31 Return() 32 | 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 --- 16 unchanged lines hidden (view full) --- 25# 26# Authors: Gabe Black 27 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 |
|
33Source('master_transactor.cc') 34Source('sc_ext.cc') 35Source('sc_master_port.cc') 36Source('sc_mm.cc') 37Source('sc_slave_port.cc') 38Source('slave_transactor.cc') | 38Source('master_transactor.cc') 39Source('sc_ext.cc') 40Source('sc_master_port.cc') 41Source('sc_mm.cc') 42Source('sc_slave_port.cc') 43Source('slave_transactor.cc') |