SConscript (13206:c944ef4abb48) | SConscript (13207:034ca389a810) |
---|---|
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 --- 21 unchanged lines hidden (view full) --- 30if env['USE_SYSTEMC']: 31 SimObject('SystemC.py') 32 33 Source('channel.cc') 34 Source('event.cc') 35 Source('kernel.cc') 36 Source('module.cc') 37 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 --- 21 unchanged lines hidden (view full) --- 30if env['USE_SYSTEMC']: 31 SimObject('SystemC.py') 32 33 Source('channel.cc') 34 Source('event.cc') 35 Source('kernel.cc') 36 Source('module.cc') 37 Source('object.cc') |
38 Source('port.cc') |
|
38 Source('process.cc') 39 Source('process_types.cc') 40 Source('python.cc') 41 Source('scheduler.cc') 42 Source('sched_event.cc') 43 Source('sensitivity.cc') 44 45 Source('sc_attr.cc') --- 15 unchanged lines hidden --- | 39 Source('process.cc') 40 Source('process_types.cc') 41 Source('python.cc') 42 Source('scheduler.cc') 43 Source('sched_event.cc') 44 Source('sensitivity.cc') 45 46 Source('sc_attr.cc') --- 15 unchanged lines hidden --- |