SConscript (13404:5da37c38d749) | SConscript (13405:7d430f2488e0) |
---|---|
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 --- 24 unchanged lines hidden (view full) --- 33 Source('channel.cc') 34 Source('event.cc') 35 Source('kernel.cc') 36 Source('messages.cc') 37 Source('module.cc') 38 Source('object.cc') 39 Source('port.cc') 40 Source('process.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 --- 24 unchanged lines hidden (view full) --- 33 Source('channel.cc') 34 Source('event.cc') 35 Source('kernel.cc') 36 Source('messages.cc') 37 Source('module.cc') 38 Source('object.cc') 39 Source('port.cc') 40 Source('process.cc') |
41 Source('python.cc') | |
42 Source('scheduler.cc') 43 Source('sched_event.cc') 44 Source('sensitivity.cc') 45 Source('time.cc') 46 47 Source('sc_attr.cc') 48 Source('sc_event.cc') 49 Source('sc_export.cc') --- 8 unchanged lines hidden (view full) --- 58 Source('sc_process_handle.cc') 59 Source('sc_prim.cc') 60 Source('sc_sensitive.cc') 61 Source('sc_simcontext.cc') 62 Source('sc_spawn.cc') 63 Source('sc_time.cc') 64 65 if env['USE_PYTHON']: | 41 Source('scheduler.cc') 42 Source('sched_event.cc') 43 Source('sensitivity.cc') 44 Source('time.cc') 45 46 Source('sc_attr.cc') 47 Source('sc_event.cc') 48 Source('sc_export.cc') --- 8 unchanged lines hidden (view full) --- 57 Source('sc_process_handle.cc') 58 Source('sc_prim.cc') 59 Source('sc_sensitive.cc') 60 Source('sc_simcontext.cc') 61 Source('sc_spawn.cc') 62 Source('sc_time.cc') 63 64 if env['USE_PYTHON']: |
65 Source('python.cc') |
|
66 Source('sc_main_python.cc') | 66 Source('sc_main_python.cc') |