SConscript (12955:9c8bf6a5f2e3) | SConscript (13038:7bf84150855b) |
---|---|
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 --- 23 unchanged lines hidden (view full) --- 32 33 Source('channel.cc') 34 Source('event.cc') 35 Source('kernel.cc') 36 Source('module.cc') 37 Source('object.cc') 38 Source('process.cc') 39 Source('process_types.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 --- 23 unchanged lines hidden (view full) --- 32 33 Source('channel.cc') 34 Source('event.cc') 35 Source('kernel.cc') 36 Source('module.cc') 37 Source('object.cc') 38 Source('process.cc') 39 Source('process_types.cc') |
40 Source('python.cc') |
|
40 Source('scheduler.cc') 41 42 Source('sc_attr.cc') 43 Source('sc_event.cc') 44 Source('sc_export.cc') 45 Source('sc_interface.cc') 46 Source('sc_join.cc') 47 Source('sc_main.cc') 48 Source('sc_module.cc') 49 Source('sc_module_name.cc') 50 Source('sc_object.cc') 51 Source('sc_port.cc') 52 Source('sc_process_handle.cc') 53 Source('sc_prim.cc') 54 Source('sc_sensitive.cc') 55 Source('sc_simcontext.cc') 56 Source('sc_spawn.cc') 57 Source('sc_time.cc') | 41 Source('scheduler.cc') 42 43 Source('sc_attr.cc') 44 Source('sc_event.cc') 45 Source('sc_export.cc') 46 Source('sc_interface.cc') 47 Source('sc_join.cc') 48 Source('sc_main.cc') 49 Source('sc_module.cc') 50 Source('sc_module_name.cc') 51 Source('sc_object.cc') 52 Source('sc_port.cc') 53 Source('sc_process_handle.cc') 54 Source('sc_prim.cc') 55 Source('sc_sensitive.cc') 56 Source('sc_simcontext.cc') 57 Source('sc_spawn.cc') 58 Source('sc_time.cc') |