SConscript (13737:78c21fae6047) | SConscript (13873:9fd9b551f9d8) |
---|---|
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 --- 19 unchanged lines hidden (view full) --- 28Import('*') 29 30if not env['USE_SYSTEMC']: 31 Return() 32 33env.UseSystemcCheck(warn=True) 34 35env.Append(CPPPATH=Dir('ext')) | 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 --- 19 unchanged lines hidden (view full) --- 28Import('*') 29 30if not env['USE_SYSTEMC']: 31 Return() 32 33env.UseSystemcCheck(warn=True) 34 35env.Append(CPPPATH=Dir('ext')) |
36 37SimObject('Tlm.py') |
|