Skip to content

Commit

Permalink
Remove teads ref
Browse files Browse the repository at this point in the history
Signed-off-by: Gnanakeethan Balasubramaniam <[email protected]>
  • Loading branch information
gnanakeethan committed Sep 13, 2023
1 parent 092519b commit 8c736bc
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions src/lib/case-studies/emem-model.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,23 +2,21 @@ import {IImpactModelInterface} from '../interfaces';
import {KeyValuePair} from '../../types/boavizta';

export class EMemModel implements IImpactModelInterface {
// Defined for compatibility. Not used in TEADS.
// Defined for compatibility. Not used in this.
authParams: object | undefined;
// name of the data source
name: string | undefined;
// tdp of the chip being measured
memoryAllocation = 0;
// default power curve provided by the Teads Team
memoryEnergy = 0;
/**
* Defined for compatibility. Not used in TEADS.
* Defined for compatibility. Not used.
*/
authenticate(authParams: object): void {
this.authParams = authParams;
}

/**
* Configures the TEADS Plugin for IEF
* Configures the Plugin for IEF
* @param {string} name name of the resource
* @param {Object} staticParams static parameters for the resource
* @param {number} staticParams.tdp Thermal Design Power in Watts
Expand Down

0 comments on commit 8c736bc

Please sign in to comment.