frc star in DE domain

Free Running Counter. Input e_ECLK is a float representing the period of the Free Running Counter in milliseconds.

Derived from: DEPolis

Inputs

e_ECLKfloat

Outputs

e_TCLKint

States

implemStringState Valid values: HW SW BEHAV "{implem}"
resourceNameStringState resource to be used for simulation "Resource1"
Clock_freqFloatState CPU Clock frequency "Clock_freq"
policyStringState Scheduling Policy to be used for simulation "{SCHEDULER}"
PriorityIntState Priority: 0 -> lower "0"
firenameStringState File to write firing information "{Firingfile}"
overnameStringState File to write overflow information "{Overflowfile}"
MAXCOUNTIntState Maximum value of the FRC counter "MAXCOUNT"
SIMSCALEIntState Scale down simulation (only for HW and SW) "1"
PRESCALERIntState Prescaler of the FRC "1"

See: source code, frc users