SConscript (10428:0caf62b57dfd) | SConscript (12266:63b8da9eeca4) |
---|---|
1# -*- mode:python -*- 2 3# Copyright (c) 2014 ARM Limited 4# All rights reserved. 5# 6# The license below extends only to copyright in the software and shall 7# not be construed as granting a license to any other intellectual 8# property including but not limited to intellectual property relating --- 45 unchanged lines hidden (view full) --- 54DRAMPowerFile('MemCommand.cc') 55DRAMPowerFile('MemPowerSpec.cc') 56DRAMPowerFile('MemTimingSpec.cc') 57DRAMPowerFile('MemoryPowerModel.cc') 58DRAMPowerFile('MemorySpecification.cc') 59DRAMPowerFile('Parameter.cc') 60DRAMPowerFile('Parametrisable.cc') 61DRAMPowerFile('libdrampower/LibDRAMPower.cc') | 1# -*- mode:python -*- 2 3# Copyright (c) 2014 ARM Limited 4# All rights reserved. 5# 6# The license below extends only to copyright in the software and shall 7# not be construed as granting a license to any other intellectual 8# property including but not limited to intellectual property relating --- 45 unchanged lines hidden (view full) --- 54DRAMPowerFile('MemCommand.cc') 55DRAMPowerFile('MemPowerSpec.cc') 56DRAMPowerFile('MemTimingSpec.cc') 57DRAMPowerFile('MemoryPowerModel.cc') 58DRAMPowerFile('MemorySpecification.cc') 59DRAMPowerFile('Parameter.cc') 60DRAMPowerFile('Parametrisable.cc') 61DRAMPowerFile('libdrampower/LibDRAMPower.cc') |
62DRAMPowerFile('CAHelpers.cc') 63DRAMPowerFile('CmdHandlers.cc') 64DRAMPowerFile('MemBankWiseParams.cc') |
|
62 63main.Library('drampower', [main.SharedObject(f) for f in drampower_files]) 64 65main.Append(LIBS=['drampower']) 66main.Prepend(LIBPATH=[Dir('.')]) | 65 66main.Library('drampower', [main.SharedObject(f) for f in drampower_files]) 67 68main.Append(LIBS=['drampower']) 69main.Prepend(LIBPATH=[Dir('.')]) |