Searched refs:total_unit_inverters (Results 1 - 1 of 1) sorted by relevance

/gem5/ext/dsent/model/optical/
H A DRingModulator.cc326 double total_unit_inverters = driver_size * max(1.0, hvdd / vdd); local
340 total_unit_inverters += current_predriver_size;
353 getGenProperties()->set("TotalPredriverSize", total_unit_inverters - driver_size);
358 double area_active = total_unit_inverters * unit_area_active;
359 double area_metal1 = total_unit_inverters * unit_area_metal1;

Completed in 3 milliseconds