SConscript (12950:af1f0b5e8dfb) | SConscript (12952:94fca7e8120b) |
---|---|
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 env['USE_SYSTEMC']: 31 SimObject('SystemC.py') 32 33 Source('kernel.cc') 34 Source('module.cc') 35 Source('object.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 env['USE_SYSTEMC']: 31 SimObject('SystemC.py') 32 33 Source('kernel.cc') 34 Source('module.cc') 35 Source('object.cc') |
36 Source('process.cc') |
|
36 37 Source('sc_attr.cc') 38 Source('sc_event.cc') 39 Source('sc_export.cc') 40 Source('sc_interface.cc') 41 Source('sc_join.cc') 42 Source('sc_main.cc') 43 Source('sc_module.cc') 44 Source('sc_module_name.cc') 45 Source('sc_object.cc') 46 Source('sc_port.cc') 47 Source('sc_process_handle.cc') 48 Source('sc_prim.cc') 49 Source('sc_sensitive.cc') 50 Source('sc_simcontext.cc') 51 Source('sc_spawn.cc') 52 Source('sc_time.cc') | 37 38 Source('sc_attr.cc') 39 Source('sc_event.cc') 40 Source('sc_export.cc') 41 Source('sc_interface.cc') 42 Source('sc_join.cc') 43 Source('sc_main.cc') 44 Source('sc_module.cc') 45 Source('sc_module_name.cc') 46 Source('sc_object.cc') 47 Source('sc_port.cc') 48 Source('sc_process_handle.cc') 49 Source('sc_prim.cc') 50 Source('sc_sensitive.cc') 51 Source('sc_simcontext.cc') 52 Source('sc_spawn.cc') 53 Source('sc_time.cc') |