SConscript (12837:413a7b490b1b) | SConscript (12838:f03602fb0c75) |
---|---|
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 --- 27 unchanged lines hidden (view full) --- 36 Source('sc_event.cc') 37 Source('sc_export.cc') 38 Source('sc_interface.cc') 39 Source('sc_main.cc') 40 Source('sc_module.cc') 41 Source('sc_module_name.cc') 42 Source('sc_object.cc') 43 Source('sc_port.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 --- 27 unchanged lines hidden (view full) --- 36 Source('sc_event.cc') 37 Source('sc_export.cc') 38 Source('sc_interface.cc') 39 Source('sc_main.cc') 40 Source('sc_module.cc') 41 Source('sc_module_name.cc') 42 Source('sc_object.cc') 43 Source('sc_port.cc') |
44 Source('sc_process_handle.cc') |
|
44 Source('sc_prim.cc') 45 Source('sc_sensitive.cc') 46 Source('sc_time.cc') | 45 Source('sc_prim.cc') 46 Source('sc_sensitive.cc') 47 Source('sc_time.cc') |