Struct mcpat_sys::system_NoC [] [src]

#[repr(C)]
pub struct system_NoC { pub clockrate: c_int, pub kind: c_bool, pub has_global_link: c_bool, pub topology: [c_char; 20], pub horizontal_nodes: c_int, pub vertical_nodes: c_int, pub link_throughput: c_int, pub link_latency: c_int, pub input_ports: c_int, pub output_ports: c_int, pub virtual_channel_per_port: c_int, pub flit_bits: c_int, pub input_buffer_entries_per_vc: c_int, pub ports_of_input_buffer: [c_int; 20], pub dual_pump: c_int, pub number_of_crossbars: c_int, pub crossbar_type: [c_char; 20], pub crosspoint_type: [c_char; 20], pub xbar0: xbar0_systemNoC, pub arbiter_type: c_int, pub chip_coverage: c_double, pub vdd: c_double, pub power_gating_vcc: c_double, pub total_accesses: c_double, pub duty_cycle: c_double, pub route_over_perc: c_double, }

Fields

Trait Implementations

impl Clone for system_NoC
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for system_NoC
[src]

impl Debug for system_NoC
[src]

Formats the value using the given formatter.