SConscript (12953:ddfd5e4643a9) SConscript (12954:8ea3a185354c)
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 env['USE_SYSTEMC']:
31 SimObject('SystemC.py')
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 env['USE_SYSTEMC']:
31 SimObject('SystemC.py')
32
33 Source('channel.cc')
33 Source('kernel.cc')
34 Source('module.cc')
35 Source('object.cc')
36 Source('process.cc')
37 Source('process_types.cc')
38 Source('scheduler.cc')
39
40 Source('sc_attr.cc')

--- 15 unchanged lines hidden ---
34 Source('kernel.cc')
35 Source('module.cc')
36 Source('object.cc')
37 Source('process.cc')
38 Source('process_types.cc')
39 Source('scheduler.cc')
40
41 Source('sc_attr.cc')

--- 15 unchanged lines hidden ---