SConscript (13207:034ca389a810) SConscript (13252:8814e5d87a48)
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

--- 28 unchanged lines hidden (view full) ---

37 Source('object.cc')
38 Source('port.cc')
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')
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

--- 28 unchanged lines hidden (view full) ---

37 Source('object.cc')
38 Source('port.cc')
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 Source('time.cc')
45
46 Source('sc_attr.cc')
47 Source('sc_event.cc')
48 Source('sc_export.cc')
49 Source('sc_interface.cc')
50 Source('sc_join.cc')
51 Source('sc_main.cc')
52 Source('sc_module.cc')
53 Source('sc_module_name.cc')
54 Source('sc_object.cc')
55 Source('sc_port.cc')
56 Source('sc_process_handle.cc')
57 Source('sc_prim.cc')
58 Source('sc_sensitive.cc')
59 Source('sc_simcontext.cc')
60 Source('sc_spawn.cc')
61 Source('sc_time.cc')
46
47 Source('sc_attr.cc')
48 Source('sc_event.cc')
49 Source('sc_export.cc')
50 Source('sc_interface.cc')
51 Source('sc_join.cc')
52 Source('sc_main.cc')
53 Source('sc_module.cc')
54 Source('sc_module_name.cc')
55 Source('sc_object.cc')
56 Source('sc_port.cc')
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')