From 35b0e7ee697d18fda1a3d934100d6c94eab56319 Mon Sep 17 00:00:00 2001 From: openpowerwtf <52765606+openpowerwtf@users.noreply.ggithub.com> Date: Wed, 3 Aug 2022 14:15:10 -0500 Subject: [PATCH] litex --- .../cmod7/gateware/.Xil/cmod7_propImpl.xdc | 15 + .../litex/build/cmod7/gateware/build_cmod7.sh | 3 + .../cmod7/gateware/cmod7.cache/wt/project.wpc | 3 + .../gateware/cmod7.cache/wt/synthesis.wdf | 42 + .../cmod7.cache/wt/synthesis_details.wdf | 3 + .../build/cmod7/gateware/cmod7.hw/cmod7.lpr | 6 + .../litex/build/cmod7/gateware/cmod7.tcl | 81 + dev/build/litex/build/cmod7/gateware/cmod7.v | 1891 ++++ .../litex/build/cmod7/gateware/cmod7.xdc | 54 + .../litex/build/cmod7/gateware/cmod7.xpr | 2352 ++++ .../build/cmod7/gateware/cmod7_main_ram.init | 0 .../litex/build/cmod7/gateware/cmod7_mem.init | 29 + .../litex/build/cmod7/gateware/cmod7_rom.init | 3790 +++++++ .../build/cmod7/gateware/cmod7_sram.init | 0 .../cmod7/gateware/cmod7_timing_synth.rpt | 866 ++ .../cmod7_utilization_hierarchical_synth.rpt | 9897 +++++++++++++++++ .../gateware/cmod7_utilization_synth.rpt | 200 + .../cmod7/software/include/generated/csr.h | 357 + .../cmod7/software/include/generated/git.h | 8 + .../cmod7/software/include/generated/mem.h | 30 + .../include/generated/output_format.ld | 1 + .../software/include/generated/regions.ld | 6 + .../cmod7/software/include/generated/soc.h | 65 + .../software/include/generated/variables.mak | 26 + dev/build/verilog | 1 + 25 files changed, 19726 insertions(+) create mode 100644 dev/build/litex/build/cmod7/gateware/.Xil/cmod7_propImpl.xdc create mode 100644 dev/build/litex/build/cmod7/gateware/build_cmod7.sh create mode 100644 dev/build/litex/build/cmod7/gateware/cmod7.cache/wt/project.wpc create mode 100644 dev/build/litex/build/cmod7/gateware/cmod7.cache/wt/synthesis.wdf create mode 100644 dev/build/litex/build/cmod7/gateware/cmod7.cache/wt/synthesis_details.wdf create mode 100644 dev/build/litex/build/cmod7/gateware/cmod7.hw/cmod7.lpr create mode 100644 dev/build/litex/build/cmod7/gateware/cmod7.tcl create mode 100644 dev/build/litex/build/cmod7/gateware/cmod7.v create mode 100644 dev/build/litex/build/cmod7/gateware/cmod7.xdc create mode 100644 dev/build/litex/build/cmod7/gateware/cmod7.xpr create mode 100644 dev/build/litex/build/cmod7/gateware/cmod7_main_ram.init create mode 100644 dev/build/litex/build/cmod7/gateware/cmod7_mem.init create mode 100644 dev/build/litex/build/cmod7/gateware/cmod7_rom.init create mode 100644 dev/build/litex/build/cmod7/gateware/cmod7_sram.init create mode 100644 dev/build/litex/build/cmod7/gateware/cmod7_timing_synth.rpt create mode 100644 dev/build/litex/build/cmod7/gateware/cmod7_utilization_hierarchical_synth.rpt create mode 100644 dev/build/litex/build/cmod7/gateware/cmod7_utilization_synth.rpt create mode 100644 dev/build/litex/build/cmod7/software/include/generated/csr.h create mode 100644 dev/build/litex/build/cmod7/software/include/generated/git.h create mode 100644 dev/build/litex/build/cmod7/software/include/generated/mem.h create mode 100644 dev/build/litex/build/cmod7/software/include/generated/output_format.ld create mode 100644 dev/build/litex/build/cmod7/software/include/generated/regions.ld create mode 100644 dev/build/litex/build/cmod7/software/include/generated/soc.h create mode 100644 dev/build/litex/build/cmod7/software/include/generated/variables.mak create mode 120000 dev/build/verilog diff --git a/dev/build/litex/build/cmod7/gateware/.Xil/cmod7_propImpl.xdc b/dev/build/litex/build/cmod7/gateware/.Xil/cmod7_propImpl.xdc new file mode 100644 index 0000000..1bddcae --- /dev/null +++ b/dev/build/litex/build/cmod7/gateware/.Xil/cmod7_propImpl.xdc @@ -0,0 +1,15 @@ +set_property SRC_FILE_INFO {cfile:/data/projects/a2o/dev/build/litex/build/cmod7/gateware/cmod7.xdc rfile:../cmod7.xdc id:1 order:EARLY} [current_design] +set_property src_info {type:XDC file:1 line:5 export:INPUT save:INPUT read:READ} [current_design] +set_property LOC J18 [get_ports {serial_tx}] +set_property src_info {type:XDC file:1 line:9 export:INPUT save:INPUT read:READ} [current_design] +set_property LOC J17 [get_ports {serial_rx}] +set_property src_info {type:XDC file:1 line:13 export:INPUT save:INPUT read:READ} [current_design] +set_property LOC L17 [get_ports {clk12}] +set_property src_info {type:XDC file:1 line:17 export:INPUT save:INPUT read:READ} [current_design] +set_property LOC A17 [get_ports {user_led0}] +set_property src_info {type:XDC file:1 line:21 export:INPUT save:INPUT read:READ} [current_design] +set_property LOC C16 [get_ports {user_led1}] +set_property src_info {type:XDC file:1 line:25 export:INPUT save:INPUT read:READ} [current_design] +set_property LOC A18 [get_ports {user_btn0}] +set_property src_info {type:XDC file:1 line:29 export:INPUT save:INPUT read:READ} [current_design] +set_property LOC B18 [get_ports {user_btn1}] diff --git a/dev/build/litex/build/cmod7/gateware/build_cmod7.sh b/dev/build/litex/build/cmod7/gateware/build_cmod7.sh new file mode 100644 index 0000000..7b535aa --- /dev/null +++ b/dev/build/litex/build/cmod7/gateware/build_cmod7.sh @@ -0,0 +1,3 @@ +# Autogenerated by LiteX / git: 6932fc51 +set -e +vivado -mode batch -source cmod7.tcl diff --git a/dev/build/litex/build/cmod7/gateware/cmod7.cache/wt/project.wpc b/dev/build/litex/build/cmod7/gateware/cmod7.cache/wt/project.wpc new file mode 100644 index 0000000..834da22 --- /dev/null +++ b/dev/build/litex/build/cmod7/gateware/cmod7.cache/wt/project.wpc @@ -0,0 +1,3 @@ +version:1 +6d6f64655f636f756e7465727c42617463684d6f6465:1 +eof: diff --git a/dev/build/litex/build/cmod7/gateware/cmod7.cache/wt/synthesis.wdf b/dev/build/litex/build/cmod7/gateware/cmod7.cache/wt/synthesis.wdf new file mode 100644 index 0000000..d96c270 --- /dev/null +++ b/dev/build/litex/build/cmod7/gateware/cmod7.cache/wt/synthesis.wdf @@ -0,0 +1,42 @@ +version:1 +73796e746865736973:73796e7468657369735c636f6d6d616e645f6c696e655f6f7074696f6e73:2d70617274:78633761323030747362673438342d31:00:00 +73796e746865736973:73796e7468657369735c636f6d6d616e645f6c696e655f6f7074696f6e73:2d6e616d65:64656661756c743a3a5b6e6f745f7370656369666965645d:00:00 +73796e746865736973:73796e7468657369735c636f6d6d616e645f6c696e655f6f7074696f6e73:2d746f70:636d6f6437:00:00 +73796e746865736973:73796e7468657369735c636f6d6d616e645f6c696e655f6f7074696f6e73:2d696e636c7564655f64697273:64656661756c743a3a5b6e6f745f7370656369666965645d:00:00 +73796e746865736973:73796e7468657369735c636f6d6d616e645f6c696e655f6f7074696f6e73:2d67656e65726963:64656661756c743a3a5b6e6f745f7370656369666965645d:00:00 +73796e746865736973:73796e7468657369735c636f6d6d616e645f6c696e655f6f7074696f6e73:2d766572696c6f675f646566696e65:64656661756c743a3a5b6e6f745f7370656369666965645d:00:00 +73796e746865736973:73796e7468657369735c636f6d6d616e645f6c696e655f6f7074696f6e73:2d636f6e737472736574:64656661756c743a3a5b6e6f745f7370656369666965645d:00:00 +73796e746865736973:73796e7468657369735c636f6d6d616e645f6c696e655f6f7074696f6e73:2d7365755f70726f74656374:64656661756c743a3a6e6f6e65:00:00 +73796e746865736973:73796e7468657369735c636f6d6d616e645f6c696e655f6f7074696f6e73:2d666c617474656e5f686965726172636879:64656661756c743a3a72656275696c74:00:00 +73796e746865736973:73796e7468657369735c636f6d6d616e645f6c696e655f6f7074696f6e73:2d67617465645f636c6f636b5f636f6e76657273696f6e:64656661756c743a3a6f6666:00:00 +73796e746865736973:73796e7468657369735c636f6d6d616e645f6c696e655f6f7074696f6e73:2d646972656374697665:64656661756c74:00:00 +73796e746865736973:73796e7468657369735c636f6d6d616e645f6c696e655f6f7074696f6e73:2d72746c:64656661756c743a3a5b6e6f745f7370656369666965645d:00:00 +73796e746865736973:73796e7468657369735c636f6d6d616e645f6c696e655f6f7074696f6e73:2d6c696e74:64656661756c743a3a5b6e6f745f7370656369666965645d:00:00 +73796e746865736973:73796e7468657369735c636f6d6d616e645f6c696e655f6f7074696f6e73:2d72746c5f736b69705f6970:64656661756c743a3a5b6e6f745f7370656369666965645d:00:00 +73796e746865736973:73796e7468657369735c636f6d6d616e645f6c696e655f6f7074696f6e73:2d72746c5f736b69705f636f6e73747261696e7473:64656661756c743a3a5b6e6f745f7370656369666965645d:00:00 +73796e746865736973:73796e7468657369735c636f6d6d616e645f6c696e655f6f7074696f6e73:2d6e6f5f6c63:64656661756c743a3a5b6e6f745f7370656369666965645d:00:00 +73796e746865736973:73796e7468657369735c636f6d6d616e645f6c696e655f6f7074696f6e73:2d6f73:64656661756c743a3a5b6e6f745f7370656369666965645d:00:00 +73796e746865736973:73796e7468657369735c636f6d6d616e645f6c696e655f6f7074696f6e73:2d62756667:64656661756c743a3a3132:00:00 +73796e746865736973:73796e7468657369735c636f6d6d616e645f6c696e655f6f7074696f6e73:2d66616e6f75745f6c696d6974:64656661756c743a3a3130303030:00:00 +73796e746865736973:73796e7468657369735c636f6d6d616e645f6c696e655f6f7074696f6e73:2d73687265675f6d696e5f73697a65:64656661756c743a3a33:00:00 +73796e746865736973:73796e7468657369735c636f6d6d616e645f6c696e655f6f7074696f6e73:2d6d6f6465:64656661756c743a3a64656661756c74:00:00 +73796e746865736973:73796e7468657369735c636f6d6d616e645f6c696e655f6f7074696f6e73:2d66736d5f65787472616374696f6e:64656661756c743a3a6175746f:00:00 +73796e746865736973:73796e7468657369735c636f6d6d616e645f6c696e655f6f7074696f6e73:2d6b6565705f6571756976616c656e745f726567697374657273:64656661756c743a3a5b6e6f745f7370656369666965645d:00:00 +73796e746865736973:73796e7468657369735c636f6d6d616e645f6c696e655f6f7074696f6e73:2d7265736f757263655f73686172696e67:64656661756c743a3a6175746f:00:00 +73796e746865736973:73796e7468657369735c636f6d6d616e645f6c696e655f6f7074696f6e73:2d636173636164655f647370:64656661756c743a3a6175746f:00:00 +73796e746865736973:73796e7468657369735c636f6d6d616e645f6c696e655f6f7074696f6e73:2d636f6e74726f6c5f7365745f6f70745f7468726573686f6c64:64656661756c743a3a6175746f:00:00 +73796e746865736973:73796e7468657369735c636f6d6d616e645f6c696e655f6f7074696f6e73:2d6d61785f6272616d:64656661756c743a3a2d31:00:00 +73796e746865736973:73796e7468657369735c636f6d6d616e645f6c696e655f6f7074696f6e73:2d6d61785f7572616d:64656661756c743a3a2d31:00:00 +73796e746865736973:73796e7468657369735c636f6d6d616e645f6c696e655f6f7074696f6e73:2d6d61785f647370:64656661756c743a3a2d31:00:00 +73796e746865736973:73796e7468657369735c636f6d6d616e645f6c696e655f6f7074696f6e73:2d6d61785f6272616d5f636173636164655f686569676874:64656661756c743a3a2d31:00:00 +73796e746865736973:73796e7468657369735c636f6d6d616e645f6c696e655f6f7074696f6e73:2d6d61785f7572616d5f636173636164655f686569676874:64656661756c743a3a2d31:00:00 +73796e746865736973:73796e7468657369735c636f6d6d616e645f6c696e655f6f7074696f6e73:2d726574696d696e67:64656661756c743a3a5b6e6f745f7370656369666965645d:00:00 +73796e746865736973:73796e7468657369735c636f6d6d616e645f6c696e655f6f7074696f6e73:2d6e6f5f73726c65787472616374:64656661756c743a3a5b6e6f745f7370656369666965645d:00:00 +73796e746865736973:73796e7468657369735c636f6d6d616e645f6c696e655f6f7074696f6e73:2d617373657274:64656661756c743a3a5b6e6f745f7370656369666965645d:00:00 +73796e746865736973:73796e7468657369735c636f6d6d616e645f6c696e655f6f7074696f6e73:2d6e6f5f74696d696e675f64726976656e:64656661756c743a3a5b6e6f745f7370656369666965645d:00:00 +73796e746865736973:73796e7468657369735c636f6d6d616e645f6c696e655f6f7074696f6e73:2d73666375:64656661756c743a3a5b6e6f745f7370656369666965645d:00:00 +73796e746865736973:73796e7468657369735c636f6d6d616e645f6c696e655f6f7074696f6e73:2d64656275675f6c6f67:64656661756c743a3a5b6e6f745f7370656369666965645d:00:00 +73796e746865736973:73796e7468657369735c7573616765:656c6170736564:30303a32393a353873:00:00 +73796e746865736973:73796e7468657369735c7573616765:6d656d6f72795f7065616b:353635382e3230374d42:00:00 +73796e746865736973:73796e7468657369735c7573616765:6d656d6f72795f6761696e:333337362e3935334d42:00:00 +eof:4023463222 diff --git a/dev/build/litex/build/cmod7/gateware/cmod7.cache/wt/synthesis_details.wdf b/dev/build/litex/build/cmod7/gateware/cmod7.cache/wt/synthesis_details.wdf new file mode 100644 index 0000000..78f8d66 --- /dev/null +++ b/dev/build/litex/build/cmod7/gateware/cmod7.cache/wt/synthesis_details.wdf @@ -0,0 +1,3 @@ +version:1 +73796e746865736973:73796e7468657369735c7573616765:686c735f6970:30:00:00 +eof:2511430288 diff --git a/dev/build/litex/build/cmod7/gateware/cmod7.hw/cmod7.lpr b/dev/build/litex/build/cmod7/gateware/cmod7.hw/cmod7.lpr new file mode 100644 index 0000000..fd04c85 --- /dev/null +++ b/dev/build/litex/build/cmod7/gateware/cmod7.hw/cmod7.lpr @@ -0,0 +1,6 @@ + + + + + + diff --git a/dev/build/litex/build/cmod7/gateware/cmod7.tcl b/dev/build/litex/build/cmod7/gateware/cmod7.tcl new file mode 100644 index 0000000..60f6032 --- /dev/null +++ b/dev/build/litex/build/cmod7/gateware/cmod7.tcl @@ -0,0 +1,81 @@ + +# Create Project + +create_project -force -name cmod7 -part xc7a200t-SBG484-1 +set_msg_config -id {Common 17-55} -new_severity {Warning} + +# Add Sources + +add_files {/data/projects/a2o/dev/build/litex/a2o/verilog/a2o_litex} +add_files {/data/projects/a2o/dev/build/litex/a2o/verilog/trilib} +add_files {/data/projects/a2o/dev/build/litex/a2o/verilog/trilib_clk1x} +add_files {/data/projects/a2o/dev/build/litex/a2o/verilog/work} +read_verilog {/data/projects/a2o/dev/build/litex/build/cmod7/gateware/cmod7.v} + +# Add EDIFs + + +# Add IPs + + +# Add constraints + +read_xdc cmod7.xdc +set_property PROCESSING_ORDER EARLY [get_files cmod7.xdc] + +# Add pre-synthesis commands + + +# Synthesis + +synth_design -directive default -top cmod7 -part xc7a200t-SBG484-1 + +# Synthesis report + +report_timing_summary -file cmod7_timing_synth.rpt +report_utilization -hierarchical -file cmod7_utilization_hierarchical_synth.rpt +report_utilization -file cmod7_utilization_synth.rpt + +# Optimize design + +opt_design -directive default + +# Add pre-placement commands + + +# Placement + +place_design -directive default + +# Placement report + +report_utilization -hierarchical -file cmod7_utilization_hierarchical_place.rpt +report_utilization -file cmod7_utilization_place.rpt +report_io -file cmod7_io.rpt +report_control_sets -verbose -file cmod7_control_sets.rpt +report_clock_utilization -file cmod7_clock_utilization.rpt + +# Add pre-routing commands + + +# Routing + +route_design -directive default +phys_opt_design -directive default +write_checkpoint -force cmod7_route.dcp + +# Routing report + +report_timing_summary -no_header -no_detailed_paths +report_route_status -file cmod7_route_status.rpt +report_drc -file cmod7_drc.rpt +report_timing_summary -datasheet -max_paths 10 -file cmod7_timing.rpt +report_power -file cmod7_power.rpt + +# Bitstream generation + +write_bitstream -force cmod7.bit + +# End + +quit \ No newline at end of file diff --git a/dev/build/litex/build/cmod7/gateware/cmod7.v b/dev/build/litex/build/cmod7/gateware/cmod7.v new file mode 100644 index 0000000..9975e19 --- /dev/null +++ b/dev/build/litex/build/cmod7/gateware/cmod7.v @@ -0,0 +1,1891 @@ +// ----------------------------------------------------------------------------- +// Auto-Generated by: __ _ __ _ __ +// / / (_) /____ | |/_/ +// / /__/ / __/ -_)> < +// /____/_/\__/\__/_/|_| +// Build your hardware, easily! +// https://github.com/enjoy-digital/litex +// +// Filename : cmod7.v +// Device : xc7a200t-SBG484-1 +// LiteX sha1 : 6932fc51 +// Date : 2022-08-03 07:06:41 +//------------------------------------------------------------------------------ + + +//------------------------------------------------------------------------------ +// Module +//------------------------------------------------------------------------------ + +module cmod7 ( + output reg serial_tx, + input wire serial_rx, + (* dont_touch = "true" *) input wire clk12, + output wire user_led0, + output wire user_led1, + input wire user_btn0, + input wire user_btn1 +); + + +//------------------------------------------------------------------------------ +// Signals +//------------------------------------------------------------------------------ + +reg soc_rst = 1'd0; +wire cpu_rst; +reg [1:0] reset_storage = 2'd0; +reg reset_re = 1'd0; +reg [31:0] scratch_storage = 32'd305419896; +reg scratch_re = 1'd0; +wire [31:0] bus_errors_status; +wire bus_errors_we; +reg bus_errors_re = 1'd0; +wire bus_error; +reg [31:0] bus_errors = 32'd0; +wire a2o_reset; +reg [2:0] a2o_interrupt = 3'd0; +reg a2o_interruptS = 1'd0; +wire [29:0] a2o_dbus_adr; +wire [31:0] a2o_dbus_dat_w; +wire [31:0] a2o_dbus_dat_r; +wire [3:0] a2o_dbus_sel; +wire a2o_dbus_cyc; +wire a2o_dbus_stb; +wire a2o_dbus_ack; +wire a2o_dbus_we; +reg [2:0] a2o_dbus_cti = 3'd0; +reg [1:0] a2o_dbus_bte = 2'd0; +wire a2o_dbus_err; +wire [1:0] a2o; +wire tx_sink_valid; +reg tx_sink_ready = 1'd0; +wire tx_sink_first; +wire tx_sink_last; +wire [7:0] tx_sink_payload_data; +reg [7:0] tx_data = 8'd0; +reg [3:0] tx_count = 4'd0; +reg tx_enable = 1'd0; +reg tx_tick = 1'd0; +reg [31:0] tx_phase = 32'd0; +reg rx_source_valid = 1'd0; +wire rx_source_ready; +reg rx_source_first = 1'd0; +reg rx_source_last = 1'd0; +reg [7:0] rx_source_payload_data = 8'd0; +reg [7:0] rx_data = 8'd0; +reg [3:0] rx_count = 4'd0; +reg rx_enable = 1'd0; +reg rx_tick = 1'd0; +reg [31:0] rx_phase = 32'd0; +wire rx_rx; +reg rx_rx_d = 1'd0; +reg uart_rxtx_re = 1'd0; +wire [7:0] uart_rxtx_r; +reg uart_rxtx_we = 1'd0; +wire [7:0] uart_rxtx_w; +wire uart_txfull_status; +wire uart_txfull_we; +reg uart_txfull_re = 1'd0; +wire uart_rxempty_status; +wire uart_rxempty_we; +reg uart_rxempty_re = 1'd0; +wire uart_irq; +wire uart_tx_status; +reg uart_tx_pending = 1'd0; +wire uart_tx_trigger; +reg uart_tx_clear = 1'd0; +reg uart_tx_trigger_d = 1'd0; +wire uart_rx_status; +reg uart_rx_pending = 1'd0; +wire uart_rx_trigger; +reg uart_rx_clear = 1'd0; +reg uart_rx_trigger_d = 1'd0; +wire uart_tx0; +wire uart_rx0; +reg [1:0] uart_status_status = 2'd0; +wire uart_status_we; +reg uart_status_re = 1'd0; +wire uart_tx1; +wire uart_rx1; +reg [1:0] uart_pending_status = 2'd0; +wire uart_pending_we; +reg uart_pending_re = 1'd0; +reg [1:0] uart_pending_r = 2'd0; +wire uart_tx2; +wire uart_rx2; +reg [1:0] uart_enable_storage = 2'd0; +reg uart_enable_re = 1'd0; +wire uart_txempty_status; +wire uart_txempty_we; +reg uart_txempty_re = 1'd0; +wire uart_rxfull_status; +wire uart_rxfull_we; +reg uart_rxfull_re = 1'd0; +wire uart_uart_sink_valid; +wire uart_uart_sink_ready; +wire uart_uart_sink_first; +wire uart_uart_sink_last; +wire [7:0] uart_uart_sink_payload_data; +wire uart_uart_source_valid; +wire uart_uart_source_ready; +wire uart_uart_source_first; +wire uart_uart_source_last; +wire [7:0] uart_uart_source_payload_data; +wire uart_tx_fifo_sink_valid; +wire uart_tx_fifo_sink_ready; +reg uart_tx_fifo_sink_first = 1'd0; +reg uart_tx_fifo_sink_last = 1'd0; +wire [7:0] uart_tx_fifo_sink_payload_data; +wire uart_tx_fifo_source_valid; +wire uart_tx_fifo_source_ready; +wire uart_tx_fifo_source_first; +wire uart_tx_fifo_source_last; +wire [7:0] uart_tx_fifo_source_payload_data; +wire uart_tx_fifo_re; +reg uart_tx_fifo_readable = 1'd0; +wire uart_tx_fifo_syncfifo_we; +wire uart_tx_fifo_syncfifo_writable; +wire uart_tx_fifo_syncfifo_re; +wire uart_tx_fifo_syncfifo_readable; +wire [9:0] uart_tx_fifo_syncfifo_din; +wire [9:0] uart_tx_fifo_syncfifo_dout; +reg [4:0] uart_tx_fifo_level0 = 5'd0; +reg uart_tx_fifo_replace = 1'd0; +reg [3:0] uart_tx_fifo_produce = 4'd0; +reg [3:0] uart_tx_fifo_consume = 4'd0; +reg [3:0] uart_tx_fifo_wrport_adr = 4'd0; +wire [9:0] uart_tx_fifo_wrport_dat_r; +wire uart_tx_fifo_wrport_we; +wire [9:0] uart_tx_fifo_wrport_dat_w; +wire uart_tx_fifo_do_read; +wire [3:0] uart_tx_fifo_rdport_adr; +wire [9:0] uart_tx_fifo_rdport_dat_r; +wire uart_tx_fifo_rdport_re; +wire [4:0] uart_tx_fifo_level1; +wire [7:0] uart_tx_fifo_fifo_in_payload_data; +wire uart_tx_fifo_fifo_in_first; +wire uart_tx_fifo_fifo_in_last; +wire [7:0] uart_tx_fifo_fifo_out_payload_data; +wire uart_tx_fifo_fifo_out_first; +wire uart_tx_fifo_fifo_out_last; +wire uart_rx_fifo_sink_valid; +wire uart_rx_fifo_sink_ready; +wire uart_rx_fifo_sink_first; +wire uart_rx_fifo_sink_last; +wire [7:0] uart_rx_fifo_sink_payload_data; +wire uart_rx_fifo_source_valid; +wire uart_rx_fifo_source_ready; +wire uart_rx_fifo_source_first; +wire uart_rx_fifo_source_last; +wire [7:0] uart_rx_fifo_source_payload_data; +wire uart_rx_fifo_re; +reg uart_rx_fifo_readable = 1'd0; +wire uart_rx_fifo_syncfifo_we; +wire uart_rx_fifo_syncfifo_writable; +wire uart_rx_fifo_syncfifo_re; +wire uart_rx_fifo_syncfifo_readable; +wire [9:0] uart_rx_fifo_syncfifo_din; +wire [9:0] uart_rx_fifo_syncfifo_dout; +reg [4:0] uart_rx_fifo_level0 = 5'd0; +reg uart_rx_fifo_replace = 1'd0; +reg [3:0] uart_rx_fifo_produce = 4'd0; +reg [3:0] uart_rx_fifo_consume = 4'd0; +reg [3:0] uart_rx_fifo_wrport_adr = 4'd0; +wire [9:0] uart_rx_fifo_wrport_dat_r; +wire uart_rx_fifo_wrport_we; +wire [9:0] uart_rx_fifo_wrport_dat_w; +wire uart_rx_fifo_do_read; +wire [3:0] uart_rx_fifo_rdport_adr; +wire [9:0] uart_rx_fifo_rdport_dat_r; +wire uart_rx_fifo_rdport_re; +wire [4:0] uart_rx_fifo_level1; +wire [7:0] uart_rx_fifo_fifo_in_payload_data; +wire uart_rx_fifo_fifo_in_first; +wire uart_rx_fifo_fifo_in_last; +wire [7:0] uart_rx_fifo_fifo_out_payload_data; +wire uart_rx_fifo_fifo_out_first; +wire uart_rx_fifo_fifo_out_last; +reg [31:0] timer_load_storage = 32'd0; +reg timer_load_re = 1'd0; +reg [31:0] timer_reload_storage = 32'd0; +reg timer_reload_re = 1'd0; +reg timer_en_storage = 1'd0; +reg timer_en_re = 1'd0; +reg timer_update_value_storage = 1'd0; +reg timer_update_value_re = 1'd0; +reg [31:0] timer_value_status = 32'd0; +wire timer_value_we; +reg timer_value_re = 1'd0; +wire timer_irq; +wire timer_zero_status; +reg timer_zero_pending = 1'd0; +wire timer_zero_trigger; +reg timer_zero_clear = 1'd0; +reg timer_zero_trigger_d = 1'd0; +wire timer_zero0; +wire timer_status_status; +wire timer_status_we; +reg timer_status_re = 1'd0; +wire timer_zero1; +wire timer_pending_status; +wire timer_pending_we; +reg timer_pending_re = 1'd0; +reg timer_pending_r = 1'd0; +wire timer_zero2; +reg timer_enable_storage = 1'd0; +reg timer_enable_re = 1'd0; +reg [31:0] timer_value = 32'd0; +reg crg_rst = 1'd0; +(* dont_touch = "true" *) wire sys_clk; +wire sys_rst; +wire sys2x_clk; +wire idelay_clk; +wire idelay_rst; +wire crg_reset; +reg crg_power_down = 1'd0; +wire crg_locked; +(* dont_touch = "true" *) wire crg_clkin; +wire crg_clkout0; +wire crg_clkout_buf0; +wire crg_clkout1; +wire crg_clkout_buf1; +wire crg_clkout2; +wire crg_clkout_buf2; +reg [3:0] crg_reset_counter = 4'd15; +reg crg_ic_reset = 1'd1; +wire [29:0] ram_bus_adr; +wire [31:0] ram_bus_dat_w; +wire [31:0] ram_bus_dat_r; +wire [3:0] ram_bus_sel; +wire ram_bus_cyc; +wire ram_bus_stb; +reg ram_bus_ack = 1'd0; +wire ram_bus_we; +wire [2:0] ram_bus_cti; +wire [1:0] ram_bus_bte; +reg ram_bus_err = 1'd0; +reg adr_burst = 1'd0; +wire [13:0] adr; +wire [31:0] dat_r; +wire [29:0] interface0_ram_bus_adr; +wire [31:0] interface0_ram_bus_dat_w; +wire [31:0] interface0_ram_bus_dat_r; +wire [3:0] interface0_ram_bus_sel; +wire interface0_ram_bus_cyc; +wire interface0_ram_bus_stb; +reg interface0_ram_bus_ack = 1'd0; +wire interface0_ram_bus_we; +wire [2:0] interface0_ram_bus_cti; +wire [1:0] interface0_ram_bus_bte; +reg interface0_ram_bus_err = 1'd0; +reg sram0_adr_burst = 1'd0; +wire [13:0] sram0_adr; +wire [31:0] sram0_dat_r; +reg [3:0] sram0_we = 4'd0; +wire [31:0] sram0_dat_w; +reg [1:0] leds_storage = 2'd0; +reg leds_re = 1'd0; +reg [1:0] leds_chaser = 2'd0; +reg leds_mode = 1'd0; +wire leds_wait; +wire leds_done; +reg [23:0] leds_count = 24'd12500000; +reg [1:0] leds_leds = 2'd0; +wire [1:0] buttons_status; +wire buttons_we; +reg buttons_re = 1'd0; +wire [29:0] interface1_ram_bus_adr; +wire [31:0] interface1_ram_bus_dat_w; +wire [31:0] interface1_ram_bus_dat_r; +wire [3:0] interface1_ram_bus_sel; +wire interface1_ram_bus_cyc; +wire interface1_ram_bus_stb; +reg interface1_ram_bus_ack = 1'd0; +wire interface1_ram_bus_we; +wire [2:0] interface1_ram_bus_cti; +wire [1:0] interface1_ram_bus_bte; +reg interface1_ram_bus_err = 1'd0; +reg sram1_adr_burst = 1'd0; +wire [5:0] sram1_adr; +wire [31:0] sram1_dat_r; +reg [3:0] sram1_we = 4'd0; +wire [31:0] sram1_dat_w; +reg [13:0] basesoc_adr = 14'd0; +reg basesoc_we = 1'd0; +reg [31:0] basesoc_dat_w = 32'd0; +wire [31:0] basesoc_dat_r; +wire [29:0] basesoc_wishbone_adr; +wire [31:0] basesoc_wishbone_dat_w; +reg [31:0] basesoc_wishbone_dat_r = 32'd0; +wire [3:0] basesoc_wishbone_sel; +wire basesoc_wishbone_cyc; +wire basesoc_wishbone_stb; +reg basesoc_wishbone_ack = 1'd0; +wire basesoc_wishbone_we; +wire [2:0] basesoc_wishbone_cti; +wire [1:0] basesoc_wishbone_bte; +reg basesoc_wishbone_err = 1'd0; +wire [29:0] shared_adr; +wire [31:0] shared_dat_w; +reg [31:0] shared_dat_r = 32'd0; +wire [3:0] shared_sel; +wire shared_cyc; +wire shared_stb; +reg shared_ack = 1'd0; +wire shared_we; +wire [2:0] shared_cti; +wire [1:0] shared_bte; +wire shared_err; +wire request; +wire grant; +reg [3:0] slave_sel = 4'd0; +reg [3:0] slave_sel_r = 4'd0; +reg error = 1'd0; +wire wait_1; +wire done; +reg [19:0] count = 20'd1000000; +wire [13:0] csr_bankarray_interface0_bank_bus_adr; +wire csr_bankarray_interface0_bank_bus_we; +wire [31:0] csr_bankarray_interface0_bank_bus_dat_w; +reg [31:0] csr_bankarray_interface0_bank_bus_dat_r = 32'd0; +reg csr_bankarray_csrbank0_in_re = 1'd0; +wire [1:0] csr_bankarray_csrbank0_in_r; +reg csr_bankarray_csrbank0_in_we = 1'd0; +wire [1:0] csr_bankarray_csrbank0_in_w; +wire csr_bankarray_csrbank0_sel; +wire [13:0] csr_bankarray_interface1_bank_bus_adr; +wire csr_bankarray_interface1_bank_bus_we; +wire [31:0] csr_bankarray_interface1_bank_bus_dat_w; +reg [31:0] csr_bankarray_interface1_bank_bus_dat_r = 32'd0; +reg csr_bankarray_csrbank1_reset0_re = 1'd0; +wire [1:0] csr_bankarray_csrbank1_reset0_r; +reg csr_bankarray_csrbank1_reset0_we = 1'd0; +wire [1:0] csr_bankarray_csrbank1_reset0_w; +reg csr_bankarray_csrbank1_scratch0_re = 1'd0; +wire [31:0] csr_bankarray_csrbank1_scratch0_r; +reg csr_bankarray_csrbank1_scratch0_we = 1'd0; +wire [31:0] csr_bankarray_csrbank1_scratch0_w; +reg csr_bankarray_csrbank1_bus_errors_re = 1'd0; +wire [31:0] csr_bankarray_csrbank1_bus_errors_r; +reg csr_bankarray_csrbank1_bus_errors_we = 1'd0; +wire [31:0] csr_bankarray_csrbank1_bus_errors_w; +wire csr_bankarray_csrbank1_sel; +wire [13:0] csr_bankarray_sram_bus_adr; +wire csr_bankarray_sram_bus_we; +wire [31:0] csr_bankarray_sram_bus_dat_w; +reg [31:0] csr_bankarray_sram_bus_dat_r = 32'd0; +wire [4:0] csr_bankarray_adr; +wire [7:0] csr_bankarray_dat_r; +wire csr_bankarray_sel; +reg csr_bankarray_sel_r = 1'd0; +wire [13:0] csr_bankarray_interface2_bank_bus_adr; +wire csr_bankarray_interface2_bank_bus_we; +wire [31:0] csr_bankarray_interface2_bank_bus_dat_w; +reg [31:0] csr_bankarray_interface2_bank_bus_dat_r = 32'd0; +reg csr_bankarray_csrbank2_out0_re = 1'd0; +wire [1:0] csr_bankarray_csrbank2_out0_r; +reg csr_bankarray_csrbank2_out0_we = 1'd0; +wire [1:0] csr_bankarray_csrbank2_out0_w; +wire csr_bankarray_csrbank2_sel; +wire [13:0] csr_bankarray_interface3_bank_bus_adr; +wire csr_bankarray_interface3_bank_bus_we; +wire [31:0] csr_bankarray_interface3_bank_bus_dat_w; +reg [31:0] csr_bankarray_interface3_bank_bus_dat_r = 32'd0; +reg csr_bankarray_csrbank3_load0_re = 1'd0; +wire [31:0] csr_bankarray_csrbank3_load0_r; +reg csr_bankarray_csrbank3_load0_we = 1'd0; +wire [31:0] csr_bankarray_csrbank3_load0_w; +reg csr_bankarray_csrbank3_reload0_re = 1'd0; +wire [31:0] csr_bankarray_csrbank3_reload0_r; +reg csr_bankarray_csrbank3_reload0_we = 1'd0; +wire [31:0] csr_bankarray_csrbank3_reload0_w; +reg csr_bankarray_csrbank3_en0_re = 1'd0; +wire csr_bankarray_csrbank3_en0_r; +reg csr_bankarray_csrbank3_en0_we = 1'd0; +wire csr_bankarray_csrbank3_en0_w; +reg csr_bankarray_csrbank3_update_value0_re = 1'd0; +wire csr_bankarray_csrbank3_update_value0_r; +reg csr_bankarray_csrbank3_update_value0_we = 1'd0; +wire csr_bankarray_csrbank3_update_value0_w; +reg csr_bankarray_csrbank3_value_re = 1'd0; +wire [31:0] csr_bankarray_csrbank3_value_r; +reg csr_bankarray_csrbank3_value_we = 1'd0; +wire [31:0] csr_bankarray_csrbank3_value_w; +reg csr_bankarray_csrbank3_ev_status_re = 1'd0; +wire csr_bankarray_csrbank3_ev_status_r; +reg csr_bankarray_csrbank3_ev_status_we = 1'd0; +wire csr_bankarray_csrbank3_ev_status_w; +reg csr_bankarray_csrbank3_ev_pending_re = 1'd0; +wire csr_bankarray_csrbank3_ev_pending_r; +reg csr_bankarray_csrbank3_ev_pending_we = 1'd0; +wire csr_bankarray_csrbank3_ev_pending_w; +reg csr_bankarray_csrbank3_ev_enable0_re = 1'd0; +wire csr_bankarray_csrbank3_ev_enable0_r; +reg csr_bankarray_csrbank3_ev_enable0_we = 1'd0; +wire csr_bankarray_csrbank3_ev_enable0_w; +wire csr_bankarray_csrbank3_sel; +wire [13:0] csr_bankarray_interface4_bank_bus_adr; +wire csr_bankarray_interface4_bank_bus_we; +wire [31:0] csr_bankarray_interface4_bank_bus_dat_w; +reg [31:0] csr_bankarray_interface4_bank_bus_dat_r = 32'd0; +reg csr_bankarray_csrbank4_txfull_re = 1'd0; +wire csr_bankarray_csrbank4_txfull_r; +reg csr_bankarray_csrbank4_txfull_we = 1'd0; +wire csr_bankarray_csrbank4_txfull_w; +reg csr_bankarray_csrbank4_rxempty_re = 1'd0; +wire csr_bankarray_csrbank4_rxempty_r; +reg csr_bankarray_csrbank4_rxempty_we = 1'd0; +wire csr_bankarray_csrbank4_rxempty_w; +reg csr_bankarray_csrbank4_ev_status_re = 1'd0; +wire [1:0] csr_bankarray_csrbank4_ev_status_r; +reg csr_bankarray_csrbank4_ev_status_we = 1'd0; +wire [1:0] csr_bankarray_csrbank4_ev_status_w; +reg csr_bankarray_csrbank4_ev_pending_re = 1'd0; +wire [1:0] csr_bankarray_csrbank4_ev_pending_r; +reg csr_bankarray_csrbank4_ev_pending_we = 1'd0; +wire [1:0] csr_bankarray_csrbank4_ev_pending_w; +reg csr_bankarray_csrbank4_ev_enable0_re = 1'd0; +wire [1:0] csr_bankarray_csrbank4_ev_enable0_r; +reg csr_bankarray_csrbank4_ev_enable0_we = 1'd0; +wire [1:0] csr_bankarray_csrbank4_ev_enable0_w; +reg csr_bankarray_csrbank4_txempty_re = 1'd0; +wire csr_bankarray_csrbank4_txempty_r; +reg csr_bankarray_csrbank4_txempty_we = 1'd0; +wire csr_bankarray_csrbank4_txempty_w; +reg csr_bankarray_csrbank4_rxfull_re = 1'd0; +wire csr_bankarray_csrbank4_rxfull_r; +reg csr_bankarray_csrbank4_rxfull_we = 1'd0; +wire csr_bankarray_csrbank4_rxfull_w; +wire csr_bankarray_csrbank4_sel; +wire [13:0] csr_interconnect_adr; +wire csr_interconnect_we; +wire [31:0] csr_interconnect_dat_w; +wire [31:0] csr_interconnect_dat_r; +reg basesoc_rs232phytx_state = 1'd0; +reg basesoc_rs232phytx_next_state = 1'd0; +reg [3:0] tx_count_rs232phytx_next_value0 = 4'd0; +reg tx_count_rs232phytx_next_value_ce0 = 1'd0; +reg serial_tx_rs232phytx_next_value1 = 1'd0; +reg serial_tx_rs232phytx_next_value_ce1 = 1'd0; +reg [7:0] tx_data_rs232phytx_next_value2 = 8'd0; +reg tx_data_rs232phytx_next_value_ce2 = 1'd0; +reg basesoc_rs232phyrx_state = 1'd0; +reg basesoc_rs232phyrx_next_state = 1'd0; +reg [3:0] rx_count_rs232phyrx_next_value0 = 4'd0; +reg rx_count_rs232phyrx_next_value_ce0 = 1'd0; +reg [7:0] rx_data_rs232phyrx_next_value1 = 8'd0; +reg rx_data_rs232phyrx_next_value_ce1 = 1'd0; +wire basesoc_reset0; +wire basesoc_reset1; +wire basesoc_reset2; +wire basesoc_reset3; +wire basesoc_reset4; +wire basesoc_reset5; +wire basesoc_reset6; +wire basesoc_reset7; +wire basesoc_mmcm_fb; +reg basesoc_state = 1'd0; +reg basesoc_next_state = 1'd0; +reg [29:0] array_muxed0 = 30'd0; +reg [31:0] array_muxed1 = 32'd0; +reg [3:0] array_muxed2 = 4'd0; +reg array_muxed3 = 1'd0; +reg array_muxed4 = 1'd0; +reg array_muxed5 = 1'd0; +reg [2:0] array_muxed6 = 3'd0; +reg [1:0] array_muxed7 = 2'd0; +(* async_reg = "true", mr_ff = "true", dont_touch = "true" *) reg xilinxmultiregimpl0_regs0 = 1'd0; +(* async_reg = "true", dont_touch = "true" *) reg xilinxmultiregimpl0_regs1 = 1'd0; +wire xilinxasyncresetsynchronizerimpl0; +wire xilinxasyncresetsynchronizerimpl0_rst_meta; +wire xilinxasyncresetsynchronizerimpl1; +wire xilinxasyncresetsynchronizerimpl1_rst_meta; +wire xilinxasyncresetsynchronizerimpl1_expr; +wire xilinxasyncresetsynchronizerimpl2; +wire xilinxasyncresetsynchronizerimpl2_rst_meta; +(* async_reg = "true", mr_ff = "true", dont_touch = "true" *) reg [1:0] xilinxmultiregimpl1_regs0 = 2'd0; +(* async_reg = "true", dont_touch = "true" *) reg [1:0] xilinxmultiregimpl1_regs1 = 2'd0; +wire xilinxmultiregimpl1; + +//------------------------------------------------------------------------------ +// Combinatorial Logic +//------------------------------------------------------------------------------ + +assign a2o_reset = (soc_rst | cpu_rst); +always @(*) begin + crg_rst <= 1'd0; + if (soc_rst) begin + crg_rst <= 1'd1; + end +end +assign bus_error = error; +always @(*) begin + a2o_interrupt <= 3'd0; + a2o_interrupt[1] <= timer_irq; + a2o_interrupt[0] <= uart_irq; +end +assign bus_errors_status = bus_errors; +always @(*) begin + serial_tx_rs232phytx_next_value1 <= 1'd0; + serial_tx_rs232phytx_next_value_ce1 <= 1'd0; + tx_enable <= 1'd0; + tx_data_rs232phytx_next_value2 <= 8'd0; + tx_data_rs232phytx_next_value_ce2 <= 1'd0; + tx_sink_ready <= 1'd0; + basesoc_rs232phytx_next_state <= 1'd0; + tx_count_rs232phytx_next_value0 <= 4'd0; + tx_count_rs232phytx_next_value_ce0 <= 1'd0; + basesoc_rs232phytx_next_state <= basesoc_rs232phytx_state; + case (basesoc_rs232phytx_state) + 1'd1: begin + tx_enable <= 1'd1; + if (tx_tick) begin + serial_tx_rs232phytx_next_value1 <= tx_data; + serial_tx_rs232phytx_next_value_ce1 <= 1'd1; + tx_count_rs232phytx_next_value0 <= (tx_count + 1'd1); + tx_count_rs232phytx_next_value_ce0 <= 1'd1; + tx_data_rs232phytx_next_value2 <= {1'd1, tx_data[7:1]}; + tx_data_rs232phytx_next_value_ce2 <= 1'd1; + if ((tx_count == 4'd9)) begin + tx_sink_ready <= 1'd1; + basesoc_rs232phytx_next_state <= 1'd0; + end + end + end + default: begin + tx_count_rs232phytx_next_value0 <= 1'd0; + tx_count_rs232phytx_next_value_ce0 <= 1'd1; + serial_tx_rs232phytx_next_value1 <= 1'd1; + serial_tx_rs232phytx_next_value_ce1 <= 1'd1; + if (tx_sink_valid) begin + serial_tx_rs232phytx_next_value1 <= 1'd0; + serial_tx_rs232phytx_next_value_ce1 <= 1'd1; + tx_data_rs232phytx_next_value2 <= tx_sink_payload_data; + tx_data_rs232phytx_next_value_ce2 <= 1'd1; + basesoc_rs232phytx_next_state <= 1'd1; + end + end + endcase +end +always @(*) begin + rx_enable <= 1'd0; + rx_data_rs232phyrx_next_value1 <= 8'd0; + rx_data_rs232phyrx_next_value_ce1 <= 1'd0; + rx_source_valid <= 1'd0; + basesoc_rs232phyrx_next_state <= 1'd0; + rx_count_rs232phyrx_next_value0 <= 4'd0; + rx_count_rs232phyrx_next_value_ce0 <= 1'd0; + rx_source_payload_data <= 8'd0; + basesoc_rs232phyrx_next_state <= basesoc_rs232phyrx_state; + case (basesoc_rs232phyrx_state) + 1'd1: begin + rx_enable <= 1'd1; + if (rx_tick) begin + rx_count_rs232phyrx_next_value0 <= (rx_count + 1'd1); + rx_count_rs232phyrx_next_value_ce0 <= 1'd1; + rx_data_rs232phyrx_next_value1 <= {rx_rx, rx_data[7:1]}; + rx_data_rs232phyrx_next_value_ce1 <= 1'd1; + if ((rx_count == 4'd9)) begin + rx_source_valid <= (rx_rx == 1'd1); + rx_source_payload_data <= rx_data; + basesoc_rs232phyrx_next_state <= 1'd0; + end + end + end + default: begin + rx_count_rs232phyrx_next_value0 <= 1'd0; + rx_count_rs232phyrx_next_value_ce0 <= 1'd1; + if (((rx_rx == 1'd0) & (rx_rx_d == 1'd1))) begin + basesoc_rs232phyrx_next_state <= 1'd1; + end + end + endcase +end +assign uart_uart_sink_valid = rx_source_valid; +assign rx_source_ready = uart_uart_sink_ready; +assign uart_uart_sink_first = rx_source_first; +assign uart_uart_sink_last = rx_source_last; +assign uart_uart_sink_payload_data = rx_source_payload_data; +assign tx_sink_valid = uart_uart_source_valid; +assign uart_uart_source_ready = tx_sink_ready; +assign tx_sink_first = uart_uart_source_first; +assign tx_sink_last = uart_uart_source_last; +assign tx_sink_payload_data = uart_uart_source_payload_data; +assign uart_tx_fifo_sink_valid = uart_rxtx_re; +assign uart_tx_fifo_sink_payload_data = uart_rxtx_r; +assign uart_uart_source_valid = uart_tx_fifo_source_valid; +assign uart_tx_fifo_source_ready = uart_uart_source_ready; +assign uart_uart_source_first = uart_tx_fifo_source_first; +assign uart_uart_source_last = uart_tx_fifo_source_last; +assign uart_uart_source_payload_data = uart_tx_fifo_source_payload_data; +assign uart_txfull_status = (~uart_tx_fifo_sink_ready); +assign uart_txempty_status = (~uart_tx_fifo_source_valid); +assign uart_tx_trigger = uart_tx_fifo_sink_ready; +assign uart_rx_fifo_sink_valid = uart_uart_sink_valid; +assign uart_uart_sink_ready = uart_rx_fifo_sink_ready; +assign uart_rx_fifo_sink_first = uart_uart_sink_first; +assign uart_rx_fifo_sink_last = uart_uart_sink_last; +assign uart_rx_fifo_sink_payload_data = uart_uart_sink_payload_data; +assign uart_rxtx_w = uart_rx_fifo_source_payload_data; +assign uart_rx_fifo_source_ready = (uart_rx_clear | (1'd0 & uart_rxtx_we)); +assign uart_rxempty_status = (~uart_rx_fifo_source_valid); +assign uart_rxfull_status = (~uart_rx_fifo_sink_ready); +assign uart_rx_trigger = uart_rx_fifo_source_valid; +assign uart_tx0 = uart_tx_status; +assign uart_tx1 = uart_tx_pending; +always @(*) begin + uart_tx_clear <= 1'd0; + if ((uart_pending_re & uart_pending_r[0])) begin + uart_tx_clear <= 1'd1; + end +end +assign uart_rx0 = uart_rx_status; +assign uart_rx1 = uart_rx_pending; +always @(*) begin + uart_rx_clear <= 1'd0; + if ((uart_pending_re & uart_pending_r[1])) begin + uart_rx_clear <= 1'd1; + end +end +assign uart_irq = ((uart_pending_status[0] & uart_enable_storage[0]) | (uart_pending_status[1] & uart_enable_storage[1])); +assign uart_tx_status = uart_tx_trigger; +assign uart_rx_status = uart_rx_trigger; +assign uart_tx_fifo_syncfifo_din = {uart_tx_fifo_fifo_in_last, uart_tx_fifo_fifo_in_first, uart_tx_fifo_fifo_in_payload_data}; +assign {uart_tx_fifo_fifo_out_last, uart_tx_fifo_fifo_out_first, uart_tx_fifo_fifo_out_payload_data} = uart_tx_fifo_syncfifo_dout; +assign uart_tx_fifo_sink_ready = uart_tx_fifo_syncfifo_writable; +assign uart_tx_fifo_syncfifo_we = uart_tx_fifo_sink_valid; +assign uart_tx_fifo_fifo_in_first = uart_tx_fifo_sink_first; +assign uart_tx_fifo_fifo_in_last = uart_tx_fifo_sink_last; +assign uart_tx_fifo_fifo_in_payload_data = uart_tx_fifo_sink_payload_data; +assign uart_tx_fifo_source_valid = uart_tx_fifo_readable; +assign uart_tx_fifo_source_first = uart_tx_fifo_fifo_out_first; +assign uart_tx_fifo_source_last = uart_tx_fifo_fifo_out_last; +assign uart_tx_fifo_source_payload_data = uart_tx_fifo_fifo_out_payload_data; +assign uart_tx_fifo_re = uart_tx_fifo_source_ready; +assign uart_tx_fifo_syncfifo_re = (uart_tx_fifo_syncfifo_readable & ((~uart_tx_fifo_readable) | uart_tx_fifo_re)); +assign uart_tx_fifo_level1 = (uart_tx_fifo_level0 + uart_tx_fifo_readable); +always @(*) begin + uart_tx_fifo_wrport_adr <= 4'd0; + if (uart_tx_fifo_replace) begin + uart_tx_fifo_wrport_adr <= (uart_tx_fifo_produce - 1'd1); + end else begin + uart_tx_fifo_wrport_adr <= uart_tx_fifo_produce; + end +end +assign uart_tx_fifo_wrport_dat_w = uart_tx_fifo_syncfifo_din; +assign uart_tx_fifo_wrport_we = (uart_tx_fifo_syncfifo_we & (uart_tx_fifo_syncfifo_writable | uart_tx_fifo_replace)); +assign uart_tx_fifo_do_read = (uart_tx_fifo_syncfifo_readable & uart_tx_fifo_syncfifo_re); +assign uart_tx_fifo_rdport_adr = uart_tx_fifo_consume; +assign uart_tx_fifo_syncfifo_dout = uart_tx_fifo_rdport_dat_r; +assign uart_tx_fifo_rdport_re = uart_tx_fifo_do_read; +assign uart_tx_fifo_syncfifo_writable = (uart_tx_fifo_level0 != 5'd16); +assign uart_tx_fifo_syncfifo_readable = (uart_tx_fifo_level0 != 1'd0); +assign uart_rx_fifo_syncfifo_din = {uart_rx_fifo_fifo_in_last, uart_rx_fifo_fifo_in_first, uart_rx_fifo_fifo_in_payload_data}; +assign {uart_rx_fifo_fifo_out_last, uart_rx_fifo_fifo_out_first, uart_rx_fifo_fifo_out_payload_data} = uart_rx_fifo_syncfifo_dout; +assign uart_rx_fifo_sink_ready = uart_rx_fifo_syncfifo_writable; +assign uart_rx_fifo_syncfifo_we = uart_rx_fifo_sink_valid; +assign uart_rx_fifo_fifo_in_first = uart_rx_fifo_sink_first; +assign uart_rx_fifo_fifo_in_last = uart_rx_fifo_sink_last; +assign uart_rx_fifo_fifo_in_payload_data = uart_rx_fifo_sink_payload_data; +assign uart_rx_fifo_source_valid = uart_rx_fifo_readable; +assign uart_rx_fifo_source_first = uart_rx_fifo_fifo_out_first; +assign uart_rx_fifo_source_last = uart_rx_fifo_fifo_out_last; +assign uart_rx_fifo_source_payload_data = uart_rx_fifo_fifo_out_payload_data; +assign uart_rx_fifo_re = uart_rx_fifo_source_ready; +assign uart_rx_fifo_syncfifo_re = (uart_rx_fifo_syncfifo_readable & ((~uart_rx_fifo_readable) | uart_rx_fifo_re)); +assign uart_rx_fifo_level1 = (uart_rx_fifo_level0 + uart_rx_fifo_readable); +always @(*) begin + uart_rx_fifo_wrport_adr <= 4'd0; + if (uart_rx_fifo_replace) begin + uart_rx_fifo_wrport_adr <= (uart_rx_fifo_produce - 1'd1); + end else begin + uart_rx_fifo_wrport_adr <= uart_rx_fifo_produce; + end +end +assign uart_rx_fifo_wrport_dat_w = uart_rx_fifo_syncfifo_din; +assign uart_rx_fifo_wrport_we = (uart_rx_fifo_syncfifo_we & (uart_rx_fifo_syncfifo_writable | uart_rx_fifo_replace)); +assign uart_rx_fifo_do_read = (uart_rx_fifo_syncfifo_readable & uart_rx_fifo_syncfifo_re); +assign uart_rx_fifo_rdport_adr = uart_rx_fifo_consume; +assign uart_rx_fifo_syncfifo_dout = uart_rx_fifo_rdport_dat_r; +assign uart_rx_fifo_rdport_re = uart_rx_fifo_do_read; +assign uart_rx_fifo_syncfifo_writable = (uart_rx_fifo_level0 != 5'd16); +assign uart_rx_fifo_syncfifo_readable = (uart_rx_fifo_level0 != 1'd0); +assign timer_zero_trigger = (timer_value == 1'd0); +assign timer_zero0 = timer_zero_status; +assign timer_zero1 = timer_zero_pending; +always @(*) begin + timer_zero_clear <= 1'd0; + if ((timer_pending_re & timer_pending_r)) begin + timer_zero_clear <= 1'd1; + end +end +assign timer_irq = (timer_pending_status & timer_enable_storage); +assign timer_zero_status = timer_zero_trigger; +assign crg_reset = crg_rst; +assign crg_clkin = clk12; +assign sys_clk = crg_clkout_buf0; +assign sys2x_clk = crg_clkout_buf1; +assign idelay_clk = crg_clkout_buf2; +assign adr = ram_bus_adr[13:0]; +assign ram_bus_dat_r = dat_r; +always @(*) begin + sram0_we <= 4'd0; + sram0_we[0] <= (((interface0_ram_bus_cyc & interface0_ram_bus_stb) & interface0_ram_bus_we) & interface0_ram_bus_sel[0]); + sram0_we[1] <= (((interface0_ram_bus_cyc & interface0_ram_bus_stb) & interface0_ram_bus_we) & interface0_ram_bus_sel[1]); + sram0_we[2] <= (((interface0_ram_bus_cyc & interface0_ram_bus_stb) & interface0_ram_bus_we) & interface0_ram_bus_sel[2]); + sram0_we[3] <= (((interface0_ram_bus_cyc & interface0_ram_bus_stb) & interface0_ram_bus_we) & interface0_ram_bus_sel[3]); +end +assign sram0_adr = interface0_ram_bus_adr[13:0]; +assign interface0_ram_bus_dat_r = sram0_dat_r; +assign sram0_dat_w = interface0_ram_bus_dat_w; +assign leds_wait = (~leds_done); +always @(*) begin + leds_leds <= 2'd0; + if ((leds_mode == 1'd1)) begin + leds_leds <= leds_storage; + end else begin + leds_leds <= leds_chaser; + end +end +assign {user_led1, user_led0} = (leds_leds ^ 1'd0); +assign leds_done = (leds_count == 1'd0); +always @(*) begin + sram1_we <= 4'd0; + sram1_we[0] <= (((interface1_ram_bus_cyc & interface1_ram_bus_stb) & interface1_ram_bus_we) & interface1_ram_bus_sel[0]); + sram1_we[1] <= (((interface1_ram_bus_cyc & interface1_ram_bus_stb) & interface1_ram_bus_we) & interface1_ram_bus_sel[1]); + sram1_we[2] <= (((interface1_ram_bus_cyc & interface1_ram_bus_stb) & interface1_ram_bus_we) & interface1_ram_bus_sel[2]); + sram1_we[3] <= (((interface1_ram_bus_cyc & interface1_ram_bus_stb) & interface1_ram_bus_we) & interface1_ram_bus_sel[3]); +end +assign sram1_adr = interface1_ram_bus_adr[5:0]; +assign interface1_ram_bus_dat_r = sram1_dat_r; +assign sram1_dat_w = interface1_ram_bus_dat_w; +always @(*) begin + basesoc_wishbone_ack <= 1'd0; + basesoc_dat_w <= 32'd0; + basesoc_next_state <= 1'd0; + basesoc_wishbone_dat_r <= 32'd0; + basesoc_adr <= 14'd0; + basesoc_we <= 1'd0; + basesoc_next_state <= basesoc_state; + case (basesoc_state) + 1'd1: begin + basesoc_wishbone_ack <= 1'd1; + basesoc_wishbone_dat_r <= basesoc_dat_r; + basesoc_next_state <= 1'd0; + end + default: begin + basesoc_dat_w <= basesoc_wishbone_dat_w; + if ((basesoc_wishbone_cyc & basesoc_wishbone_stb)) begin + basesoc_adr <= basesoc_wishbone_adr; + basesoc_we <= (basesoc_wishbone_we & (basesoc_wishbone_sel != 1'd0)); + basesoc_next_state <= 1'd1; + end + end + endcase +end +assign shared_adr = array_muxed0; +assign shared_dat_w = array_muxed1; +assign shared_sel = array_muxed2; +assign shared_cyc = array_muxed3; +assign shared_stb = array_muxed4; +assign shared_we = array_muxed5; +assign shared_cti = array_muxed6; +assign shared_bte = array_muxed7; +assign a2o_dbus_dat_r = shared_dat_r; +assign a2o_dbus_ack = (shared_ack & (grant == 1'd0)); +assign a2o_dbus_err = (shared_err & (grant == 1'd0)); +assign request = {a2o_dbus_cyc}; +assign grant = 1'd0; +always @(*) begin + slave_sel <= 4'd0; + slave_sel[0] <= (shared_adr[29:14] == 1'd0); + slave_sel[1] <= (shared_adr[29:14] == 1'd1); + slave_sel[2] <= (shared_adr[29:6] == 13'd4096); + slave_sel[3] <= (shared_adr[29:14] == 16'd65520); +end +assign ram_bus_adr = shared_adr; +assign ram_bus_dat_w = shared_dat_w; +assign ram_bus_sel = shared_sel; +assign ram_bus_stb = shared_stb; +assign ram_bus_we = shared_we; +assign ram_bus_cti = shared_cti; +assign ram_bus_bte = shared_bte; +assign interface0_ram_bus_adr = shared_adr; +assign interface0_ram_bus_dat_w = shared_dat_w; +assign interface0_ram_bus_sel = shared_sel; +assign interface0_ram_bus_stb = shared_stb; +assign interface0_ram_bus_we = shared_we; +assign interface0_ram_bus_cti = shared_cti; +assign interface0_ram_bus_bte = shared_bte; +assign interface1_ram_bus_adr = shared_adr; +assign interface1_ram_bus_dat_w = shared_dat_w; +assign interface1_ram_bus_sel = shared_sel; +assign interface1_ram_bus_stb = shared_stb; +assign interface1_ram_bus_we = shared_we; +assign interface1_ram_bus_cti = shared_cti; +assign interface1_ram_bus_bte = shared_bte; +assign basesoc_wishbone_adr = shared_adr; +assign basesoc_wishbone_dat_w = shared_dat_w; +assign basesoc_wishbone_sel = shared_sel; +assign basesoc_wishbone_stb = shared_stb; +assign basesoc_wishbone_we = shared_we; +assign basesoc_wishbone_cti = shared_cti; +assign basesoc_wishbone_bte = shared_bte; +assign ram_bus_cyc = (shared_cyc & slave_sel[0]); +assign interface0_ram_bus_cyc = (shared_cyc & slave_sel[1]); +assign interface1_ram_bus_cyc = (shared_cyc & slave_sel[2]); +assign basesoc_wishbone_cyc = (shared_cyc & slave_sel[3]); +assign shared_err = (((ram_bus_err | interface0_ram_bus_err) | interface1_ram_bus_err) | basesoc_wishbone_err); +assign wait_1 = ((shared_stb & shared_cyc) & (~shared_ack)); +always @(*) begin + shared_ack <= 1'd0; + error <= 1'd0; + shared_dat_r <= 32'd0; + shared_ack <= (((ram_bus_ack | interface0_ram_bus_ack) | interface1_ram_bus_ack) | basesoc_wishbone_ack); + shared_dat_r <= (((({32{slave_sel_r[0]}} & ram_bus_dat_r) | ({32{slave_sel_r[1]}} & interface0_ram_bus_dat_r)) | ({32{slave_sel_r[2]}} & interface1_ram_bus_dat_r)) | ({32{slave_sel_r[3]}} & basesoc_wishbone_dat_r)); + if (done) begin + shared_dat_r <= 32'd4294967295; + shared_ack <= 1'd1; + error <= 1'd1; + end +end +assign done = (count == 1'd0); +assign csr_bankarray_csrbank0_sel = (csr_bankarray_interface0_bank_bus_adr[13:9] == 3'd4); +assign csr_bankarray_csrbank0_in_r = csr_bankarray_interface0_bank_bus_dat_w[1:0]; +always @(*) begin + csr_bankarray_csrbank0_in_we <= 1'd0; + csr_bankarray_csrbank0_in_re <= 1'd0; + if ((csr_bankarray_csrbank0_sel & (csr_bankarray_interface0_bank_bus_adr[8:0] == 1'd0))) begin + csr_bankarray_csrbank0_in_re <= csr_bankarray_interface0_bank_bus_we; + csr_bankarray_csrbank0_in_we <= (~csr_bankarray_interface0_bank_bus_we); + end +end +assign csr_bankarray_csrbank0_in_w = buttons_status[1:0]; +assign buttons_we = csr_bankarray_csrbank0_in_we; +assign csr_bankarray_csrbank1_sel = (csr_bankarray_interface1_bank_bus_adr[13:9] == 3'd5); +assign csr_bankarray_csrbank1_reset0_r = csr_bankarray_interface1_bank_bus_dat_w[1:0]; +always @(*) begin + csr_bankarray_csrbank1_reset0_we <= 1'd0; + csr_bankarray_csrbank1_reset0_re <= 1'd0; + if ((csr_bankarray_csrbank1_sel & (csr_bankarray_interface1_bank_bus_adr[8:0] == 1'd0))) begin + csr_bankarray_csrbank1_reset0_re <= csr_bankarray_interface1_bank_bus_we; + csr_bankarray_csrbank1_reset0_we <= (~csr_bankarray_interface1_bank_bus_we); + end +end +assign csr_bankarray_csrbank1_scratch0_r = csr_bankarray_interface1_bank_bus_dat_w[31:0]; +always @(*) begin + csr_bankarray_csrbank1_scratch0_re <= 1'd0; + csr_bankarray_csrbank1_scratch0_we <= 1'd0; + if ((csr_bankarray_csrbank1_sel & (csr_bankarray_interface1_bank_bus_adr[8:0] == 1'd1))) begin + csr_bankarray_csrbank1_scratch0_re <= csr_bankarray_interface1_bank_bus_we; + csr_bankarray_csrbank1_scratch0_we <= (~csr_bankarray_interface1_bank_bus_we); + end +end +assign csr_bankarray_csrbank1_bus_errors_r = csr_bankarray_interface1_bank_bus_dat_w[31:0]; +always @(*) begin + csr_bankarray_csrbank1_bus_errors_we <= 1'd0; + csr_bankarray_csrbank1_bus_errors_re <= 1'd0; + if ((csr_bankarray_csrbank1_sel & (csr_bankarray_interface1_bank_bus_adr[8:0] == 2'd2))) begin + csr_bankarray_csrbank1_bus_errors_re <= csr_bankarray_interface1_bank_bus_we; + csr_bankarray_csrbank1_bus_errors_we <= (~csr_bankarray_interface1_bank_bus_we); + end +end +always @(*) begin + soc_rst <= 1'd0; + if (reset_re) begin + soc_rst <= reset_storage[0]; + end +end +assign cpu_rst = reset_storage[1]; +assign csr_bankarray_csrbank1_reset0_w = reset_storage[1:0]; +assign csr_bankarray_csrbank1_scratch0_w = scratch_storage[31:0]; +assign csr_bankarray_csrbank1_bus_errors_w = bus_errors_status[31:0]; +assign bus_errors_we = csr_bankarray_csrbank1_bus_errors_we; +assign csr_bankarray_sel = (csr_bankarray_sram_bus_adr[13:9] == 3'd6); +always @(*) begin + csr_bankarray_sram_bus_dat_r <= 32'd0; + if (csr_bankarray_sel_r) begin + csr_bankarray_sram_bus_dat_r <= csr_bankarray_dat_r; + end +end +assign csr_bankarray_adr = csr_bankarray_sram_bus_adr[4:0]; +assign csr_bankarray_csrbank2_sel = (csr_bankarray_interface2_bank_bus_adr[13:9] == 2'd3); +assign csr_bankarray_csrbank2_out0_r = csr_bankarray_interface2_bank_bus_dat_w[1:0]; +always @(*) begin + csr_bankarray_csrbank2_out0_re <= 1'd0; + csr_bankarray_csrbank2_out0_we <= 1'd0; + if ((csr_bankarray_csrbank2_sel & (csr_bankarray_interface2_bank_bus_adr[8:0] == 1'd0))) begin + csr_bankarray_csrbank2_out0_re <= csr_bankarray_interface2_bank_bus_we; + csr_bankarray_csrbank2_out0_we <= (~csr_bankarray_interface2_bank_bus_we); + end +end +assign csr_bankarray_csrbank2_out0_w = leds_storage[1:0]; +assign csr_bankarray_csrbank3_sel = (csr_bankarray_interface3_bank_bus_adr[13:9] == 3'd7); +assign csr_bankarray_csrbank3_load0_r = csr_bankarray_interface3_bank_bus_dat_w[31:0]; +always @(*) begin + csr_bankarray_csrbank3_load0_re <= 1'd0; + csr_bankarray_csrbank3_load0_we <= 1'd0; + if ((csr_bankarray_csrbank3_sel & (csr_bankarray_interface3_bank_bus_adr[8:0] == 1'd0))) begin + csr_bankarray_csrbank3_load0_re <= csr_bankarray_interface3_bank_bus_we; + csr_bankarray_csrbank3_load0_we <= (~csr_bankarray_interface3_bank_bus_we); + end +end +assign csr_bankarray_csrbank3_reload0_r = csr_bankarray_interface3_bank_bus_dat_w[31:0]; +always @(*) begin + csr_bankarray_csrbank3_reload0_we <= 1'd0; + csr_bankarray_csrbank3_reload0_re <= 1'd0; + if ((csr_bankarray_csrbank3_sel & (csr_bankarray_interface3_bank_bus_adr[8:0] == 1'd1))) begin + csr_bankarray_csrbank3_reload0_re <= csr_bankarray_interface3_bank_bus_we; + csr_bankarray_csrbank3_reload0_we <= (~csr_bankarray_interface3_bank_bus_we); + end +end +assign csr_bankarray_csrbank3_en0_r = csr_bankarray_interface3_bank_bus_dat_w[0]; +always @(*) begin + csr_bankarray_csrbank3_en0_re <= 1'd0; + csr_bankarray_csrbank3_en0_we <= 1'd0; + if ((csr_bankarray_csrbank3_sel & (csr_bankarray_interface3_bank_bus_adr[8:0] == 2'd2))) begin + csr_bankarray_csrbank3_en0_re <= csr_bankarray_interface3_bank_bus_we; + csr_bankarray_csrbank3_en0_we <= (~csr_bankarray_interface3_bank_bus_we); + end +end +assign csr_bankarray_csrbank3_update_value0_r = csr_bankarray_interface3_bank_bus_dat_w[0]; +always @(*) begin + csr_bankarray_csrbank3_update_value0_re <= 1'd0; + csr_bankarray_csrbank3_update_value0_we <= 1'd0; + if ((csr_bankarray_csrbank3_sel & (csr_bankarray_interface3_bank_bus_adr[8:0] == 2'd3))) begin + csr_bankarray_csrbank3_update_value0_re <= csr_bankarray_interface3_bank_bus_we; + csr_bankarray_csrbank3_update_value0_we <= (~csr_bankarray_interface3_bank_bus_we); + end +end +assign csr_bankarray_csrbank3_value_r = csr_bankarray_interface3_bank_bus_dat_w[31:0]; +always @(*) begin + csr_bankarray_csrbank3_value_we <= 1'd0; + csr_bankarray_csrbank3_value_re <= 1'd0; + if ((csr_bankarray_csrbank3_sel & (csr_bankarray_interface3_bank_bus_adr[8:0] == 3'd4))) begin + csr_bankarray_csrbank3_value_re <= csr_bankarray_interface3_bank_bus_we; + csr_bankarray_csrbank3_value_we <= (~csr_bankarray_interface3_bank_bus_we); + end +end +assign csr_bankarray_csrbank3_ev_status_r = csr_bankarray_interface3_bank_bus_dat_w[0]; +always @(*) begin + csr_bankarray_csrbank3_ev_status_re <= 1'd0; + csr_bankarray_csrbank3_ev_status_we <= 1'd0; + if ((csr_bankarray_csrbank3_sel & (csr_bankarray_interface3_bank_bus_adr[8:0] == 3'd5))) begin + csr_bankarray_csrbank3_ev_status_re <= csr_bankarray_interface3_bank_bus_we; + csr_bankarray_csrbank3_ev_status_we <= (~csr_bankarray_interface3_bank_bus_we); + end +end +assign csr_bankarray_csrbank3_ev_pending_r = csr_bankarray_interface3_bank_bus_dat_w[0]; +always @(*) begin + csr_bankarray_csrbank3_ev_pending_re <= 1'd0; + csr_bankarray_csrbank3_ev_pending_we <= 1'd0; + if ((csr_bankarray_csrbank3_sel & (csr_bankarray_interface3_bank_bus_adr[8:0] == 3'd6))) begin + csr_bankarray_csrbank3_ev_pending_re <= csr_bankarray_interface3_bank_bus_we; + csr_bankarray_csrbank3_ev_pending_we <= (~csr_bankarray_interface3_bank_bus_we); + end +end +assign csr_bankarray_csrbank3_ev_enable0_r = csr_bankarray_interface3_bank_bus_dat_w[0]; +always @(*) begin + csr_bankarray_csrbank3_ev_enable0_we <= 1'd0; + csr_bankarray_csrbank3_ev_enable0_re <= 1'd0; + if ((csr_bankarray_csrbank3_sel & (csr_bankarray_interface3_bank_bus_adr[8:0] == 3'd7))) begin + csr_bankarray_csrbank3_ev_enable0_re <= csr_bankarray_interface3_bank_bus_we; + csr_bankarray_csrbank3_ev_enable0_we <= (~csr_bankarray_interface3_bank_bus_we); + end +end +assign csr_bankarray_csrbank3_load0_w = timer_load_storage[31:0]; +assign csr_bankarray_csrbank3_reload0_w = timer_reload_storage[31:0]; +assign csr_bankarray_csrbank3_en0_w = timer_en_storage; +assign csr_bankarray_csrbank3_update_value0_w = timer_update_value_storage; +assign csr_bankarray_csrbank3_value_w = timer_value_status[31:0]; +assign timer_value_we = csr_bankarray_csrbank3_value_we; +assign timer_status_status = timer_zero0; +assign csr_bankarray_csrbank3_ev_status_w = timer_status_status; +assign timer_status_we = csr_bankarray_csrbank3_ev_status_we; +assign timer_pending_status = timer_zero1; +assign csr_bankarray_csrbank3_ev_pending_w = timer_pending_status; +assign timer_pending_we = csr_bankarray_csrbank3_ev_pending_we; +assign timer_zero2 = timer_enable_storage; +assign csr_bankarray_csrbank3_ev_enable0_w = timer_enable_storage; +assign csr_bankarray_csrbank4_sel = (csr_bankarray_interface4_bank_bus_adr[13:9] == 4'd8); +assign uart_rxtx_r = csr_bankarray_interface4_bank_bus_dat_w[7:0]; +always @(*) begin + uart_rxtx_we <= 1'd0; + uart_rxtx_re <= 1'd0; + if ((csr_bankarray_csrbank4_sel & (csr_bankarray_interface4_bank_bus_adr[8:0] == 1'd0))) begin + uart_rxtx_re <= csr_bankarray_interface4_bank_bus_we; + uart_rxtx_we <= (~csr_bankarray_interface4_bank_bus_we); + end +end +assign csr_bankarray_csrbank4_txfull_r = csr_bankarray_interface4_bank_bus_dat_w[0]; +always @(*) begin + csr_bankarray_csrbank4_txfull_we <= 1'd0; + csr_bankarray_csrbank4_txfull_re <= 1'd0; + if ((csr_bankarray_csrbank4_sel & (csr_bankarray_interface4_bank_bus_adr[8:0] == 1'd1))) begin + csr_bankarray_csrbank4_txfull_re <= csr_bankarray_interface4_bank_bus_we; + csr_bankarray_csrbank4_txfull_we <= (~csr_bankarray_interface4_bank_bus_we); + end +end +assign csr_bankarray_csrbank4_rxempty_r = csr_bankarray_interface4_bank_bus_dat_w[0]; +always @(*) begin + csr_bankarray_csrbank4_rxempty_re <= 1'd0; + csr_bankarray_csrbank4_rxempty_we <= 1'd0; + if ((csr_bankarray_csrbank4_sel & (csr_bankarray_interface4_bank_bus_adr[8:0] == 2'd2))) begin + csr_bankarray_csrbank4_rxempty_re <= csr_bankarray_interface4_bank_bus_we; + csr_bankarray_csrbank4_rxempty_we <= (~csr_bankarray_interface4_bank_bus_we); + end +end +assign csr_bankarray_csrbank4_ev_status_r = csr_bankarray_interface4_bank_bus_dat_w[1:0]; +always @(*) begin + csr_bankarray_csrbank4_ev_status_re <= 1'd0; + csr_bankarray_csrbank4_ev_status_we <= 1'd0; + if ((csr_bankarray_csrbank4_sel & (csr_bankarray_interface4_bank_bus_adr[8:0] == 2'd3))) begin + csr_bankarray_csrbank4_ev_status_re <= csr_bankarray_interface4_bank_bus_we; + csr_bankarray_csrbank4_ev_status_we <= (~csr_bankarray_interface4_bank_bus_we); + end +end +assign csr_bankarray_csrbank4_ev_pending_r = csr_bankarray_interface4_bank_bus_dat_w[1:0]; +always @(*) begin + csr_bankarray_csrbank4_ev_pending_we <= 1'd0; + csr_bankarray_csrbank4_ev_pending_re <= 1'd0; + if ((csr_bankarray_csrbank4_sel & (csr_bankarray_interface4_bank_bus_adr[8:0] == 3'd4))) begin + csr_bankarray_csrbank4_ev_pending_re <= csr_bankarray_interface4_bank_bus_we; + csr_bankarray_csrbank4_ev_pending_we <= (~csr_bankarray_interface4_bank_bus_we); + end +end +assign csr_bankarray_csrbank4_ev_enable0_r = csr_bankarray_interface4_bank_bus_dat_w[1:0]; +always @(*) begin + csr_bankarray_csrbank4_ev_enable0_re <= 1'd0; + csr_bankarray_csrbank4_ev_enable0_we <= 1'd0; + if ((csr_bankarray_csrbank4_sel & (csr_bankarray_interface4_bank_bus_adr[8:0] == 3'd5))) begin + csr_bankarray_csrbank4_ev_enable0_re <= csr_bankarray_interface4_bank_bus_we; + csr_bankarray_csrbank4_ev_enable0_we <= (~csr_bankarray_interface4_bank_bus_we); + end +end +assign csr_bankarray_csrbank4_txempty_r = csr_bankarray_interface4_bank_bus_dat_w[0]; +always @(*) begin + csr_bankarray_csrbank4_txempty_re <= 1'd0; + csr_bankarray_csrbank4_txempty_we <= 1'd0; + if ((csr_bankarray_csrbank4_sel & (csr_bankarray_interface4_bank_bus_adr[8:0] == 3'd6))) begin + csr_bankarray_csrbank4_txempty_re <= csr_bankarray_interface4_bank_bus_we; + csr_bankarray_csrbank4_txempty_we <= (~csr_bankarray_interface4_bank_bus_we); + end +end +assign csr_bankarray_csrbank4_rxfull_r = csr_bankarray_interface4_bank_bus_dat_w[0]; +always @(*) begin + csr_bankarray_csrbank4_rxfull_we <= 1'd0; + csr_bankarray_csrbank4_rxfull_re <= 1'd0; + if ((csr_bankarray_csrbank4_sel & (csr_bankarray_interface4_bank_bus_adr[8:0] == 3'd7))) begin + csr_bankarray_csrbank4_rxfull_re <= csr_bankarray_interface4_bank_bus_we; + csr_bankarray_csrbank4_rxfull_we <= (~csr_bankarray_interface4_bank_bus_we); + end +end +assign csr_bankarray_csrbank4_txfull_w = uart_txfull_status; +assign uart_txfull_we = csr_bankarray_csrbank4_txfull_we; +assign csr_bankarray_csrbank4_rxempty_w = uart_rxempty_status; +assign uart_rxempty_we = csr_bankarray_csrbank4_rxempty_we; +always @(*) begin + uart_status_status <= 2'd0; + uart_status_status[0] <= uart_tx0; + uart_status_status[1] <= uart_rx0; +end +assign csr_bankarray_csrbank4_ev_status_w = uart_status_status[1:0]; +assign uart_status_we = csr_bankarray_csrbank4_ev_status_we; +always @(*) begin + uart_pending_status <= 2'd0; + uart_pending_status[0] <= uart_tx1; + uart_pending_status[1] <= uart_rx1; +end +assign csr_bankarray_csrbank4_ev_pending_w = uart_pending_status[1:0]; +assign uart_pending_we = csr_bankarray_csrbank4_ev_pending_we; +assign uart_tx2 = uart_enable_storage[0]; +assign uart_rx2 = uart_enable_storage[1]; +assign csr_bankarray_csrbank4_ev_enable0_w = uart_enable_storage[1:0]; +assign csr_bankarray_csrbank4_txempty_w = uart_txempty_status; +assign uart_txempty_we = csr_bankarray_csrbank4_txempty_we; +assign csr_bankarray_csrbank4_rxfull_w = uart_rxfull_status; +assign uart_rxfull_we = csr_bankarray_csrbank4_rxfull_we; +assign csr_interconnect_adr = basesoc_adr; +assign csr_interconnect_we = basesoc_we; +assign csr_interconnect_dat_w = basesoc_dat_w; +assign basesoc_dat_r = csr_interconnect_dat_r; +assign csr_bankarray_interface0_bank_bus_adr = csr_interconnect_adr; +assign csr_bankarray_interface1_bank_bus_adr = csr_interconnect_adr; +assign csr_bankarray_interface2_bank_bus_adr = csr_interconnect_adr; +assign csr_bankarray_interface3_bank_bus_adr = csr_interconnect_adr; +assign csr_bankarray_interface4_bank_bus_adr = csr_interconnect_adr; +assign csr_bankarray_sram_bus_adr = csr_interconnect_adr; +assign csr_bankarray_interface0_bank_bus_we = csr_interconnect_we; +assign csr_bankarray_interface1_bank_bus_we = csr_interconnect_we; +assign csr_bankarray_interface2_bank_bus_we = csr_interconnect_we; +assign csr_bankarray_interface3_bank_bus_we = csr_interconnect_we; +assign csr_bankarray_interface4_bank_bus_we = csr_interconnect_we; +assign csr_bankarray_sram_bus_we = csr_interconnect_we; +assign csr_bankarray_interface0_bank_bus_dat_w = csr_interconnect_dat_w; +assign csr_bankarray_interface1_bank_bus_dat_w = csr_interconnect_dat_w; +assign csr_bankarray_interface2_bank_bus_dat_w = csr_interconnect_dat_w; +assign csr_bankarray_interface3_bank_bus_dat_w = csr_interconnect_dat_w; +assign csr_bankarray_interface4_bank_bus_dat_w = csr_interconnect_dat_w; +assign csr_bankarray_sram_bus_dat_w = csr_interconnect_dat_w; +assign csr_interconnect_dat_r = (((((csr_bankarray_interface0_bank_bus_dat_r | csr_bankarray_interface1_bank_bus_dat_r) | csr_bankarray_interface2_bank_bus_dat_r) | csr_bankarray_interface3_bank_bus_dat_r) | csr_bankarray_interface4_bank_bus_dat_r) | csr_bankarray_sram_bus_dat_r); +always @(*) begin + array_muxed0 <= 30'd0; + case (grant) + default: begin + array_muxed0 <= a2o_dbus_adr; + end + endcase +end +always @(*) begin + array_muxed1 <= 32'd0; + case (grant) + default: begin + array_muxed1 <= a2o_dbus_dat_w; + end + endcase +end +always @(*) begin + array_muxed2 <= 4'd0; + case (grant) + default: begin + array_muxed2 <= a2o_dbus_sel; + end + endcase +end +always @(*) begin + array_muxed3 <= 1'd0; + case (grant) + default: begin + array_muxed3 <= a2o_dbus_cyc; + end + endcase +end +always @(*) begin + array_muxed4 <= 1'd0; + case (grant) + default: begin + array_muxed4 <= a2o_dbus_stb; + end + endcase +end +always @(*) begin + array_muxed5 <= 1'd0; + case (grant) + default: begin + array_muxed5 <= a2o_dbus_we; + end + endcase +end +always @(*) begin + array_muxed6 <= 3'd0; + case (grant) + default: begin + array_muxed6 <= a2o_dbus_cti; + end + endcase +end +always @(*) begin + array_muxed7 <= 2'd0; + case (grant) + default: begin + array_muxed7 <= a2o_dbus_bte; + end + endcase +end +assign rx_rx = xilinxmultiregimpl0_regs1; +assign xilinxasyncresetsynchronizerimpl0 = (~crg_locked); +assign xilinxasyncresetsynchronizerimpl1 = (~crg_locked); +assign xilinxasyncresetsynchronizerimpl2 = (~crg_locked); +assign buttons_status = xilinxmultiregimpl1_regs1; +assign xilinxmultiregimpl1 = {user_btn1, user_btn0}; + + +//------------------------------------------------------------------------------ +// Synchronous Logic +//------------------------------------------------------------------------------ + +always @(posedge idelay_clk) begin + if ((crg_reset_counter != 1'd0)) begin + crg_reset_counter <= (crg_reset_counter - 1'd1); + end else begin + crg_ic_reset <= 1'd0; + end + if (idelay_rst) begin + crg_reset_counter <= 4'd15; + crg_ic_reset <= 1'd1; + end +end + +always @(posedge sys_clk) begin + if ((bus_errors != 32'd4294967295)) begin + if (bus_error) begin + bus_errors <= (bus_errors + 1'd1); + end + end + {tx_tick, tx_phase} <= 24'd9895604; + if (tx_enable) begin + {tx_tick, tx_phase} <= (tx_phase + 24'd9895604); + end + basesoc_rs232phytx_state <= basesoc_rs232phytx_next_state; + if (tx_count_rs232phytx_next_value_ce0) begin + tx_count <= tx_count_rs232phytx_next_value0; + end + if (serial_tx_rs232phytx_next_value_ce1) begin + serial_tx <= serial_tx_rs232phytx_next_value1; + end + if (tx_data_rs232phytx_next_value_ce2) begin + tx_data <= tx_data_rs232phytx_next_value2; + end + rx_rx_d <= rx_rx; + {rx_tick, rx_phase} <= 32'd2147483648; + if (rx_enable) begin + {rx_tick, rx_phase} <= (rx_phase + 24'd9895604); + end + basesoc_rs232phyrx_state <= basesoc_rs232phyrx_next_state; + if (rx_count_rs232phyrx_next_value_ce0) begin + rx_count <= rx_count_rs232phyrx_next_value0; + end + if (rx_data_rs232phyrx_next_value_ce1) begin + rx_data <= rx_data_rs232phyrx_next_value1; + end + if (uart_tx_clear) begin + uart_tx_pending <= 1'd0; + end + uart_tx_trigger_d <= uart_tx_trigger; + if ((uart_tx_trigger & (~uart_tx_trigger_d))) begin + uart_tx_pending <= 1'd1; + end + if (uart_rx_clear) begin + uart_rx_pending <= 1'd0; + end + uart_rx_trigger_d <= uart_rx_trigger; + if ((uart_rx_trigger & (~uart_rx_trigger_d))) begin + uart_rx_pending <= 1'd1; + end + if (uart_tx_fifo_syncfifo_re) begin + uart_tx_fifo_readable <= 1'd1; + end else begin + if (uart_tx_fifo_re) begin + uart_tx_fifo_readable <= 1'd0; + end + end + if (((uart_tx_fifo_syncfifo_we & uart_tx_fifo_syncfifo_writable) & (~uart_tx_fifo_replace))) begin + uart_tx_fifo_produce <= (uart_tx_fifo_produce + 1'd1); + end + if (uart_tx_fifo_do_read) begin + uart_tx_fifo_consume <= (uart_tx_fifo_consume + 1'd1); + end + if (((uart_tx_fifo_syncfifo_we & uart_tx_fifo_syncfifo_writable) & (~uart_tx_fifo_replace))) begin + if ((~uart_tx_fifo_do_read)) begin + uart_tx_fifo_level0 <= (uart_tx_fifo_level0 + 1'd1); + end + end else begin + if (uart_tx_fifo_do_read) begin + uart_tx_fifo_level0 <= (uart_tx_fifo_level0 - 1'd1); + end + end + if (uart_rx_fifo_syncfifo_re) begin + uart_rx_fifo_readable <= 1'd1; + end else begin + if (uart_rx_fifo_re) begin + uart_rx_fifo_readable <= 1'd0; + end + end + if (((uart_rx_fifo_syncfifo_we & uart_rx_fifo_syncfifo_writable) & (~uart_rx_fifo_replace))) begin + uart_rx_fifo_produce <= (uart_rx_fifo_produce + 1'd1); + end + if (uart_rx_fifo_do_read) begin + uart_rx_fifo_consume <= (uart_rx_fifo_consume + 1'd1); + end + if (((uart_rx_fifo_syncfifo_we & uart_rx_fifo_syncfifo_writable) & (~uart_rx_fifo_replace))) begin + if ((~uart_rx_fifo_do_read)) begin + uart_rx_fifo_level0 <= (uart_rx_fifo_level0 + 1'd1); + end + end else begin + if (uart_rx_fifo_do_read) begin + uart_rx_fifo_level0 <= (uart_rx_fifo_level0 - 1'd1); + end + end + if (timer_en_storage) begin + if ((timer_value == 1'd0)) begin + timer_value <= timer_reload_storage; + end else begin + timer_value <= (timer_value - 1'd1); + end + end else begin + timer_value <= timer_load_storage; + end + if (timer_update_value_re) begin + timer_value_status <= timer_value; + end + if (timer_zero_clear) begin + timer_zero_pending <= 1'd0; + end + timer_zero_trigger_d <= timer_zero_trigger; + if ((timer_zero_trigger & (~timer_zero_trigger_d))) begin + timer_zero_pending <= 1'd1; + end + ram_bus_ack <= 1'd0; + if (((ram_bus_cyc & ram_bus_stb) & ((~ram_bus_ack) | adr_burst))) begin + ram_bus_ack <= 1'd1; + end + interface0_ram_bus_ack <= 1'd0; + if (((interface0_ram_bus_cyc & interface0_ram_bus_stb) & ((~interface0_ram_bus_ack) | sram0_adr_burst))) begin + interface0_ram_bus_ack <= 1'd1; + end + if (leds_done) begin + leds_chaser <= {leds_chaser, (~leds_chaser[1])}; + end + if (leds_re) begin + leds_mode <= 1'd1; + end + if (leds_wait) begin + if ((~leds_done)) begin + leds_count <= (leds_count - 1'd1); + end + end else begin + leds_count <= 24'd12500000; + end + interface1_ram_bus_ack <= 1'd0; + if (((interface1_ram_bus_cyc & interface1_ram_bus_stb) & ((~interface1_ram_bus_ack) | sram1_adr_burst))) begin + interface1_ram_bus_ack <= 1'd1; + end + basesoc_state <= basesoc_next_state; + slave_sel_r <= slave_sel; + if (wait_1) begin + if ((~done)) begin + count <= (count - 1'd1); + end + end else begin + count <= 20'd1000000; + end + csr_bankarray_interface0_bank_bus_dat_r <= 1'd0; + if (csr_bankarray_csrbank0_sel) begin + case (csr_bankarray_interface0_bank_bus_adr[8:0]) + 1'd0: begin + csr_bankarray_interface0_bank_bus_dat_r <= csr_bankarray_csrbank0_in_w; + end + endcase + end + buttons_re <= csr_bankarray_csrbank0_in_re; + csr_bankarray_interface1_bank_bus_dat_r <= 1'd0; + if (csr_bankarray_csrbank1_sel) begin + case (csr_bankarray_interface1_bank_bus_adr[8:0]) + 1'd0: begin + csr_bankarray_interface1_bank_bus_dat_r <= csr_bankarray_csrbank1_reset0_w; + end + 1'd1: begin + csr_bankarray_interface1_bank_bus_dat_r <= csr_bankarray_csrbank1_scratch0_w; + end + 2'd2: begin + csr_bankarray_interface1_bank_bus_dat_r <= csr_bankarray_csrbank1_bus_errors_w; + end + endcase + end + if (csr_bankarray_csrbank1_reset0_re) begin + reset_storage[1:0] <= csr_bankarray_csrbank1_reset0_r; + end + reset_re <= csr_bankarray_csrbank1_reset0_re; + if (csr_bankarray_csrbank1_scratch0_re) begin + scratch_storage[31:0] <= csr_bankarray_csrbank1_scratch0_r; + end + scratch_re <= csr_bankarray_csrbank1_scratch0_re; + bus_errors_re <= csr_bankarray_csrbank1_bus_errors_re; + csr_bankarray_sel_r <= csr_bankarray_sel; + csr_bankarray_interface2_bank_bus_dat_r <= 1'd0; + if (csr_bankarray_csrbank2_sel) begin + case (csr_bankarray_interface2_bank_bus_adr[8:0]) + 1'd0: begin + csr_bankarray_interface2_bank_bus_dat_r <= csr_bankarray_csrbank2_out0_w; + end + endcase + end + if (csr_bankarray_csrbank2_out0_re) begin + leds_storage[1:0] <= csr_bankarray_csrbank2_out0_r; + end + leds_re <= csr_bankarray_csrbank2_out0_re; + csr_bankarray_interface3_bank_bus_dat_r <= 1'd0; + if (csr_bankarray_csrbank3_sel) begin + case (csr_bankarray_interface3_bank_bus_adr[8:0]) + 1'd0: begin + csr_bankarray_interface3_bank_bus_dat_r <= csr_bankarray_csrbank3_load0_w; + end + 1'd1: begin + csr_bankarray_interface3_bank_bus_dat_r <= csr_bankarray_csrbank3_reload0_w; + end + 2'd2: begin + csr_bankarray_interface3_bank_bus_dat_r <= csr_bankarray_csrbank3_en0_w; + end + 2'd3: begin + csr_bankarray_interface3_bank_bus_dat_r <= csr_bankarray_csrbank3_update_value0_w; + end + 3'd4: begin + csr_bankarray_interface3_bank_bus_dat_r <= csr_bankarray_csrbank3_value_w; + end + 3'd5: begin + csr_bankarray_interface3_bank_bus_dat_r <= csr_bankarray_csrbank3_ev_status_w; + end + 3'd6: begin + csr_bankarray_interface3_bank_bus_dat_r <= csr_bankarray_csrbank3_ev_pending_w; + end + 3'd7: begin + csr_bankarray_interface3_bank_bus_dat_r <= csr_bankarray_csrbank3_ev_enable0_w; + end + endcase + end + if (csr_bankarray_csrbank3_load0_re) begin + timer_load_storage[31:0] <= csr_bankarray_csrbank3_load0_r; + end + timer_load_re <= csr_bankarray_csrbank3_load0_re; + if (csr_bankarray_csrbank3_reload0_re) begin + timer_reload_storage[31:0] <= csr_bankarray_csrbank3_reload0_r; + end + timer_reload_re <= csr_bankarray_csrbank3_reload0_re; + if (csr_bankarray_csrbank3_en0_re) begin + timer_en_storage <= csr_bankarray_csrbank3_en0_r; + end + timer_en_re <= csr_bankarray_csrbank3_en0_re; + if (csr_bankarray_csrbank3_update_value0_re) begin + timer_update_value_storage <= csr_bankarray_csrbank3_update_value0_r; + end + timer_update_value_re <= csr_bankarray_csrbank3_update_value0_re; + timer_value_re <= csr_bankarray_csrbank3_value_re; + timer_status_re <= csr_bankarray_csrbank3_ev_status_re; + if (csr_bankarray_csrbank3_ev_pending_re) begin + timer_pending_r <= csr_bankarray_csrbank3_ev_pending_r; + end + timer_pending_re <= csr_bankarray_csrbank3_ev_pending_re; + if (csr_bankarray_csrbank3_ev_enable0_re) begin + timer_enable_storage <= csr_bankarray_csrbank3_ev_enable0_r; + end + timer_enable_re <= csr_bankarray_csrbank3_ev_enable0_re; + csr_bankarray_interface4_bank_bus_dat_r <= 1'd0; + if (csr_bankarray_csrbank4_sel) begin + case (csr_bankarray_interface4_bank_bus_adr[8:0]) + 1'd0: begin + csr_bankarray_interface4_bank_bus_dat_r <= uart_rxtx_w; + end + 1'd1: begin + csr_bankarray_interface4_bank_bus_dat_r <= csr_bankarray_csrbank4_txfull_w; + end + 2'd2: begin + csr_bankarray_interface4_bank_bus_dat_r <= csr_bankarray_csrbank4_rxempty_w; + end + 2'd3: begin + csr_bankarray_interface4_bank_bus_dat_r <= csr_bankarray_csrbank4_ev_status_w; + end + 3'd4: begin + csr_bankarray_interface4_bank_bus_dat_r <= csr_bankarray_csrbank4_ev_pending_w; + end + 3'd5: begin + csr_bankarray_interface4_bank_bus_dat_r <= csr_bankarray_csrbank4_ev_enable0_w; + end + 3'd6: begin + csr_bankarray_interface4_bank_bus_dat_r <= csr_bankarray_csrbank4_txempty_w; + end + 3'd7: begin + csr_bankarray_interface4_bank_bus_dat_r <= csr_bankarray_csrbank4_rxfull_w; + end + endcase + end + uart_txfull_re <= csr_bankarray_csrbank4_txfull_re; + uart_rxempty_re <= csr_bankarray_csrbank4_rxempty_re; + uart_status_re <= csr_bankarray_csrbank4_ev_status_re; + if (csr_bankarray_csrbank4_ev_pending_re) begin + uart_pending_r[1:0] <= csr_bankarray_csrbank4_ev_pending_r; + end + uart_pending_re <= csr_bankarray_csrbank4_ev_pending_re; + if (csr_bankarray_csrbank4_ev_enable0_re) begin + uart_enable_storage[1:0] <= csr_bankarray_csrbank4_ev_enable0_r; + end + uart_enable_re <= csr_bankarray_csrbank4_ev_enable0_re; + uart_txempty_re <= csr_bankarray_csrbank4_txempty_re; + uart_rxfull_re <= csr_bankarray_csrbank4_rxfull_re; + if (sys_rst) begin + reset_storage <= 2'd0; + reset_re <= 1'd0; + scratch_storage <= 32'd305419896; + scratch_re <= 1'd0; + bus_errors_re <= 1'd0; + bus_errors <= 32'd0; + serial_tx <= 1'd1; + tx_tick <= 1'd0; + rx_tick <= 1'd0; + rx_rx_d <= 1'd0; + uart_txfull_re <= 1'd0; + uart_rxempty_re <= 1'd0; + uart_tx_pending <= 1'd0; + uart_tx_trigger_d <= 1'd0; + uart_rx_pending <= 1'd0; + uart_rx_trigger_d <= 1'd0; + uart_status_re <= 1'd0; + uart_pending_re <= 1'd0; + uart_pending_r <= 2'd0; + uart_enable_storage <= 2'd0; + uart_enable_re <= 1'd0; + uart_txempty_re <= 1'd0; + uart_rxfull_re <= 1'd0; + uart_tx_fifo_readable <= 1'd0; + uart_tx_fifo_level0 <= 5'd0; + uart_tx_fifo_produce <= 4'd0; + uart_tx_fifo_consume <= 4'd0; + uart_rx_fifo_readable <= 1'd0; + uart_rx_fifo_level0 <= 5'd0; + uart_rx_fifo_produce <= 4'd0; + uart_rx_fifo_consume <= 4'd0; + timer_load_storage <= 32'd0; + timer_load_re <= 1'd0; + timer_reload_storage <= 32'd0; + timer_reload_re <= 1'd0; + timer_en_storage <= 1'd0; + timer_en_re <= 1'd0; + timer_update_value_storage <= 1'd0; + timer_update_value_re <= 1'd0; + timer_value_status <= 32'd0; + timer_value_re <= 1'd0; + timer_zero_pending <= 1'd0; + timer_zero_trigger_d <= 1'd0; + timer_status_re <= 1'd0; + timer_pending_re <= 1'd0; + timer_pending_r <= 1'd0; + timer_enable_storage <= 1'd0; + timer_enable_re <= 1'd0; + timer_value <= 32'd0; + ram_bus_ack <= 1'd0; + interface0_ram_bus_ack <= 1'd0; + leds_storage <= 2'd0; + leds_re <= 1'd0; + leds_chaser <= 2'd0; + leds_mode <= 1'd0; + leds_count <= 24'd12500000; + buttons_re <= 1'd0; + interface1_ram_bus_ack <= 1'd0; + slave_sel_r <= 4'd0; + count <= 20'd1000000; + csr_bankarray_sel_r <= 1'd0; + basesoc_rs232phytx_state <= 1'd0; + basesoc_rs232phyrx_state <= 1'd0; + basesoc_state <= 1'd0; + end + xilinxmultiregimpl0_regs0 <= serial_rx; + xilinxmultiregimpl0_regs1 <= xilinxmultiregimpl0_regs0; + xilinxmultiregimpl1_regs0 <= {user_btn1, user_btn0}; + xilinxmultiregimpl1_regs1 <= xilinxmultiregimpl1_regs0; +end + + +//------------------------------------------------------------------------------ +// Specialized Logic +//------------------------------------------------------------------------------ + +//------------------------------------------------------------------------------ +// Memory mem: 29-words x 8-bit +//------------------------------------------------------------------------------ +// Port 0 | Read: Sync | Write: ---- | +reg [7:0] mem[0:28]; +initial begin + $readmemh("cmod7_mem.init", mem); +end +reg [4:0] mem_adr0; +always @(posedge sys_clk) begin + mem_adr0 <= csr_bankarray_adr; +end +assign csr_bankarray_dat_r = mem[mem_adr0]; + + +//------------------------------------------------------------------------------ +// Memory storage: 16-words x 10-bit +//------------------------------------------------------------------------------ +// Port 0 | Read: Sync | Write: Sync | Mode: Read-First | Write-Granularity: 10 +// Port 1 | Read: Sync | Write: ---- | +reg [9:0] storage[0:15]; +reg [9:0] storage_dat0; +reg [9:0] storage_dat1; +always @(posedge sys_clk) begin + if (uart_tx_fifo_wrport_we) + storage[uart_tx_fifo_wrport_adr] <= uart_tx_fifo_wrport_dat_w; + storage_dat0 <= storage[uart_tx_fifo_wrport_adr]; +end +always @(posedge sys_clk) begin + if (uart_tx_fifo_rdport_re) + storage_dat1 <= storage[uart_tx_fifo_rdport_adr]; +end +assign uart_tx_fifo_wrport_dat_r = storage_dat0; +assign uart_tx_fifo_rdport_dat_r = storage_dat1; + + +//------------------------------------------------------------------------------ +// Memory storage_1: 16-words x 10-bit +//------------------------------------------------------------------------------ +// Port 0 | Read: Sync | Write: Sync | Mode: Read-First | Write-Granularity: 10 +// Port 1 | Read: Sync | Write: ---- | +reg [9:0] storage_1[0:15]; +reg [9:0] storage_1_dat0; +reg [9:0] storage_1_dat1; +always @(posedge sys_clk) begin + if (uart_rx_fifo_wrport_we) + storage_1[uart_rx_fifo_wrport_adr] <= uart_rx_fifo_wrport_dat_w; + storage_1_dat0 <= storage_1[uart_rx_fifo_wrport_adr]; +end +always @(posedge sys_clk) begin + if (uart_rx_fifo_rdport_re) + storage_1_dat1 <= storage_1[uart_rx_fifo_rdport_adr]; +end +assign uart_rx_fifo_wrport_dat_r = storage_1_dat0; +assign uart_rx_fifo_rdport_dat_r = storage_1_dat1; + + +BUFG BUFG( + .I(crg_clkout0), + .O(crg_clkout_buf0) +); + +BUFG BUFG_1( + .I(crg_clkout1), + .O(crg_clkout_buf1) +); + +BUFG BUFG_2( + .I(crg_clkout2), + .O(crg_clkout_buf2) +); + +IDELAYCTRL IDELAYCTRL( + .REFCLK(idelay_clk), + .RST(crg_ic_reset) +); + +//------------------------------------------------------------------------------ +// Memory rom: 16384-words x 32-bit +//------------------------------------------------------------------------------ +// Port 0 | Read: Sync | Write: ---- | +reg [31:0] rom[0:16383]; +initial begin + $readmemh("cmod7_rom.init", rom); +end +reg [31:0] rom_dat0; +always @(posedge sys_clk) begin + rom_dat0 <= rom[adr]; +end +assign dat_r = rom_dat0; + + +//------------------------------------------------------------------------------ +// Memory sram: 16384-words x 32-bit +//------------------------------------------------------------------------------ +// Port 0 | Read: Sync | Write: Sync | Mode: Write-First | Write-Granularity: 8 +reg [31:0] sram[0:16383]; +initial begin + $readmemh("cmod7_sram.init", sram); +end +reg [13:0] sram_adr0; +always @(posedge sys_clk) begin + if (sram0_we[0]) + sram[sram0_adr][7:0] <= sram0_dat_w[7:0]; + if (sram0_we[1]) + sram[sram0_adr][15:8] <= sram0_dat_w[15:8]; + if (sram0_we[2]) + sram[sram0_adr][23:16] <= sram0_dat_w[23:16]; + if (sram0_we[3]) + sram[sram0_adr][31:24] <= sram0_dat_w[31:24]; + sram_adr0 <= sram0_adr; +end +assign sram0_dat_r = sram[sram_adr0]; + + +//------------------------------------------------------------------------------ +// Memory main_ram: 64-words x 32-bit +//------------------------------------------------------------------------------ +// Port 0 | Read: Sync | Write: Sync | Mode: Write-First | Write-Granularity: 8 +reg [31:0] main_ram[0:63]; +initial begin + $readmemh("cmod7_main_ram.init", main_ram); +end +reg [5:0] main_ram_adr0; +always @(posedge sys_clk) begin + if (sram1_we[0]) + main_ram[sram1_adr][7:0] <= sram1_dat_w[7:0]; + if (sram1_we[1]) + main_ram[sram1_adr][15:8] <= sram1_dat_w[15:8]; + if (sram1_we[2]) + main_ram[sram1_adr][23:16] <= sram1_dat_w[23:16]; + if (sram1_we[3]) + main_ram[sram1_adr][31:24] <= sram1_dat_w[31:24]; + main_ram_adr0 <= sram1_adr; +end +assign sram1_dat_r = main_ram[main_ram_adr0]; + + +a2owb a2owb( + .cfg_wr(1'd0), + .clk_1x(sys_clk), + .clk_2x(sys2x_clk), + .externalInterrupt(a2o_interrupt[0]), + .externalInterruptS(a2o_interruptS), + .rst((sys_rst | a2o_reset)), + .softwareInterrupt(a2o_interrupt[2]), + .timerInterrupt(a2o_interrupt[1]), + .wb_ack(a2o_dbus_ack), + .wb_datr(a2o_dbus_dat_r), + .wb_adr({a2o, a2o_dbus_adr}), + .wb_cyc(a2o_dbus_cyc), + .wb_datw(a2o_dbus_dat_w), + .wb_sel(a2o_dbus_sel), + .wb_stb(a2o_dbus_stb), + .wb_we(a2o_dbus_we) +); + +FDCE FDCE( + .C(crg_clkin), + .CE(1'd1), + .CLR(1'd0), + .D(crg_reset), + .Q(basesoc_reset0) +); + +FDCE FDCE_1( + .C(crg_clkin), + .CE(1'd1), + .CLR(1'd0), + .D(basesoc_reset0), + .Q(basesoc_reset1) +); + +FDCE FDCE_2( + .C(crg_clkin), + .CE(1'd1), + .CLR(1'd0), + .D(basesoc_reset1), + .Q(basesoc_reset2) +); + +FDCE FDCE_3( + .C(crg_clkin), + .CE(1'd1), + .CLR(1'd0), + .D(basesoc_reset2), + .Q(basesoc_reset3) +); + +FDCE FDCE_4( + .C(crg_clkin), + .CE(1'd1), + .CLR(1'd0), + .D(basesoc_reset3), + .Q(basesoc_reset4) +); + +FDCE FDCE_5( + .C(crg_clkin), + .CE(1'd1), + .CLR(1'd0), + .D(basesoc_reset4), + .Q(basesoc_reset5) +); + +FDCE FDCE_6( + .C(crg_clkin), + .CE(1'd1), + .CLR(1'd0), + .D(basesoc_reset5), + .Q(basesoc_reset6) +); + +FDCE FDCE_7( + .C(crg_clkin), + .CE(1'd1), + .CLR(1'd0), + .D(basesoc_reset6), + .Q(basesoc_reset7) +); + +MMCME2_ADV #( + .BANDWIDTH("OPTIMIZED"), + .CLKFBOUT_MULT_F(6'd50), + .CLKIN1_PERIOD(83.33333333333333), + .CLKOUT0_DIVIDE_F(4'd12), + .CLKOUT0_PHASE(1'd0), + .CLKOUT1_DIVIDE(3'd6), + .CLKOUT1_PHASE(1'd0), + .CLKOUT2_DIVIDE(2'd3), + .CLKOUT2_PHASE(1'd0), + .DIVCLK_DIVIDE(1'd1), + .REF_JITTER1(0.01) +) MMCME2_ADV ( + .CLKFBIN(basesoc_mmcm_fb), + .CLKIN1(crg_clkin), + .PWRDWN(crg_power_down), + .RST(basesoc_reset7), + .CLKFBOUT(basesoc_mmcm_fb), + .CLKOUT0(crg_clkout0), + .CLKOUT1(crg_clkout1), + .CLKOUT2(crg_clkout2), + .LOCKED(crg_locked) +); + +(* ars_ff1 = "true", async_reg = "true" *) FDPE #( + .INIT(1'd1) +) FDPE ( + .C(sys_clk), + .CE(1'd1), + .D(1'd0), + .PRE(xilinxasyncresetsynchronizerimpl0), + .Q(xilinxasyncresetsynchronizerimpl0_rst_meta) +); + +(* ars_ff2 = "true", async_reg = "true" *) FDPE #( + .INIT(1'd1) +) FDPE_1 ( + .C(sys_clk), + .CE(1'd1), + .D(xilinxasyncresetsynchronizerimpl0_rst_meta), + .PRE(xilinxasyncresetsynchronizerimpl0), + .Q(sys_rst) +); + +(* ars_ff1 = "true", async_reg = "true" *) FDPE #( + .INIT(1'd1) +) FDPE_2 ( + .C(sys2x_clk), + .CE(1'd1), + .D(1'd0), + .PRE(xilinxasyncresetsynchronizerimpl1), + .Q(xilinxasyncresetsynchronizerimpl1_rst_meta) +); + +(* ars_ff2 = "true", async_reg = "true" *) FDPE #( + .INIT(1'd1) +) FDPE_3 ( + .C(sys2x_clk), + .CE(1'd1), + .D(xilinxasyncresetsynchronizerimpl1_rst_meta), + .PRE(xilinxasyncresetsynchronizerimpl1), + .Q(xilinxasyncresetsynchronizerimpl1_expr) +); + +(* ars_ff1 = "true", async_reg = "true" *) FDPE #( + .INIT(1'd1) +) FDPE_4 ( + .C(idelay_clk), + .CE(1'd1), + .D(1'd0), + .PRE(xilinxasyncresetsynchronizerimpl2), + .Q(xilinxasyncresetsynchronizerimpl2_rst_meta) +); + +(* ars_ff2 = "true", async_reg = "true" *) FDPE #( + .INIT(1'd1) +) FDPE_5 ( + .C(idelay_clk), + .CE(1'd1), + .D(xilinxasyncresetsynchronizerimpl2_rst_meta), + .PRE(xilinxasyncresetsynchronizerimpl2), + .Q(idelay_rst) +); + +endmodule + +// ----------------------------------------------------------------------------- +// Auto-Generated by LiteX on 2022-08-03 07:06:41. +//------------------------------------------------------------------------------ diff --git a/dev/build/litex/build/cmod7/gateware/cmod7.xdc b/dev/build/litex/build/cmod7/gateware/cmod7.xdc new file mode 100644 index 0000000..ef2c610 --- /dev/null +++ b/dev/build/litex/build/cmod7/gateware/cmod7.xdc @@ -0,0 +1,54 @@ +################################################################################ +# IO constraints +################################################################################ +# serial:0.tx +set_property LOC J18 [get_ports {serial_tx}] +set_property IOSTANDARD LVCMOS33 [get_ports {serial_tx}] + +# serial:0.rx +set_property LOC J17 [get_ports {serial_rx}] +set_property IOSTANDARD LVCMOS33 [get_ports {serial_rx}] + +# clk12:0 +set_property LOC L17 [get_ports {clk12}] +set_property IOSTANDARD LVCMOS33 [get_ports {clk12}] + +# user_led:0 +set_property LOC A17 [get_ports {user_led0}] +set_property IOSTANDARD LVCMOS33 [get_ports {user_led0}] + +# user_led:1 +set_property LOC C16 [get_ports {user_led1}] +set_property IOSTANDARD LVCMOS33 [get_ports {user_led1}] + +# user_btn:0 +set_property LOC A18 [get_ports {user_btn0}] +set_property IOSTANDARD LVCMOS33 [get_ports {user_btn0}] + +# user_btn:1 +set_property LOC B18 [get_ports {user_btn1}] +set_property IOSTANDARD LVCMOS33 [get_ports {user_btn1}] + +################################################################################ +# Design constraints +################################################################################ + +################################################################################ +# Clock constraints +################################################################################ + + +create_clock -name clk12 -period 83.333 [get_ports clk12] + +set_clock_groups -group [get_clocks -include_generated_clocks -of [get_nets sys_clk]] -group [get_clocks -include_generated_clocks -of [get_nets crg_clkin]] -asynchronous + +################################################################################ +# False path constraints +################################################################################ + + +set_false_path -quiet -through [get_nets -hierarchical -filter {mr_ff == TRUE}] + +set_false_path -quiet -to [get_pins -filter {REF_PIN_NAME == PRE} -of_objects [get_cells -hierarchical -filter {ars_ff1 == TRUE || ars_ff2 == TRUE}]] + +set_max_delay 2 -quiet -from [get_pins -filter {REF_PIN_NAME == C} -of_objects [get_cells -hierarchical -filter {ars_ff1 == TRUE}]] -to [get_pins -filter {REF_PIN_NAME == D} -of_objects [get_cells -hierarchical -filter {ars_ff2 == TRUE}]] \ No newline at end of file diff --git a/dev/build/litex/build/cmod7/gateware/cmod7.xpr b/dev/build/litex/build/cmod7/gateware/cmod7.xpr new file mode 100644 index 0000000..07333aa --- /dev/null +++ b/dev/build/litex/build/cmod7/gateware/cmod7.xpr @@ -0,0 +1,2352 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Vivado Synthesis Defaults + + + + + + + + + + + Default settings for Implementation. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + default_dashboard + + + diff --git a/dev/build/litex/build/cmod7/gateware/cmod7_main_ram.init b/dev/build/litex/build/cmod7/gateware/cmod7_main_ram.init new file mode 100644 index 0000000..e69de29 diff --git a/dev/build/litex/build/cmod7/gateware/cmod7_mem.init b/dev/build/litex/build/cmod7/gateware/cmod7_mem.init new file mode 100644 index 0000000..3f12a6d --- /dev/null +++ b/dev/build/litex/build/cmod7/gateware/cmod7_mem.init @@ -0,0 +1,29 @@ +41 +32 +4f +20 +54 +65 +73 +74 +20 +32 +30 +32 +32 +2d +30 +38 +2d +30 +33 +20 +30 +37 +3a +30 +36 +3a +34 +30 +00 diff --git a/dev/build/litex/build/cmod7/gateware/cmod7_rom.init b/dev/build/litex/build/cmod7/gateware/cmod7_rom.init new file mode 100644 index 0000000..c86a5a1 --- /dev/null +++ b/dev/build/litex/build/cmod7/gateware/cmod7_rom.init @@ -0,0 +1,3790 @@ +00040048 +02000044 +00000000 +00000000 +00000000 +00000000 +00000000 +00000000 +0c100048 +00000000 +00000000 +00000000 +00000000 +00000000 +00000000 +00000000 +00000048 +00000000 +00000000 +00000000 +00000000 +00000000 +00000000 +00000000 +00000048 +00000000 +00000000 +00000000 +00000000 +00000000 +00000000 +00000000 +00000048 +00000000 +00000000 +00000000 +00000000 +00000000 +00000000 +00000000 +00000048 +00000000 +00000000 +00000000 +00000000 +00000000 +00000000 +00000000 +00000048 +00000000 +00000000 +00000000 +00000000 +00000000 +00000000 +00000000 +00000048 +00000000 +00000000 +00000000 +00000000 +00000000 +00000000 +00000000 +00000048 +00000000 +00000000 +00000000 +00000000 +00000000 +00000000 +00000000 +54110048 +00000000 +00000000 +00000000 +00000000 +00000000 +00000000 +00000000 +00000048 +00000000 +00000000 +00000000 +00000000 +00000000 +00000000 +00000000 +00000048 +00000000 +00000000 +00000000 +00000000 +00000000 +00000000 +00000000 +00000048 +00000000 +00000000 +00000000 +00000000 +00000000 +00000000 +00000000 +00000048 +00000000 +00000000 +00000000 +00000000 +00000000 +00000000 +00000000 +00000048 +00000000 +00000000 +00000000 +00000000 +00000000 +00000000 +00000000 +00000048 +00000000 +00000000 +00000000 +00000000 +00000000 +00000000 +00000000 +00000048 +00000000 +00000000 +00000000 +00000000 +00000000 +00000000 +00000000 +00000048 +00000000 +00000000 +00000000 +00000000 +00000000 +00000000 +00000000 +00000048 +00000000 +00000000 +00000000 +00000000 +00000000 +00000000 +00000000 +00000048 +00000000 +00000000 +00000000 +00000000 +00000000 +00000000 +00000000 +00000048 +00000000 +00000000 +00000000 +00000000 +00000000 +00000000 +00000000 +00000048 +00000000 +00000000 +00000000 +00000000 +00000000 +00000000 +00000000 +00000048 +00000000 +00000000 +00000000 +00000000 +00000000 +00000000 +00000000 +00000048 +00000000 +00000000 +00000000 +00000000 +00000000 +00000000 +00000000 +00000048 +00000000 +00000000 +00000000 +00000000 +00000000 +00000000 +00000000 +00000048 +00000000 +00000000 +00000000 +00000000 +00000000 +00000000 +00000000 +00000048 +00000000 +00000000 +00000000 +00000000 +00000000 +00000000 +00000000 +00000000 +00000000 +00000000 +00000000 +00000000 +00000000 +00000000 +00000000 +00000000 +00000000 +00000000 +00000000 +00000000 +00000000 +00000000 +00000000 +00000000 +00000000 +00000000 +00000000 +00000000 +00000000 +00000000 +00000000 +00000000 +00000000 +00000000 +00000000 +00000000 +00000000 +00000000 +00000000 +00000000 +00000000 +00000000 +00000000 +00000000 +00000000 +00000000 +00000000 +a66abe7c +0000252c +e0008240 +008c603c +1f000038 +15004038 +00008038 +3f020039 +a6fb7c7c +a611407c +a609807c +a601007d +2c01004c +00004039 +00004a65 +3f004a61 +1e000038 +00008038 +01008464 +00008460 +00000039 +01000865 +00000861 +3f020861 +a611407d +a609807c +a601007d +2c01004c +0088603c +0f000038 +3f004038 +00008038 +3f020039 +a6fb7c7c +a611407c +a609807c +a601007d +2c01004c +0d000038 +00008038 +01008464 +00008460 +00000039 +01000865 +00000861 +3f020861 +a611407d +a609807c +a601007d +2c01004c +04000048 +00004039 +02804a65 +00b04a61 +2401407d +2c01004c +fa082080 +20000048 +00004039 +02804a65 +00b04a61 +2401407d +2c01004c +fe082080 +04000048 +0000603c +340c6360 +a603697c +a66a7e7c +2104804e +e4020048 +00000000 +00000000 +00000000 +00000000 +00000000 +00000000 +00000000 +00000000 +00000000 +00000000 +00000000 +00000000 +00000000 +00000000 +00000000 +00000000 +00000000 +00000000 +00000000 +00000000 +00000000 +00000000 +00000000 +00000000 +00000000 +00000000 +00000000 +00000000 +00000000 +00000000 +00000000 +00000000 +00000000 +00000000 +00000000 +00000000 +00000000 +00000000 +00000000 +00000000 +00000000 +00000000 +00000000 +00000000 +00000000 +00000000 +00000000 +00000000 +00000000 +00000000 +00000000 +00000000 +00000000 +00000000 +00000000 +00000000 +00000000 +00000000 +00000000 +00000000 +00000000 +00000000 +00000000 +00000000 +00000000 +00000000 +00000000 +00000000 +00000000 +00000000 +00000000 +00000000 +00000000 +00000000 +00000000 +00000000 +00000000 +00000000 +00000000 +00000000 +00000000 +00000000 +00000000 +00000000 +00000000 +00000000 +00000000 +00000000 +00000000 +00000000 +00000000 +00000000 +00000000 +00000000 +00000000 +00000000 +00000000 +00000000 +00000000 +00000000 +00000000 +00000000 +00000000 +00000000 +00000000 +00000000 +00000000 +00000000 +00000000 +00000000 +00000000 +00000000 +00000000 +00000000 +00000000 +00000000 +00000000 +00000000 +00000000 +00000000 +00000000 +00000000 +00000000 +00000000 +00000000 +00000000 +00000000 +00000000 +00000000 +00000000 +00000000 +00000000 +00000000 +00000000 +00000000 +00000000 +00000000 +00000000 +00000000 +00000000 +00000000 +00000000 +00000000 +00000000 +00000000 +00000000 +00000000 +00000000 +00000000 +00000000 +00000000 +00000000 +00000000 +00000000 +00000000 +00000000 +00000000 +00000000 +00000000 +00000000 +00000000 +00000000 +00000000 +00000000 +00000000 +00000000 +00000000 +00000000 +00000000 +00000000 +00000000 +00000000 +00000000 +00000000 +00000000 +00000000 +00000000 +00000000 +00000000 +00000000 +00000000 +00000048 +00000048 +00000000 +00000048 +00000048 +00000000 +00000000 +00000000 +00000000 +00000000 +00000000 +00000000 +00000048 +00000000 +00000000 +00000000 +00000000 +00000000 +00000000 +00000000 +00000000 +00000000 +00000000 +00000000 +00000000 +00000000 +00000000 +00000000 +00000000 +00000000 +00000000 +00000000 +00000000 +00000000 +00000000 +00000000 +00000000 +00000000 +00000000 +00000000 +00000000 +00000000 +00000000 +00000000 +00000000 +00000000 +00000000 +00000000 +00000000 +00000000 +00000000 +00000000 +00000000 +00000000 +00000000 +00000000 +00000000 +00000000 +00000000 +00000000 +00000000 +00000000 +00000000 +00000000 +6e69616d +29692528 +0100000a +0000f8ff +0000f8ff +08080808 +08080808 +28282808 +08082828 +08080808 +08080808 +08080808 +08080808 +101010a0 +10101010 +10101010 +10101010 +04040404 +04040404 +10100404 +10101010 +41414110 +01414141 +01010101 +01010101 +01010101 +01010101 +10010101 +10101010 +42424210 +02424242 +02020202 +02020202 +02020202 +02020202 +10020202 +08101010 +00000000 +00000000 +00000000 +00000000 +00000000 +00000000 +00000000 +00000000 +101010a0 +10101010 +10101010 +10101010 +10101010 +10101010 +10101010 +10101010 +01010101 +01010101 +01010101 +01010101 +01010101 +10010101 +01010101 +02010101 +02020202 +02020202 +02020202 +02020202 +02020202 +10020202 +02020202 +02020202 +726f6241 +2e646574 +00000000 +33323130 +37363534 +42413938 +46454443 +4a494847 +4e4d4c4b +5251504f +56555453 +5a595857 +00000000 +33323130 +37363534 +62613938 +66656463 +6a696867 +6e6d6c6b +7271706f +76757473 +7a797877 +00000000 +4c554e3c +00003e4c +80210000 +b0210000 +b0210000 +90210000 +b0210000 +b0210000 +b0210000 +b0210000 +b0210000 +b0210000 +b0210000 +70210000 +b0210000 +60210000 +b0210000 +b0210000 +a0210000 +e8280000 +48290000 +48290000 +48290000 +48290000 +48290000 +48290000 +48290000 +48290000 +48290000 +48290000 +48290000 +48290000 +48290000 +48290000 +48290000 +48290000 +48290000 +48290000 +48290000 +48290000 +48290000 +48290000 +48290000 +48290000 +48290000 +48290000 +48290000 +48290000 +48290000 +48290000 +48290000 +48290000 +48290000 +48290000 +48290000 +48290000 +48290000 +48290000 +48290000 +48290000 +48290000 +48290000 +48290000 +48290000 +48290000 +48290000 +48290000 +48290000 +48290000 +48290000 +20290000 +48290000 +48290000 +48290000 +48290000 +48290000 +48290000 +48290000 +48290000 +48290000 +48290000 +24240000 +38290000 +48290000 +48290000 +48290000 +48290000 +38290000 +48290000 +48290000 +48290000 +48290000 +6c270000 +14290000 +c4260000 +48290000 +48290000 +40250000 +48290000 +c0290000 +48290000 +48290000 +2c290000 +00000000 +f0ff2194 +781b697c +08002199 +0100203d +00202981 +01000939 +0100403d +00200a91 +08004189 +00004999 +00000060 +10002138 +2000804e +c0ff2194 +a602087c +44000190 +38006190 +0100203d +00202939 +0c002191 +0000203d +60102939 +10002191 +38002181 +0000092c +0c008241 +ffff2039 +8c010048 +0000203d +30102939 +08002191 +28000048 +0c002181 +04004939 +0c004191 +08004181 +00004a81 +00004991 +08002181 +04002939 +08002191 +08004181 +0000203d +38102939 +40480a7c +ccff8041 +0200203d +08e02939 +08002191 +24000048 +08002181 +04004939 +08004191 +00004039 +00004991 +08002181 +04002939 +08002191 +08004181 +0200203d +28e02939 +40480a7c +d0ff8041 +0000203d +000c6938 +3d2b0048 +77006038 +852b0048 +74006038 +7d2b0048 +66006038 +752b0048 +0a006038 +6d2b0048 +38008180 +0000203d +f0086938 +8231c64c +612d0048 +0003203d +34002191 +34002181 +a64b337d +00000060 +00002039 +30002191 +30002181 +a603367d +00000060 +00002039 +2c002191 +2c002181 +a6433d7d +00000060 +00002039 +28002191 +28002181 +a6433c7d +00000060 +00fe203d +24002191 +24002181 +a653307d +00000060 +a6fa367d +20002191 +20002181 +ea052955 +1c002191 +1c002181 +a6fb367d +00000060 +00002039 +18002191 +18002181 +a653307d +00000060 +00002039 +14002191 +14002181 +a653347d +00000060 +10002181 +784b237d +90030048 +00000048 +784b237d +44000180 +a603087c +40002138 +2000804e +e0ff2194 +a602087c +24000190 +18006190 +01002039 +0c002191 +18004181 +6708203d +09532961 +00480a7c +0c008241 +0080603c +b9f9ff4b +00002039 +08002191 +8c000048 +08002181 +3a102a55 +0000203d +60132939 +144a2a7d +00002981 +10002191 +08002181 +3a102a55 +0000203d +00142939 +144a2a7d +00002981 +14002191 +0c002181 +0000092c +1c008241 +10004181 +14002181 +00480a7c +0c008240 +01002039 +08000048 +00002039 +0c002191 +0c002181 +0000092c +10008240 +08002181 +784b237d +31f9ff4b +08002181 +01002939 +08002191 +08002181 +1f000928 +70ff8140 +21002039 +08002191 +08002181 +3a102a55 +0000203d +60132939 +144a2a7d +00002981 +10002191 +08002181 +3a102a55 +0000203d +00142939 +144a2a7d +00002981 +44062955 +14002191 +0c002181 +0000092c +1c008241 +10004181 +14002181 +00480a7c +0c008240 +01002039 +08000048 +00002039 +0c002191 +0c002181 +0000092c +10008240 +08002181 +784b237d +91f8ff4b +22002039 +08002191 +8c000048 +08002181 +3a102a55 +0000203d +60132939 +144a2a7d +00002981 +10002191 +08002181 +3a102a55 +0000203d +00142939 +144a2a7d +00002981 +14002191 +0c002181 +0000092c +1c008241 +10004181 +14002181 +00480a7c +0c008240 +01002039 +08000048 +00002039 +0c002191 +0c002181 +0000092c +10008240 +08002181 +784b237d +09f8ff4b +08002181 +01002939 +08002191 +08002181 +23000928 +70ff8140 +e9f7ff4b +00000048 +f0ff2194 +08006190 +0c008190 +58020048 +00000060 +10002138 +2000804e +00000048 +00c00100 +00000000 +00000000 +00000000 +6f666e69 +78657420 +65680074 +72656461 +78657420 +00000074 +00000000 +00000000 +00000000 +05c92258 +ffffffff +a3d1b691 +ffffffff +ffffffff +ffffffff +ffffffff +ffffffff +88ee117e +ffffffff +ffffff7f +ffffffff +ffffffff +e6bd208c +ffffffff +dfdad076 +421f1115 +ffffffff +508e1036 +ffffffff +ffffffff +ed0c8a32 +ffffffff +ffffffff +194c22af +ffffffff +ffffffff +7ab224d6 +ffffffff +ffffffff +ffffffff +2836fddb +6e00f089 +ffffffff +ffffffff +ffffffff +04110000 +00000100 +00000000 +0d000000 +14cc617c +9505237d +9273c37a +114c097e +15b11c7e +8688337a +d104607c +38b0097e +9105367c +d1002b7e +00000060 +00000060 +00000060 +00000100 +04000100 +08000100 +0c000100 +10000100 +14000100 +18000100 +1c000100 +20000100 +24000100 +28000100 +2c000100 +30000100 +14000048 +00000060 +00000060 +00000060 +00000060 +9c002390 +a0002380 +a603297c +a4002338 +d8004338 +00008180 +0000a280 +00008590 +04002138 +04004238 +ecff0042 +0048803c +06008460 +00008590 +f4102080 +a6033b7c +38112080 +a6033a7c +80002380 +20f12f7c +84002380 +a603217c +88002380 +a603297c +8c002380 +a603287c +90002380 +a6cb2f7c +00000380 +04002380 +08004380 +10008380 +1400a380 +1800c380 +1c00e380 +20000381 +24002381 +28004381 +2c006381 +30008381 +3400a381 +3800c381 +3c00e381 +40000382 +44002382 +48004382 +4c006382 +50008382 +5400a382 +5800c382 +5c00e382 +60000383 +64002383 +68004383 +6c006383 +70008383 +7400a383 +7800c383 +7c00e383 +0c006380 +6400004c +0c000048 +00000060 +00000060 +a6cb2f7c +0000203c +60132160 +00000190 +08004190 +0c006190 +10008190 +1400a190 +1800c190 +1c00e190 +20000191 +24002191 +28004191 +2c006191 +30008191 +3400a191 +3800c191 +3c00e191 +40000192 +44002192 +48004192 +4c006192 +50008192 +5400a192 +5800c192 +5c00e192 +60000193 +64002193 +68004193 +6c006193 +70008193 +7400a193 +7800c193 +7c00e193 +a6ca4f7c +04004190 +2600407c +80004190 +a602417c +84004190 +a602497c +88004190 +a602487c +8c004190 +a6ca4f7c +90004190 +0000603c +60106360 +9c002380 +6708603c +09536360 +0f0e0048 +00000060 +00000060 +00000060 +00000060 +ffffffff +ffffffff +ffffffff +ffffffff +ffffffff +ffffffff +ffffffff +ffffffff +ffffffff +ffffffff +ffffffff +ffffffff +ffffffff +ffffffff +ffffffff +ffffffff +ffffffff +ffffffff +ffffffff +ffffffff +ffffffff +ffffffff +ffffffff +ffffffff +ffffffff +ffffffff +ffffffff +ffffffff +ffffffff +ffffffff +ffffffff +ffffffff +ffffffff +ffffffff +ffffffff +ffffffff +ffffffff +00000060 +00000060 +00000060 +00000000 +13f375cd +ffffffff +00000000 +ffffffff +ffffffff +ffffffff +ffffffff +ffffffff +680c8a00 +ffffffff +ffffff7f +ffffffff +ffffffff +e6bd208c +ffffffff +68bfae08 +01000080 +ffffffff +00000000 +ffffffff +ffffffff +ed0c8a32 +ffffffff +ffffffff +194c22af +ffffffff +ffffffff +7ab224d6 +ffffffff +ffffffff +ffffffff +2836fd9b +6e00f098 +ffffffff +ffffffff +ffffffff +04110000 +38000100 +f0ff2194 +781b697c +08002199 +08002189 +0000403d +04094a39 +ae482a7d +bc072955 +0000092c +10008241 +08002189 +e0ff2939 +08002199 +08002189 +784b237d +10002138 +2000804e +f0ff2194 +781b697c +080021b1 +080021a1 +2e402955 +34072a7d +080021a1 +3ec22955 +3e042955 +3407297d +784b497d +3407297d +3e042955 +784b237d +10002138 +2000804e +f0ff2194 +08006190 +08002181 +3e462a55 +08002181 +3ec22955 +2e042955 +784b4a7d +08002181 +2e402955 +1e022955 +784b4a7d +08002181 +0ec02955 +784b497d +784b237d +10002138 +2000804e +f0ff2194 +08006190 +0c008190 +28000048 +08002181 +00002989 +0000092c +0c008240 +00002039 +2c000048 +08002181 +01002939 +08002191 +08002181 +00004989 +0c002181 +3e062955 +40480a7c +c8ff8240 +08002181 +784b237d +10002138 +2000804e +e0ff2194 +18006190 +1c008190 +18002181 +08002191 +58000048 +1c002181 +0c002191 +30000048 +08002181 +00004989 +0c002181 +00002989 +40480a7c +0c008240 +08002181 +40000048 +0c002181 +01002939 +0c002191 +0c002181 +00002989 +0000092c +c8ff8240 +08002181 +01002939 +08002191 +08002181 +00002989 +0000092c +a0ff8240 +00002039 +784b237d +20002138 +2000804e +e0ff2194 +a602087c +24000190 +18006190 +1c008190 +18006180 +dd030048 +781b6a7c +18002181 +1452297d +08002191 +08002181 +00004989 +1c002181 +3e062955 +40480a7c +0c008240 +08002181 +24000048 +08002181 +ffff2939 +08002191 +08004181 +18002181 +40480a7c +c8ff8040 +00002039 +784b237d +24000180 +a603087c +20002138 +2000804e +e0ff2194 +08006190 +0c008190 +1000a190 +30000048 +08002181 +00004989 +10002181 +3e062955 +40480a7c +0c008240 +08002181 +38000048 +08002181 +01002939 +08002191 +0c002181 +ffff4939 +0c004191 +0000092c +14008241 +08002181 +00002989 +0000092c +b4ff8240 +00002039 +784b237d +20002138 +2000804e +e0ff2194 +18006190 +1c008190 +18002181 +08002191 +00000060 +1c004181 +01002a39 +1c002191 +18002181 +01000939 +18000191 +00004a89 +00004999 +00002989 +0000092c +d8ff8240 +08002181 +784b237d +20002138 +2000804e +d0ff2194 +18006190 +1c008190 +2000a190 +18002181 +08002191 +48000048 +1c002181 +00004989 +08002181 +00004999 +08002181 +00002989 +0000092c +10008241 +1c002181 +01002939 +1c002191 +08002181 +01002939 +08002191 +20002181 +ffff2939 +20002191 +20002181 +0000092c +b4ff8240 +18002181 +784b237d +30002138 +2000804e +e0ff2194 +18006190 +1c008190 +18002181 +00004989 +1c002181 +01000939 +1c000191 +00002989 +5050297d +3e062955 +08002199 +08002189 +7407297d +0000092c +20008240 +18002181 +01004939 +18004191 +00002989 +0000092c +08008241 +b4ffff4b +08002189 +7407297d +784b237d +20002138 +2000804e +d0ff2194 +18006190 +1c008190 +2000a190 +00002039 +0c002191 +00002039 +08002199 +5c000048 +18002181 +00004989 +1c002181 +01000939 +1c000191 +00002989 +5050297d +3e062955 +08002199 +08002189 +7407297d +0000092c +38008240 +18002181 +01004939 +18004191 +00002989 +0000092c +20008241 +0c002181 +01002939 +0c002191 +0c004181 +20002181 +40480a7c +9cff8041 +08002189 +7407297d +784b237d +30002138 +2000804e +e0ff2194 +18006190 +1c008190 +18002181 +08002191 +10000048 +18002181 +01002939 +18002191 +18002181 +00002989 +0000092c +e8ff8240 +00000060 +1c004181 +01002a39 +1c002191 +18002181 +01000939 +18000191 +00004a89 +00004999 +00002989 +0000092c +d8ff8240 +08002181 +784b237d +20002138 +2000804e +d0ff2194 +18006190 +1c008190 +2000a190 +18002181 +08002191 +20002181 +0000092c +7c008241 +10000048 +18002181 +01002939 +18002191 +18002181 +00002989 +0000092c +e8ff8240 +2c000048 +20002181 +ffff2939 +20002191 +20002181 +0000092c +14008240 +18002181 +00004039 +00004999 +30000048 +1c004181 +01002a39 +1c002191 +18002181 +01000939 +18000191 +00004a89 +00004999 +00002989 +0000092c +b0ff8240 +08002181 +784b237d +30002138 +2000804e +e0ff2194 +18006190 +18002181 +08002191 +10000048 +08002181 +01002939 +08002191 +08002181 +00002989 +0000092c +e8ff8240 +08004181 +18002181 +5050297d +784b237d +20002138 +2000804e +e0ff2194 +18006190 +1c008190 +18002181 +08002191 +10000048 +08002181 +01002939 +08002191 +1c002181 +ffff4939 +1c004191 +0000092c +14008241 +08002181 +00002989 +0000092c +d4ff8240 +08004181 +18002181 +5050297d +784b237d +20002138 +2000804e +e0ff2194 +18006190 +1c008190 +00002039 +10002191 +18002181 +08002191 +7c000048 +1c002181 +0c002191 +28000048 +08002181 +00004989 +0c002181 +00002989 +40480a7c +24008241 +0c002181 +01002939 +0c002191 +0c002181 +00002989 +0000092c +d0ff8240 +08000048 +00000060 +0c002181 +00002989 +0000092c +0c008240 +10002181 +30000048 +10002181 +01002939 +10002191 +08002181 +01002939 +08002191 +08002181 +00002989 +0000092c +7cff8240 +10002181 +784b237d +20002138 +2000804e +d0ff2194 +18006190 +1c008190 +2000a190 +00002039 +10002191 +18002181 +08002191 +1c002181 +0c002191 +50000048 +08002181 +00002989 +784b2a7d +0c002181 +00002989 +5050297d +10002191 +10002181 +0000092c +38008240 +08002181 +01002939 +08002191 +0c002181 +01002939 +0c002191 +20002181 +ffff2939 +20002191 +20002181 +0000092c +acff8240 +08000048 +00000060 +10002181 +784b237d +30002138 +2000804e +d0ff2194 +18006190 +1c008190 +2000a190 +18002181 +08002191 +1c000048 +08002181 +01004939 +08004191 +1c004181 +3e064a55 +00004999 +20002181 +ffff4939 +20004191 +0000092c +d8ff8240 +18002181 +784b237d +30002138 +2000804e +d0ff2194 +18006190 +1c008190 +2000a190 +18002181 +08002191 +1c002181 +0c002191 +24000048 +0c004181 +01002a39 +0c002191 +08002181 +01000939 +08000191 +00004a89 +00004999 +20002181 +ffff4939 +20004191 +0000092c +d0ff8240 +18002181 +784b237d +30002138 +2000804e +d0ff2194 +18006190 +1c008190 +2000a190 +18004181 +1c002181 +40480a7c +50008141 +18002181 +08002191 +1c002181 +0c002191 +24000048 +0c004181 +01002a39 +0c002191 +08002181 +01000939 +08000191 +00004a89 +00004999 +20002181 +ffff4939 +20004191 +0000092c +d0ff8240 +64000048 +18004181 +20002181 +144a2a7d +08002191 +1c004181 +20002181 +144a2a7d +0c002191 +2c000048 +0c002181 +ffff2939 +0c002191 +08002181 +ffff2939 +08002191 +0c002181 +00004989 +08002181 +00004999 +20002181 +ffff4939 +20004191 +0000092c +c8ff8240 +18002181 +784b237d +30002138 +2000804e +e0ff2194 +a602087c +24000190 +18006190 +1c008190 +1c006180 +51fcff4b +781b697c +0c002191 +0c002181 +0000092c +0c008240 +18002181 +68000048 +18006180 +2dfcff4b +781b697c +08002191 +40000048 +08002181 +ffff2939 +08002191 +0c00a180 +1c008180 +18006180 +65fdff4b +781b697c +0000092c +0c008240 +18002181 +24000048 +18002181 +01002939 +18002191 +08004181 +0c002181 +40480a7c +b8ff8040 +00002039 +784b237d +24000180 +a603087c +20002138 +2000804e +d0ff2194 +18006190 +1c008190 +2000a190 +18002181 +08002191 +30000048 +1c002181 +3e062a55 +08002181 +01000939 +08000191 +00002989 +40480a7c +10008240 +08002181 +ffff2939 +1c000048 +20002181 +ffff4939 +20004191 +0000092c +c4ff8240 +00002039 +784b237d +30002138 +2000804e +d0ff2194 +a602087c +34000190 +18006190 +1c008190 +2000a190 +00002039 +08002191 +20002181 +0000092c +8c008240 +0a002039 +20002191 +18002181 +00002989 +30000928 +e4008240 +08002039 +20002191 +18002181 +01002939 +18002191 +18002181 +00002989 +784b237d +41f5ff4b +781b697c +58000928 +b4008240 +18002181 +01002939 +00002989 +784b2a7d +0000203d +04092939 +ae50297d +44002971 +0000092c +8c008241 +18002181 +01002939 +18002191 +10002039 +20002191 +74000048 +20002181 +1000092c +68008240 +18002181 +00002989 +30000928 +58008240 +18002181 +01002939 +00002989 +784b237d +c5f4ff4b +781b697c +58000928 +38008240 +18002181 +02002939 +18002191 +28000048 +08004181 +20002181 +d6492a7d +0c004181 +144a2a7d +08002191 +18002181 +01002939 +18002191 +18002181 +00002989 +784b2a7d +0000203d +04092939 +ae50297d +44002971 +0000092c +64008241 +18002181 +00002989 +784b2a7d +0000203d +04092939 +ae50297d +7a072955 +0000092c +14008241 +18002181 +00002989 +d0ff2939 +1c000048 +18002181 +00002989 +784b237d +1df4ff4b +781b697c +c9ff2939 +0c002191 +0c004181 +20002181 +40480a7c +5cff8041 +1c002181 +0000092c +10008241 +1c002181 +18004181 +00004991 +08002181 +784b237d +34000180 +a603087c +30002138 +2000804e +e0ff2194 +a602087c +24000190 +08006190 +0c008190 +1000a190 +08002181 +00002989 +2d000928 +2c008240 +08002181 +01002939 +10004181 +7853457d +0c008180 +784b237d +e9fdff4b +781b697c +d000297d +1c000048 +10002181 +784b257d +0c008180 +08006180 +c9fdff4b +781b697c +784b237d +24000180 +a603087c +20002138 +2000804e +e0ff2194 +18006190 +00002039 +08002191 +30000048 +08002181 +0a00491d +18002181 +00002981 +0100e938 +18000181 +0000e890 +00002989 +144a2a7d +d0ff2939 +08002191 +18002181 +00002981 +00002989 +784b2a7d +0000203d +04092939 +ae50297d +7a072955 +0000092c +b0ff8240 +08002181 +784b237d +20002138 +2000804e +70ff2194 +68006190 +6c008190 +7000a190 +7400c190 +7800e190 +7c000191 +80002191 +80002181 +72062955 +0000092c +10008241 +0000203d +100a2939 +0c000048 +0000203d +380a2939 +10002191 +80002181 +f6062955 +0000092c +10008241 +80002181 +3c002955 +80002191 +74002181 +0100092c +10008140 +74002181 +2400092c +0c008140 +00002039 +fc030048 +80002181 +fe072955 +0000092c +0c008241 +30002039 +08000048 +20002039 +14002199 +00002039 +08002199 +80002181 +bc072955 +0000092c +80008241 +70002181 +0000092c +28008040 +2d002039 +08002199 +70002181 +d000297d +70002191 +78002181 +ffff2939 +78002191 +50000048 +80002181 +7a072955 +0000092c +1c008241 +2b002039 +08002199 +78002181 +ffff2939 +78002191 +28000048 +80002181 +38072955 +0000092c +18008241 +20002039 +08002199 +78002181 +ffff2939 +78002191 +80002181 +b4062955 +0000092c +38008241 +74002181 +1000092c +14008240 +78002181 +feff2939 +78002191 +1c000048 +74002181 +0800092c +10008240 +78002181 +ffff2939 +78002191 +00002039 +0c002191 +70002181 +0000092c +6c008240 +0c002181 +01004939 +0c004191 +08004139 +144a2a7d +30004039 +10004999 +58000048 +74004181 +70002181 +9653097d +d651487d +50482a7d +10004181 +144a4a7d +0c002181 +01000939 +0c000191 +00004a89 +08000139 +144a287d +10004999 +74002181 +70004181 +964b2a7d +70002191 +70002181 +0000092c +b0ff8240 +0c004181 +7c002181 +00480a7c +0c008140 +0c002181 +7c002191 +78004181 +7c002181 +5050297d +78002191 +80002181 +11002971 +0000092c +44008240 +2c000048 +68004181 +6c002181 +40480a7c +10008040 +68002181 +20004039 +00004999 +68002181 +01002939 +68002191 +78002181 +ffff4939 +78004191 +0000092c +c8ff8141 +08002189 +0000092c +2c008241 +68004181 +6c002181 +40480a7c +10008040 +68002181 +08004189 +00004999 +68002181 +01002939 +68002191 +80002181 +b4062955 +0000092c +9c008241 +74002181 +0800092c +30008240 +68004181 +6c002181 +40480a7c +10008040 +68002181 +30004039 +00004999 +68002181 +01002939 +68002191 +64000048 +74002181 +1000092c +58008240 +68004181 +6c002181 +40480a7c +10008040 +68002181 +30004039 +00004999 +68002181 +01002939 +68002191 +68004181 +6c002181 +40480a7c +14008040 +10002181 +21004989 +68002181 +00004999 +68002181 +01002939 +68002191 +80002181 +f6062955 +0000092c +70008240 +2c000048 +68004181 +6c002181 +40480a7c +10008040 +68002181 +14004189 +00004999 +68002181 +01002939 +68002191 +78002181 +ffff4939 +78004191 +0000092c +c8ff8141 +2c000048 +68004181 +6c002181 +40480a7c +10008040 +68002181 +30004039 +00004999 +68002181 +01002939 +68002191 +7c002181 +ffff4939 +7c004191 +0c004181 +00480a7c +c4ff8041 +38000048 +68004181 +6c002181 +40480a7c +1c008040 +18004139 +0c002181 +144a2a7d +00004989 +68002181 +00004999 +68002181 +01002939 +68002191 +0c002181 +ffff4939 +0c004191 +0000092c +bcff8141 +2c000048 +68004181 +6c002181 +40480a7c +10008040 +68002181 +20004039 +00004999 +68002181 +01002939 +68002191 +78002181 +ffff4939 +78004191 +0000092c +c8ff8141 +68002181 +784b237d +90002138 +2000804e +d0ff2194 +a602087c +34000190 +18006190 +1c008190 +2000a190 +2400c190 +2400c180 +2000a180 +1c008180 +18006180 +4d040048 +781b697c +08002191 +08004181 +1c002181 +40480a7c +10008041 +1c002181 +ffff2939 +08000048 +08002181 +784b237d +34000180 +a603087c +30002138 +2000804e +80ff2194 +a602087c +84000190 +18006190 +1c008190 +2000a190 +2c00c190 +3000e190 +34000191 +38002191 +3c004191 +24008640 +400021d8 +480041d8 +500061d8 +580081d8 +6000a1d8 +6800c1d8 +7000e1d8 +780001d9 +03002039 +0c002199 +00002039 +0d002199 +88002139 +10002191 +20002139 +14002191 +0c002139 +784b267d +2000a180 +1c008180 +18006180 +89030048 +781b697c +08002191 +08002181 +784b237d +84000180 +a603087c +80002138 +2000804e +80ff2194 +a602087c +84000190 +18006190 +1c008190 +2000a190 +2c00c190 +3000e190 +34000191 +38002191 +3c004191 +24008640 +400021d8 +480041d8 +500061d8 +580081d8 +6000a1d8 +6800c1d8 +7000e1d8 +780001d9 +03002039 +0c002199 +00002039 +0d002199 +88002139 +10002191 +20002139 +14002191 +0c002139 +784b267d +2000a180 +1c008180 +18006180 +e1020048 +781b697c +08002191 +08004181 +1c002181 +40480a7c +10008041 +1c002181 +ffff2939 +08000048 +08002181 +784b237d +84000180 +a603087c +80002138 +2000804e +e0ff2194 +a602087c +24000190 +08006190 +0c008190 +1000a190 +1000c180 +0c00a180 +ff7f203d +ffff2461 +08006180 +75020048 +781b697c +784b237d +24000180 +a603087c +20002138 +2000804e +80ff2194 +a602087c +84000190 +18006190 +1c008190 +2000a190 +2400c190 +2800e190 +2c000191 +30002191 +34004191 +24008640 +380021d8 +400041d8 +480061d8 +500081d8 +5800a1d8 +6000c1d8 +6800e1d8 +700001d9 +02002039 +0c002199 +00002039 +0d002199 +88002139 +10002191 +18002139 +14002191 +0c002139 +784b267d +1c00a180 +ff7f203d +ffff2461 +18006180 +d1010048 +781b697c +08002191 +08002181 +784b237d +84000180 +a603087c +80002138 +2000804e +0200203d +14e02981 +8100291d +1936293d +e9624939 +0200203d +14e04991 +0200203d +14e02981 +784b237d +2000804e +f0ff2194 +08006190 +0200203d +08004181 +14e04991 +00000060 +10002138 +2000804e +f0ff2194 +a602087c +14000190 +0000203d +040a6938 +8231c64c +1d110048 +00000048 +e0ff2194 +a602087c +24000190 +18006190 +01002039 +08002191 +08002189 +0000092c +14008241 +18006180 +75ebff4b +781b697c +08000048 +18002181 +784b237d +24000180 +a603087c +20002138 +2000804e +e0ff2194 +a602087c +24000190 +781b697c +180021b1 +01002039 +08002191 +08002189 +0000092c +18008241 +180021a1 +784b237d +e1eaff4b +781b697c +08000048 +180021a1 +784b237d +24000180 +a603087c +20002138 +2000804e +e0ff2194 +a602087c +24000190 +18006190 +01002039 +08002191 +08002189 +0000092c +14008241 +18006180 +d5eaff4b +781b697c +08000048 +18002181 +784b237d +24000180 +a603087c +20002138 +2000804e +e0ff2194 +a602087c +24000190 +781b697c +180021b1 +01002039 +08002191 +08002189 +0000092c +18008241 +180021a1 +784b237d +41eaff4b +781b697c +08000048 +180021a1 +784b237d +24000180 +a603087c +20002138 +2000804e +a0ff2194 +a602087c +64000190 +48006190 +4c008190 +5000a190 +5400c190 +4c002181 +0000092c +0c008040 +00002039 +3c0d0048 +48002181 +18002191 +48004181 +4c002181 +144a2a7d +1c002191 +1c004181 +48002181 +40480a7c +bc0c8040 +ffff2039 +1c002191 +1c004181 +48002181 +5050297d +4c002191 +a00c0048 +50002181 +00002989 +25000928 +34008241 +18004181 +1c002181 +40480a7c +14008040 +50002181 +00004989 +18002181 +00004999 +18002181 +01002939 +18002191 +540c0048 +00002039 +24002191 +50002181 +01002939 +50002191 +50002181 +00002989 +e0ff2939 +10000928 +7c008141 +3a102a55 +0000203d +680a2939 +144a2a7d +00004981 +0000203d +680a2939 +144a2a7d +a603297d +2004804e +24002181 +10002961 +24002191 +acffff4b +24002181 +04002961 +24002191 +9cffff4b +24002181 +08002961 +24002191 +8cffff4b +24002181 +20002961 +24002191 +7cffff4b +24002181 +01002961 +24002191 +6cffff4b +ffff2039 +28002191 +50002181 +00002989 +784b2a7d +0000203d +04092939 +ae50297d +7a072955 +0000092c +1c008241 +50002139 +784b237d +01f5ff4b +781b697c +28002191 +9c000048 +50002181 +00002989 +2a000928 +8c008240 +50002181 +01002939 +50002191 +54002181 +00002989 +07000928 +30008141 +54002181 +08004981 +54002181 +00002989 +01000939 +3e060755 +54000181 +0000e898 +3a102955 +144a2a7d +18000048 +54002181 +04002981 +04000939 +54004181 +04000a91 +00002981 +28002191 +28002181 +0000092c +1c008040 +28002181 +d000297d +28002191 +24002181 +10002961 +24002191 +ffff2039 +2c002191 +50002181 +00002989 +2e000928 +d4008240 +50002181 +01002939 +50002191 +50002181 +00002989 +784b2a7d +0000203d +04092939 +ae50297d +7a072955 +0000092c +1c008241 +50002139 +784b237d +09f4ff4b +781b697c +2c002191 +78000048 +50002181 +00002989 +2a000928 +68008240 +50002181 +01002939 +50002191 +54002181 +00002989 +07000928 +30008141 +54002181 +08004981 +54002181 +00002989 +01000939 +3e060755 +54000181 +0000e898 +3a102955 +144a2a7d +18000048 +54002181 +04002981 +04000939 +54004181 +04000a91 +00002981 +2c002191 +2c002181 +0000092c +0c008040 +00002039 +2c002191 +ffff2039 +30002191 +50002181 +00002989 +68000928 +54008241 +50002181 +00002989 +6c000928 +44008241 +50002181 +00002989 +4c000928 +34008241 +50002181 +00002989 +5a000928 +24008241 +50002181 +00002989 +7a000928 +14008241 +50002181 +00002989 +74000928 +4c008240 +50002181 +00002989 +30002191 +50002181 +01002939 +50002191 +30002181 +6c00092c +28008240 +50002181 +00002989 +6c000928 +18008240 +4c002039 +30002191 +50002181 +01002939 +50002191 +0a002039 +14002191 +50002181 +00002989 +dbff2939 +53000928 +50058141 +3a102a55 +0000203d +ac0a2939 +144a2a7d +00004981 +0000203d +ac0a2939 +144a2a7d +a603297d +2004804e +24002181 +f6062955 +0000092c +48008240 +2c000048 +18004181 +1c002181 +40480a7c +10008040 +18002181 +20004039 +00004999 +18002181 +01002939 +18002191 +28002181 +ffff2939 +28002191 +28002181 +0000092c +c4ff8141 +54002181 +00002989 +07000928 +30008141 +54002181 +08004981 +54002181 +00002989 +01000939 +3e060755 +54000181 +0000e898 +3a102955 +144a2a7d +18000048 +54002181 +04002981 +04000939 +54004181 +04000a91 +00002981 +44002199 +18004181 +1c002181 +40480a7c +10008040 +18002181 +44004189 +00004999 +18002181 +01002939 +18002191 +2c000048 +18004181 +1c002181 +40480a7c +10008040 +18002181 +20004039 +00004999 +18002181 +01002939 +18002191 +28002181 +ffff2939 +28002191 +28002181 +0000092c +c4ff8141 +e0070048 +54002181 +00002989 +07000928 +30008141 +54002181 +08004981 +54002181 +00002989 +01000939 +3e060755 +54000181 +0000e898 +3a102955 +144a2a7d +18000048 +54002181 +04002981 +04000939 +54004181 +04000a91 +00002981 +20002191 +20002181 +0000092c +10008240 +0000203d +600a2939 +20002191 +2c002181 +784b247d +20006180 +25eaff4b +781b697c +34002191 +24002181 +f6062955 +0000092c +48008240 +2c000048 +18004181 +1c002181 +40480a7c +10008040 +18002181 +20004039 +00004999 +18002181 +01002939 +18002191 +28002181 +ffff4939 +28004191 +34004181 +00480a7c +c4ff8041 +00002039 +10002191 +48000048 +18004181 +1c002181 +40480a7c +14008040 +20002181 +00004989 +18002181 +00004999 +18002181 +01002939 +18002191 +20002181 +01002939 +20002191 +10002181 +01002939 +10002191 +10004181 +34002181 +00480a7c +b0ff8041 +2c000048 +18004181 +1c002181 +40480a7c +10008040 +18002181 +20004039 +00004999 +18002181 +01002939 +18002191 +28002181 +ffff4939 +28004191 +34004181 +00480a7c +c4ff8041 +5c060048 +28004181 +ffff2039 +00480a7c +18008240 +08002039 +28002191 +24002181 +21002961 +24002191 +54002181 +00002989 +07000928 +30008141 +54002181 +08004981 +54002181 +00002989 +01000939 +3e060755 +54000181 +0000e898 +3a102955 +144a2a7d +18000048 +54002181 +04002981 +04000939 +54004181 +04000a91 +00002981 +784b2a7d +24002181 +2c000181 +2800e180 +1000c038 +7853457d +1c008180 +18006180 +bdefff4b +781b697c +18002191 +b4050048 +30002181 +6c00092c +74008240 +54002181 +00002989 +07000928 +30008141 +54002181 +08004981 +54002181 +00002989 +01000939 +3e060755 +54000181 +0000e898 +3a102955 +144a2a7d +18000048 +54002181 +04002981 +04000939 +54004181 +04000a91 +00002981 +40002191 +18004181 +48002181 +5050497d +40002181 +00004991 +38050048 +30002181 +5a00092c +10008241 +30002181 +7a00092c +7c008240 +54002181 +00002989 +07000928 +30008141 +54002181 +08004981 +54002181 +00002989 +01000939 +3e060755 +54000181 +0000e898 +3a102955 +144a2a7d +18000048 +54002181 +04002981 +04000939 +54004181 +04000a91 +00002981 +3c002191 +18004181 +48002181 +5050297d +784b2a7d +3c002181 +00004991 +00000060 +a8040048 +54002181 +00002989 +07000928 +30008141 +54002181 +08004981 +54002181 +00002989 +01000939 +3e060755 +54000181 +0000e898 +3a102955 +144a2a7d +18000048 +54002181 +04002981 +04000939 +54004181 +04000a91 +00002981 +38002191 +18004181 +48002181 +5050497d +38002181 +00004991 +38040048 +18004181 +1c002181 +40480a7c +10008040 +18002181 +25004039 +00004999 +18002181 +01002939 +18002191 +0c040048 +08002039 +14002191 +a8000048 +24002181 +40002961 +24002191 +10002039 +14002191 +90000048 +24002181 +02002961 +24002191 +7c000048 +18004181 +1c002181 +40480a7c +10008040 +18002181 +25004039 +00004999 +18002181 +01002939 +18002191 +50002181 +00002989 +0000092c +34008241 +18004181 +1c002181 +40480a7c +14008040 +50002181 +00004989 +18002181 +00004999 +18002181 +01002939 +18002191 +70030048 +50002181 +ffff2939 +50002191 +60030048 +00000060 +30002181 +4c00092c +90008240 +54002181 +00002989 +54004181 +00004a89 +fe074a55 +3e064a55 +144a4a7d +3e064855 +54004181 +00000a99 +06000928 +30008141 +54002181 +08004981 +54002181 +00002989 +02000939 +3e060755 +54000181 +0000e898 +3a102955 +144a2a7d +20000048 +54002181 +04002981 +07002939 +38002955 +08000939 +54004181 +04000a91 +00004981 +04006981 +08004191 +0c006191 +98020048 +30002181 +6c00092c +88008240 +54002181 +00002989 +07000928 +30008141 +54002181 +08004981 +54002181 +00002989 +01000939 +3e060755 +54000181 +0000e898 +3a102955 +144a2a7d +18000048 +54002181 +04002981 +04000939 +54004181 +04000a91 +00002981 +0c002191 +00002039 +08002191 +24002181 +bc072955 +0000092c +1c028241 +0c002181 +0c002191 +70fe297d +08002191 +08020048 +30002181 +5a00092c +10008241 +30002181 +7a00092c +68008240 +54002181 +00002989 +07000928 +30008141 +54002181 +08004981 +54002181 +00002989 +01000939 +3e060755 +54000181 +0000e898 +3a102955 +144a2a7d +18000048 +54002181 +04002981 +04000939 +54004181 +04000a91 +00002981 +0c002191 +00002039 +08002191 +8c010048 +30002181 +7400092c +68008240 +54002181 +00002989 +07000928 +30008141 +54002181 +08004981 +54002181 +00002989 +01000939 +3e060755 +54000181 +0000e898 +3a102955 +144a2a7d +18000048 +54002181 +04002981 +04000939 +54004181 +04000a91 +00002981 +0c002191 +70fe297d +08002191 +1c010048 +30002181 +6800092c +90008240 +54002181 +00002989 +07000928 +30008141 +54002181 +08004981 +54002181 +00002989 +01000939 +3e060755 +54000181 +0000e898 +3a102955 +144a2a7d +18000048 +54002181 +04002981 +04000939 +54004181 +04000a91 +00002981 +3e042955 +0c002191 +00002039 +08002191 +24002181 +bc072955 +0000092c +9c008241 +0e0021a1 +3407297d +0c002191 +70fe297d +08002191 +84000048 +54002181 +00002989 +07000928 +30008141 +54002181 +08004981 +54002181 +00002989 +01000939 +3e060755 +54000181 +0000e898 +3a102955 +144a2a7d +18000048 +54002181 +04002981 +04000939 +54004181 +04000a91 +00002981 +0c002191 +00002039 +08002191 +24002181 +bc072955 +0000092c +14008241 +0c002181 +0c002191 +70fe297d +08002191 +0c004181 +24002181 +2c000181 +2800e180 +1400c180 +7853457d +1c008180 +18006180 +09eaff4b +781b697c +18002191 +50002181 +01002939 +50002191 +50002181 +00002989 +0000092c +58f38240 +4c002181 +0000092c +34008241 +18004181 +1c002181 +40480a7c +14008040 +18002181 +00004039 +00004999 +14000048 +1c002181 +ffff2939 +00004039 +00004999 +18004181 +48002181 +5050297d +784b237d +64000180 +a603087c +60002138 +2000804e +f0ff2194 +08006190 +0200203d +08004181 +18e04991 +00000060 +10002138 +2000804e +f0ff2194 +08006190 +0c008190 +0200203d +08004181 +1ce04991 +0200203d +0c004181 +20e04991 +00000060 +10002138 +2000804e +f0ff2194 +a602087c +14000190 +08006190 +0200203d +18e02981 +0000092c +20008241 +0200203d +18e02981 +08004181 +3e064a55 +7853437d +a603297d +2104804e +08002181 +784b237d +14000180 +a603087c +10002138 +2000804e +f0ff2194 +a602087c +14000190 +0200203d +20e02981 +0000092c +f4ff8241 +0200203d +20e02981 +a603297d +2104804e +781b697c +0000092c +d8ff8241 +0200203d +1ce02981 +a603297d +2104804e +781b697c +784b237d +14000180 +a603087c +10002138 +2000804e +f0ff2194 +a602087c +14000190 +0200203d +20e02981 +0000092c +28008241 +0200203d +20e02981 +a603297d +2104804e +781b697c +0000092c +0c008241 +01002039 +08000048 +00002039 +784b237d +14000180 +a603087c +10002138 +2000804e +f0ff2194 +a602087c +14000190 +08006190 +08006180 +25000048 +0a006038 +d9feff4b +01002039 +784b237d +14000180 +a603087c +10002138 +2000804e +f0ff2194 +a602087c +14000190 +08006190 +20000048 +08002181 +00002989 +784b237d +9dfeff4b +08002181 +01002939 +08002191 +08002181 +00002989 +0000092c +d8ff8240 +00000060 +00000060 +14000180 +a603087c +10002138 +2000804e +e0fe2194 +a602087c +24010190 +18016190 +1c018190 +0c002139 +1c01c180 +1801a180 +00018038 +784b237d +f9ebff4b +781b697c +08002191 +0c004139 +08002181 +144a2a7d +00004039 +00004999 +0c002139 +784b237d +59ffff4b +08002181 +784b237d +24010180 +a603087c +20012138 +2000804e +80ff2194 +a602087c +84000190 +18006190 +24008190 +2800a190 +2c00c190 +3000e190 +34000191 +38002191 +3c004191 +24008640 +400021d8 +480041d8 +500061d8 +580081d8 +6000a1d8 +6800c1d8 +7000e1d8 +780001d9 +01002039 +0c002199 +00002039 +0d002199 +88002139 +10002191 +20002139 +14002191 +0c002139 +784b247d +18006180 +19ffff4b +781b697c +08002191 +08002181 +784b237d +84000180 +a603087c +80002138 +2000804e diff --git a/dev/build/litex/build/cmod7/gateware/cmod7_sram.init b/dev/build/litex/build/cmod7/gateware/cmod7_sram.init new file mode 100644 index 0000000..e69de29 diff --git a/dev/build/litex/build/cmod7/gateware/cmod7_timing_synth.rpt b/dev/build/litex/build/cmod7/gateware/cmod7_timing_synth.rpt new file mode 100644 index 0000000..c0c7a65 --- /dev/null +++ b/dev/build/litex/build/cmod7/gateware/cmod7_timing_synth.rpt @@ -0,0 +1,866 @@ +Copyright 1986-2020 Xilinx, Inc. All Rights Reserved. +------------------------------------------------------------------------------------ +| Tool Version : Vivado v.2020.2 (lin64) Build 3064766 Wed Nov 18 09:12:47 MST 2020 +| Date : Wed Aug 3 07:40:26 2022 +| Host : GatorCountry running 64-bit Ubuntu 20.04.4 LTS +| Command : report_timing_summary -file cmod7_timing_synth.rpt +| Design : cmod7 +| Device : 7a200t-sbg484 +| Speed File : -1 PRODUCTION 1.23 2018-06-13 +------------------------------------------------------------------------------------ + +Timing Summary Report + +------------------------------------------------------------------------------------------------ +| Timer Settings +| -------------- +------------------------------------------------------------------------------------------------ + + Enable Multi Corner Analysis : Yes + Enable Pessimism Removal : Yes + Pessimism Removal Resolution : Nearest Common Node + Enable Input Delay Default Clock : No + Enable Preset / Clear Arcs : No + Disable Flight Delays : No + Ignore I/O Paths : No + Timing Early Launch at Borrowing Latches : No + Borrow Time for Max Delay Exceptions : Yes + Merge Timing Exceptions : Yes + + Corner Analyze Analyze + Name Max Paths Min Paths + ------ --------- --------- + Slow Yes Yes + Fast Yes Yes + + + +check_timing report + +Table of Contents +----------------- +1. checking no_clock (0) +2. checking constant_clock (0) +3. checking pulse_width_clock (0) +4. checking unconstrained_internal_endpoints (828) +5. checking no_input_delay (3) +6. checking no_output_delay (3) +7. checking multiple_clock (0) +8. checking generated_clocks (0) +9. checking loops (0) +10. checking partial_input_delay (0) +11. checking partial_output_delay (0) +12. checking latch_loops (0) + +1. checking no_clock (0) +------------------------ + There are 0 register/latch pins with no clock. + + +2. checking constant_clock (0) +------------------------------ + There are 0 register/latch pins with constant_clock. + + +3. checking pulse_width_clock (0) +--------------------------------- + There are 0 register/latch pins which need pulse_width check + + +4. checking unconstrained_internal_endpoints (828) +-------------------------------------------------- + There are 0 pins that are not constrained for maximum delay. + + There are 828 pins that are not constrained for maximum delay due to constant clock. (MEDIUM) + + +5. checking no_input_delay (3) +------------------------------ + There are 3 input ports with no input delay specified. (HIGH) + + There are 0 input ports with no input delay but user has a false path constraint. + + +6. checking no_output_delay (3) +------------------------------- + There are 3 ports with no output delay specified. (HIGH) + + There are 0 ports with no output delay but user has a false path constraint + + There are 0 ports with no output delay but with a timing clock defined on it or propagating through it + + +7. checking multiple_clock (0) +------------------------------ + There are 0 register/latch pins with multiple clocks. + + +8. checking generated_clocks (0) +-------------------------------- + There are 0 generated clocks that are not connected to a clock source. + + +9. checking loops (0) +--------------------- + There are 0 combinational loops in the design. + + +10. checking partial_input_delay (0) +------------------------------------ + There are 0 input ports with partial input delay specified. + + +11. checking partial_output_delay (0) +------------------------------------- + There are 0 ports with partial output delay specified. + + +12. checking latch_loops (0) +---------------------------- + There are 0 combinational latch loops in the design through latch input + + + +------------------------------------------------------------------------------------------------ +| Design Timing Summary +| --------------------- +------------------------------------------------------------------------------------------------ + + WNS(ns) TNS(ns) TNS Failing Endpoints TNS Total Endpoints WHS(ns) THS(ns) THS Failing Endpoints THS Total Endpoints WPWS(ns) TPWS(ns) TPWS Failing Endpoints TPWS Total Endpoints + ------- ------- --------------------- ------------------- ------- ------- --------------------- ------------------- -------- -------- ---------------------- -------------------- + 0.831 0.000 0 130983 0.011 0.000 0 130983 0.264 0.000 0 90094 + + +All user specified timing constraints are met. + + +------------------------------------------------------------------------------------------------ +| Clock Summary +| ------------- +------------------------------------------------------------------------------------------------ + +Clock Waveform(ns) Period(ns) Frequency(MHz) +----- ------------ ---------- -------------- +clk12 {0.000 41.666} 83.333 12.000 + basesoc_mmcm_fb {0.000 41.666} 83.333 12.000 + crg_clkout0 {0.000 10.000} 20.000 50.000 + crg_clkout1 {0.000 5.000} 10.000 100.000 + crg_clkout2 {0.000 2.500} 5.000 200.001 + + +------------------------------------------------------------------------------------------------ +| Intra Clock Table +| ----------------- +------------------------------------------------------------------------------------------------ + +Clock WNS(ns) TNS(ns) TNS Failing Endpoints TNS Total Endpoints WHS(ns) THS(ns) THS Failing Endpoints THS Total Endpoints WPWS(ns) TPWS(ns) TPWS Failing Endpoints TPWS Total Endpoints +----- ------- ------- --------------------- ------------------- ------- ------- --------------------- ------------------- -------- -------- ---------------------- -------------------- +clk12 82.121 0.000 0 7 0.150 0.000 0 7 16.667 0.000 0 10 + basesoc_mmcm_fb 16.667 0.000 0 2 + crg_clkout0 0.831 0.000 0 130696 0.011 0.000 0 130696 8.750 0.000 0 89885 + crg_clkout1 4.643 0.000 0 266 0.201 0.000 0 266 4.500 0.000 0 187 + crg_clkout2 0.885 0.000 0 14 0.011 0.000 0 14 0.264 0.000 0 10 + + +------------------------------------------------------------------------------------------------ +| Inter Clock Table +| ----------------- +------------------------------------------------------------------------------------------------ + +From Clock To Clock WNS(ns) TNS(ns) TNS Failing Endpoints TNS Total Endpoints WHS(ns) THS(ns) THS Failing Endpoints THS Total Endpoints +---------- -------- ------- ------- --------------------- ------------------- ------- ------- --------------------- ------------------- + + +------------------------------------------------------------------------------------------------ +| Other Path Groups Table +| ----------------------- +------------------------------------------------------------------------------------------------ + +Path Group From Clock To Clock WNS(ns) TNS(ns) TNS Failing Endpoints TNS Total Endpoints WHS(ns) THS(ns) THS Failing Endpoints THS Total Endpoints +---------- ---------- -------- ------- ------- --------------------- ------------------- ------- ------- --------------------- ------------------- + + +------------------------------------------------------------------------------------------------ +| Timing Details +| -------------- +------------------------------------------------------------------------------------------------ + + +--------------------------------------------------------------------------------------------------- +From Clock: clk12 + To Clock: clk12 + +Setup : 0 Failing Endpoints, Worst Slack 82.121ns, Total Violation 0.000ns +Hold : 0 Failing Endpoints, Worst Slack 0.150ns, Total Violation 0.000ns +PW : 0 Failing Endpoints, Worst Slack 16.667ns, Total Violation 0.000ns +--------------------------------------------------------------------------------------------------- + + +Max Delay Paths +-------------------------------------------------------------------------------------- +Slack (MET) : 82.121ns (required time - arrival time) + Source: FDCE/C + (rising edge-triggered cell FDCE clocked by clk12 {rise@0.000ns fall@41.667ns period=83.333ns}) + Destination: FDCE_1/D + (rising edge-triggered cell FDCE clocked by clk12 {rise@0.000ns fall@41.667ns period=83.333ns}) + Path Group: clk12 + Path Type: Setup (Max at Slow Process Corner) + Requirement: 83.333ns (clk12 rise@83.333ns - clk12 rise@0.000ns) + Data Path Delay: 0.830ns (logic 0.496ns (59.759%) route 0.334ns (40.241%)) + Logic Levels: 0 + Clock Path Skew: -0.145ns (DCD - SCD + CPR) + Destination Clock Delay (DCD): 3.194ns = ( 86.527 - 83.333 ) + Source Clock Delay (SCD): 3.623ns + Clock Pessimism Removal (CPR): 0.284ns + Clock Uncertainty: 0.035ns ((TSJ^2 + TIJ^2)^1/2 + DJ) / 2 + PE + Total System Jitter (TSJ): 0.071ns + Total Input Jitter (TIJ): 0.000ns + Discrete Jitter (DJ): 0.000ns + Phase Error (PE): 0.000ns + + Location Delay type Incr(ns) Path(ns) Netlist Resource(s) + ------------------------------------------------------------------- ------------------- + (clock clk12 rise edge) 0.000 0.000 r + 0.000 0.000 r clk12 (IN) + net (fo=0) 0.000 0.000 clk12 + IBUF (Prop_ibuf_I_O) 1.435 1.435 r clk12_IBUF_inst/O + net (fo=1, unplaced) 0.800 2.235 clk12_IBUF + BUFG (Prop_bufg_I_O) 0.096 2.331 r clk12_IBUF_BUFG_inst/O + net (fo=1, unplaced) 0.584 2.915 clk12_IBUF_BUFG + LUT1 (Prop_lut1_I0_O) 0.124 3.039 r clk12_inst/O + net (fo=9, unplaced) 0.584 3.623 crg_clkin + FDCE r FDCE/C + ------------------------------------------------------------------- ------------------- + FDCE (Prop_fdce_C_Q) 0.496 4.119 r FDCE/Q + net (fo=1, unplaced) 0.334 4.453 basesoc_reset0 + FDCE r FDCE_1/D + ------------------------------------------------------------------- ------------------- + + (clock clk12 rise edge) 83.333 83.333 r + 0.000 83.333 r clk12 (IN) + net (fo=0) 0.000 83.333 clk12 + IBUF (Prop_ibuf_I_O) 1.365 84.698 r clk12_IBUF_inst/O + net (fo=1, unplaced) 0.760 85.458 clk12_IBUF + BUFG (Prop_bufg_I_O) 0.091 85.549 r clk12_IBUF_BUFG_inst/O + net (fo=1, unplaced) 0.439 85.988 clk12_IBUF_BUFG + LUT1 (Prop_lut1_I0_O) 0.100 86.088 r clk12_inst/O + net (fo=9, unplaced) 0.439 86.527 crg_clkin + FDCE r FDCE_1/C + clock pessimism 0.284 86.811 + clock uncertainty -0.035 86.776 + FDCE (Setup_fdce_C_D) -0.202 86.574 FDCE_1 + ------------------------------------------------------------------- + required time 86.574 + arrival time -4.453 + ------------------------------------------------------------------- + slack 82.121 + + + + + +Min Delay Paths +-------------------------------------------------------------------------------------- +Slack (MET) : 0.150ns (arrival time - required time) + Source: FDCE/C + (rising edge-triggered cell FDCE clocked by clk12 {rise@0.000ns fall@41.667ns period=83.333ns}) + Destination: FDCE_1/D + (rising edge-triggered cell FDCE clocked by clk12 {rise@0.000ns fall@41.667ns period=83.333ns}) + Path Group: clk12 + Path Type: Hold (Min at Fast Process Corner) + Requirement: 0.000ns (clk12 rise@0.000ns - clk12 rise@0.000ns) + Data Path Delay: 0.299ns (logic 0.158ns (52.880%) route 0.141ns (47.120%)) + Logic Levels: 0 + Clock Path Skew: 0.145ns (DCD - SCD - CPR) + Destination Clock Delay (DCD): 1.349ns + Source Clock Delay (SCD): 0.840ns + Clock Pessimism Removal (CPR): 0.364ns + + Location Delay type Incr(ns) Path(ns) Netlist Resource(s) + ------------------------------------------------------------------- ------------------- + (clock clk12 rise edge) 0.000 0.000 r + 0.000 0.000 r clk12 (IN) + net (fo=0) 0.000 0.000 clk12 + IBUF (Prop_ibuf_I_O) 0.204 0.204 r clk12_IBUF_inst/O + net (fo=1, unplaced) 0.337 0.541 clk12_IBUF + BUFG (Prop_bufg_I_O) 0.026 0.567 r clk12_IBUF_BUFG_inst/O + net (fo=1, unplaced) 0.114 0.681 clk12_IBUF_BUFG + LUT1 (Prop_lut1_I0_O) 0.045 0.726 r clk12_inst/O + net (fo=9, unplaced) 0.114 0.840 crg_clkin + FDCE r FDCE/C + ------------------------------------------------------------------- ------------------- + FDCE (Prop_fdce_C_Q) 0.158 0.998 r FDCE/Q + net (fo=1, unplaced) 0.141 1.139 basesoc_reset0 + FDCE r FDCE_1/D + ------------------------------------------------------------------- ------------------- + + (clock clk12 rise edge) 0.000 0.000 r + 0.000 0.000 r clk12 (IN) + net (fo=0) 0.000 0.000 clk12 + IBUF (Prop_ibuf_I_O) 0.391 0.391 r clk12_IBUF_inst/O + net (fo=1, unplaced) 0.355 0.746 clk12_IBUF + BUFG (Prop_bufg_I_O) 0.029 0.775 r clk12_IBUF_BUFG_inst/O + net (fo=1, unplaced) 0.259 1.034 clk12_IBUF_BUFG + LUT1 (Prop_lut1_I0_O) 0.056 1.090 r clk12_inst/O + net (fo=9, unplaced) 0.259 1.349 crg_clkin + FDCE r FDCE_1/C + clock pessimism -0.364 0.985 + FDCE (Hold_fdce_C_D) 0.004 0.989 FDCE_1 + ------------------------------------------------------------------- + required time -0.989 + arrival time 1.139 + ------------------------------------------------------------------- + slack 0.150 + + + + + +Pulse Width Checks +-------------------------------------------------------------------------------------- +Clock Name: clk12 +Waveform(ns): { 0.000 41.667 } +Period(ns): 83.333 +Sources: { clk12 } + +Check Type Corner Lib Pin Reference Pin Required(ns) Actual(ns) Slack(ns) Location Pin +Min Period n/a BUFG/I n/a 2.155 83.333 81.178 clk12_IBUF_BUFG_inst/I +Max Period n/a MMCME2_ADV/CLKIN1 n/a 100.000 83.333 16.667 MMCME2_ADV/CLKIN1 +Low Pulse Width Fast MMCME2_ADV/CLKIN1 n/a 10.000 41.666 31.666 MMCME2_ADV/CLKIN1 +High Pulse Width Slow MMCME2_ADV/CLKIN1 n/a 10.000 41.666 31.666 MMCME2_ADV/CLKIN1 + + + +--------------------------------------------------------------------------------------------------- +From Clock: basesoc_mmcm_fb + To Clock: basesoc_mmcm_fb + +Setup : NA Failing Endpoints, Worst Slack NA , Total Violation NA +Hold : NA Failing Endpoints, Worst Slack NA , Total Violation NA +PW : 0 Failing Endpoints, Worst Slack 16.667ns, Total Violation 0.000ns +--------------------------------------------------------------------------------------------------- + + +Pulse Width Checks +-------------------------------------------------------------------------------------- +Clock Name: basesoc_mmcm_fb +Waveform(ns): { 0.000 41.667 } +Period(ns): 83.333 +Sources: { MMCME2_ADV/CLKFBOUT } + +Check Type Corner Lib Pin Reference Pin Required(ns) Actual(ns) Slack(ns) Location Pin +Min Period n/a MMCME2_ADV/CLKFBOUT n/a 1.249 83.333 82.084 MMCME2_ADV/CLKFBOUT +Max Period n/a MMCME2_ADV/CLKFBIN n/a 100.000 83.333 16.667 MMCME2_ADV/CLKFBIN + + + +--------------------------------------------------------------------------------------------------- +From Clock: crg_clkout0 + To Clock: crg_clkout0 + +Setup : 0 Failing Endpoints, Worst Slack 0.831ns, Total Violation 0.000ns +Hold : 0 Failing Endpoints, Worst Slack 0.011ns, Total Violation 0.000ns +PW : 0 Failing Endpoints, Worst Slack 8.750ns, Total Violation 0.000ns +--------------------------------------------------------------------------------------------------- + + +Max Delay Paths +-------------------------------------------------------------------------------------- +Slack (MET) : 0.831ns (required time - arrival time) + Source: FDPE/C + (rising edge-triggered cell FDPE clocked by crg_clkout0 {rise@0.000ns fall@10.000ns period=20.000ns}) + Destination: FDPE_1/D + (rising edge-triggered cell FDPE clocked by crg_clkout0 {rise@0.000ns fall@10.000ns period=20.000ns}) + Path Group: crg_clkout0 + Path Type: Setup (Max at Slow Process Corner) + Requirement: 2.000ns (MaxDelay Path 2.000ns) + Data Path Delay: 0.657ns (logic 0.456ns (69.406%) route 0.201ns (30.594%)) + Logic Levels: 0 + Clock Path Skew: -0.145ns (DCD - SCD + CPR) + Destination Clock Delay (DCD): 4.567ns + Source Clock Delay (SCD): 5.191ns + Clock Pessimism Removal (CPR): 0.479ns + Clock Uncertainty: 0.300ns ((TSJ^2 + DJ^2)^1/2) / 2 + PE + Total System Jitter (TSJ): 0.071ns + Discrete Jitter (DJ): 0.597ns + Phase Error (PE): 0.000ns + Timing Exception: MaxDelay Path 2.000ns + + Location Delay type Incr(ns) Path(ns) Netlist Resource(s) + ------------------------------------------------------------------- ------------------- + (clock crg_clkout0 rise edge) + 0.000 0.000 r + 0.000 0.000 r clk12 (IN) + net (fo=0) 0.000 0.000 clk12 + IBUF (Prop_ibuf_I_O) 1.435 1.435 r clk12_IBUF_inst/O + net (fo=1, unplaced) 0.800 2.235 clk12_IBUF + BUFG (Prop_bufg_I_O) 0.096 2.331 r clk12_IBUF_BUFG_inst/O + net (fo=1, unplaced) 0.584 2.915 clk12_IBUF_BUFG + LUT1 (Prop_lut1_I0_O) 0.124 3.039 r clk12_inst/O + net (fo=9, unplaced) 0.584 3.623 crg_clkin + MMCME2_ADV (Prop_mmcme2_adv_CLKIN1_CLKOUT0) + 0.088 3.711 r MMCME2_ADV/CLKOUT0 + net (fo=1, unplaced) 0.800 4.511 crg_clkout0 + BUFG (Prop_bufg_I_O) 0.096 4.607 r BUFG/O + net (fo=89883, unplaced) 0.584 5.191 sys_clk + FDPE r FDPE/C + ------------------------------------------------------------------- ------------------- + FDPE (Prop_fdpe_C_Q) 0.456 5.647 r FDPE/Q + net (fo=1, unplaced) 0.201 5.848 xilinxasyncresetsynchronizerimpl0_rst_meta + FDPE r FDPE_1/D + ------------------------------------------------------------------- ------------------- + + max delay 2.000 2.000 + 0.000 2.000 r clk12 (IN) + net (fo=0) 0.000 2.000 clk12 + IBUF (Prop_ibuf_I_O) 1.365 3.365 r clk12_IBUF_inst/O + net (fo=1, unplaced) 0.760 4.125 clk12_IBUF + BUFG (Prop_bufg_I_O) 0.091 4.216 r clk12_IBUF_BUFG_inst/O + net (fo=1, unplaced) 0.439 4.655 clk12_IBUF_BUFG + LUT1 (Prop_lut1_I0_O) 0.100 4.755 r clk12_inst/O + net (fo=9, unplaced) 0.439 5.194 crg_clkin + MMCME2_ADV (Prop_mmcme2_adv_CLKIN1_CLKOUT0) + 0.083 5.277 r MMCME2_ADV/CLKOUT0 + net (fo=1, unplaced) 0.760 6.037 crg_clkout0 + BUFG (Prop_bufg_I_O) 0.091 6.128 r BUFG/O + net (fo=89883, unplaced) 0.439 6.567 sys_clk + FDPE r FDPE_1/C + clock pessimism 0.479 7.046 + clock uncertainty -0.300 6.745 + FDPE (Setup_fdpe_C_D) -0.067 6.678 FDPE_1 + ------------------------------------------------------------------- + required time 6.678 + arrival time -5.848 + ------------------------------------------------------------------- + slack 0.831 + + + + + +Min Delay Paths +-------------------------------------------------------------------------------------- +Slack (MET) : 0.011ns (arrival time - required time) + Source: FDPE/C + (rising edge-triggered cell FDPE clocked by crg_clkout0 {rise@0.000ns fall@10.000ns period=20.000ns}) + Destination: FDPE_1/D + (rising edge-triggered cell FDPE clocked by crg_clkout0 {rise@0.000ns fall@10.000ns period=20.000ns}) + Path Group: crg_clkout0 + Path Type: Hold (Min at Fast Process Corner) + Requirement: 0.000ns (crg_clkout0 rise@0.000ns - crg_clkout0 rise@0.000ns) + Data Path Delay: 0.226ns (logic 0.141ns (62.465%) route 0.085ns (37.535%)) + Logic Levels: 0 + Clock Path Skew: 0.145ns (DCD - SCD - CPR) + Destination Clock Delay (DCD): 2.045ns + Source Clock Delay (SCD): 1.367ns + Clock Pessimism Removal (CPR): 0.533ns + + Location Delay type Incr(ns) Path(ns) Netlist Resource(s) + ------------------------------------------------------------------- ------------------- + (clock crg_clkout0 rise edge) + 0.000 0.000 r + 0.000 0.000 r clk12 (IN) + net (fo=0) 0.000 0.000 clk12 + IBUF (Prop_ibuf_I_O) 0.204 0.204 r clk12_IBUF_inst/O + net (fo=1, unplaced) 0.337 0.541 clk12_IBUF + BUFG (Prop_bufg_I_O) 0.026 0.567 r clk12_IBUF_BUFG_inst/O + net (fo=1, unplaced) 0.114 0.681 clk12_IBUF_BUFG + LUT1 (Prop_lut1_I0_O) 0.045 0.726 r clk12_inst/O + net (fo=9, unplaced) 0.114 0.840 crg_clkin + MMCME2_ADV (Prop_mmcme2_adv_CLKIN1_CLKOUT0) + 0.050 0.890 r MMCME2_ADV/CLKOUT0 + net (fo=1, unplaced) 0.337 1.227 crg_clkout0 + BUFG (Prop_bufg_I_O) 0.026 1.253 r BUFG/O + net (fo=89883, unplaced) 0.114 1.367 sys_clk + FDPE r FDPE/C + ------------------------------------------------------------------- ------------------- + FDPE (Prop_fdpe_C_Q) 0.141 1.508 r FDPE/Q + net (fo=1, unplaced) 0.085 1.593 xilinxasyncresetsynchronizerimpl0_rst_meta + FDPE r FDPE_1/D + ------------------------------------------------------------------- ------------------- + + (clock crg_clkout0 rise edge) + 0.000 0.000 r + 0.000 0.000 r clk12 (IN) + net (fo=0) 0.000 0.000 clk12 + IBUF (Prop_ibuf_I_O) 0.391 0.391 r clk12_IBUF_inst/O + net (fo=1, unplaced) 0.355 0.746 clk12_IBUF + BUFG (Prop_bufg_I_O) 0.029 0.775 r clk12_IBUF_BUFG_inst/O + net (fo=1, unplaced) 0.259 1.034 clk12_IBUF_BUFG + LUT1 (Prop_lut1_I0_O) 0.056 1.090 r clk12_inst/O + net (fo=9, unplaced) 0.259 1.349 crg_clkin + MMCME2_ADV (Prop_mmcme2_adv_CLKIN1_CLKOUT0) + 0.053 1.402 r MMCME2_ADV/CLKOUT0 + net (fo=1, unplaced) 0.355 1.757 crg_clkout0 + BUFG (Prop_bufg_I_O) 0.029 1.786 r BUFG/O + net (fo=89883, unplaced) 0.259 2.045 sys_clk + FDPE r FDPE_1/C + clock pessimism -0.533 1.512 + FDPE (Hold_fdpe_C_D) 0.070 1.582 FDPE_1 + ------------------------------------------------------------------- + required time -1.582 + arrival time 1.593 + ------------------------------------------------------------------- + slack 0.011 + + + + + +Pulse Width Checks +-------------------------------------------------------------------------------------- +Clock Name: crg_clkout0 +Waveform(ns): { 0.000 10.000 } +Period(ns): 20.000 +Sources: { MMCME2_ADV/CLKOUT0 } + +Check Type Corner Lib Pin Reference Pin Required(ns) Actual(ns) Slack(ns) Location Pin +Min Period n/a RAMB36E1/CLKARDCLK n/a 2.944 20.000 17.056 a2owb/c0/lq0/ctl/dc32Kdir64B.arr/arr5_F/CLKARDCLK +Max Period n/a MMCME2_ADV/CLKOUT0 n/a 213.360 20.000 193.360 MMCME2_ADV/CLKOUT0 +Low Pulse Width Slow RAMD64E/CLK n/a 1.250 10.000 8.750 a2owb/c0/iuq0/iuq_cpl_top0/iuq_cpl0/iuq_cpl_arr/xhdl0.array_gen0[0].RAM64X1D0/DP/CLK +High Pulse Width Fast RAMD64E/CLK n/a 1.250 10.000 8.750 a2owb/c0/iuq0/iuq_cpl_top0/iuq_cpl0/iuq_cpl_arr/xhdl0.array_gen0[0].RAM64X1D0/DP/CLK + + + +--------------------------------------------------------------------------------------------------- +From Clock: crg_clkout1 + To Clock: crg_clkout1 + +Setup : 0 Failing Endpoints, Worst Slack 4.643ns, Total Violation 0.000ns +Hold : 0 Failing Endpoints, Worst Slack 0.201ns, Total Violation 0.000ns +PW : 0 Failing Endpoints, Worst Slack 4.500ns, Total Violation 0.000ns +--------------------------------------------------------------------------------------------------- + + +Max Delay Paths +-------------------------------------------------------------------------------------- +Slack (MET) : 4.643ns (required time - arrival time) + Source: a2owb/c0/iuq0/bht2/bht0/bram0a/CLKARDCLK + (rising edge-triggered cell RAMB36E1 clocked by crg_clkout1 {rise@0.000ns fall@5.000ns period=10.000ns}) + Destination: a2owb/c0/iuq0/bht2/bht0/bram0a/DIADI[16] + (rising edge-triggered cell RAMB36E1 clocked by crg_clkout1 {rise@0.000ns fall@5.000ns period=10.000ns}) + Path Group: crg_clkout1 + Path Type: Setup (Max at Slow Process Corner) + Requirement: 10.000ns (crg_clkout1 rise@10.000ns - crg_clkout1 rise@0.000ns) + Data Path Delay: 4.203ns (logic 2.604ns (61.949%) route 1.599ns (38.051%)) + Logic Levels: 1 (LUT2=1) + Clock Path Skew: -0.145ns (DCD - SCD + CPR) + Destination Clock Delay (DCD): 4.567ns = ( 14.567 - 10.000 ) + Source Clock Delay (SCD): 5.191ns + Clock Pessimism Removal (CPR): 0.479ns + Clock Uncertainty: 0.272ns ((TSJ^2 + DJ^2)^1/2) / 2 + PE + Total System Jitter (TSJ): 0.071ns + Discrete Jitter (DJ): 0.539ns + Phase Error (PE): 0.000ns + + Location Delay type Incr(ns) Path(ns) Netlist Resource(s) + ------------------------------------------------------------------- ------------------- + (clock crg_clkout1 rise edge) + 0.000 0.000 r + 0.000 0.000 r clk12 (IN) + net (fo=0) 0.000 0.000 clk12 + IBUF (Prop_ibuf_I_O) 1.435 1.435 r clk12_IBUF_inst/O + net (fo=1, unplaced) 0.800 2.235 clk12_IBUF + BUFG (Prop_bufg_I_O) 0.096 2.331 r clk12_IBUF_BUFG_inst/O + net (fo=1, unplaced) 0.584 2.915 clk12_IBUF_BUFG + LUT1 (Prop_lut1_I0_O) 0.124 3.039 r clk12_inst/O + net (fo=9, unplaced) 0.584 3.623 crg_clkin + MMCME2_ADV (Prop_mmcme2_adv_CLKIN1_CLKOUT1) + 0.088 3.711 r MMCME2_ADV/CLKOUT1 + net (fo=1, unplaced) 0.800 4.511 crg_clkout1 + BUFG (Prop_bufg_I_O) 0.096 4.607 r BUFG_1/O + net (fo=185, unplaced) 0.584 5.191 a2owb/c0/iuq0/bht2/bht0/sys2x_clk + RAMB36E1 r a2owb/c0/iuq0/bht2/bht0/bram0a/CLKARDCLK + ------------------------------------------------------------------- ------------------- + RAMB36E1 (Prop_ramb36e1_CLKARDCLK_DOADO[16]) + 2.454 7.645 r a2owb/c0/iuq0/bht2/bht0/bram0a/DOADO[16] + net (fo=1, unplaced) 0.800 8.445 a2owb/c0/iuq0/bht2/bht0/r_data_out_0_bram[20] + LUT2 (Prop_lut2_I0_O) 0.150 8.595 r a2owb/c0/iuq0/bht2/bht0/bram0a_i_17__1/O + net (fo=1, unplaced) 0.800 9.394 a2owb/c0/iuq0/bht2/bht0/w_data_in_0[15] + RAMB36E1 r a2owb/c0/iuq0/bht2/bht0/bram0a/DIADI[16] + ------------------------------------------------------------------- ------------------- + + (clock crg_clkout1 rise edge) + 10.000 10.000 r + 0.000 10.000 r clk12 (IN) + net (fo=0) 0.000 10.000 clk12 + IBUF (Prop_ibuf_I_O) 1.365 11.365 r clk12_IBUF_inst/O + net (fo=1, unplaced) 0.760 12.125 clk12_IBUF + BUFG (Prop_bufg_I_O) 0.091 12.216 r clk12_IBUF_BUFG_inst/O + net (fo=1, unplaced) 0.439 12.655 clk12_IBUF_BUFG + LUT1 (Prop_lut1_I0_O) 0.100 12.755 r clk12_inst/O + net (fo=9, unplaced) 0.439 13.194 crg_clkin + MMCME2_ADV (Prop_mmcme2_adv_CLKIN1_CLKOUT1) + 0.083 13.277 r MMCME2_ADV/CLKOUT1 + net (fo=1, unplaced) 0.760 14.037 crg_clkout1 + BUFG (Prop_bufg_I_O) 0.091 14.128 r BUFG_1/O + net (fo=185, unplaced) 0.439 14.567 a2owb/c0/iuq0/bht2/bht0/sys2x_clk + RAMB36E1 r a2owb/c0/iuq0/bht2/bht0/bram0a/CLKARDCLK + clock pessimism 0.479 15.046 + clock uncertainty -0.272 14.774 + RAMB36E1 (Setup_ramb36e1_CLKARDCLK_DIADI[16]) + -0.737 14.037 a2owb/c0/iuq0/bht2/bht0/bram0a + ------------------------------------------------------------------- + required time 14.037 + arrival time -9.394 + ------------------------------------------------------------------- + slack 4.643 + + + + + +Min Delay Paths +-------------------------------------------------------------------------------------- +Slack (MET) : 0.201ns (arrival time - required time) + Source: a2owb/c0/iuq0/bht0/bht0/toggle2x_q_reg/C + (rising edge-triggered cell FDRE clocked by crg_clkout1 {rise@0.000ns fall@5.000ns period=10.000ns}) + Destination: a2owb/c0/iuq0/bht0/bht0/gate_fq_reg/D + (rising edge-triggered cell FDRE clocked by crg_clkout1 {rise@0.000ns fall@5.000ns period=10.000ns}) + Path Group: crg_clkout1 + Path Type: Hold (Min at Fast Process Corner) + Requirement: 0.000ns (crg_clkout1 rise@0.000ns - crg_clkout1 rise@0.000ns) + Data Path Delay: 0.437ns (logic 0.239ns (54.677%) route 0.198ns (45.323%)) + Logic Levels: 1 (LUT2=1) + Clock Path Skew: 0.145ns (DCD - SCD - CPR) + Destination Clock Delay (DCD): 2.045ns + Source Clock Delay (SCD): 1.367ns + Clock Pessimism Removal (CPR): 0.533ns + + Location Delay type Incr(ns) Path(ns) Netlist Resource(s) + ------------------------------------------------------------------- ------------------- + (clock crg_clkout1 rise edge) + 0.000 0.000 r + 0.000 0.000 r clk12 (IN) + net (fo=0) 0.000 0.000 clk12 + IBUF (Prop_ibuf_I_O) 0.204 0.204 r clk12_IBUF_inst/O + net (fo=1, unplaced) 0.337 0.541 clk12_IBUF + BUFG (Prop_bufg_I_O) 0.026 0.567 r clk12_IBUF_BUFG_inst/O + net (fo=1, unplaced) 0.114 0.681 clk12_IBUF_BUFG + LUT1 (Prop_lut1_I0_O) 0.045 0.726 r clk12_inst/O + net (fo=9, unplaced) 0.114 0.840 crg_clkin + MMCME2_ADV (Prop_mmcme2_adv_CLKIN1_CLKOUT1) + 0.050 0.890 r MMCME2_ADV/CLKOUT1 + net (fo=1, unplaced) 0.337 1.227 crg_clkout1 + BUFG (Prop_bufg_I_O) 0.026 1.253 r BUFG_1/O + net (fo=185, unplaced) 0.114 1.367 a2owb/c0/iuq0/bht0/bht0/sys2x_clk + FDRE r a2owb/c0/iuq0/bht0/bht0/toggle2x_q_reg/C + ------------------------------------------------------------------- ------------------- + FDRE (Prop_fdre_C_Q) 0.141 1.508 r a2owb/c0/iuq0/bht0/bht0/toggle2x_q_reg/Q + net (fo=1, unplaced) 0.198 1.706 a2owb/c0/iuq0/bht0/bht0/toggle2x_q + LUT2 (Prop_lut2_I0_O) 0.098 1.804 r a2owb/c0/iuq0/bht0/bht0/gate_fq_i_1__1/O + net (fo=1, unplaced) 0.000 1.804 a2owb/c0/iuq0/bht0/bht0/gate_d + FDRE r a2owb/c0/iuq0/bht0/bht0/gate_fq_reg/D + ------------------------------------------------------------------- ------------------- + + (clock crg_clkout1 rise edge) + 0.000 0.000 r + 0.000 0.000 r clk12 (IN) + net (fo=0) 0.000 0.000 clk12 + IBUF (Prop_ibuf_I_O) 0.391 0.391 r clk12_IBUF_inst/O + net (fo=1, unplaced) 0.355 0.746 clk12_IBUF + BUFG (Prop_bufg_I_O) 0.029 0.775 r clk12_IBUF_BUFG_inst/O + net (fo=1, unplaced) 0.259 1.034 clk12_IBUF_BUFG + LUT1 (Prop_lut1_I0_O) 0.056 1.090 r clk12_inst/O + net (fo=9, unplaced) 0.259 1.349 crg_clkin + MMCME2_ADV (Prop_mmcme2_adv_CLKIN1_CLKOUT1) + 0.053 1.402 r MMCME2_ADV/CLKOUT1 + net (fo=1, unplaced) 0.355 1.757 crg_clkout1 + BUFG (Prop_bufg_I_O) 0.029 1.786 r BUFG_1/O + net (fo=185, unplaced) 0.259 2.045 a2owb/c0/iuq0/bht0/bht0/sys2x_clk + FDRE r a2owb/c0/iuq0/bht0/bht0/gate_fq_reg/C + clock pessimism -0.533 1.512 + FDRE (Hold_fdre_C_D) 0.091 1.603 a2owb/c0/iuq0/bht0/bht0/gate_fq_reg + ------------------------------------------------------------------- + required time -1.603 + arrival time 1.804 + ------------------------------------------------------------------- + slack 0.201 + + + + + +Pulse Width Checks +-------------------------------------------------------------------------------------- +Clock Name: crg_clkout1 +Waveform(ns): { 0.000 5.000 } +Period(ns): 10.000 +Sources: { MMCME2_ADV/CLKOUT1 } + +Check Type Corner Lib Pin Reference Pin Required(ns) Actual(ns) Slack(ns) Location Pin +Min Period n/a RAMB36E1/CLKARDCLK n/a 2.576 10.000 7.424 a2owb/c0/iuq0/bht2/bht0/bram0a/CLKARDCLK +Max Period n/a MMCME2_ADV/CLKOUT1 n/a 213.360 10.000 203.360 MMCME2_ADV/CLKOUT1 +Low Pulse Width Fast FDRE/C n/a 0.500 5.000 4.500 a2owb/c0/iuq0/bht1/bht0/gate_fq_reg/C +High Pulse Width Slow FDRE/C n/a 0.500 5.000 4.500 a2owb/c0/iuq0/bht1/bht0/gate_fq_reg/C + + + +--------------------------------------------------------------------------------------------------- +From Clock: crg_clkout2 + To Clock: crg_clkout2 + +Setup : 0 Failing Endpoints, Worst Slack 0.885ns, Total Violation 0.000ns +Hold : 0 Failing Endpoints, Worst Slack 0.011ns, Total Violation 0.000ns +PW : 0 Failing Endpoints, Worst Slack 0.264ns, Total Violation 0.000ns +--------------------------------------------------------------------------------------------------- + + +Max Delay Paths +-------------------------------------------------------------------------------------- +Slack (MET) : 0.885ns (required time - arrival time) + Source: FDPE_4/C + (rising edge-triggered cell FDPE clocked by crg_clkout2 {rise@0.000ns fall@2.500ns period=5.000ns}) + Destination: FDPE_5/D + (rising edge-triggered cell FDPE clocked by crg_clkout2 {rise@0.000ns fall@2.500ns period=5.000ns}) + Path Group: crg_clkout2 + Path Type: Setup (Max at Slow Process Corner) + Requirement: 2.000ns (MaxDelay Path 2.000ns) + Data Path Delay: 0.657ns (logic 0.456ns (69.406%) route 0.201ns (30.594%)) + Logic Levels: 0 + Clock Path Skew: -0.145ns (DCD - SCD + CPR) + Destination Clock Delay (DCD): 4.567ns + Source Clock Delay (SCD): 5.191ns + Clock Pessimism Removal (CPR): 0.479ns + Clock Uncertainty: 0.246ns ((TSJ^2 + DJ^2)^1/2) / 2 + PE + Total System Jitter (TSJ): 0.071ns + Discrete Jitter (DJ): 0.487ns + Phase Error (PE): 0.000ns + Timing Exception: MaxDelay Path 2.000ns + + Location Delay type Incr(ns) Path(ns) Netlist Resource(s) + ------------------------------------------------------------------- ------------------- + (clock crg_clkout2 rise edge) + 0.000 0.000 r + 0.000 0.000 r clk12 (IN) + net (fo=0) 0.000 0.000 clk12 + IBUF (Prop_ibuf_I_O) 1.435 1.435 r clk12_IBUF_inst/O + net (fo=1, unplaced) 0.800 2.235 clk12_IBUF + BUFG (Prop_bufg_I_O) 0.096 2.331 r clk12_IBUF_BUFG_inst/O + net (fo=1, unplaced) 0.584 2.915 clk12_IBUF_BUFG + LUT1 (Prop_lut1_I0_O) 0.124 3.039 r clk12_inst/O + net (fo=9, unplaced) 0.584 3.623 crg_clkin + MMCME2_ADV (Prop_mmcme2_adv_CLKIN1_CLKOUT2) + 0.088 3.711 r MMCME2_ADV/CLKOUT2 + net (fo=1, unplaced) 0.800 4.511 crg_clkout2 + BUFG (Prop_bufg_I_O) 0.096 4.607 r BUFG_2/O + net (fo=8, unplaced) 0.584 5.191 idelay_clk + FDPE r FDPE_4/C + ------------------------------------------------------------------- ------------------- + FDPE (Prop_fdpe_C_Q) 0.456 5.647 r FDPE_4/Q + net (fo=1, unplaced) 0.201 5.848 xilinxasyncresetsynchronizerimpl2_rst_meta + FDPE r FDPE_5/D + ------------------------------------------------------------------- ------------------- + + max delay 2.000 2.000 + 0.000 2.000 r clk12 (IN) + net (fo=0) 0.000 2.000 clk12 + IBUF (Prop_ibuf_I_O) 1.365 3.365 r clk12_IBUF_inst/O + net (fo=1, unplaced) 0.760 4.125 clk12_IBUF + BUFG (Prop_bufg_I_O) 0.091 4.216 r clk12_IBUF_BUFG_inst/O + net (fo=1, unplaced) 0.439 4.655 clk12_IBUF_BUFG + LUT1 (Prop_lut1_I0_O) 0.100 4.755 r clk12_inst/O + net (fo=9, unplaced) 0.439 5.194 crg_clkin + MMCME2_ADV (Prop_mmcme2_adv_CLKIN1_CLKOUT2) + 0.083 5.277 r MMCME2_ADV/CLKOUT2 + net (fo=1, unplaced) 0.760 6.037 crg_clkout2 + BUFG (Prop_bufg_I_O) 0.091 6.128 r BUFG_2/O + net (fo=8, unplaced) 0.439 6.567 idelay_clk + FDPE r FDPE_5/C + clock pessimism 0.479 7.046 + clock uncertainty -0.246 6.800 + FDPE (Setup_fdpe_C_D) -0.067 6.733 FDPE_5 + ------------------------------------------------------------------- + required time 6.733 + arrival time -5.848 + ------------------------------------------------------------------- + slack 0.885 + + + + + +Min Delay Paths +-------------------------------------------------------------------------------------- +Slack (MET) : 0.011ns (arrival time - required time) + Source: FDPE_4/C + (rising edge-triggered cell FDPE clocked by crg_clkout2 {rise@0.000ns fall@2.500ns period=5.000ns}) + Destination: FDPE_5/D + (rising edge-triggered cell FDPE clocked by crg_clkout2 {rise@0.000ns fall@2.500ns period=5.000ns}) + Path Group: crg_clkout2 + Path Type: Hold (Min at Fast Process Corner) + Requirement: 0.000ns (crg_clkout2 rise@0.000ns - crg_clkout2 rise@0.000ns) + Data Path Delay: 0.226ns (logic 0.141ns (62.465%) route 0.085ns (37.535%)) + Logic Levels: 0 + Clock Path Skew: 0.145ns (DCD - SCD - CPR) + Destination Clock Delay (DCD): 2.045ns + Source Clock Delay (SCD): 1.367ns + Clock Pessimism Removal (CPR): 0.533ns + + Location Delay type Incr(ns) Path(ns) Netlist Resource(s) + ------------------------------------------------------------------- ------------------- + (clock crg_clkout2 rise edge) + 0.000 0.000 r + 0.000 0.000 r clk12 (IN) + net (fo=0) 0.000 0.000 clk12 + IBUF (Prop_ibuf_I_O) 0.204 0.204 r clk12_IBUF_inst/O + net (fo=1, unplaced) 0.337 0.541 clk12_IBUF + BUFG (Prop_bufg_I_O) 0.026 0.567 r clk12_IBUF_BUFG_inst/O + net (fo=1, unplaced) 0.114 0.681 clk12_IBUF_BUFG + LUT1 (Prop_lut1_I0_O) 0.045 0.726 r clk12_inst/O + net (fo=9, unplaced) 0.114 0.840 crg_clkin + MMCME2_ADV (Prop_mmcme2_adv_CLKIN1_CLKOUT2) + 0.050 0.890 r MMCME2_ADV/CLKOUT2 + net (fo=1, unplaced) 0.337 1.227 crg_clkout2 + BUFG (Prop_bufg_I_O) 0.026 1.253 r BUFG_2/O + net (fo=8, unplaced) 0.114 1.367 idelay_clk + FDPE r FDPE_4/C + ------------------------------------------------------------------- ------------------- + FDPE (Prop_fdpe_C_Q) 0.141 1.508 r FDPE_4/Q + net (fo=1, unplaced) 0.085 1.593 xilinxasyncresetsynchronizerimpl2_rst_meta + FDPE r FDPE_5/D + ------------------------------------------------------------------- ------------------- + + (clock crg_clkout2 rise edge) + 0.000 0.000 r + 0.000 0.000 r clk12 (IN) + net (fo=0) 0.000 0.000 clk12 + IBUF (Prop_ibuf_I_O) 0.391 0.391 r clk12_IBUF_inst/O + net (fo=1, unplaced) 0.355 0.746 clk12_IBUF + BUFG (Prop_bufg_I_O) 0.029 0.775 r clk12_IBUF_BUFG_inst/O + net (fo=1, unplaced) 0.259 1.034 clk12_IBUF_BUFG + LUT1 (Prop_lut1_I0_O) 0.056 1.090 r clk12_inst/O + net (fo=9, unplaced) 0.259 1.349 crg_clkin + MMCME2_ADV (Prop_mmcme2_adv_CLKIN1_CLKOUT2) + 0.053 1.402 r MMCME2_ADV/CLKOUT2 + net (fo=1, unplaced) 0.355 1.757 crg_clkout2 + BUFG (Prop_bufg_I_O) 0.029 1.786 r BUFG_2/O + net (fo=8, unplaced) 0.259 2.045 idelay_clk + FDPE r FDPE_5/C + clock pessimism -0.533 1.512 + FDPE (Hold_fdpe_C_D) 0.070 1.582 FDPE_5 + ------------------------------------------------------------------- + required time -1.582 + arrival time 1.593 + ------------------------------------------------------------------- + slack 0.011 + + + + + +Pulse Width Checks +-------------------------------------------------------------------------------------- +Clock Name: crg_clkout2 +Waveform(ns): { 0.000 2.500 } +Period(ns): 5.000 +Sources: { MMCME2_ADV/CLKOUT2 } + +Check Type Corner Lib Pin Reference Pin Required(ns) Actual(ns) Slack(ns) Location Pin +Min Period n/a IDELAYCTRL/REFCLK n/a 3.225 5.000 1.775 IDELAYCTRL/REFCLK +Max Period n/a IDELAYCTRL/REFCLK n/a 5.264 5.000 0.264 IDELAYCTRL/REFCLK +Low Pulse Width Fast FDPE/C n/a 0.500 2.500 2.000 FDPE_4/C +High Pulse Width Slow FDPE/C n/a 0.500 2.500 2.000 FDPE_4/C + + + diff --git a/dev/build/litex/build/cmod7/gateware/cmod7_utilization_hierarchical_synth.rpt b/dev/build/litex/build/cmod7/gateware/cmod7_utilization_hierarchical_synth.rpt new file mode 100644 index 0000000..9dca7f6 --- /dev/null +++ b/dev/build/litex/build/cmod7/gateware/cmod7_utilization_hierarchical_synth.rpt @@ -0,0 +1,9897 @@ +Copyright 1986-2020 Xilinx, Inc. All Rights Reserved. +------------------------------------------------------------------------------------------------- +| Tool Version : Vivado v.2020.2 (lin64) Build 3064766 Wed Nov 18 09:12:47 MST 2020 +| Date : Wed Aug 3 07:40:31 2022 +| Host : GatorCountry running 64-bit Ubuntu 20.04.4 LTS +| Command : report_utilization -hierarchical -file cmod7_utilization_hierarchical_synth.rpt +| Design : cmod7 +| Device : 7a200tsbg484-1 +| Design State : Synthesized +------------------------------------------------------------------------------------------------- + +Utilization Design Information + +Table of Contents +----------------- +1. Utilization by Hierarchy + +1. Utilization by Hierarchy +--------------------------- + ++-----------------------------------------------------------------------------------------+--------------------------------------------+------------+------------+---------+------+-------+--------+--------+------------+ +| Instance | Module | Total LUTs | Logic LUTs | LUTRAMs | SRLs | FFs | RAMB36 | RAMB18 | DSP Blocks | ++-----------------------------------------------------------------------------------------+--------------------------------------------+------------+------------+---------+------+-------+--------+--------+------------+ +| cmod7 | (top) | 231525 | 230967 | 556 | 2 | 89333 | 95 | 13 | 0 | +| (cmod7) | (top) | 163 | 147 | 16 | 0 | 309 | 20 | 1 | 0 | +| a2owb | a2owb | 231362 | 230820 | 540 | 2 | 89024 | 75 | 12 | 0 | +| c0 | c | 230871 | 230329 | 540 | 2 | 88303 | 75 | 12 | 0 | +| fupc | c_fu_pc | 31245 | 31244 | 0 | 1 | 12816 | 0 | 0 | 0 | +| dp.a_fuq | fu | 29039 | 29039 | 0 | 0 | 11621 | 0 | 0 | 0 | +| dcd | fu_dcd | 4365 | 4365 | 0 | 0 | 734 | 0 | 0 | 0 | +| a0esr_lat | tri_ser_rlmreg_p__parameterized6_9143 | 0 | 0 | 0 | 0 | 32 | 0 | 0 | 0 | +| tri_ser_rlmreg_p | tri_aoi22_nlats_wlcb__parameterized6_9193 | 0 | 0 | 0 | 0 | 32 | 0 | 0 | 0 | +| act_lat | tri_rlmreg_p__parameterized12_9144 | 2 | 2 | 0 | 0 | 3 | 0 | 0 | 0 | +| axu_ex | tri_rlmreg_p__parameterized9_9145 | 1 | 1 | 0 | 0 | 2 | 0 | 0 | 0 | +| axucr0_lat | tri_rlmreg_p__parameterized9_9146 | 5 | 5 | 0 | 0 | 4 | 0 | 0 | 0 | +| cp_flush_reg0 | tri_rlmlatch_p_9147 | 15 | 15 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex0_frt | tri_rlmreg_p__parameterized7_9148 | 24 | 24 | 0 | 0 | 24 | 0 | 0 | 0 | +| ex0_iu | tri_rlmreg_p__parameterized12_9149 | 5 | 5 | 0 | 0 | 4 | 0 | 0 | 0 | +| ex1_crbf | tri_rlmreg_p__parameterized4_9150 | 5 | 5 | 0 | 0 | 5 | 0 | 0 | 0 | +| ex1_frt | tri_rlmreg_p__parameterized53_9151 | 1043 | 1043 | 0 | 0 | 30 | 0 | 0 | 0 | +| ex1_instl | tri_rlmreg_p__parameterized17_9152 | 218 | 218 | 0 | 0 | 32 | 0 | 0 | 0 | +| ex1_itagl | tri_rlmreg_p__parameterized41_9153 | 13 | 13 | 0 | 0 | 13 | 0 | 0 | 0 | +| ex1_iu | tri_rlmreg_p__parameterized43_9154 | 103 | 103 | 0 | 0 | 11 | 0 | 0 | 0 | +| ex2_crbf | tri_rlmreg_p__parameterized4_9155 | 5 | 5 | 0 | 0 | 5 | 0 | 0 | 0 | +| ex2_ctl | tri_rlmreg_p__parameterized255_9156 | 45 | 45 | 0 | 0 | 18 | 0 | 0 | 0 | +| ex2_frt | tri_rlmreg_p__parameterized0_9157 | 0 | 0 | 0 | 0 | 6 | 0 | 0 | 0 | +| ex2_itagl | tri_rlmreg_p__parameterized3_9158 | 13 | 13 | 0 | 0 | 14 | 0 | 0 | 0 | +| ex3_crbf | tri_rlmreg_p__parameterized4_9159 | 5 | 5 | 0 | 0 | 5 | 0 | 0 | 0 | +| ex3_ctl_lat | tri_rlmreg_p__parameterized7_9160 | 24 | 24 | 0 | 0 | 20 | 0 | 0 | 0 | +| ex3_ctlng_lat | tri_rlmreg_p__parameterized13_9161 | 9 | 9 | 0 | 0 | 4 | 0 | 0 | 0 | +| ex3_itagl | tri_rlmreg_p__parameterized3_9162 | 13 | 13 | 0 | 0 | 14 | 0 | 0 | 0 | +| ex3_stdv_lat | tri_rlmreg_p__parameterized37_9163 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex4_crbf | tri_rlmreg_p__parameterized4_9164 | 5 | 5 | 0 | 0 | 5 | 0 | 0 | 0 | +| ex4_ctl | tri_rlmreg_p__parameterized53_9165 | 29 | 29 | 0 | 0 | 19 | 0 | 0 | 0 | +| ex4_itagl | tri_rlmreg_p__parameterized3_9166 | 16 | 16 | 0 | 0 | 14 | 0 | 0 | 0 | +| ex5_crbf | tri_rlmreg_p__parameterized4_9167 | 5 | 5 | 0 | 0 | 5 | 0 | 0 | 0 | +| ex5_ctl_lat | tri_rlmreg_p__parameterized257_9168 | 18 | 18 | 0 | 0 | 17 | 0 | 0 | 0 | +| ex5_itagl | tri_rlmreg_p__parameterized51_9169 | 13 | 13 | 0 | 0 | 15 | 0 | 0 | 0 | +| ex6_crbf | tri_rlmreg_p__parameterized46_9170 | 4 | 4 | 0 | 0 | 9 | 0 | 0 | 0 | +| ex6_ctl | tri_rlmreg_p__parameterized255_9171 | 7 | 7 | 0 | 0 | 17 | 0 | 0 | 0 | +| ex6_itagl | tri_rlmreg_p__parameterized51_9172 | 7 | 7 | 0 | 0 | 14 | 0 | 0 | 0 | +| ex7_crbf | tri_rlmreg_p__parameterized46_9173 | 9 | 9 | 0 | 0 | 9 | 0 | 0 | 0 | +| ex7_ctl | tri_rlmreg_p__parameterized309_9174 | 1590 | 1590 | 0 | 0 | 20 | 0 | 0 | 0 | +| ex7_itagl | tri_rlmreg_p__parameterized14_9175 | 38 | 38 | 0 | 0 | 15 | 0 | 0 | 0 | +| ex7_la | tri_rlmreg_p__parameterized14_9176 | 42 | 42 | 0 | 0 | 16 | 0 | 0 | 0 | +| ex8_ctl | tri_rlmreg_p__parameterized17_9177 | 110 | 110 | 0 | 0 | 30 | 0 | 0 | 0 | +| ex8_itagl | tri_rlmreg_p__parameterized12_9178 | 1 | 1 | 0 | 0 | 7 | 0 | 0 | 0 | +| ex8_la | tri_rlmreg_p__parameterized14_9179 | 451 | 451 | 0 | 0 | 16 | 0 | 0 | 0 | +| ex8_ram_lat | tri_rlmreg_p__parameterized310_9180 | 64 | 64 | 0 | 0 | 65 | 0 | 0 | 0 | +| ex8_ramv_lat | tri_rlmreg_p__parameterized37_9181 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex9_ctl | tri_rlmreg_p__parameterized41_9182 | 20 | 20 | 0 | 0 | 14 | 0 | 0 | 0 | +| ex9_la | tri_rlmreg_p__parameterized46_9183 | 11 | 11 | 0 | 0 | 8 | 0 | 0 | 0 | +| fu_parity_recovery | tri_parity_recovery | 247 | 247 | 0 | 0 | 93 | 0 | 0 | 0 | +| ex2_perr | tri_rlmreg_p__parameterized7_9186 | 25 | 25 | 0 | 0 | 24 | 0 | 0 | 0 | +| ex3_perr | tri_rlmreg_p__parameterized7_9187 | 30 | 30 | 0 | 0 | 24 | 0 | 0 | 0 | +| ex4_ctl_perr | tri_rlmreg_p__parameterized9_9188 | 3 | 3 | 0 | 0 | 4 | 0 | 0 | 0 | +| exx_regfile_err_det_lat | tri_rlmreg_p__parameterized46_9189 | 7 | 7 | 0 | 0 | 9 | 0 | 0 | 0 | +| holdall_lat | tri_rlmreg_p__parameterized37_9190 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| perr_ctl | tri_rlmreg_p__parameterized214_9191 | 101 | 101 | 0 | 0 | 28 | 0 | 0 | 0 | +| perr_sm | tri_rlmreg_p__parameterized189_9192 | 80 | 80 | 0 | 0 | 3 | 0 | 0 | 0 | +| spr_ctl | tri_rlmreg_p__parameterized43_9184 | 82 | 82 | 0 | 0 | 13 | 0 | 0 | 0 | +| spr_data | tri_rlmreg_p__parameterized33_9185 | 46 | 46 | 0 | 0 | 64 | 0 | 0 | 0 | +| fpr | fu_fpr | 10520 | 10520 | 0 | 0 | 5993 | 0 | 0 | 0 | +| ex1_par | tri_rlmreg_p__parameterized278 | 0 | 0 | 0 | 0 | 34 | 0 | 0 | 0 | +| ex6_lctl | tri_rlmreg_p__parameterized4_9135 | 2 | 2 | 0 | 0 | 3 | 0 | 0 | 0 | +| ex6_ldv | tri_rlmreg_p__parameterized2_9136 | 44 | 44 | 0 | 0 | 66 | 0 | 0 | 0 | +| ex7_lctl | tri_rlmreg_p__parameterized227_9137 | 130 | 130 | 0 | 0 | 11 | 0 | 0 | 0 | +| ex7_ldat | tri_rlmreg_p__parameterized276 | 1078 | 1078 | 0 | 0 | 64 | 0 | 0 | 0 | +| ex7_rlctl | tri_rlmreg_p__parameterized6_9138 | 2163 | 2163 | 0 | 0 | 9 | 0 | 0 | 0 | +| ex7_rldat | tri_rlmreg_p__parameterized276_9139 | 1986 | 1986 | 0 | 0 | 64 | 0 | 0 | 0 | +| fpr0 | tri_144x78_2r4w_9140 | 69 | 69 | 0 | 0 | 338 | 0 | 0 | 0 | +| fpr1 | tri_144x78_2r4w_9141 | 5032 | 5032 | 0 | 0 | 5010 | 0 | 0 | 0 | +| ldwt_lat | tri_rlmreg_p__parameterized279 | 4 | 4 | 0 | 0 | 130 | 0 | 0 | 0 | +| reldwt_lat | tri_rlmreg_p__parameterized279_9142 | 0 | 0 | 0 | 0 | 130 | 0 | 0 | 0 | +| tgwt_lat | tri_rlmreg_p__parameterized280 | 12 | 12 | 0 | 0 | 134 | 0 | 0 | 0 | +| mad | fu_mad | 13847 | 13847 | 0 | 0 | 4758 | 0 | 0 | 0 | +| (mad) | fu_mad | 1304 | 1304 | 0 | 0 | 0 | 0 | 0 | 0 | +| fadd | fu_add | 150 | 150 | 0 | 0 | 174 | 0 | 0 | 0 | +| act_lat | tri_rlmreg_p__parameterized21_9132 | 51 | 51 | 0 | 0 | 5 | 0 | 0 | 0 | +| ex5_cmp_lat | tri_inv_nlats__parameterized25 | 5 | 5 | 0 | 0 | 6 | 0 | 0 | 0 | +| ex5_res_hi_lat | tri_inv_nlats__parameterized13_9133 | 40 | 40 | 0 | 0 | 53 | 0 | 0 | 0 | +| ex5_res_lo_lat | tri_inv_nlats__parameterized23_9134 | 54 | 54 | 0 | 0 | 110 | 0 | 0 | 0 | +| falg | fu_alg | 574 | 574 | 0 | 0 | 123 | 0 | 0 | 0 | +| act_lat | tri_rlmreg_p__parameterized22_9128 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex2_ctl_lat | tri_rlmreg_p__parameterized22_9129 | 54 | 54 | 0 | 0 | 4 | 0 | 0 | 0 | +| ex3_ctl_lat | tri_inv_nlats__parameterized22_9130 | 170 | 170 | 0 | 0 | 15 | 0 | 0 | 0 | +| ex3_shc_lat | tri_inv_nlats__parameterized21 | 194 | 194 | 0 | 0 | 24 | 0 | 0 | 0 | +| ex3_shd_lat | tri_inv_nlats__parameterized20 | 147 | 147 | 0 | 0 | 68 | 0 | 0 | 0 | +| ex4_ctl_lat | tri_rlmreg_p__parameterized20_9131 | 8 | 8 | 0 | 0 | 11 | 0 | 0 | 0 | +| fbyp | fu_byp | 2221 | 2221 | 0 | 0 | 444 | 0 | 0 | 0 | +| ex2_expo_a_alg_lat | tri_inv_nlats__parameterized17 | 175 | 175 | 0 | 0 | 13 | 0 | 0 | 0 | +| ex2_expo_a_eie_lat | tri_inv_nlats__parameterized16 | 1 | 1 | 0 | 0 | 14 | 0 | 0 | 0 | +| ex2_expo_a_fmt_lat | tri_inv_nlats__parameterized16_9117 | 30 | 30 | 0 | 0 | 14 | 0 | 0 | 0 | +| ex2_expo_b_alg_lat | tri_inv_nlats__parameterized16_9118 | 9 | 9 | 0 | 0 | 14 | 0 | 0 | 0 | +| ex2_expo_b_eie_lat | tri_inv_nlats__parameterized16_9119 | 24 | 24 | 0 | 0 | 14 | 0 | 0 | 0 | +| ex2_expo_b_fmt_lat | tri_inv_nlats__parameterized16_9120 | 48 | 48 | 0 | 0 | 14 | 0 | 0 | 0 | +| ex2_expo_c_alg_lat | tri_inv_nlats__parameterized17_9121 | 0 | 0 | 0 | 0 | 13 | 0 | 0 | 0 | +| ex2_expo_c_eie_lat | tri_inv_nlats__parameterized16_9122 | 53 | 53 | 0 | 0 | 14 | 0 | 0 | 0 | +| ex2_expo_c_fmt_lat | tri_inv_nlats__parameterized16_9123 | 12 | 12 | 0 | 0 | 14 | 0 | 0 | 0 | +| ex2_frac_a_fmt_lat | tri_inv_nlats__parameterized13_9124 | 145 | 145 | 0 | 0 | 53 | 0 | 0 | 0 | +| ex2_frac_a_mul_lat | tri_inv_nlats__parameterized15 | 1575 | 1575 | 0 | 0 | 55 | 0 | 0 | 0 | +| ex2_frac_b_alg_lat | tri_inv_nlats__parameterized13_9125 | 69 | 69 | 0 | 0 | 53 | 0 | 0 | 0 | +| ex2_frac_b_fmt_lat | tri_inv_nlats__parameterized13_9126 | 50 | 50 | 0 | 0 | 53 | 0 | 0 | 0 | +| ex2_frac_c_fmt_lat | tri_inv_nlats__parameterized13_9127 | 30 | 30 | 0 | 0 | 53 | 0 | 0 | 0 | +| ex2_frac_c_mul_lat | tri_inv_nlats__parameterized14 | 0 | 0 | 0 | 0 | 53 | 0 | 0 | 0 | +| fcr2 | fu_cr2 | 66 | 66 | 0 | 0 | 66 | 0 | 0 | 0 | +| ex2_ctl_lat | tri_rlmreg_p__parameterized306_9114 | 0 | 0 | 0 | 0 | 22 | 0 | 0 | 0 | +| ex3_ctl_lat | tri_rlmreg_p__parameterized262_9115 | 22 | 22 | 0 | 0 | 22 | 0 | 0 | 0 | +| ex4_ctl_lat | tri_rlmreg_p__parameterized262_9116 | 44 | 44 | 0 | 0 | 22 | 0 | 0 | 0 | +| fdsq | fu_divsqrt | 3670 | 3670 | 0 | 0 | 1145 | 0 | 0 | 0 | +| (fdsq) | fu_divsqrt | 4 | 4 | 0 | 0 | 0 | 0 | 0 | 0 | +| DIVSQRT_XOR2_exx_lev22_csaout_sum_div | tri_xor2__parameterized3 | 1 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | +| act_lat | tri_rlmreg_p__parameterized291_9101 | 7 | 7 | 0 | 0 | 10 | 0 | 0 | 0 | +| ex1_div_ctr_lat | tri_rlmreg_p__parameterized204_9102 | 599 | 599 | 0 | 0 | 21 | 0 | 0 | 0 | +| ex1_div_instr_lat | tri_rlmreg_p__parameterized295 | 43 | 43 | 0 | 0 | 12 | 0 | 0 | 0 | +| ex2_div_a_stage_lat | tri_rlmreg_p__parameterized297 | 54 | 54 | 0 | 0 | 71 | 0 | 0 | 0 | +| ex2_div_b_stage_lat | tri_rlmreg_p__parameterized297_9103 | 111 | 111 | 0 | 0 | 71 | 0 | 0 | 0 | +| ex2_div_exp_lat | tri_rlmreg_p__parameterized56_9104 | 266 | 266 | 0 | 0 | 52 | 0 | 0 | 0 | +| ex2_div_fpscr_addr_cr_bf_lat | tri_rlmreg_p__parameterized296_9105 | 44 | 44 | 0 | 0 | 24 | 0 | 0 | 0 | +| ex2_div_instr_lat | tri_rlmreg_p__parameterized288_9106 | 231 | 231 | 0 | 0 | 8 | 0 | 0 | 0 | +| ex2_div_itag_lat | tri_rlmreg_p__parameterized21_9107 | 1 | 1 | 0 | 0 | 9 | 0 | 0 | 0 | +| ex3_div_PR_sum4carry4_lat | tri_rlmreg_p__parameterized291_9108 | 118 | 118 | 0 | 0 | 8 | 0 | 0 | 0 | +| ex3_div_PR_sumcarry_lat | tri_rlmreg_p__parameterized298 | 452 | 452 | 0 | 0 | 113 | 0 | 0 | 0 | +| ex3_div_Q_QM_lat | tri_rlmreg_p__parameterized298_9109 | 61 | 61 | 0 | 0 | 114 | 0 | 0 | 0 | +| ex3_div_bQ_QM_lat | tri_rlmreg_p__parameterized298_9110 | 229 | 229 | 0 | 0 | 112 | 0 | 0 | 0 | +| ex3_div_denom_lat | tri_rlmreg_p__parameterized300 | 0 | 0 | 0 | 0 | 53 | 0 | 0 | 0 | +| ex3_div_hangcounter_lat | tri_rlmreg_p__parameterized12_9111 | 11 | 11 | 0 | 0 | 8 | 0 | 0 | 0 | +| ex3_sqrt_bitmask_lat | tri_rlmreg_p__parameterized299 | 305 | 305 | 0 | 0 | 110 | 0 | 0 | 0 | +| ex4_div_done_lat | tri_rlmreg_p__parameterized26_9112 | 180 | 180 | 0 | 0 | 4 | 0 | 0 | 0 | +| ex5_div_result_lat | tri_rlmreg_p__parameterized301 | 539 | 539 | 0 | 0 | 93 | 0 | 0 | 0 | +| ex5_special_case_lat | tri_rlmreg_p__parameterized302 | 40 | 40 | 0 | 0 | 160 | 0 | 0 | 0 | +| ex6_div_result_lat | tri_rlmreg_p__parameterized303 | 7 | 7 | 0 | 0 | 66 | 0 | 0 | 0 | +| exx_div_denorm_lat | tri_rlmreg_p__parameterized268_9113 | 367 | 367 | 0 | 0 | 26 | 0 | 0 | 0 | +| feie | fu_eie | 255 | 255 | 0 | 0 | 47 | 0 | 0 | 0 | +| act_lat | tri_rlmreg_p__parameterized22_9096 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex3_bop_lat | tri_rlmreg_p__parameterized285_9097 | 38 | 38 | 0 | 0 | 13 | 0 | 0 | 0 | +| ex3_ctl_lat | tri_rlmreg_p__parameterized18_9098 | 0 | 0 | 0 | 0 | 7 | 0 | 0 | 0 | +| ex3_pop_lat | tri_rlmreg_p__parameterized285_9099 | 200 | 200 | 0 | 0 | 13 | 0 | 0 | 0 | +| ex4_iexp_lat | tri_rlmreg_p__parameterized286_9100 | 16 | 16 | 0 | 0 | 13 | 0 | 0 | 0 | +| feov | fu_eov | 71 | 71 | 0 | 0 | 59 | 0 | 0 | 0 | +| act_lat | tri_rlmreg_p__parameterized22_9092 | 17 | 17 | 0 | 0 | 2 | 0 | 0 | 0 | +| ex5_iexp_lat | tri_rlmreg_p__parameterized287_9093 | 20 | 20 | 0 | 0 | 16 | 0 | 0 | 0 | +| ex6_misc_lat | tri_rlmreg_p__parameterized285 | 23 | 23 | 0 | 0 | 12 | 0 | 0 | 0 | +| ex6_ovctl_lat | tri_nand2_nlats__parameterized0_9094 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| ex6_urnd0_lat | tri_nand2_nlats | 9 | 9 | 0 | 0 | 13 | 0 | 0 | 0 | +| ex6_urnd1_lat | tri_nand2_nlats_9095 | 2 | 2 | 0 | 0 | 13 | 0 | 0 | 0 | +| ffmt | fu_fmt | 15 | 15 | 0 | 0 | 88 | 0 | 0 | 0 | +| act_lat | tri_rlmreg_p__parameterized18_9090 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| ex2_ctl_lat | tri_rlmreg_p__parameterized21_9091 | 5 | 5 | 0 | 0 | 7 | 0 | 0 | 0 | +| ex3_pass_lat | tri_rlmreg_p__parameterized284 | 10 | 10 | 0 | 0 | 78 | 0 | 0 | 0 | +| fgst | fu_gst | 345 | 345 | 0 | 0 | 120 | 0 | 0 | 0 | +| act_lat | tri_rlmreg_p__parameterized291 | 4 | 4 | 0 | 0 | 4 | 0 | 0 | 0 | +| ex3_gst_ctrl_lat | tri_rlmreg_p__parameterized292 | 3 | 3 | 0 | 0 | 2 | 0 | 0 | 0 | +| ex3_gst_stage_lat | tri_rlmreg_p__parameterized293 | 153 | 153 | 0 | 0 | 31 | 0 | 0 | 0 | +| ex4_gst_ctrl_lat | tri_rlmreg_p__parameterized292_9085 | 0 | 0 | 0 | 0 | 2 | 0 | 0 | 0 | +| ex4_gst_stage_lat | tri_rlmreg_p__parameterized15_9086 | 54 | 54 | 0 | 0 | 20 | 0 | 0 | 0 | +| ex5_gst_ctrl_lat | tri_rlmreg_p__parameterized26_9087 | 10 | 10 | 0 | 0 | 4 | 0 | 0 | 0 | +| ex5_gst_stage_lat | tri_rlmreg_p__parameterized294 | 109 | 109 | 0 | 0 | 24 | 0 | 0 | 0 | +| ex6_gst_ctrl_lat | tri_rlmreg_p__parameterized292_9088 | 11 | 11 | 0 | 0 | 2 | 0 | 0 | 0 | +| ex6_gst_stage_lat | tri_rlmreg_p__parameterized16_9089 | 1 | 1 | 0 | 0 | 31 | 0 | 0 | 0 | +| flza | fu_lza | 507 | 507 | 0 | 0 | 191 | 0 | 0 | 0 | +| act_lat | tri_rlmreg_p__parameterized288 | 9 | 9 | 0 | 0 | 2 | 0 | 0 | 0 | +| ex4_lzo_lat | tri_inv_nlats__parameterized26 | 1 | 1 | 0 | 0 | 163 | 0 | 0 | 0 | +| ex4_sub_lat | tri_inv_nlats__parameterized27 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex5_amt_lat | tri_nand2_nlats__parameterized1 | 204 | 204 | 0 | 0 | 16 | 0 | 0 | 0 | +| ex5_dcd_lat | tri_inv_nlats__parameterized28 | 292 | 292 | 0 | 0 | 9 | 0 | 0 | 0 | +| flze | fu_lze | 1 | 1 | 0 | 0 | 10 | 0 | 0 | 0 | +| act_lat | tri_rlmreg_p__parameterized22_9083 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex4_shr_lat | tri_rlmreg_p__parameterized21_9084 | 0 | 0 | 0 | 0 | 9 | 0 | 0 | 0 | +| fmul | tri_fu_mul | 486 | 486 | 0 | 0 | 428 | 0 | 0 | 0 | +| m92_0 | tri_fu_mul_92__parameterized1 | 333 | 333 | 0 | 0 | 140 | 0 | 0 | 0 | +| pp3_lat_car | tri_inv_nlats__parameterized19_9081 | 188 | 188 | 0 | 0 | 68 | 0 | 0 | 0 | +| pp3_lat_sum | tri_inv_nlats__parameterized18_9082 | 145 | 145 | 0 | 0 | 72 | 0 | 0 | 0 | +| m92_1 | tri_fu_mul_92__parameterized0 | 10 | 10 | 0 | 0 | 144 | 0 | 0 | 0 | +| pp3_lat_car | tri_inv_nlats__parameterized19_9079 | 10 | 10 | 0 | 0 | 71 | 0 | 0 | 0 | +| pp3_lat_sum | tri_inv_nlats__parameterized18_9080 | 0 | 0 | 0 | 0 | 73 | 0 | 0 | 0 | +| m92_2 | tri_fu_mul_92 | 143 | 143 | 0 | 0 | 144 | 0 | 0 | 0 | +| pp3_lat_car | tri_inv_nlats__parameterized19 | 132 | 132 | 0 | 0 | 71 | 0 | 0 | 0 | +| pp3_lat_sum | tri_inv_nlats__parameterized18 | 11 | 11 | 0 | 0 | 73 | 0 | 0 | 0 | +| fnrm | fu_nrm | 117 | 117 | 0 | 0 | 106 | 0 | 0 | 0 | +| act_lat | tri_rlmreg_p__parameterized26_9078 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex6_fmv_lat | tri_rlmreg_p__parameterized290 | 0 | 0 | 0 | 0 | 33 | 0 | 0 | 0 | +| ex6_nrm_lg_lat | tri_nand2_nlats__parameterized3 | 5 | 5 | 0 | 0 | 4 | 0 | 0 | 0 | +| ex6_nrm_pass_lat | tri_rlmreg_p__parameterized289 | 8 | 8 | 0 | 0 | 12 | 0 | 0 | 0 | +| ex6_nrm_x_lat | tri_nand2_nlats__parameterized0 | 5 | 5 | 0 | 0 | 3 | 0 | 0 | 0 | +| ex6_res_lat | tri_nand2_nlats__parameterized2 | 99 | 99 | 0 | 0 | 53 | 0 | 0 | 0 | +| fpic | fu_pic | 301 | 301 | 0 | 0 | 264 | 0 | 0 | 0 | +| act_lat | tri_rlmreg_p__parameterized255_9072 | 29 | 29 | 0 | 0 | 17 | 0 | 0 | 0 | +| ex2_ctl_lat | tri_rlmreg_p__parameterized304 | 47 | 47 | 0 | 0 | 37 | 0 | 0 | 0 | +| ex3_ctl_lat | tri_rlmreg_p__parameterized305 | 54 | 54 | 0 | 0 | 41 | 0 | 0 | 0 | +| ex3_flg_lat | tri_rlmreg_p__parameterized14_9073 | 35 | 35 | 0 | 0 | 18 | 0 | 0 | 0 | +| ex4_ctl_lat | tri_rlmreg_p__parameterized306 | 23 | 23 | 0 | 0 | 27 | 0 | 0 | 0 | +| ex4_flg_lat | tri_rlmreg_p__parameterized307 | 23 | 23 | 0 | 0 | 30 | 0 | 0 | 0 | +| ex4_scr_lat | tri_rlmreg_p__parameterized12_9074 | 0 | 0 | 0 | 0 | 6 | 0 | 0 | 0 | +| ex5_ctl_lat | tri_rlmreg_p__parameterized263 | 33 | 33 | 0 | 0 | 20 | 0 | 0 | 0 | +| ex5_flg_lat | tri_rlmreg_p__parameterized61_9075 | 28 | 28 | 0 | 0 | 28 | 0 | 0 | 0 | +| ex5_scr_lat | tri_rlmreg_p__parameterized12_9076 | 3 | 3 | 0 | 0 | 6 | 0 | 0 | 0 | +| ex6_flg_lat | tri_rlmreg_p__parameterized219_9077 | 26 | 26 | 0 | 0 | 34 | 0 | 0 | 0 | +| frnd | fu_rnd | 277 | 277 | 0 | 0 | 94 | 0 | 0 | 0 | +| act_lat | tri_rlmreg_p__parameterized22_9070 | 9 | 9 | 0 | 0 | 2 | 0 | 0 | 0 | +| ex6_ctl_lat | tri_rlmreg_p__parameterized287 | 77 | 77 | 0 | 0 | 16 | 0 | 0 | 0 | +| ex7_expo_lat | tri_rlmreg_p__parameterized286 | 8 | 8 | 0 | 0 | 14 | 0 | 0 | 0 | +| ex7_flag_lat | tri_rlmreg_p__parameterized6_9071 | 169 | 169 | 0 | 0 | 9 | 0 | 0 | 0 | +| ex7_frac_lat | tri_rlmreg_p__parameterized277 | 14 | 14 | 0 | 0 | 53 | 0 | 0 | 0 | +| fsa3 | fu_sa3 | 1178 | 1178 | 0 | 0 | 273 | 0 | 0 | 0 | +| act_lat | tri_rlmreg_p__parameterized22_9069 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex4_000_lat | tri_inv_nlats__parameterized13 | 188 | 188 | 0 | 0 | 53 | 0 | 0 | 0 | +| ex4_053_car_lat | tri_inv_nlats__parameterized24 | 423 | 423 | 0 | 0 | 109 | 0 | 0 | 0 | +| ex4_053_sum_lat | tri_inv_nlats__parameterized23 | 566 | 566 | 0 | 0 | 110 | 0 | 0 | 0 | +| fscr | fu_oscr | 1600 | 1600 | 0 | 0 | 940 | 0 | 0 | 0 | +| act_lat | tri_rlmreg_p__parameterized41_9060 | 48 | 48 | 0 | 0 | 6 | 0 | 0 | 0 | +| cadd_lat_thr0 | tri_rlmreg_p__parameterized9_9061 | 0 | 0 | 0 | 0 | 2 | 0 | 0 | 0 | +| cfpscr_thr0_lat | tri_rlmreg_p__parameterized52_9062 | 34 | 34 | 0 | 0 | 35 | 0 | 0 | 0 | +| ex5_ctl_lat | tri_rlmreg_p__parameterized262 | 22 | 22 | 0 | 0 | 22 | 0 | 0 | 0 | +| ex6_ctl_lat | tri_rlmreg_p__parameterized262_9063 | 20 | 20 | 0 | 0 | 22 | 0 | 0 | 0 | +| ex7_ctl_lat | tri_rlmreg_p__parameterized262_9064 | 111 | 111 | 0 | 0 | 22 | 0 | 0 | 0 | +| ex7_flag_lat | tri_rlmreg_p__parameterized268_9065 | 518 | 518 | 0 | 0 | 25 | 0 | 0 | 0 | +| ex7_mvdat_lat | tri_rlmreg_p__parameterized52_9066 | 33 | 33 | 0 | 0 | 33 | 0 | 0 | 0 | +| ex8_crf_lat | tri_rlmreg_p__parameterized9_9067 | 0 | 0 | 0 | 0 | 4 | 0 | 0 | 0 | +| fpscr_th0_lat | tri_rlmreg_p__parameterized296_9068 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| oscr_hscr_arr_thr1.hfpscr_thr0_lat | tri_rlmreg_p__parameterized308 | 814 | 814 | 0 | 0 | 768 | 0 | 0 | 0 | +| ftbe | fu_tblexp | 43 | 43 | 0 | 0 | 21 | 0 | 0 | 0 | +| act_lat | tri_rlmreg_p__parameterized4_9058 | 11 | 11 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex4_expo_lat | tri_rlmreg_p__parameterized8_9059 | 32 | 32 | 0 | 0 | 20 | 0 | 0 | 0 | +| ftbl | fu_tbllut | 666 | 666 | 0 | 0 | 165 | 0 | 0 | 0 | +| act_lat | tri_rlmreg_p__parameterized13_9056 | 7 | 7 | 0 | 0 | 3 | 0 | 0 | 0 | +| ex3_lut_lat | tri_rlmreg_p__parameterized0_9057 | 162 | 162 | 0 | 0 | 6 | 0 | 0 | 0 | +| ex4_lut_b_lat | tri_inv_nlats__parameterized30 | 23 | 23 | 0 | 0 | 16 | 0 | 0 | 0 | +| ex4_lut_e_lat | tri_inv_nlats__parameterized29 | 14 | 14 | 0 | 0 | 20 | 0 | 0 | 0 | +| ex4_lut_r_lat | tri_inv_nlats__parameterized22 | 285 | 285 | 0 | 0 | 15 | 0 | 0 | 0 | +| ex5_lut_lat | tri_inv_nlats__parameterized31 | 175 | 175 | 0 | 0 | 77 | 0 | 0 | 0 | +| ex6_lut_lat | tri_rlmreg_p__parameterized296 | 0 | 0 | 0 | 0 | 28 | 0 | 0 | 0 | +| sto | fu_sto | 307 | 307 | 0 | 0 | 136 | 0 | 0 | 0 | +| act_lat | tri_rlmreg_p__parameterized9_9055 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex2_sins_lat | tri_rlmreg_p__parameterized281 | 2 | 2 | 0 | 0 | 3 | 0 | 0 | 0 | +| ex2_sop_lat | tri_rlmreg_p__parameterized282 | 263 | 263 | 0 | 0 | 65 | 0 | 0 | 0 | +| ex3_sto_lat | tri_rlmreg_p__parameterized283 | 40 | 40 | 0 | 0 | 67 | 0 | 0 | 0 | +| pc0 | pcq | 2206 | 2205 | 0 | 1 | 1195 | 0 | 0 | 0 | +| (pc0) | pcq | 266 | 266 | 0 | 0 | 0 | 0 | 0 | 0 | +| pcq_clks | pcq_clks | 1 | 0 | 0 | 1 | 1 | 0 | 0 | 0 | +| clkctrl | pcq_clks_ctrl | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| fast_stop_staging | tri_plat__parameterized2 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| clkstg | pcq_clks_stg | 1 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | +| lvl5to4_plat | tri_plat__parameterized8_9054 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | +| pcq_ctrl | pcq_ctrl | 1 | 1 | 0 | 0 | 28 | 0 | 0 | 0 | +| holdcntr | tri_rlmreg_p__parameterized5_9050 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| initactive | tri_rlmlatch_p__parameterized1_9051 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| initcntr | tri_rlmreg_p__parameterized312 | 0 | 0 | 0 | 0 | 9 | 0 | 0 | 0 | +| initerat | tri_rlmlatch_p_9052 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| pmctrls_t0 | tri_rlmreg_p__parameterized43_9053 | 0 | 0 | 0 | 0 | 14 | 0 | 0 | 0 | +| pcq_regs | pcq_regs | 1862 | 1862 | 0 | 0 | 969 | 0 | 0 | 0 | +| axrv_dbgsel_reg | tri_rlmreg_p__parameterized257_8998 | 0 | 0 | 0 | 0 | 22 | 0 | 0 | 0 | +| bcfg_stage1_t0 | tri_rlmreg_p__parameterized259_8999 | 9 | 9 | 0 | 0 | 8 | 0 | 0 | 0 | +| bcfg_stage2_t0 | tri_ser_rlmreg_p__parameterized30 | 5 | 5 | 0 | 0 | 7 | 0 | 0 | 0 | +| tri_ser_rlmreg_p | tri_aoi22_nlats_wlcb__parameterized30 | 5 | 5 | 0 | 0 | 7 | 0 | 0 | 0 | +| dcfg_stage1 | tri_rlmreg_p__parameterized9_9000 | 1 | 1 | 0 | 0 | 3 | 0 | 0 | 0 | +| errdbg_t0 | tri_rlmreg_p__parameterized43_9001 | 11 | 11 | 0 | 0 | 15 | 0 | 0 | 0 | +| errinj_reg | tri_rlmreg_p__parameterized309_9002 | 15 | 15 | 0 | 0 | 23 | 0 | 0 | 0 | +| fir_regs | pcq_regs_fir | 373 | 373 | 0 | 0 | 267 | 0 | 0 | 0 | +| (fir_regs) | pcq_regs_fir | 2 | 2 | 0 | 0 | 0 | 0 | 0 | 0 | +| FIR0 | pcq_local_fir2 | 192 | 192 | 0 | 0 | 118 | 0 | 0 | 0 | +| fir | tri_nlat_scan__parameterized11_9043 | 18 | 18 | 0 | 0 | 28 | 0 | 0 | 0 | +| fir_action0 | tri_nlat_scan__parameterized6 | 11 | 11 | 0 | 0 | 28 | 0 | 0 | 0 | +| fir_action0_par | tri_nlat_scan__parameterized7_9044 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| fir_action1 | tri_nlat_scan__parameterized8 | 15 | 15 | 0 | 0 | 28 | 0 | 0 | 0 | +| fir_action1_par | tri_nlat_scan__parameterized9_9045 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| fir_mask | tri_nlat_scan__parameterized10 | 100 | 100 | 0 | 0 | 28 | 0 | 0 | 0 | +| fir_mask_par | tri_nlat_scan__parameterized7_9046 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| mchkgen.mchk | tri_nlat__parameterized0_9047 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| sys_xstop | tri_nlat__parameterized0_9048 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xstop | tri_nlat__parameterized0_9049 | 47 | 47 | 0 | 0 | 1 | 0 | 0 | 0 | +| FIR1 | pcq_local_fir2__parameterized0 | 115 | 115 | 0 | 0 | 86 | 0 | 0 | 0 | +| fir | tri_nlat_scan__parameterized15_9036 | 2 | 2 | 0 | 0 | 20 | 0 | 0 | 0 | +| fir_action0 | tri_nlat_scan__parameterized12 | 13 | 13 | 0 | 0 | 20 | 0 | 0 | 0 | +| fir_action0_par | tri_nlat_scan__parameterized7_9037 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| fir_action1 | tri_nlat_scan__parameterized13 | 8 | 8 | 0 | 0 | 20 | 0 | 0 | 0 | +| fir_action1_par | tri_nlat_scan__parameterized9_9038 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| fir_mask | tri_nlat_scan__parameterized14 | 70 | 70 | 0 | 0 | 20 | 0 | 0 | 0 | +| fir_mask_par | tri_nlat_scan__parameterized7_9039 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| mchkgen.mchk | tri_nlat__parameterized0_9040 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| sys_xstop | tri_nlat__parameterized0_9041 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xstop | tri_nlat__parameterized0_9042 | 22 | 22 | 0 | 0 | 1 | 0 | 0 | 0 | +| FIR2 | pcq_local_fir2__parameterized1 | 14 | 14 | 0 | 0 | 9 | 0 | 0 | 0 | +| fir | tri_nlat_scan__parameterized7 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| fir_action0 | tri_nlat_scan__parameterized7_9030 | 4 | 4 | 0 | 0 | 1 | 0 | 0 | 0 | +| fir_action0_par | tri_nlat_scan__parameterized7_9031 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| fir_action1 | tri_nlat_scan__parameterized7_9032 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| fir_action1_par | tri_nlat_scan__parameterized7_9033 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| fir_mask | tri_nlat_scan__parameterized9 | 6 | 6 | 0 | 0 | 1 | 0 | 0 | 0 | +| fir_mask_par | tri_nlat_scan__parameterized9_9034 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| mchkgen.mchk | tri_nlat__parameterized0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xstop | tri_nlat__parameterized0_9035 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| error_out | tri_nlat_scan__parameterized17 | 5 | 5 | 0 | 0 | 8 | 0 | 0 | 0 | +| f0err_out | tri_nlat_scan__parameterized11 | 25 | 25 | 0 | 0 | 23 | 0 | 0 | 0 | +| f1err_out | tri_nlat_scan__parameterized15 | 7 | 7 | 0 | 0 | 10 | 0 | 0 | 0 | +| sc_ack_err | tri_err_rpt__parameterized1 | 2 | 2 | 0 | 0 | 2 | 0 | 0 | 0 | +| hold | tri_nlat_scan__parameterized5_9029 | 2 | 2 | 0 | 0 | 2 | 0 | 0 | 0 | +| scom_err | tri_err_rpt__parameterized0 | 11 | 11 | 0 | 0 | 11 | 0 | 0 | 0 | +| hold | tri_nlat_scan__parameterized16 | 11 | 11 | 0 | 0 | 11 | 0 | 0 | 0 | +| fu_ram_din | tri_rlmreg_p__parameterized33_9003 | 0 | 0 | 0 | 0 | 64 | 0 | 0 | 0 | +| func_stage1 | tri_rlmreg_p__parameterized2_9004 | 2 | 2 | 0 | 0 | 2 | 0 | 0 | 0 | +| func_stage3 | tri_ser_rlmreg_p__parameterized13_9005 | 188 | 188 | 0 | 0 | 15 | 0 | 0 | 0 | +| tri_ser_rlmreg_p | tri_aoi22_nlats_wlcb__parameterized13_9028 | 188 | 188 | 0 | 0 | 15 | 0 | 0 | 0 | +| inj_stage1_t0 | tri_ser_rlmreg_p__parameterized20_9006 | 0 | 0 | 0 | 0 | 14 | 0 | 0 | 0 | +| tri_ser_rlmreg_p | tri_aoi22_nlats_wlcb__parameterized20_9027 | 0 | 0 | 0 | 0 | 14 | 0 | 0 | 0 | +| iu_dbgsel_reg | tri_rlmreg_p__parameterized257_9007 | 0 | 0 | 0 | 0 | 22 | 0 | 0 | 0 | +| lq_dbgsel_reg | tri_rlmreg_p__parameterized257_9008 | 0 | 0 | 0 | 0 | 22 | 0 | 0 | 0 | +| lq_ram_din | tri_rlmreg_p__parameterized310 | 0 | 0 | 0 | 0 | 64 | 0 | 0 | 0 | +| mmpc_dbgsel_reg | tri_rlmreg_p__parameterized257_9009 | 0 | 0 | 0 | 0 | 22 | 0 | 0 | 0 | +| pccr0_par | tri_rlmreg_p__parameterized37_9010 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| pccr0_reg | tri_rlmreg_p__parameterized43_9011 | 26 | 26 | 0 | 0 | 15 | 0 | 0 | 0 | +| ramc_reg | tri_rlmreg_p__parameterized309_9012 | 11 | 11 | 0 | 0 | 23 | 0 | 0 | 0 | +| ramd_reg | tri_rlmreg_p__parameterized33_9013 | 8 | 8 | 0 | 0 | 64 | 0 | 0 | 0 | +| rami_reg | tri_rlmreg_p__parameterized17_9014 | 32 | 32 | 0 | 0 | 32 | 0 | 0 | 0 | +| rec_err_cntr | tri_rlmreg_p__parameterized9_9015 | 11 | 11 | 0 | 0 | 4 | 0 | 0 | 0 | +| sc_misc | tri_ser_rlmreg_p__parameterized31 | 4 | 4 | 0 | 0 | 9 | 0 | 0 | 0 | +| tri_ser_rlmreg_p | tri_aoi22_nlats_wlcb__parameterized31 | 4 | 4 | 0 | 0 | 9 | 0 | 0 | 0 | +| scaddr_dec | tri_rlmreg_p__parameterized33_9016 | 540 | 540 | 0 | 0 | 49 | 0 | 0 | 0 | +| scomsat | tri_serial_scom2 | 624 | 624 | 0 | 0 | 104 | 0 | 0 | 0 | +| ack_info | tri_nlat_scan__parameterized5 | 1 | 1 | 0 | 0 | 2 | 0 | 0 | 0 | +| cch_latches | tri_nlat_scan__parameterized5_9023 | 13 | 13 | 0 | 0 | 2 | 0 | 0 | 0 | +| counter | tri_nlat_scan__parameterized1 | 14 | 14 | 0 | 0 | 7 | 0 | 0 | 0 | +| data_shifter | tri_nlat_scan__parameterized2 | 300 | 300 | 0 | 0 | 64 | 0 | 0 | 0 | +| datapar_shifter | tri_nlat_scan__parameterized3 | 1 | 1 | 0 | 0 | 4 | 0 | 0 | 0 | +| dch_inlatch | tri_nlat | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| head_lat | tri_nlat_scan__parameterized4 | 69 | 69 | 0 | 0 | 12 | 0 | 0 | 0 | +| scom_err_latch | tri_nlat_9024 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| scom_local_act_latch | tri_nlat_9025 | 30 | 30 | 0 | 0 | 1 | 0 | 0 | 0 | +| state | tri_nlat_scan__parameterized0 | 193 | 193 | 0 | 0 | 5 | 0 | 0 | 0 | +| tail_lat | tri_nlat_scan__parameterized0_9026 | 1 | 1 | 0 | 0 | 5 | 0 | 0 | 0 | +| spattn_data_reg | tri_rlmreg_p__parameterized37_9017 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| spattn_mask_reg | tri_rlmreg_p__parameterized311 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| spattn_par | tri_rlmreg_p__parameterized42_9018 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| thrctl1_reg | tri_rlmreg_p__parameterized227_9019 | 2 | 2 | 0 | 0 | 12 | 0 | 0 | 0 | +| thrctl2_reg | tri_rlmreg_p__parameterized12_9020 | 0 | 0 | 0 | 0 | 8 | 0 | 0 | 0 | +| xu_dbgsel_reg | tri_rlmreg_p__parameterized50_9021 | 0 | 0 | 0 | 0 | 11 | 0 | 0 | 0 | +| xu_ram_din | tri_rlmreg_p__parameterized310_9022 | 0 | 0 | 0 | 0 | 64 | 0 | 0 | 0 | +| pcq_spr | pcq_spr | 76 | 76 | 0 | 0 | 197 | 0 | 0 | 0 | +| cesr1_is0_reg | tri_ser_rlmreg_p__parameterized16_8978 | 0 | 0 | 0 | 0 | 2 | 0 | 0 | 0 | +| tri_ser_rlmreg_p | tri_aoi22_nlats_wlcb__parameterized16_8997 | 0 | 0 | 0 | 0 | 2 | 0 | 0 | 0 | +| cesr1_is1_reg | tri_ser_rlmreg_p__parameterized16_8979 | 0 | 0 | 0 | 0 | 2 | 0 | 0 | 0 | +| tri_ser_rlmreg_p | tri_aoi22_nlats_wlcb__parameterized16_8996 | 0 | 0 | 0 | 0 | 2 | 0 | 0 | 0 | +| cesr1_reg | tri_ser_rlmreg_p__parameterized17_8980 | 0 | 0 | 0 | 0 | 9 | 0 | 0 | 0 | +| tri_ser_rlmreg_p | tri_aoi22_nlats_wlcb__parameterized17_8995 | 0 | 0 | 0 | 0 | 9 | 0 | 0 | 0 | +| cp_flush_reg | tri_rlmreg_p__parameterized37_8981 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| misc_reg | tri_rlmreg_p__parameterized2_8982 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| resr1_reg | tri_ser_rlmreg_p__parameterized21_8983 | 0 | 0 | 0 | 0 | 20 | 0 | 0 | 0 | +| tri_ser_rlmreg_p | tri_aoi22_nlats_wlcb__parameterized21_8994 | 0 | 0 | 0 | 0 | 20 | 0 | 0 | 0 | +| resr2_reg | tri_ser_rlmreg_p__parameterized21_8984 | 0 | 0 | 0 | 0 | 20 | 0 | 0 | 0 | +| tri_ser_rlmreg_p | tri_aoi22_nlats_wlcb__parameterized21_8993 | 0 | 0 | 0 | 0 | 20 | 0 | 0 | 0 | +| slowspr_addr_reg | tri_rlmreg_p__parameterized6_8985 | 68 | 68 | 0 | 0 | 10 | 0 | 0 | 0 | +| slowspr_data_reg | tri_rlmreg_p__parameterized33_8986 | 7 | 7 | 0 | 0 | 64 | 0 | 0 | 0 | +| slowspr_done_reg | tri_rlmlatch_p_8987 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| slowspr_etid_reg | tri_rlmreg_p__parameterized2_8988 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| slowspr_rw_reg | tri_rlmlatch_p_8989 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| slowspr_val_reg | tri_rlmlatch_p_8990 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| sramd_reg | tri_ser_rlmreg_p__parameterized12_8991 | 0 | 0 | 0 | 0 | 64 | 0 | 0 | 0 | +| tri_ser_rlmreg_p | tri_aoi22_nlats_wlcb__parameterized12_8992 | 0 | 0 | 0 | 0 | 64 | 0 | 0 | 0 | +| iuq0 | iuq | 54317 | 53777 | 540 | 0 | 19045 | 25 | 6 | 0 | +| bht0 | tri_bht_1024x8_1r1w | 41 | 41 | 0 | 0 | 64 | 1 | 0 | 0 | +| (bht0) | tri_bht_1024x8_1r1w | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | +| bht0 | tri_512x16_1r1w_1_8970 | 6 | 6 | 0 | 0 | 20 | 1 | 0 | 0 | +| data_in_reg | tri_rlmreg_p__parameterized2_8971 | 0 | 0 | 0 | 0 | 2 | 0 | 0 | 0 | +| data_out_reg | tri_rlmreg_p__parameterized12_8972 | 13 | 13 | 0 | 0 | 8 | 0 | 0 | 0 | +| r_act_reg | tri_rlmlatch_p_8973 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| r_addr_reg | tri_rlmreg_p__parameterized6_8974 | 4 | 4 | 0 | 0 | 10 | 0 | 0 | 0 | +| reset_w_addr_reg | tri_rlmreg_p__parameterized46_8975 | 15 | 15 | 0 | 0 | 9 | 0 | 0 | 0 | +| w_act_reg | tri_rlmreg_p__parameterized9_8976 | 2 | 2 | 0 | 0 | 4 | 0 | 0 | 0 | +| w_addr_reg | tri_rlmreg_p__parameterized6_8977 | 0 | 0 | 0 | 0 | 10 | 0 | 0 | 0 | +| bht1 | tri_bht_1024x8_1r1w_6585 | 41 | 41 | 0 | 0 | 63 | 1 | 0 | 0 | +| (bht1) | tri_bht_1024x8_1r1w_6585 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | +| bht0 | tri_512x16_1r1w_1_8962 | 6 | 6 | 0 | 0 | 19 | 1 | 0 | 0 | +| data_in_reg | tri_rlmreg_p__parameterized2_8963 | 0 | 0 | 0 | 0 | 2 | 0 | 0 | 0 | +| data_out_reg | tri_rlmreg_p__parameterized12_8964 | 14 | 14 | 0 | 0 | 8 | 0 | 0 | 0 | +| r_act_reg | tri_rlmlatch_p_8965 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| r_addr_reg | tri_rlmreg_p__parameterized6_8966 | 4 | 4 | 0 | 0 | 10 | 0 | 0 | 0 | +| reset_w_addr_reg | tri_rlmreg_p__parameterized46_8967 | 15 | 15 | 0 | 0 | 9 | 0 | 0 | 0 | +| w_act_reg | tri_rlmreg_p__parameterized9_8968 | 2 | 2 | 0 | 0 | 4 | 0 | 0 | 0 | +| w_addr_reg | tri_rlmreg_p__parameterized6_8969 | 0 | 0 | 0 | 0 | 10 | 0 | 0 | 0 | +| bht2 | tri_bht_512x4_1r1w | 34 | 34 | 0 | 0 | 44 | 1 | 0 | 0 | +| (bht2) | tri_bht_512x4_1r1w | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | +| bht0 | tri_512x16_1r1w_1 | 8 | 8 | 0 | 0 | 7 | 1 | 0 | 0 | +| data_in_reg | tri_rlmlatch_p_8955 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| data_out_reg | tri_rlmreg_p__parameterized9_8956 | 2 | 2 | 0 | 0 | 4 | 0 | 0 | 0 | +| r_act_reg | tri_rlmlatch_p_8957 | 5 | 5 | 0 | 0 | 1 | 0 | 0 | 0 | +| r_addr_reg | tri_rlmreg_p__parameterized46_8958 | 3 | 3 | 0 | 0 | 9 | 0 | 0 | 0 | +| reset_w_addr_reg | tri_rlmreg_p__parameterized46_8959 | 14 | 14 | 0 | 0 | 9 | 0 | 0 | 0 | +| w_act_reg | tri_rlmreg_p__parameterized9_8960 | 2 | 2 | 0 | 0 | 4 | 0 | 0 | 0 | +| w_addr_reg | tri_rlmreg_p__parameterized46_8961 | 0 | 0 | 0 | 0 | 9 | 0 | 0 | 0 | +| iuq_btb0 | iuq_btb | 69 | 69 | 0 | 0 | 146 | 1 | 0 | 0 | +| btb0 | tri_64x72_1r1w_8948 | 3 | 3 | 0 | 0 | 44 | 1 | 0 | 0 | +| data_in_reg | tri_rlmreg_p | 0 | 0 | 0 | 0 | 41 | 0 | 0 | 0 | +| data_out_reg | tri_rlmreg_p_8949 | 12 | 12 | 0 | 0 | 41 | 0 | 0 | 0 | +| r_act_reg | tri_rlmlatch_p_8950 | 44 | 44 | 0 | 0 | 1 | 0 | 0 | 0 | +| r_addr_reg | tri_rlmreg_p__parameterized0_8951 | 1 | 1 | 0 | 0 | 6 | 0 | 0 | 0 | +| reset_w_addr_reg | tri_rlmreg_p__parameterized0_8952 | 6 | 6 | 0 | 0 | 6 | 0 | 0 | 0 | +| w_act_reg | tri_rlmlatch_p_8953 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| w_addr_reg | tri_rlmreg_p__parameterized0_8954 | 2 | 2 | 0 | 0 | 6 | 0 | 0 | 0 | +| iuq_cpl_top0 | iuq_cpl_top | 12763 | 12223 | 540 | 0 | 3782 | 0 | 0 | 0 | +| iuq_cpl0 | iuq_cpl | 12763 | 12223 | 540 | 0 | 3782 | 0 | 0 | 0 | +| iuq_cpl_arr | tri_iuq_cpl_arr | 3241 | 2701 | 540 | 0 | 564 | 0 | 0 | 0 | +| iuq_cpl_ctrl | iuq_cpl_ctrl | 8991 | 8991 | 0 | 0 | 3213 | 0 | 0 | 0 | +| async_delay_cnt_latch | tri_rlmreg_p__parameterized5_8094 | 6 | 6 | 0 | 0 | 3 | 0 | 0 | 0 | +| attn_hold_latch | tri_rlmlatch_p_8095 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| axu0_exception_latch | tri_rlmreg_p__parameterized9_8096 | 40 | 40 | 0 | 0 | 2 | 0 | 0 | 0 | +| axu0_exception_val_latch | tri_rlmlatch_p_8097 | 7 | 7 | 0 | 0 | 1 | 0 | 0 | 0 | +| axu0_execute_vld_latch | tri_rlmlatch_p_8098 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| axu0_flush2ucode_latch | tri_rlmlatch_p_8099 | 30 | 30 | 0 | 0 | 1 | 0 | 0 | 0 | +| axu0_itag_latch | tri_rlmreg_p__parameterized13_8100 | 208 | 208 | 0 | 0 | 6 | 0 | 0 | 0 | +| axu0_n_flush_latch | tri_rlmlatch_p_8101 | 31 | 31 | 0 | 0 | 1 | 0 | 0 | 0 | +| axu0_n_np1_flush_latch | tri_rlmlatch_p_8102 | 16 | 16 | 0 | 0 | 1 | 0 | 0 | 0 | +| axu0_np1_flush_latch | tri_rlmlatch_p_8103 | 26 | 26 | 0 | 0 | 1 | 0 | 0 | 0 | +| br_bta_latch | tri_rlmreg_p__parameterized40_8104 | 0 | 0 | 0 | 0 | 62 | 0 | 0 | 0 | +| br_execute_vld_latch | tri_rlmlatch_p_8105 | 3 | 3 | 0 | 0 | 1 | 0 | 0 | 0 | +| br_itag_latch | tri_rlmreg_p__parameterized13_8106 | 125 | 125 | 0 | 0 | 7 | 0 | 0 | 0 | +| br_redirect_latch | tri_rlmlatch_p_8107 | 45 | 45 | 0 | 0 | 1 | 0 | 0 | 0 | +| br_taken_latch | tri_rlmlatch_p_8108 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ccr2_ucode_dis_latch | tri_rlmlatch_p_8109 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| cdbell_int_latch | tri_rlmlatch_p_8110 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| cp1_br_bta_itag_latch | tri_rlmreg_p__parameterized13_8111 | 4 | 4 | 0 | 0 | 7 | 0 | 0 | 0 | +| cp1_br_bta_latch | tri_rlmreg_p__parameterized40_8112 | 63 | 63 | 0 | 0 | 62 | 0 | 0 | 0 | +| cp1_br_bta_v_latch | tri_rlmlatch_p_8113 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| cp1_dispatched_latch | tri_rlmreg_p__parameterized17_8114 | 15 | 15 | 0 | 0 | 32 | 0 | 0 | 0 | +| cp1_executed_latch | tri_rlmreg_p__parameterized17_8115 | 138 | 138 | 0 | 0 | 32 | 0 | 0 | 0 | +| cp1_flush2ucode_latch | tri_rlmreg_p__parameterized17_8116 | 55 | 55 | 0 | 0 | 32 | 0 | 0 | 0 | +| cp1_flush2ucode_type_latch | tri_rlmreg_p__parameterized17_8117 | 35 | 35 | 0 | 0 | 32 | 0 | 0 | 0 | +| cp1_i0_dispatched_delay_latch | tri_rlmreg_p__parameterized17_8118 | 34 | 34 | 0 | 0 | 32 | 0 | 0 | 0 | +| cp1_i0_itag_latch | tri_rlmreg_p__parameterized13_8119 | 14 | 14 | 0 | 0 | 6 | 0 | 0 | 0 | +| cp1_i0_ptr0_latch | tri_rlmreg_p__parameterized42_8120 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| cp1_i0_ptr1_latch | tri_rlmreg_p__parameterized214_8121 | 967 | 967 | 0 | 0 | 31 | 0 | 0 | 0 | +| cp1_i1_dispatched_delay_latch | tri_rlmreg_p__parameterized17_8122 | 2 | 2 | 0 | 0 | 32 | 0 | 0 | 0 | +| cp1_i1_itag_latch | tri_rlmreg_p__parameterized101_8123 | 14 | 14 | 0 | 0 | 6 | 0 | 0 | 0 | +| cp1_i1_ptr0_latch | tri_rlmreg_p__parameterized215_8124 | 48 | 48 | 0 | 0 | 2 | 0 | 0 | 0 | +| cp1_i1_ptr1_latch | tri_rlmreg_p__parameterized53_8125 | 806 | 806 | 0 | 0 | 30 | 0 | 0 | 0 | +| cp1_n_flush_latch | tri_rlmreg_p__parameterized17_8126 | 121 | 121 | 0 | 0 | 32 | 0 | 0 | 0 | +| cp1_n_np1_flush_latch | tri_rlmreg_p__parameterized17_8127 | 10 | 10 | 0 | 0 | 32 | 0 | 0 | 0 | +| cp1_np1_flush_latch | tri_rlmreg_p__parameterized17_8128 | 14 | 14 | 0 | 0 | 32 | 0 | 0 | 0 | +| cp2_async_int_latch | tri_rlmreg_p__parameterized216 | 24 | 24 | 0 | 0 | 24 | 0 | 0 | 0 | +| cp2_async_int_val_latch | tri_rlmlatch_p_8129 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| cp2_flush_latch | tri_rlmlatch_p_8130 | 80 | 80 | 0 | 0 | 1 | 0 | 0 | 0 | +| cp2_i0_axu_excvec_latch | tri_rlmreg_p__parameterized9_8131 | 1 | 1 | 0 | 0 | 4 | 0 | 0 | 0 | +| cp2_i0_axu_excvec_val_latch | tri_rlmlatch_p_8132 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| cp2_i0_bp_pred_latch | tri_rlmlatch_p_8133 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| cp2_i0_br_miss_latch | tri_rlmlatch_p_8134 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| cp2_i0_br_pred_latch | tri_rlmlatch_p_8135 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| cp2_i0_completed_latch | tri_rlmlatch_p_8136 | 76 | 76 | 0 | 0 | 1 | 0 | 0 | 0 | +| cp2_i0_db_events_latch | tri_rlmreg_p__parameterized204_8137 | 6 | 6 | 0 | 0 | 19 | 0 | 0 | 0 | +| cp2_i0_db_val_latch | tri_rlmlatch_p_8138 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| cp2_i0_flush2ucode_latch | tri_rlmlatch_p_8139 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| cp2_i0_flush2ucode_type_latch | tri_rlmlatch_p_8140 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| cp2_i0_itag_latch | tri_rlmreg_p__parameterized13_8141 | 189 | 189 | 0 | 0 | 6 | 0 | 0 | 0 | +| cp2_i0_iu_excvec_latch | tri_rlmreg_p__parameterized9_8142 | 7 | 7 | 0 | 0 | 4 | 0 | 0 | 0 | +| cp2_i0_iu_excvec_val_latch | tri_rlmlatch_p_8143 | 7 | 7 | 0 | 0 | 1 | 0 | 0 | 0 | +| cp2_i0_lq_excvec_latch | tri_rlmreg_p__parameterized0_8144 | 12 | 12 | 0 | 0 | 6 | 0 | 0 | 0 | +| cp2_i0_lq_excvec_val_latch | tri_rlmlatch_p_8145 | 7 | 7 | 0 | 0 | 1 | 0 | 0 | 0 | +| cp2_i0_n_np1_flush_latch | tri_rlmlatch_p_8146 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| cp2_i0_np1_flush_latch | tri_rlmlatch_p_8147 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| cp2_i0_xu_excvec_latch | tri_rlmreg_p__parameterized4_8148 | 0 | 0 | 0 | 0 | 5 | 0 | 0 | 0 | +| cp2_i0_xu_excvec_val_latch | tri_rlmlatch_p_8149 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| cp2_i1_axu_excvec_latch | tri_rlmreg_p__parameterized9_8150 | 1 | 1 | 0 | 0 | 4 | 0 | 0 | 0 | +| cp2_i1_axu_excvec_val_latch | tri_rlmlatch_p_8151 | 8 | 8 | 0 | 0 | 1 | 0 | 0 | 0 | +| cp2_i1_bp_pred_latch | tri_rlmlatch_p_8152 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| cp2_i1_br_miss_latch | tri_rlmlatch_p_8153 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| cp2_i1_br_pred_latch | tri_rlmlatch_p_8154 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| cp2_i1_completed_latch | tri_rlmlatch_p_8155 | 8 | 8 | 0 | 0 | 1 | 0 | 0 | 0 | +| cp2_i1_db_events_latch | tri_rlmreg_p__parameterized204_8156 | 46 | 46 | 0 | 0 | 19 | 0 | 0 | 0 | +| cp2_i1_db_val_latch | tri_rlmlatch_p_8157 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| cp2_i1_flush2ucode_latch | tri_rlmlatch_p_8158 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| cp2_i1_flush2ucode_type_latch | tri_rlmlatch_p_8159 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| cp2_i1_itag_latch | tri_rlmreg_p__parameterized101_8160 | 192 | 192 | 0 | 0 | 6 | 0 | 0 | 0 | +| cp2_i1_iu_excvec_latch | tri_rlmreg_p__parameterized9_8161 | 3 | 3 | 0 | 0 | 4 | 0 | 0 | 0 | +| cp2_i1_iu_excvec_val_latch | tri_rlmlatch_p_8162 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| cp2_i1_lq_excvec_latch | tri_rlmreg_p__parameterized0_8163 | 0 | 0 | 0 | 0 | 6 | 0 | 0 | 0 | +| cp2_i1_lq_excvec_val_latch | tri_rlmlatch_p_8164 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| cp2_i1_n_np1_flush_latch | tri_rlmlatch_p_8165 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| cp2_i1_np1_flush_latch | tri_rlmlatch_p_8166 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| cp2_i1_xu_excvec_latch | tri_rlmreg_p__parameterized4_8167 | 0 | 0 | 0 | 0 | 5 | 0 | 0 | 0 | +| cp2_i1_xu_excvec_val_latch | tri_rlmlatch_p_8168 | 12 | 12 | 0 | 0 | 1 | 0 | 0 | 0 | +| cp2_i_bta_latch | tri_rlmreg_p__parameterized40_8169 | 0 | 0 | 0 | 0 | 62 | 0 | 0 | 0 | +| cp3_ap_latch | tri_rlmlatch_p_8170 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| cp3_ap_save_latch | tri_rlmlatch_p_8171 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| cp3_async_hold_latch | tri_rlmlatch_p_8172 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| cp3_async_int_latch | tri_rlmreg_p__parameterized17_8173 | 144 | 144 | 0 | 0 | 24 | 0 | 0 | 0 | +| cp3_async_int_val_latch | tri_rlmlatch_p_8174 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| cp3_attn_latch | tri_rlmlatch_p_8175 | 3 | 3 | 0 | 0 | 1 | 0 | 0 | 0 | +| cp3_axu_excvec_latch | tri_rlmreg_p__parameterized9_8176 | 8 | 8 | 0 | 0 | 4 | 0 | 0 | 0 | +| cp3_axu_excvec_val_latch | tri_rlmlatch_p_8177 | 11 | 11 | 0 | 0 | 1 | 0 | 0 | 0 | +| cp3_db_events_latch | tri_rlmreg_p__parameterized204_8178 | 31 | 31 | 0 | 0 | 19 | 0 | 0 | 0 | +| cp3_db_val_latch | tri_rlmlatch_p_8179 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| cp3_epid_latch | tri_rlmlatch_p_8180 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| cp3_epid_save_latch | tri_rlmlatch_p_8181 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| cp3_flush2ucode_latch | tri_rlmlatch_p_8182 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| cp3_flush2ucode_type_latch | tri_rlmlatch_p_8183 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| cp3_flush_latch | tri_rlmlatch_p_8184 | 72 | 72 | 0 | 0 | 1 | 0 | 0 | 0 | +| cp3_flush_nonspec_latch | tri_rlmlatch_p_8185 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| cp3_fp_latch | tri_rlmlatch_p_8186 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| cp3_fp_save_latch | tri_rlmlatch_p_8187 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| cp3_icmp_block_latch | tri_rlmlatch_p_8188 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| cp3_ifar_latch | tri_rlmreg_p__parameterized204_8189 | 19 | 19 | 0 | 0 | 19 | 0 | 0 | 0 | +| cp3_iu_excvec_latch | tri_rlmreg_p__parameterized9_8190 | 23 | 23 | 0 | 0 | 4 | 0 | 0 | 0 | +| cp3_iu_excvec_val_latch | tri_rlmlatch_p_8191 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| cp3_lq_excvec_latch | tri_rlmreg_p__parameterized0_8192 | 64 | 64 | 0 | 0 | 6 | 0 | 0 | 0 | +| cp3_lq_excvec_val_latch | tri_rlmlatch_p_8193 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| cp3_mispredict_latch | tri_rlmlatch_p_8194 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| cp3_np1_flush_latch | tri_rlmlatch_p_8195 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| cp3_preissue_latch | tri_rlmlatch_p_8196 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| cp3_rfi_latch | tri_rlmlatch_p_8197 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| cp3_spv_latch | tri_rlmlatch_p_8198 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| cp3_spv_save_latch | tri_rlmlatch_p_8199 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| cp3_st_latch | tri_rlmlatch_p_8200 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| cp3_st_save_latch | tri_rlmlatch_p_8201 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| cp3_ucode_latch | tri_rlmlatch_p_8202 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| cp3_xu_excvec_latch | tri_rlmreg_p__parameterized4_8203 | 33 | 33 | 0 | 0 | 5 | 0 | 0 | 0 | +| cp3_xu_excvec_val_latch | tri_rlmlatch_p_8204 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| cp4_asyn_icmp_needed_latch | tri_rlmlatch_p_8205 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| cp4_asyn_irpt_needed_latch | tri_rlmlatch_p_8206 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| cp4_async_n_latch | tri_rlmlatch_p_8207 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| cp4_async_np1_latch | tri_rlmlatch_p_8208 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| cp4_c_int_latch | tri_rlmlatch_p_8209 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| cp4_cdbell_int_latch | tri_rlmlatch_p_8210 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| cp4_dbell_int_latch | tri_rlmlatch_p_8211 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| cp4_dbsr_latch | tri_rlmreg_p__parameterized204_8212 | 19 | 19 | 0 | 0 | 19 | 0 | 0 | 0 | +| cp4_dbsr_update_latch | tri_rlmlatch_p_8213 | 3 | 3 | 0 | 0 | 1 | 0 | 0 | 0 | +| cp4_dear_update_latch | tri_rlmlatch_p_8214 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| cp4_dp_cp_async_bus_snoop_flush_latch | tri_rlmlatch_p_8215 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| cp4_dp_cp_async_flush_latch | tri_rlmlatch_p_8216 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| cp4_eheir_update_latch | tri_rlmlatch_p_8217 | 33 | 33 | 0 | 0 | 1 | 0 | 0 | 0 | +| cp4_esr_update_latch | tri_rlmlatch_p_8218 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| cp4_exc_esr_latch | tri_rlmreg_p__parameterized51_8219 | 16 | 16 | 0 | 0 | 16 | 0 | 0 | 0 | +| cp4_exc_mcsr_latch | tri_rlmreg_p__parameterized43_8220 | 0 | 0 | 0 | 0 | 14 | 0 | 0 | 0 | +| cp4_exc_nia_latch | tri_rlmreg_p__parameterized40_8221 | 120 | 120 | 0 | 0 | 58 | 0 | 0 | 0 | +| cp4_exc_val_latch | tri_rlmlatch_p_8222 | 5 | 5 | 0 | 0 | 1 | 0 | 0 | 0 | +| cp4_flush_latch | tri_rlmlatch_p_8223 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| cp4_g_int_latch | tri_rlmlatch_p_8224 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| cp4_gcdbell_int_latch | tri_rlmlatch_p_8225 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| cp4_gdbell_int_latch | tri_rlmlatch_p_8226 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| cp4_gmcdbell_int_latch | tri_rlmlatch_p_8227 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| cp4_mc_int_latch | tri_rlmlatch_p_8228 | 3 | 3 | 0 | 0 | 1 | 0 | 0 | 0 | +| cp4_mchk_disabled_latch | tri_rlmlatch_p_8229 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| cp4_pc_stop_latch | tri_rlmlatch_p_8230 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| cp4_rfi_latch | tri_rlmlatch_p_8231 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| cp5_rfi_latch | tri_rlmlatch_p_8232 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| cp6_rfi_latch | tri_rlmlatch_p_8233 | 4 | 4 | 0 | 0 | 1 | 0 | 0 | 0 | +| cp7_rfi_latch | tri_rlmlatch_p_8234 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| cp8_rfi_latch | tri_rlmlatch_p_8235 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| cp_mm_except_taken_latch | tri_rlmreg_p__parameterized0_8236 | 5 | 5 | 0 | 0 | 5 | 0 | 0 | 0 | +| cp_next_itag_latch | tri_rlmreg_p__parameterized13_8237 | 1 | 1 | 0 | 0 | 7 | 0 | 0 | 0 | +| crit_int_latch | tri_rlmlatch_p_8238 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| dbcr0_brt_latch | tri_rlmlatch_p_8239 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| dbcr0_edm_latch | tri_rlmlatch_p_8240 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| dbcr0_icmp_latch | tri_rlmlatch_p_8241 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| dbcr0_idm_latch | tri_rlmlatch_p_8242 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| dbcr0_irpt_latch | tri_rlmlatch_p_8243 | 12 | 12 | 0 | 0 | 1 | 0 | 0 | 0 | +| dbcr0_ret_latch | tri_rlmlatch_p_8244 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| dbcr0_trap_latch | tri_rlmlatch_p_8245 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| dbcr1_iac12m_latch | tri_rlmlatch_p_8246 | 119 | 119 | 0 | 0 | 1 | 0 | 0 | 0 | +| dbcr1_iac34m_latch | tri_rlmlatch_p_8247 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| dbcr3_ivc_latch | tri_rlmlatch_p_8248 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| dbell_int_latch | tri_rlmlatch_p_8249 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| dbg_event_en_latch | tri_rlmlatch_p_8250 | 35 | 35 | 0 | 0 | 1 | 0 | 0 | 0 | +| dbg_int_en_latch | tri_rlmlatch_p_8251 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| dbsr_int_latch | tri_rlmlatch_p_8252 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| dec_int_latch | tri_rlmlatch_p_8253 | 3 | 3 | 0 | 0 | 1 | 0 | 0 | 0 | +| dp_cp_bus_snoop_hold_req_latch | tri_rlmlatch_p_8254 | 3 | 3 | 0 | 0 | 1 | 0 | 0 | 0 | +| dp_cp_hold_req_latch | tri_rlmlatch_p_8255 | 3 | 3 | 0 | 0 | 1 | 0 | 0 | 0 | +| eheir_val_latch | tri_rlmlatch_p_8256 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| epcr_dsigs_latch | tri_rlmlatch_p_8257 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| epcr_dtlbgs_latch | tri_rlmlatch_p_8258 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| epcr_duvd_latch | tri_rlmlatch_p_8259 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| epcr_extgs_latch | tri_rlmlatch_p_8260 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| epcr_gicm_latch | tri_rlmlatch_p_8261 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| epcr_icm_latch | tri_rlmlatch_p_8262 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| epcr_isigs_latch | tri_rlmlatch_p_8263 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| epcr_itlbgs_latch | tri_rlmlatch_p_8264 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ext_dbg_act_err_latch | tri_rlmlatch_p_8265 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ext_dbg_stop_latch | tri_rlmlatch_p_8266 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| ext_int_latch | tri_rlmlatch_p_8267 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| external_mchk_latch | tri_rlmlatch_p_8268 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| fex_int_latch | tri_rlmlatch_p_8269 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| fit_int_latch | tri_rlmlatch_p_8270 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| flush_delay_latch | tri_rlmreg_p__parameterized2_8271 | 40 | 40 | 0 | 0 | 2 | 0 | 0 | 0 | +| flush_hold_latch | tri_rlmreg_p__parameterized2_8272 | 96 | 96 | 0 | 0 | 2 | 0 | 0 | 0 | +| gcdbell_int_latch | tri_rlmlatch_p_8273 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| gdbell_int_latch | tri_rlmlatch_p_8274 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| gdec_int_latch | tri_rlmlatch_p_8275 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| gfit_int_latch | tri_rlmlatch_p_8276 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| gmcdbell_int_latch | tri_rlmlatch_p_8277 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| gwdog_int_latch | tri_rlmlatch_p_8278 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| iac1_en_latch | tri_rlmlatch_p_8279 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| iac2_en_latch | tri_rlmlatch_p_8280 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| iac3_en_latch | tri_rlmlatch_p_8281 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| iac4_en_latch | tri_rlmlatch_p_8282 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| iu6_i0_async_block_latch | tri_rlmlatch_p_8283 | 5 | 5 | 0 | 0 | 1 | 0 | 0 | 0 | +| iu6_i0_bp_pred_latch | tri_rlmlatch_p_8284 | 5 | 5 | 0 | 0 | 1 | 0 | 0 | 0 | +| iu6_i0_dispatched_latch | tri_rlmlatch_p_8285 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| iu6_i0_error_latch | tri_rlmreg_p__parameterized5_8286 | 136 | 136 | 0 | 0 | 3 | 0 | 0 | 0 | +| iu6_i0_fuse_nop_latch | tri_rlmlatch_p_8287 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| iu6_i0_ifar_latch | tri_rlmreg_p__parameterized8_8288 | 10 | 10 | 0 | 0 | 20 | 0 | 0 | 0 | +| iu6_i0_is_attn_latch | tri_rlmlatch_p_8289 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| iu6_i0_is_br_latch | tri_rlmlatch_p_8290 | 5 | 5 | 0 | 0 | 1 | 0 | 0 | 0 | +| iu6_i0_is_dcr_ill_latch | tri_rlmlatch_p_8291 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| iu6_i0_is_ehpriv_latch | tri_rlmlatch_p_8292 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| iu6_i0_is_folded_latch | tri_rlmlatch_p_8293 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| iu6_i0_is_isync_latch | tri_rlmlatch_p_8294 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| iu6_i0_is_np1_flush_latch | tri_rlmlatch_p_8295 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| iu6_i0_is_rfci_latch | tri_rlmlatch_p_8296 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| iu6_i0_is_rfgi_latch | tri_rlmlatch_p_8297 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| iu6_i0_is_rfi_latch | tri_rlmlatch_p_8298 | 3 | 3 | 0 | 0 | 1 | 0 | 0 | 0 | +| iu6_i0_is_rfmci_latch | tri_rlmlatch_p_8299 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| iu6_i0_is_sc_hyp_latch | tri_rlmlatch_p_8300 | 19 | 19 | 0 | 0 | 1 | 0 | 0 | 0 | +| iu6_i0_is_sc_ill_latch | tri_rlmlatch_p_8301 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| iu6_i0_is_sc_latch | tri_rlmlatch_p_8302 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| iu6_i0_isram_latch | tri_rlmlatch_p_8303 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| iu6_i0_itag_latch | tri_rlmreg_p__parameterized0_8304 | 410 | 410 | 0 | 0 | 6 | 0 | 0 | 0 | +| iu6_i0_match_latch | tri_rlmlatch_p_8305 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| iu6_i0_rollover_latch | tri_rlmlatch_p_8306 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| iu6_i0_ucode_latch | tri_rlmreg_p__parameterized5_8307 | 52 | 52 | 0 | 0 | 3 | 0 | 0 | 0 | +| iu6_i0_valop_latch | tri_rlmlatch_p_8308 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| iu6_i1_async_block_latch | tri_rlmlatch_p_8309 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| iu6_i1_bp_pred_latch | tri_rlmlatch_p_8310 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| iu6_i1_dispatched_latch | tri_rlmlatch_p_8311 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| iu6_i1_error_latch | tri_rlmreg_p__parameterized5_8312 | 48 | 48 | 0 | 0 | 3 | 0 | 0 | 0 | +| iu6_i1_fuse_nop_latch | tri_rlmlatch_p_8313 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| iu6_i1_ifar_latch | tri_rlmreg_p__parameterized8_8314 | 12 | 12 | 0 | 0 | 20 | 0 | 0 | 0 | +| iu6_i1_is_attn_latch | tri_rlmlatch_p_8315 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| iu6_i1_is_br_latch | tri_rlmlatch_p_8316 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| iu6_i1_is_dcr_ill_latch | tri_rlmlatch_p_8317 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| iu6_i1_is_ehpriv_latch | tri_rlmlatch_p_8318 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| iu6_i1_is_folded_latch | tri_rlmlatch_p_8319 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| iu6_i1_is_isync_latch | tri_rlmlatch_p_8320 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| iu6_i1_is_np1_flush_latch | tri_rlmlatch_p_8321 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| iu6_i1_is_rfci_latch | tri_rlmlatch_p_8322 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| iu6_i1_is_rfgi_latch | tri_rlmlatch_p_8323 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| iu6_i1_is_rfi_latch | tri_rlmlatch_p_8324 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| iu6_i1_is_rfmci_latch | tri_rlmlatch_p_8325 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| iu6_i1_is_sc_hyp_latch | tri_rlmlatch_p_8326 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| iu6_i1_is_sc_ill_latch | tri_rlmlatch_p_8327 | 4 | 4 | 0 | 0 | 1 | 0 | 0 | 0 | +| iu6_i1_is_sc_latch | tri_rlmlatch_p_8328 | 19 | 19 | 0 | 0 | 1 | 0 | 0 | 0 | +| iu6_i1_isram_latch | tri_rlmlatch_p_8329 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| iu6_i1_itag_latch | tri_rlmreg_p__parameterized66_8330 | 414 | 414 | 0 | 0 | 6 | 0 | 0 | 0 | +| iu6_i1_match_latch | tri_rlmlatch_p_8331 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| iu6_i1_rollover_latch | tri_rlmlatch_p_8332 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| iu6_i1_ucode_latch | tri_rlmreg_p__parameterized5_8333 | 10 | 10 | 0 | 0 | 3 | 0 | 0 | 0 | +| iu6_i1_valop_latch | tri_rlmlatch_p_8334 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| iu6_uc_hold_rollover_latch | tri_rlmlatch_p_8335 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| iu7_i0_is_folded_latch | tri_rlmlatch_p_8336 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| iu7_i1_is_folded_latch | tri_rlmlatch_p_8337 | 3 | 3 | 0 | 0 | 1 | 0 | 0 | 0 | +| iu_lq_recirc_val_latch | tri_rlmlatch_p_8338 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| iu_nonspec_latch | tri_rlmlatch_p_8339 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| iu_pc_step_done_latch | tri_rlmlatch_p_8340 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| iu_xu_cp3_rfci_latch | tri_rlmlatch_p_8341 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| iu_xu_cp3_rfgi_latch | tri_rlmlatch_p_8342 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| iu_xu_cp3_rfi_latch | tri_rlmlatch_p_8343 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| iu_xu_cp3_rfmci_latch | tri_rlmlatch_p_8344 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| iu_xu_cp4_rfci_latch | tri_rlmlatch_p_8345 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| iu_xu_cp4_rfgi_latch | tri_rlmlatch_p_8346 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| iu_xu_cp4_rfi_latch | tri_rlmlatch_p_8347 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| iu_xu_cp4_rfmci_latch | tri_rlmlatch_p_8348 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| lq0_dacr_type_latch | tri_rlmlatch_p_8349 | 4 | 4 | 0 | 0 | 1 | 0 | 0 | 0 | +| lq0_dacrw_latch | tri_rlmreg_p__parameterized9_8350 | 6 | 6 | 0 | 0 | 4 | 0 | 0 | 0 | +| lq0_eff_addr_latch | tri_rlmreg_p__parameterized33_8351 | 65 | 65 | 0 | 0 | 64 | 0 | 0 | 0 | +| lq0_exception_latch | tri_rlmreg_p__parameterized0_8352 | 26 | 26 | 0 | 0 | 6 | 0 | 0 | 0 | +| lq0_exception_val_latch | tri_rlmlatch_p_8353 | 13 | 13 | 0 | 0 | 1 | 0 | 0 | 0 | +| lq0_execute_vld_latch | tri_rlmlatch_p_8354 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| lq0_flush2ucode_latch | tri_rlmlatch_p_8355 | 32 | 32 | 0 | 0 | 1 | 0 | 0 | 0 | +| lq0_flush2ucode_type_latch | tri_rlmlatch_p_8356 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| lq0_instr_latch | tri_rlmreg_p__parameterized17_8357 | 0 | 0 | 0 | 0 | 32 | 0 | 0 | 0 | +| lq0_itag_latch | tri_rlmreg_p__parameterized13_8358 | 383 | 383 | 0 | 0 | 7 | 0 | 0 | 0 | +| lq0_n_flush_latch | tri_rlmlatch_p_8359 | 11 | 11 | 0 | 0 | 1 | 0 | 0 | 0 | +| lq0_np1_flush_latch | tri_rlmlatch_p_8360 | 15 | 15 | 0 | 0 | 1 | 0 | 0 | 0 | +| lq0_recirc_val_latch | tri_rlmlatch_p_8361 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| lq1_dacr_type_latch | tri_rlmlatch_p_8362 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| lq1_dacrw_latch | tri_rlmreg_p__parameterized9_8363 | 3 | 3 | 0 | 0 | 4 | 0 | 0 | 0 | +| lq1_exception_latch | tri_rlmreg_p__parameterized0_8364 | 2 | 2 | 0 | 0 | 3 | 0 | 0 | 0 | +| lq1_exception_val_latch | tri_rlmlatch_p_8365 | 17 | 17 | 0 | 0 | 1 | 0 | 0 | 0 | +| lq1_execute_vld_latch | tri_rlmlatch_p_8366 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| lq1_itag_latch | tri_rlmreg_p__parameterized13_8367 | 223 | 223 | 0 | 0 | 6 | 0 | 0 | 0 | +| lq1_n_flush_latch | tri_rlmlatch_p_8368 | 46 | 46 | 0 | 0 | 1 | 0 | 0 | 0 | +| lq1_np1_flush_latch | tri_rlmlatch_p_8369 | 8 | 8 | 0 | 0 | 1 | 0 | 0 | 0 | +| mmu_mode_latch | tri_rlmlatch_p_8370 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| msr_cm_latch | tri_rlmlatch_p_8371 | 104 | 104 | 0 | 0 | 1 | 0 | 0 | 0 | +| msr_cm_noact_latch | tri_rlmlatch_p_8372 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| msr_de_latch | tri_rlmlatch_p_8373 | 5 | 5 | 0 | 0 | 1 | 0 | 0 | 0 | +| msr_gs_latch | tri_rlmlatch_p_8374 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| msr_me_latch | tri_rlmlatch_p_8375 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| msr_pr_latch | tri_rlmlatch_p_8376 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| pc_iu_dbg_action_latch | tri_rlmreg_p__parameterized5_8377 | 3 | 3 | 0 | 0 | 3 | 0 | 0 | 0 | +| pc_iu_init_reset_latch | tri_rlmlatch_p_8378 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| pc_iu_ram_flush_thread_latch | tri_rlmlatch_p_8379 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| pc_iu_step_latch | tri_rlmlatch_p_8380 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| pc_iu_stop_latch | tri_rlmlatch_p__parameterized1_8381 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| pc_stop_hold_latch | tri_rlmlatch_p_8382 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| perf_int_latch | tri_rlmlatch_p_8383 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| select_reset_latch | tri_rlmlatch_p_8384 | 53 | 53 | 0 | 0 | 1 | 0 | 0 | 0 | +| spr_iac1_latch | tri_rlmreg_p__parameterized40_8385 | 0 | 0 | 0 | 0 | 62 | 0 | 0 | 0 | +| spr_iac2_latch | tri_rlmreg_p__parameterized40_8386 | 132 | 132 | 0 | 0 | 62 | 0 | 0 | 0 | +| spr_iac3_latch | tri_rlmreg_p__parameterized40_8387 | 62 | 62 | 0 | 0 | 62 | 0 | 0 | 0 | +| spr_iac4_latch | tri_rlmreg_p__parameterized40_8388 | 361 | 361 | 0 | 0 | 62 | 0 | 0 | 0 | +| udec_int_latch | tri_rlmlatch_p_8389 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| wdog_int_latch | tri_rlmlatch_p_8390 | 3 | 3 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[0].cp1_async_block_latch | tri_rlmlatch_p_8391 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[0].cp1_axu_excvec_latch | tri_rlmreg_p__parameterized9_8392 | 0 | 0 | 0 | 0 | 2 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[0].cp1_axu_excvec_val_latch | tri_rlmlatch_p_8393 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[0].cp1_bp_pred_latch | tri_rlmlatch_p_8394 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[0].cp1_br_miss_latch | tri_rlmlatch_p_8395 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[0].cp1_br_pred_latch | tri_rlmlatch_p_8396 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[0].cp1_db_events_latch | tri_rlmreg_p__parameterized204_8397 | 29 | 29 | 0 | 0 | 18 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[0].cp1_is_br_latch | tri_rlmlatch_p_8398 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[0].cp1_iu_excvec_latch | tri_rlmreg_p__parameterized9_8399 | 4 | 4 | 0 | 0 | 4 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[0].cp1_iu_excvec_val_latch | tri_rlmlatch_p_8400 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[0].cp1_lq_excvec_latch | tri_rlmreg_p__parameterized0_8401 | 0 | 0 | 0 | 0 | 6 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[0].cp1_lq_excvec_val_latch | tri_rlmlatch_p_8402 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[0].cp1_recirc_vld_latch | tri_rlmlatch_p_8403 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[0].cp1_xu_excvec_latch | tri_rlmreg_p__parameterized4_8404 | 0 | 0 | 0 | 0 | 5 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[0].cp1_xu_excvec_val_latch | tri_rlmlatch_p_8405 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[10].cp1_async_block_latch | tri_rlmlatch_p_8406 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[10].cp1_axu_excvec_latch | tri_rlmreg_p__parameterized9_8407 | 0 | 0 | 0 | 0 | 2 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[10].cp1_axu_excvec_val_latch | tri_rlmlatch_p_8408 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[10].cp1_bp_pred_latch | tri_rlmlatch_p_8409 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[10].cp1_br_miss_latch | tri_rlmlatch_p_8410 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[10].cp1_br_pred_latch | tri_rlmlatch_p_8411 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[10].cp1_db_events_latch | tri_rlmreg_p__parameterized204_8412 | 15 | 15 | 0 | 0 | 18 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[10].cp1_is_br_latch | tri_rlmlatch_p_8413 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[10].cp1_iu_excvec_latch | tri_rlmreg_p__parameterized9_8414 | 4 | 4 | 0 | 0 | 4 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[10].cp1_iu_excvec_val_latch | tri_rlmlatch_p_8415 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[10].cp1_lq_excvec_latch | tri_rlmreg_p__parameterized0_8416 | 0 | 0 | 0 | 0 | 6 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[10].cp1_lq_excvec_val_latch | tri_rlmlatch_p_8417 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[10].cp1_recirc_vld_latch | tri_rlmlatch_p_8418 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[10].cp1_xu_excvec_latch | tri_rlmreg_p__parameterized4_8419 | 0 | 0 | 0 | 0 | 5 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[10].cp1_xu_excvec_val_latch | tri_rlmlatch_p_8420 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[11].cp1_async_block_latch | tri_rlmlatch_p_8421 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[11].cp1_axu_excvec_latch | tri_rlmreg_p__parameterized9_8422 | 0 | 0 | 0 | 0 | 2 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[11].cp1_axu_excvec_val_latch | tri_rlmlatch_p_8423 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[11].cp1_bp_pred_latch | tri_rlmlatch_p_8424 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[11].cp1_br_miss_latch | tri_rlmlatch_p_8425 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[11].cp1_br_pred_latch | tri_rlmlatch_p_8426 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[11].cp1_db_events_latch | tri_rlmreg_p__parameterized204_8427 | 20 | 20 | 0 | 0 | 18 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[11].cp1_is_br_latch | tri_rlmlatch_p_8428 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[11].cp1_iu_excvec_latch | tri_rlmreg_p__parameterized9_8429 | 4 | 4 | 0 | 0 | 4 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[11].cp1_iu_excvec_val_latch | tri_rlmlatch_p_8430 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[11].cp1_lq_excvec_latch | tri_rlmreg_p__parameterized0_8431 | 0 | 0 | 0 | 0 | 6 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[11].cp1_lq_excvec_val_latch | tri_rlmlatch_p_8432 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[11].cp1_recirc_vld_latch | tri_rlmlatch_p_8433 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[11].cp1_xu_excvec_latch | tri_rlmreg_p__parameterized4_8434 | 0 | 0 | 0 | 0 | 5 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[11].cp1_xu_excvec_val_latch | tri_rlmlatch_p_8435 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[12].cp1_async_block_latch | tri_rlmlatch_p_8436 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[12].cp1_axu_excvec_latch | tri_rlmreg_p__parameterized9_8437 | 0 | 0 | 0 | 0 | 2 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[12].cp1_axu_excvec_val_latch | tri_rlmlatch_p_8438 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[12].cp1_bp_pred_latch | tri_rlmlatch_p_8439 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[12].cp1_br_miss_latch | tri_rlmlatch_p_8440 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[12].cp1_br_pred_latch | tri_rlmlatch_p_8441 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[12].cp1_db_events_latch | tri_rlmreg_p__parameterized204_8442 | 31 | 31 | 0 | 0 | 18 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[12].cp1_is_br_latch | tri_rlmlatch_p_8443 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[12].cp1_iu_excvec_latch | tri_rlmreg_p__parameterized9_8444 | 4 | 4 | 0 | 0 | 4 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[12].cp1_iu_excvec_val_latch | tri_rlmlatch_p_8445 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[12].cp1_lq_excvec_latch | tri_rlmreg_p__parameterized0_8446 | 0 | 0 | 0 | 0 | 6 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[12].cp1_lq_excvec_val_latch | tri_rlmlatch_p_8447 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[12].cp1_recirc_vld_latch | tri_rlmlatch_p_8448 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[12].cp1_xu_excvec_latch | tri_rlmreg_p__parameterized4_8449 | 8 | 8 | 0 | 0 | 5 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[12].cp1_xu_excvec_val_latch | tri_rlmlatch_p_8450 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[13].cp1_async_block_latch | tri_rlmlatch_p_8451 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[13].cp1_axu_excvec_latch | tri_rlmreg_p__parameterized9_8452 | 0 | 0 | 0 | 0 | 2 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[13].cp1_axu_excvec_val_latch | tri_rlmlatch_p_8453 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[13].cp1_bp_pred_latch | tri_rlmlatch_p_8454 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[13].cp1_br_miss_latch | tri_rlmlatch_p_8455 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[13].cp1_br_pred_latch | tri_rlmlatch_p_8456 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[13].cp1_db_events_latch | tri_rlmreg_p__parameterized204_8457 | 28 | 28 | 0 | 0 | 18 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[13].cp1_is_br_latch | tri_rlmlatch_p_8458 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[13].cp1_iu_excvec_latch | tri_rlmreg_p__parameterized9_8459 | 4 | 4 | 0 | 0 | 4 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[13].cp1_iu_excvec_val_latch | tri_rlmlatch_p_8460 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[13].cp1_lq_excvec_latch | tri_rlmreg_p__parameterized0_8461 | 0 | 0 | 0 | 0 | 6 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[13].cp1_lq_excvec_val_latch | tri_rlmlatch_p_8462 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[13].cp1_recirc_vld_latch | tri_rlmlatch_p_8463 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[13].cp1_xu_excvec_latch | tri_rlmreg_p__parameterized4_8464 | 6 | 6 | 0 | 0 | 5 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[13].cp1_xu_excvec_val_latch | tri_rlmlatch_p_8465 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[14].cp1_async_block_latch | tri_rlmlatch_p_8466 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[14].cp1_axu_excvec_latch | tri_rlmreg_p__parameterized9_8467 | 0 | 0 | 0 | 0 | 2 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[14].cp1_axu_excvec_val_latch | tri_rlmlatch_p_8468 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[14].cp1_bp_pred_latch | tri_rlmlatch_p_8469 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[14].cp1_br_miss_latch | tri_rlmlatch_p_8470 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[14].cp1_br_pred_latch | tri_rlmlatch_p_8471 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[14].cp1_db_events_latch | tri_rlmreg_p__parameterized204_8472 | 27 | 27 | 0 | 0 | 18 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[14].cp1_is_br_latch | tri_rlmlatch_p_8473 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[14].cp1_iu_excvec_latch | tri_rlmreg_p__parameterized9_8474 | 4 | 4 | 0 | 0 | 4 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[14].cp1_iu_excvec_val_latch | tri_rlmlatch_p_8475 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[14].cp1_lq_excvec_latch | tri_rlmreg_p__parameterized0_8476 | 0 | 0 | 0 | 0 | 6 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[14].cp1_lq_excvec_val_latch | tri_rlmlatch_p_8477 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[14].cp1_recirc_vld_latch | tri_rlmlatch_p_8478 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[14].cp1_xu_excvec_latch | tri_rlmreg_p__parameterized4_8479 | 0 | 0 | 0 | 0 | 5 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[14].cp1_xu_excvec_val_latch | tri_rlmlatch_p_8480 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[15].cp1_async_block_latch | tri_rlmlatch_p_8481 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[15].cp1_axu_excvec_latch | tri_rlmreg_p__parameterized9_8482 | 0 | 0 | 0 | 0 | 2 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[15].cp1_axu_excvec_val_latch | tri_rlmlatch_p_8483 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[15].cp1_bp_pred_latch | tri_rlmlatch_p_8484 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[15].cp1_br_miss_latch | tri_rlmlatch_p_8485 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[15].cp1_br_pred_latch | tri_rlmlatch_p_8486 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[15].cp1_db_events_latch | tri_rlmreg_p__parameterized204_8487 | 33 | 33 | 0 | 0 | 18 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[15].cp1_is_br_latch | tri_rlmlatch_p_8488 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[15].cp1_iu_excvec_latch | tri_rlmreg_p__parameterized9_8489 | 4 | 4 | 0 | 0 | 4 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[15].cp1_iu_excvec_val_latch | tri_rlmlatch_p_8490 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[15].cp1_lq_excvec_latch | tri_rlmreg_p__parameterized0_8491 | 0 | 0 | 0 | 0 | 6 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[15].cp1_lq_excvec_val_latch | tri_rlmlatch_p_8492 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[15].cp1_recirc_vld_latch | tri_rlmlatch_p_8493 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[15].cp1_xu_excvec_latch | tri_rlmreg_p__parameterized4_8494 | 0 | 0 | 0 | 0 | 5 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[15].cp1_xu_excvec_val_latch | tri_rlmlatch_p_8495 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[16].cp1_async_block_latch | tri_rlmlatch_p_8496 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[16].cp1_axu_excvec_latch | tri_rlmreg_p__parameterized9_8497 | 0 | 0 | 0 | 0 | 2 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[16].cp1_axu_excvec_val_latch | tri_rlmlatch_p_8498 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[16].cp1_bp_pred_latch | tri_rlmlatch_p_8499 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[16].cp1_br_miss_latch | tri_rlmlatch_p_8500 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[16].cp1_br_pred_latch | tri_rlmlatch_p_8501 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[16].cp1_db_events_latch | tri_rlmreg_p__parameterized204_8502 | 18 | 18 | 0 | 0 | 18 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[16].cp1_is_br_latch | tri_rlmlatch_p_8503 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[16].cp1_iu_excvec_latch | tri_rlmreg_p__parameterized9_8504 | 4 | 4 | 0 | 0 | 4 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[16].cp1_iu_excvec_val_latch | tri_rlmlatch_p_8505 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[16].cp1_lq_excvec_latch | tri_rlmreg_p__parameterized0_8506 | 0 | 0 | 0 | 0 | 6 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[16].cp1_lq_excvec_val_latch | tri_rlmlatch_p_8507 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[16].cp1_recirc_vld_latch | tri_rlmlatch_p_8508 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[16].cp1_xu_excvec_latch | tri_rlmreg_p__parameterized4_8509 | 0 | 0 | 0 | 0 | 5 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[16].cp1_xu_excvec_val_latch | tri_rlmlatch_p_8510 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[17].cp1_async_block_latch | tri_rlmlatch_p_8511 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[17].cp1_axu_excvec_latch | tri_rlmreg_p__parameterized9_8512 | 0 | 0 | 0 | 0 | 2 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[17].cp1_axu_excvec_val_latch | tri_rlmlatch_p_8513 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[17].cp1_bp_pred_latch | tri_rlmlatch_p_8514 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[17].cp1_br_miss_latch | tri_rlmlatch_p_8515 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[17].cp1_br_pred_latch | tri_rlmlatch_p_8516 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[17].cp1_db_events_latch | tri_rlmreg_p__parameterized204_8517 | 15 | 15 | 0 | 0 | 18 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[17].cp1_is_br_latch | tri_rlmlatch_p_8518 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[17].cp1_iu_excvec_latch | tri_rlmreg_p__parameterized9_8519 | 4 | 4 | 0 | 0 | 4 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[17].cp1_iu_excvec_val_latch | tri_rlmlatch_p_8520 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[17].cp1_lq_excvec_latch | tri_rlmreg_p__parameterized0_8521 | 0 | 0 | 0 | 0 | 6 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[17].cp1_lq_excvec_val_latch | tri_rlmlatch_p_8522 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[17].cp1_recirc_vld_latch | tri_rlmlatch_p_8523 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[17].cp1_xu_excvec_latch | tri_rlmreg_p__parameterized4_8524 | 0 | 0 | 0 | 0 | 5 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[17].cp1_xu_excvec_val_latch | tri_rlmlatch_p_8525 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[18].cp1_async_block_latch | tri_rlmlatch_p_8526 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[18].cp1_axu_excvec_latch | tri_rlmreg_p__parameterized9_8527 | 0 | 0 | 0 | 0 | 2 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[18].cp1_axu_excvec_val_latch | tri_rlmlatch_p_8528 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[18].cp1_bp_pred_latch | tri_rlmlatch_p_8529 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[18].cp1_br_miss_latch | tri_rlmlatch_p_8530 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[18].cp1_br_pred_latch | tri_rlmlatch_p_8531 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[18].cp1_db_events_latch | tri_rlmreg_p__parameterized204_8532 | 26 | 26 | 0 | 0 | 18 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[18].cp1_is_br_latch | tri_rlmlatch_p_8533 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[18].cp1_iu_excvec_latch | tri_rlmreg_p__parameterized9_8534 | 4 | 4 | 0 | 0 | 4 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[18].cp1_iu_excvec_val_latch | tri_rlmlatch_p_8535 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[18].cp1_lq_excvec_latch | tri_rlmreg_p__parameterized0_8536 | 0 | 0 | 0 | 0 | 6 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[18].cp1_lq_excvec_val_latch | tri_rlmlatch_p_8537 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[18].cp1_recirc_vld_latch | tri_rlmlatch_p_8538 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[18].cp1_xu_excvec_latch | tri_rlmreg_p__parameterized4_8539 | 0 | 0 | 0 | 0 | 5 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[18].cp1_xu_excvec_val_latch | tri_rlmlatch_p_8540 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[19].cp1_async_block_latch | tri_rlmlatch_p_8541 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[19].cp1_axu_excvec_latch | tri_rlmreg_p__parameterized9_8542 | 0 | 0 | 0 | 0 | 2 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[19].cp1_axu_excvec_val_latch | tri_rlmlatch_p_8543 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[19].cp1_bp_pred_latch | tri_rlmlatch_p_8544 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[19].cp1_br_miss_latch | tri_rlmlatch_p_8545 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[19].cp1_br_pred_latch | tri_rlmlatch_p_8546 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[19].cp1_db_events_latch | tri_rlmreg_p__parameterized204_8547 | 32 | 32 | 0 | 0 | 18 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[19].cp1_is_br_latch | tri_rlmlatch_p_8548 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[19].cp1_iu_excvec_latch | tri_rlmreg_p__parameterized9_8549 | 4 | 4 | 0 | 0 | 4 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[19].cp1_iu_excvec_val_latch | tri_rlmlatch_p_8550 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[19].cp1_lq_excvec_latch | tri_rlmreg_p__parameterized0_8551 | 0 | 0 | 0 | 0 | 6 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[19].cp1_lq_excvec_val_latch | tri_rlmlatch_p_8552 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[19].cp1_recirc_vld_latch | tri_rlmlatch_p_8553 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[19].cp1_xu_excvec_latch | tri_rlmreg_p__parameterized4_8554 | 6 | 6 | 0 | 0 | 5 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[19].cp1_xu_excvec_val_latch | tri_rlmlatch_p_8555 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[1].cp1_async_block_latch | tri_rlmlatch_p_8556 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[1].cp1_axu_excvec_latch | tri_rlmreg_p__parameterized9_8557 | 0 | 0 | 0 | 0 | 2 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[1].cp1_axu_excvec_val_latch | tri_rlmlatch_p_8558 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[1].cp1_bp_pred_latch | tri_rlmlatch_p_8559 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[1].cp1_br_miss_latch | tri_rlmlatch_p_8560 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[1].cp1_br_pred_latch | tri_rlmlatch_p_8561 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[1].cp1_db_events_latch | tri_rlmreg_p__parameterized204_8562 | 26 | 26 | 0 | 0 | 18 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[1].cp1_is_br_latch | tri_rlmlatch_p_8563 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[1].cp1_iu_excvec_latch | tri_rlmreg_p__parameterized9_8564 | 4 | 4 | 0 | 0 | 4 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[1].cp1_iu_excvec_val_latch | tri_rlmlatch_p_8565 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[1].cp1_lq_excvec_latch | tri_rlmreg_p__parameterized0_8566 | 0 | 0 | 0 | 0 | 6 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[1].cp1_lq_excvec_val_latch | tri_rlmlatch_p_8567 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[1].cp1_recirc_vld_latch | tri_rlmlatch_p_8568 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[1].cp1_xu_excvec_latch | tri_rlmreg_p__parameterized4_8569 | 0 | 0 | 0 | 0 | 5 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[1].cp1_xu_excvec_val_latch | tri_rlmlatch_p_8570 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[20].cp1_async_block_latch | tri_rlmlatch_p_8571 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[20].cp1_axu_excvec_latch | tri_rlmreg_p__parameterized9_8572 | 0 | 0 | 0 | 0 | 2 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[20].cp1_axu_excvec_val_latch | tri_rlmlatch_p_8573 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[20].cp1_bp_pred_latch | tri_rlmlatch_p_8574 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[20].cp1_br_miss_latch | tri_rlmlatch_p_8575 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[20].cp1_br_pred_latch | tri_rlmlatch_p_8576 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[20].cp1_db_events_latch | tri_rlmreg_p__parameterized204_8577 | 18 | 18 | 0 | 0 | 18 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[20].cp1_is_br_latch | tri_rlmlatch_p_8578 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[20].cp1_iu_excvec_latch | tri_rlmreg_p__parameterized9_8579 | 4 | 4 | 0 | 0 | 4 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[20].cp1_iu_excvec_val_latch | tri_rlmlatch_p_8580 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[20].cp1_lq_excvec_latch | tri_rlmreg_p__parameterized0_8581 | 0 | 0 | 0 | 0 | 6 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[20].cp1_lq_excvec_val_latch | tri_rlmlatch_p_8582 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[20].cp1_recirc_vld_latch | tri_rlmlatch_p_8583 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[20].cp1_xu_excvec_latch | tri_rlmreg_p__parameterized4_8584 | 0 | 0 | 0 | 0 | 5 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[20].cp1_xu_excvec_val_latch | tri_rlmlatch_p_8585 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[21].cp1_async_block_latch | tri_rlmlatch_p_8586 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[21].cp1_axu_excvec_latch | tri_rlmreg_p__parameterized9_8587 | 0 | 0 | 0 | 0 | 2 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[21].cp1_axu_excvec_val_latch | tri_rlmlatch_p_8588 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[21].cp1_bp_pred_latch | tri_rlmlatch_p_8589 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[21].cp1_br_miss_latch | tri_rlmlatch_p_8590 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[21].cp1_br_pred_latch | tri_rlmlatch_p_8591 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[21].cp1_db_events_latch | tri_rlmreg_p__parameterized204_8592 | 14 | 14 | 0 | 0 | 18 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[21].cp1_is_br_latch | tri_rlmlatch_p_8593 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[21].cp1_iu_excvec_latch | tri_rlmreg_p__parameterized9_8594 | 4 | 4 | 0 | 0 | 4 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[21].cp1_iu_excvec_val_latch | tri_rlmlatch_p_8595 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[21].cp1_lq_excvec_latch | tri_rlmreg_p__parameterized0_8596 | 0 | 0 | 0 | 0 | 6 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[21].cp1_lq_excvec_val_latch | tri_rlmlatch_p_8597 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[21].cp1_recirc_vld_latch | tri_rlmlatch_p_8598 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[21].cp1_xu_excvec_latch | tri_rlmreg_p__parameterized4_8599 | 0 | 0 | 0 | 0 | 5 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[21].cp1_xu_excvec_val_latch | tri_rlmlatch_p_8600 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[22].cp1_async_block_latch | tri_rlmlatch_p_8601 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[22].cp1_axu_excvec_latch | tri_rlmreg_p__parameterized9_8602 | 0 | 0 | 0 | 0 | 2 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[22].cp1_axu_excvec_val_latch | tri_rlmlatch_p_8603 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[22].cp1_bp_pred_latch | tri_rlmlatch_p_8604 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[22].cp1_br_miss_latch | tri_rlmlatch_p_8605 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[22].cp1_br_pred_latch | tri_rlmlatch_p_8606 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[22].cp1_db_events_latch | tri_rlmreg_p__parameterized204_8607 | 29 | 29 | 0 | 0 | 18 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[22].cp1_is_br_latch | tri_rlmlatch_p_8608 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[22].cp1_iu_excvec_latch | tri_rlmreg_p__parameterized9_8609 | 4 | 4 | 0 | 0 | 4 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[22].cp1_iu_excvec_val_latch | tri_rlmlatch_p_8610 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[22].cp1_lq_excvec_latch | tri_rlmreg_p__parameterized0_8611 | 0 | 0 | 0 | 0 | 6 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[22].cp1_lq_excvec_val_latch | tri_rlmlatch_p_8612 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[22].cp1_recirc_vld_latch | tri_rlmlatch_p_8613 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[22].cp1_xu_excvec_latch | tri_rlmreg_p__parameterized4_8614 | 0 | 0 | 0 | 0 | 5 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[22].cp1_xu_excvec_val_latch | tri_rlmlatch_p_8615 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[23].cp1_async_block_latch | tri_rlmlatch_p_8616 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[23].cp1_axu_excvec_latch | tri_rlmreg_p__parameterized9_8617 | 0 | 0 | 0 | 0 | 2 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[23].cp1_axu_excvec_val_latch | tri_rlmlatch_p_8618 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[23].cp1_bp_pred_latch | tri_rlmlatch_p_8619 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[23].cp1_br_miss_latch | tri_rlmlatch_p_8620 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[23].cp1_br_pred_latch | tri_rlmlatch_p_8621 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[23].cp1_db_events_latch | tri_rlmreg_p__parameterized204_8622 | 23 | 23 | 0 | 0 | 18 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[23].cp1_is_br_latch | tri_rlmlatch_p_8623 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[23].cp1_iu_excvec_latch | tri_rlmreg_p__parameterized9_8624 | 4 | 4 | 0 | 0 | 4 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[23].cp1_iu_excvec_val_latch | tri_rlmlatch_p_8625 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[23].cp1_lq_excvec_latch | tri_rlmreg_p__parameterized0_8626 | 0 | 0 | 0 | 0 | 6 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[23].cp1_lq_excvec_val_latch | tri_rlmlatch_p_8627 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[23].cp1_recirc_vld_latch | tri_rlmlatch_p_8628 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[23].cp1_xu_excvec_latch | tri_rlmreg_p__parameterized4_8629 | 0 | 0 | 0 | 0 | 5 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[23].cp1_xu_excvec_val_latch | tri_rlmlatch_p_8630 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[24].cp1_async_block_latch | tri_rlmlatch_p_8631 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[24].cp1_axu_excvec_latch | tri_rlmreg_p__parameterized9_8632 | 0 | 0 | 0 | 0 | 2 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[24].cp1_axu_excvec_val_latch | tri_rlmlatch_p_8633 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[24].cp1_bp_pred_latch | tri_rlmlatch_p_8634 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[24].cp1_br_miss_latch | tri_rlmlatch_p_8635 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[24].cp1_br_pred_latch | tri_rlmlatch_p_8636 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[24].cp1_db_events_latch | tri_rlmreg_p__parameterized204_8637 | 14 | 14 | 0 | 0 | 18 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[24].cp1_is_br_latch | tri_rlmlatch_p_8638 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[24].cp1_iu_excvec_latch | tri_rlmreg_p__parameterized9_8639 | 0 | 0 | 0 | 0 | 4 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[24].cp1_iu_excvec_val_latch | tri_rlmlatch_p_8640 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[24].cp1_lq_excvec_latch | tri_rlmreg_p__parameterized0_8641 | 0 | 0 | 0 | 0 | 6 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[24].cp1_lq_excvec_val_latch | tri_rlmlatch_p_8642 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[24].cp1_recirc_vld_latch | tri_rlmlatch_p_8643 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[24].cp1_xu_excvec_latch | tri_rlmreg_p__parameterized4_8644 | 0 | 0 | 0 | 0 | 5 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[24].cp1_xu_excvec_val_latch | tri_rlmlatch_p_8645 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[25].cp1_async_block_latch | tri_rlmlatch_p_8646 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[25].cp1_axu_excvec_latch | tri_rlmreg_p__parameterized9_8647 | 0 | 0 | 0 | 0 | 2 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[25].cp1_axu_excvec_val_latch | tri_rlmlatch_p_8648 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[25].cp1_bp_pred_latch | tri_rlmlatch_p_8649 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[25].cp1_br_miss_latch | tri_rlmlatch_p_8650 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[25].cp1_br_pred_latch | tri_rlmlatch_p_8651 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[25].cp1_db_events_latch | tri_rlmreg_p__parameterized204_8652 | 12 | 12 | 0 | 0 | 18 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[25].cp1_is_br_latch | tri_rlmlatch_p_8653 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[25].cp1_iu_excvec_latch | tri_rlmreg_p__parameterized9_8654 | 2 | 2 | 0 | 0 | 4 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[25].cp1_iu_excvec_val_latch | tri_rlmlatch_p_8655 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[25].cp1_lq_excvec_latch | tri_rlmreg_p__parameterized0_8656 | 0 | 0 | 0 | 0 | 6 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[25].cp1_lq_excvec_val_latch | tri_rlmlatch_p_8657 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[25].cp1_recirc_vld_latch | tri_rlmlatch_p_8658 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[25].cp1_xu_excvec_latch | tri_rlmreg_p__parameterized4_8659 | 0 | 0 | 0 | 0 | 5 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[25].cp1_xu_excvec_val_latch | tri_rlmlatch_p_8660 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[26].cp1_async_block_latch | tri_rlmlatch_p_8661 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[26].cp1_axu_excvec_latch | tri_rlmreg_p__parameterized9_8662 | 0 | 0 | 0 | 0 | 2 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[26].cp1_axu_excvec_val_latch | tri_rlmlatch_p_8663 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[26].cp1_bp_pred_latch | tri_rlmlatch_p_8664 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[26].cp1_br_miss_latch | tri_rlmlatch_p_8665 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[26].cp1_br_pred_latch | tri_rlmlatch_p_8666 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[26].cp1_db_events_latch | tri_rlmreg_p__parameterized204_8667 | 27 | 27 | 0 | 0 | 18 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[26].cp1_is_br_latch | tri_rlmlatch_p_8668 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[26].cp1_iu_excvec_latch | tri_rlmreg_p__parameterized9_8669 | 2 | 2 | 0 | 0 | 4 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[26].cp1_iu_excvec_val_latch | tri_rlmlatch_p_8670 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[26].cp1_lq_excvec_latch | tri_rlmreg_p__parameterized0_8671 | 0 | 0 | 0 | 0 | 6 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[26].cp1_lq_excvec_val_latch | tri_rlmlatch_p_8672 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[26].cp1_recirc_vld_latch | tri_rlmlatch_p_8673 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[26].cp1_xu_excvec_latch | tri_rlmreg_p__parameterized4_8674 | 0 | 0 | 0 | 0 | 5 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[26].cp1_xu_excvec_val_latch | tri_rlmlatch_p_8675 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[27].cp1_async_block_latch | tri_rlmlatch_p_8676 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[27].cp1_axu_excvec_latch | tri_rlmreg_p__parameterized9_8677 | 0 | 0 | 0 | 0 | 2 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[27].cp1_axu_excvec_val_latch | tri_rlmlatch_p_8678 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[27].cp1_bp_pred_latch | tri_rlmlatch_p_8679 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[27].cp1_br_miss_latch | tri_rlmlatch_p_8680 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[27].cp1_br_pred_latch | tri_rlmlatch_p_8681 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[27].cp1_db_events_latch | tri_rlmreg_p__parameterized204_8682 | 25 | 25 | 0 | 0 | 18 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[27].cp1_is_br_latch | tri_rlmlatch_p_8683 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[27].cp1_iu_excvec_latch | tri_rlmreg_p__parameterized9_8684 | 2 | 2 | 0 | 0 | 4 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[27].cp1_iu_excvec_val_latch | tri_rlmlatch_p_8685 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[27].cp1_lq_excvec_latch | tri_rlmreg_p__parameterized0_8686 | 0 | 0 | 0 | 0 | 6 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[27].cp1_lq_excvec_val_latch | tri_rlmlatch_p_8687 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[27].cp1_recirc_vld_latch | tri_rlmlatch_p_8688 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[27].cp1_xu_excvec_latch | tri_rlmreg_p__parameterized4_8689 | 0 | 0 | 0 | 0 | 5 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[27].cp1_xu_excvec_val_latch | tri_rlmlatch_p_8690 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[28].cp1_async_block_latch | tri_rlmlatch_p_8691 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[28].cp1_axu_excvec_latch | tri_rlmreg_p__parameterized9_8692 | 0 | 0 | 0 | 0 | 2 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[28].cp1_axu_excvec_val_latch | tri_rlmlatch_p_8693 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[28].cp1_bp_pred_latch | tri_rlmlatch_p_8694 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[28].cp1_br_miss_latch | tri_rlmlatch_p_8695 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[28].cp1_br_pred_latch | tri_rlmlatch_p_8696 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[28].cp1_db_events_latch | tri_rlmreg_p__parameterized204_8697 | 12 | 12 | 0 | 0 | 18 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[28].cp1_is_br_latch | tri_rlmlatch_p_8698 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[28].cp1_iu_excvec_latch | tri_rlmreg_p__parameterized9_8699 | 4 | 4 | 0 | 0 | 4 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[28].cp1_iu_excvec_val_latch | tri_rlmlatch_p_8700 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[28].cp1_lq_excvec_latch | tri_rlmreg_p__parameterized0_8701 | 0 | 0 | 0 | 0 | 6 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[28].cp1_lq_excvec_val_latch | tri_rlmlatch_p_8702 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[28].cp1_recirc_vld_latch | tri_rlmlatch_p_8703 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[28].cp1_xu_excvec_latch | tri_rlmreg_p__parameterized4_8704 | 0 | 0 | 0 | 0 | 5 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[28].cp1_xu_excvec_val_latch | tri_rlmlatch_p_8705 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[29].cp1_async_block_latch | tri_rlmlatch_p_8706 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[29].cp1_axu_excvec_latch | tri_rlmreg_p__parameterized9_8707 | 0 | 0 | 0 | 0 | 2 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[29].cp1_axu_excvec_val_latch | tri_rlmlatch_p_8708 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[29].cp1_bp_pred_latch | tri_rlmlatch_p_8709 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[29].cp1_br_miss_latch | tri_rlmlatch_p_8710 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[29].cp1_br_pred_latch | tri_rlmlatch_p_8711 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[29].cp1_db_events_latch | tri_rlmreg_p__parameterized204_8712 | 14 | 14 | 0 | 0 | 18 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[29].cp1_is_br_latch | tri_rlmlatch_p_8713 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[29].cp1_iu_excvec_latch | tri_rlmreg_p__parameterized9_8714 | 2 | 2 | 0 | 0 | 4 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[29].cp1_iu_excvec_val_latch | tri_rlmlatch_p_8715 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[29].cp1_lq_excvec_latch | tri_rlmreg_p__parameterized0_8716 | 0 | 0 | 0 | 0 | 6 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[29].cp1_lq_excvec_val_latch | tri_rlmlatch_p_8717 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[29].cp1_recirc_vld_latch | tri_rlmlatch_p_8718 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[29].cp1_xu_excvec_latch | tri_rlmreg_p__parameterized4_8719 | 0 | 0 | 0 | 0 | 5 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[29].cp1_xu_excvec_val_latch | tri_rlmlatch_p_8720 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[2].cp1_async_block_latch | tri_rlmlatch_p_8721 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[2].cp1_axu_excvec_latch | tri_rlmreg_p__parameterized9_8722 | 0 | 0 | 0 | 0 | 2 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[2].cp1_axu_excvec_val_latch | tri_rlmlatch_p_8723 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[2].cp1_bp_pred_latch | tri_rlmlatch_p_8724 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[2].cp1_br_miss_latch | tri_rlmlatch_p_8725 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[2].cp1_br_pred_latch | tri_rlmlatch_p_8726 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[2].cp1_db_events_latch | tri_rlmreg_p__parameterized204_8727 | 13 | 13 | 0 | 0 | 18 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[2].cp1_is_br_latch | tri_rlmlatch_p_8728 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[2].cp1_iu_excvec_latch | tri_rlmreg_p__parameterized9_8729 | 4 | 4 | 0 | 0 | 4 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[2].cp1_iu_excvec_val_latch | tri_rlmlatch_p_8730 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[2].cp1_lq_excvec_latch | tri_rlmreg_p__parameterized0_8731 | 0 | 0 | 0 | 0 | 6 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[2].cp1_lq_excvec_val_latch | tri_rlmlatch_p_8732 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[2].cp1_recirc_vld_latch | tri_rlmlatch_p_8733 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[2].cp1_xu_excvec_latch | tri_rlmreg_p__parameterized4_8734 | 0 | 0 | 0 | 0 | 5 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[2].cp1_xu_excvec_val_latch | tri_rlmlatch_p_8735 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[30].cp1_async_block_latch | tri_rlmlatch_p_8736 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[30].cp1_axu_excvec_latch | tri_rlmreg_p__parameterized9_8737 | 0 | 0 | 0 | 0 | 2 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[30].cp1_axu_excvec_val_latch | tri_rlmlatch_p_8738 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[30].cp1_bp_pred_latch | tri_rlmlatch_p_8739 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[30].cp1_br_miss_latch | tri_rlmlatch_p_8740 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[30].cp1_br_pred_latch | tri_rlmlatch_p_8741 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[30].cp1_db_events_latch | tri_rlmreg_p__parameterized204_8742 | 28 | 28 | 0 | 0 | 18 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[30].cp1_is_br_latch | tri_rlmlatch_p_8743 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[30].cp1_iu_excvec_latch | tri_rlmreg_p__parameterized9_8744 | 2 | 2 | 0 | 0 | 4 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[30].cp1_iu_excvec_val_latch | tri_rlmlatch_p_8745 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[30].cp1_lq_excvec_latch | tri_rlmreg_p__parameterized0_8746 | 0 | 0 | 0 | 0 | 6 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[30].cp1_lq_excvec_val_latch | tri_rlmlatch_p_8747 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[30].cp1_recirc_vld_latch | tri_rlmlatch_p_8748 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[30].cp1_xu_excvec_latch | tri_rlmreg_p__parameterized4_8749 | 0 | 0 | 0 | 0 | 5 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[30].cp1_xu_excvec_val_latch | tri_rlmlatch_p_8750 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[31].cp1_async_block_latch | tri_rlmlatch_p_8751 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[31].cp1_axu_excvec_latch | tri_rlmreg_p__parameterized9_8752 | 0 | 0 | 0 | 0 | 2 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[31].cp1_axu_excvec_val_latch | tri_rlmlatch_p_8753 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[31].cp1_bp_pred_latch | tri_rlmlatch_p_8754 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[31].cp1_br_miss_latch | tri_rlmlatch_p_8755 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[31].cp1_br_pred_latch | tri_rlmlatch_p_8756 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[31].cp1_db_events_latch | tri_rlmreg_p__parameterized204_8757 | 7 | 7 | 0 | 0 | 18 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[31].cp1_is_br_latch | tri_rlmlatch_p_8758 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[31].cp1_iu_excvec_latch | tri_rlmreg_p__parameterized9_8759 | 4 | 4 | 0 | 0 | 4 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[31].cp1_iu_excvec_val_latch | tri_rlmlatch_p_8760 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[31].cp1_lq_excvec_latch | tri_rlmreg_p__parameterized0_8761 | 0 | 0 | 0 | 0 | 6 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[31].cp1_lq_excvec_val_latch | tri_rlmlatch_p_8762 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[31].cp1_recirc_vld_latch | tri_rlmlatch_p_8763 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[31].cp1_xu_excvec_latch | tri_rlmreg_p__parameterized4_8764 | 0 | 0 | 0 | 0 | 5 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[31].cp1_xu_excvec_val_latch | tri_rlmlatch_p_8765 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[3].cp1_async_block_latch | tri_rlmlatch_p_8766 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[3].cp1_axu_excvec_latch | tri_rlmreg_p__parameterized9_8767 | 0 | 0 | 0 | 0 | 2 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[3].cp1_axu_excvec_val_latch | tri_rlmlatch_p_8768 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[3].cp1_bp_pred_latch | tri_rlmlatch_p_8769 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[3].cp1_br_miss_latch | tri_rlmlatch_p_8770 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[3].cp1_br_pred_latch | tri_rlmlatch_p_8771 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[3].cp1_db_events_latch | tri_rlmreg_p__parameterized204_8772 | 16 | 16 | 0 | 0 | 18 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[3].cp1_is_br_latch | tri_rlmlatch_p_8773 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[3].cp1_iu_excvec_latch | tri_rlmreg_p__parameterized9_8774 | 4 | 4 | 0 | 0 | 4 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[3].cp1_iu_excvec_val_latch | tri_rlmlatch_p_8775 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[3].cp1_lq_excvec_latch | tri_rlmreg_p__parameterized0_8776 | 0 | 0 | 0 | 0 | 6 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[3].cp1_lq_excvec_val_latch | tri_rlmlatch_p_8777 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[3].cp1_recirc_vld_latch | tri_rlmlatch_p_8778 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[3].cp1_xu_excvec_latch | tri_rlmreg_p__parameterized4_8779 | 0 | 0 | 0 | 0 | 5 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[3].cp1_xu_excvec_val_latch | tri_rlmlatch_p_8780 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[4].cp1_async_block_latch | tri_rlmlatch_p_8781 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[4].cp1_axu_excvec_latch | tri_rlmreg_p__parameterized9_8782 | 0 | 0 | 0 | 0 | 2 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[4].cp1_axu_excvec_val_latch | tri_rlmlatch_p_8783 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[4].cp1_bp_pred_latch | tri_rlmlatch_p_8784 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[4].cp1_br_miss_latch | tri_rlmlatch_p_8785 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[4].cp1_br_pred_latch | tri_rlmlatch_p_8786 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[4].cp1_db_events_latch | tri_rlmreg_p__parameterized204_8787 | 14 | 14 | 0 | 0 | 18 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[4].cp1_is_br_latch | tri_rlmlatch_p_8788 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[4].cp1_iu_excvec_latch | tri_rlmreg_p__parameterized9_8789 | 0 | 0 | 0 | 0 | 4 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[4].cp1_iu_excvec_val_latch | tri_rlmlatch_p_8790 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[4].cp1_lq_excvec_latch | tri_rlmreg_p__parameterized0_8791 | 0 | 0 | 0 | 0 | 6 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[4].cp1_lq_excvec_val_latch | tri_rlmlatch_p_8792 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[4].cp1_recirc_vld_latch | tri_rlmlatch_p_8793 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[4].cp1_xu_excvec_latch | tri_rlmreg_p__parameterized4_8794 | 6 | 6 | 0 | 0 | 5 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[4].cp1_xu_excvec_val_latch | tri_rlmlatch_p_8795 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[5].cp1_async_block_latch | tri_rlmlatch_p_8796 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[5].cp1_axu_excvec_latch | tri_rlmreg_p__parameterized9_8797 | 0 | 0 | 0 | 0 | 2 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[5].cp1_axu_excvec_val_latch | tri_rlmlatch_p_8798 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[5].cp1_bp_pred_latch | tri_rlmlatch_p_8799 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[5].cp1_br_miss_latch | tri_rlmlatch_p_8800 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[5].cp1_br_pred_latch | tri_rlmlatch_p_8801 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[5].cp1_db_events_latch | tri_rlmreg_p__parameterized204_8802 | 16 | 16 | 0 | 0 | 18 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[5].cp1_is_br_latch | tri_rlmlatch_p_8803 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[5].cp1_iu_excvec_latch | tri_rlmreg_p__parameterized9_8804 | 4 | 4 | 0 | 0 | 4 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[5].cp1_iu_excvec_val_latch | tri_rlmlatch_p_8805 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[5].cp1_lq_excvec_latch | tri_rlmreg_p__parameterized0_8806 | 0 | 0 | 0 | 0 | 6 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[5].cp1_lq_excvec_val_latch | tri_rlmlatch_p_8807 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[5].cp1_recirc_vld_latch | tri_rlmlatch_p_8808 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[5].cp1_xu_excvec_latch | tri_rlmreg_p__parameterized4_8809 | 6 | 6 | 0 | 0 | 5 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[5].cp1_xu_excvec_val_latch | tri_rlmlatch_p_8810 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[6].cp1_async_block_latch | tri_rlmlatch_p_8811 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[6].cp1_axu_excvec_latch | tri_rlmreg_p__parameterized9_8812 | 0 | 0 | 0 | 0 | 2 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[6].cp1_axu_excvec_val_latch | tri_rlmlatch_p_8813 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[6].cp1_bp_pred_latch | tri_rlmlatch_p_8814 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[6].cp1_br_miss_latch | tri_rlmlatch_p_8815 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[6].cp1_br_pred_latch | tri_rlmlatch_p_8816 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[6].cp1_db_events_latch | tri_rlmreg_p__parameterized204_8817 | 27 | 27 | 0 | 0 | 18 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[6].cp1_is_br_latch | tri_rlmlatch_p_8818 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[6].cp1_iu_excvec_latch | tri_rlmreg_p__parameterized9_8819 | 4 | 4 | 0 | 0 | 4 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[6].cp1_iu_excvec_val_latch | tri_rlmlatch_p_8820 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[6].cp1_lq_excvec_latch | tri_rlmreg_p__parameterized0_8821 | 0 | 0 | 0 | 0 | 6 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[6].cp1_lq_excvec_val_latch | tri_rlmlatch_p_8822 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[6].cp1_recirc_vld_latch | tri_rlmlatch_p_8823 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[6].cp1_xu_excvec_latch | tri_rlmreg_p__parameterized4_8824 | 0 | 0 | 0 | 0 | 5 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[6].cp1_xu_excvec_val_latch | tri_rlmlatch_p_8825 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[7].cp1_async_block_latch | tri_rlmlatch_p_8826 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[7].cp1_axu_excvec_latch | tri_rlmreg_p__parameterized9_8827 | 0 | 0 | 0 | 0 | 2 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[7].cp1_axu_excvec_val_latch | tri_rlmlatch_p_8828 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[7].cp1_bp_pred_latch | tri_rlmlatch_p_8829 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[7].cp1_br_miss_latch | tri_rlmlatch_p_8830 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[7].cp1_br_pred_latch | tri_rlmlatch_p_8831 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[7].cp1_db_events_latch | tri_rlmreg_p__parameterized204_8832 | 28 | 28 | 0 | 0 | 18 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[7].cp1_is_br_latch | tri_rlmlatch_p_8833 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[7].cp1_iu_excvec_latch | tri_rlmreg_p__parameterized9_8834 | 4 | 4 | 0 | 0 | 4 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[7].cp1_iu_excvec_val_latch | tri_rlmlatch_p_8835 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[7].cp1_lq_excvec_latch | tri_rlmreg_p__parameterized0_8836 | 0 | 0 | 0 | 0 | 6 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[7].cp1_lq_excvec_val_latch | tri_rlmlatch_p_8837 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[7].cp1_recirc_vld_latch | tri_rlmlatch_p_8838 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[7].cp1_xu_excvec_latch | tri_rlmreg_p__parameterized4_8839 | 10 | 10 | 0 | 0 | 5 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[7].cp1_xu_excvec_val_latch | tri_rlmlatch_p_8840 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[8].cp1_async_block_latch | tri_rlmlatch_p_8841 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[8].cp1_axu_excvec_latch | tri_rlmreg_p__parameterized9_8842 | 0 | 0 | 0 | 0 | 2 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[8].cp1_axu_excvec_val_latch | tri_rlmlatch_p_8843 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[8].cp1_bp_pred_latch | tri_rlmlatch_p_8844 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[8].cp1_br_miss_latch | tri_rlmlatch_p_8845 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[8].cp1_br_pred_latch | tri_rlmlatch_p_8846 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[8].cp1_db_events_latch | tri_rlmreg_p__parameterized204_8847 | 14 | 14 | 0 | 0 | 18 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[8].cp1_is_br_latch | tri_rlmlatch_p_8848 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[8].cp1_iu_excvec_latch | tri_rlmreg_p__parameterized9_8849 | 4 | 4 | 0 | 0 | 4 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[8].cp1_iu_excvec_val_latch | tri_rlmlatch_p_8850 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[8].cp1_lq_excvec_latch | tri_rlmreg_p__parameterized0_8851 | 0 | 0 | 0 | 0 | 6 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[8].cp1_lq_excvec_val_latch | tri_rlmlatch_p_8852 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[8].cp1_recirc_vld_latch | tri_rlmlatch_p_8853 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[8].cp1_xu_excvec_latch | tri_rlmreg_p__parameterized4_8854 | 0 | 0 | 0 | 0 | 5 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[8].cp1_xu_excvec_val_latch | tri_rlmlatch_p_8855 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[9].cp1_async_block_latch | tri_rlmlatch_p_8856 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[9].cp1_axu_excvec_latch | tri_rlmreg_p__parameterized9_8857 | 0 | 0 | 0 | 0 | 2 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[9].cp1_axu_excvec_val_latch | tri_rlmlatch_p_8858 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[9].cp1_bp_pred_latch | tri_rlmlatch_p_8859 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[9].cp1_br_miss_latch | tri_rlmlatch_p_8860 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[9].cp1_br_pred_latch | tri_rlmlatch_p_8861 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[9].cp1_db_events_latch | tri_rlmreg_p__parameterized204_8862 | 26 | 26 | 0 | 0 | 18 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[9].cp1_is_br_latch | tri_rlmlatch_p_8863 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[9].cp1_iu_excvec_latch | tri_rlmreg_p__parameterized9_8864 | 4 | 4 | 0 | 0 | 4 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[9].cp1_iu_excvec_val_latch | tri_rlmlatch_p_8865 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[9].cp1_lq_excvec_latch | tri_rlmreg_p__parameterized0_8866 | 0 | 0 | 0 | 0 | 6 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[9].cp1_lq_excvec_val_latch | tri_rlmlatch_p_8867 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[9].cp1_recirc_vld_latch | tri_rlmlatch_p_8868 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[9].cp1_xu_excvec_latch | tri_rlmreg_p__parameterized4_8869 | 10 | 10 | 0 | 0 | 5 | 0 | 0 | 0 | +| xhdl5.q_depth_gen[9].cp1_xu_excvec_val_latch | tri_rlmlatch_p_8870 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl6.q_depth_gen[0].cp3_nia_a_latch | tri_rlmlatch_p_8871 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl6.q_depth_gen[10].cp3_nia_a_latch | tri_rlmlatch_p_8872 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl6.q_depth_gen[11].cp3_nia_a_latch | tri_rlmlatch_p_8873 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl6.q_depth_gen[12].cp3_nia_a_latch | tri_rlmlatch_p_8874 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl6.q_depth_gen[13].cp3_nia_a_latch | tri_rlmlatch_p_8875 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl6.q_depth_gen[14].cp3_nia_a_latch | tri_rlmlatch_p_8876 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl6.q_depth_gen[15].cp3_nia_a_latch | tri_rlmlatch_p_8877 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl6.q_depth_gen[16].cp3_nia_a_latch | tri_rlmlatch_p_8878 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl6.q_depth_gen[17].cp3_nia_a_latch | tri_rlmlatch_p_8879 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl6.q_depth_gen[18].cp3_nia_a_latch | tri_rlmlatch_p_8880 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl6.q_depth_gen[19].cp3_nia_a_latch | tri_rlmlatch_p_8881 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl6.q_depth_gen[1].cp3_nia_a_latch | tri_rlmlatch_p_8882 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl6.q_depth_gen[20].cp3_nia_a_latch | tri_rlmlatch_p_8883 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl6.q_depth_gen[21].cp3_nia_a_latch | tri_rlmlatch_p_8884 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl6.q_depth_gen[22].cp3_nia_a_latch | tri_rlmlatch_p_8885 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl6.q_depth_gen[23].cp3_nia_a_latch | tri_rlmlatch_p_8886 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl6.q_depth_gen[24].cp3_nia_a_latch | tri_rlmlatch_p_8887 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl6.q_depth_gen[25].cp3_nia_a_latch | tri_rlmlatch_p_8888 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl6.q_depth_gen[26].cp3_nia_a_latch | tri_rlmlatch_p_8889 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl6.q_depth_gen[27].cp3_nia_a_latch | tri_rlmlatch_p_8890 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl6.q_depth_gen[28].cp3_nia_a_latch | tri_rlmlatch_p_8891 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl6.q_depth_gen[29].cp3_nia_a_latch | tri_rlmlatch_p_8892 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl6.q_depth_gen[2].cp3_nia_a_latch | tri_rlmlatch_p_8893 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl6.q_depth_gen[30].cp3_nia_a_latch | tri_rlmlatch_p_8894 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl6.q_depth_gen[31].cp3_nia_a_latch | tri_rlmlatch_p_8895 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl6.q_depth_gen[32].cp3_nia_a_latch | tri_rlmlatch_p__parameterized2 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl6.q_depth_gen[33].cp3_nia_a_latch | tri_rlmlatch_p__parameterized2_8896 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl6.q_depth_gen[34].cp3_nia_a_latch | tri_rlmlatch_p__parameterized2_8897 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl6.q_depth_gen[35].cp3_nia_a_latch | tri_rlmlatch_p__parameterized2_8898 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl6.q_depth_gen[36].cp3_nia_a_latch | tri_rlmlatch_p__parameterized2_8899 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl6.q_depth_gen[37].cp3_nia_a_latch | tri_rlmlatch_p__parameterized2_8900 | 11 | 11 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl6.q_depth_gen[38].cp3_nia_a_latch | tri_rlmlatch_p__parameterized2_8901 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl6.q_depth_gen[39].cp3_nia_a_latch | tri_rlmlatch_p__parameterized2_8902 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl6.q_depth_gen[3].cp3_nia_a_latch | tri_rlmlatch_p_8903 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl6.q_depth_gen[40].cp3_nia_a_latch | tri_rlmlatch_p__parameterized2_8904 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl6.q_depth_gen[41].cp3_nia_a_latch | tri_rlmlatch_p__parameterized2_8905 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl6.q_depth_gen[42].cp3_nia_a_latch | tri_rlmlatch_p__parameterized2_8906 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl6.q_depth_gen[43].cp3_nia_a_latch | tri_rlmlatch_p__parameterized2_8907 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl6.q_depth_gen[44].cp3_nia_a_latch | tri_rlmlatch_p__parameterized2_8908 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl6.q_depth_gen[45].cp3_nia_a_latch | tri_rlmlatch_p__parameterized2_8909 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl6.q_depth_gen[46].cp3_nia_a_latch | tri_rlmlatch_p__parameterized2_8910 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl6.q_depth_gen[47].cp3_nia_a_latch | tri_rlmlatch_p__parameterized2_8911 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl6.q_depth_gen[48].cp3_nia_a_latch | tri_rlmlatch_p__parameterized2_8912 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl6.q_depth_gen[49].cp3_nia_a_latch | tri_rlmlatch_p__parameterized2_8913 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl6.q_depth_gen[4].cp3_nia_a_latch | tri_rlmlatch_p_8914 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl6.q_depth_gen[50].cp3_nia_a_latch | tri_rlmlatch_p__parameterized2_8915 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl6.q_depth_gen[51].cp3_nia_a_latch | tri_rlmlatch_p__parameterized2_8916 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl6.q_depth_gen[52].cp3_nia_a_latch | tri_rlmlatch_p__parameterized2_8917 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl6.q_depth_gen[53].cp3_nia_a_latch | tri_rlmlatch_p__parameterized2_8918 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl6.q_depth_gen[54].cp3_nia_a_latch | tri_rlmlatch_p__parameterized2_8919 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl6.q_depth_gen[55].cp3_nia_a_latch | tri_rlmlatch_p__parameterized2_8920 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl6.q_depth_gen[56].cp3_nia_a_latch | tri_rlmlatch_p__parameterized2_8921 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl6.q_depth_gen[57].cp3_nia_a_latch | tri_rlmlatch_p__parameterized2_8922 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl6.q_depth_gen[58].cp3_nia_a_latch | tri_rlmlatch_p__parameterized2_8923 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl6.q_depth_gen[59].cp3_nia_a_latch | tri_rlmlatch_p__parameterized2_8924 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl6.q_depth_gen[5].cp3_nia_a_latch | tri_rlmlatch_p_8925 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl6.q_depth_gen[60].cp3_nia_a_latch | tri_rlmlatch_p__parameterized2_8926 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl6.q_depth_gen[61].cp3_nia_a_latch | tri_rlmlatch_p__parameterized2_8927 | 35 | 35 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl6.q_depth_gen[6].cp3_nia_a_latch | tri_rlmlatch_p_8928 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl6.q_depth_gen[7].cp3_nia_a_latch | tri_rlmlatch_p_8929 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl6.q_depth_gen[8].cp3_nia_a_latch | tri_rlmlatch_p_8930 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl6.q_depth_gen[9].cp3_nia_a_latch | tri_rlmlatch_p_8931 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| xu1_execute_vld_latch | tri_rlmlatch_p_8932 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xu1_itag_latch | tri_rlmreg_p__parameterized13_8933 | 95 | 95 | 0 | 0 | 6 | 0 | 0 | 0 | +| xu_bta_latch | tri_rlmreg_p__parameterized40_8934 | 0 | 0 | 0 | 0 | 62 | 0 | 0 | 0 | +| xu_exception_latch | tri_rlmreg_p__parameterized4_8935 | 117 | 117 | 0 | 0 | 5 | 0 | 0 | 0 | +| xu_exception_val_latch | tri_rlmlatch_p_8936 | 13 | 13 | 0 | 0 | 1 | 0 | 0 | 0 | +| xu_execute_vld_latch | tri_rlmlatch_p_8937 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xu_flush2ucode_latch | tri_rlmlatch_p_8938 | 21 | 21 | 0 | 0 | 1 | 0 | 0 | 0 | +| xu_itag_latch | tri_rlmreg_p__parameterized13_8939 | 110 | 110 | 0 | 0 | 7 | 0 | 0 | 0 | +| xu_iu_msrovride_enab_latch | tri_rlmlatch_p_8940 | 5 | 5 | 0 | 0 | 1 | 0 | 0 | 0 | +| xu_iu_np1_async_flush_latch | tri_rlmlatch_p_8941 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| xu_iu_rest_ifar_latch | tri_rlmreg_p__parameterized40_8942 | 0 | 0 | 0 | 0 | 62 | 0 | 0 | 0 | +| xu_iu_single_instr_latch | tri_rlmlatch_p_8943 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| xu_iu_xucr4_mmu_mchk_latch | tri_rlmlatch_p_8944 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xu_mtiar_latch | tri_rlmlatch_p_8945 | 143 | 143 | 0 | 0 | 1 | 0 | 0 | 0 | +| xu_n_flush_latch | tri_rlmlatch_p_8946 | 21 | 21 | 0 | 0 | 1 | 0 | 0 | 0 | +| xu_np1_flush_latch | tri_rlmlatch_p_8947 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| perv_1to0_reg | tri_plat | 531 | 531 | 0 | 0 | 1 | 0 | 0 | 0 | +| xer_cp_p_latch | tri_rlmreg_p__parameterized9_8093 | 0 | 0 | 0 | 0 | 4 | 0 | 0 | 0 | +| iuq_ifetch0 | iuq_ifetch | 19692 | 19692 | 0 | 0 | 8541 | 21 | 6 | 0 | +| iuq_ic0 | iuq_ic | 12980 | 12980 | 0 | 0 | 5315 | 21 | 6 | 0 | +| iuq_ic_dir0 | iuq_ic_dir | 5243 | 5243 | 0 | 0 | 1888 | 20 | 4 | 0 | +| (iuq_ic_dir0) | iuq_ic_dir | 7 | 7 | 0 | 0 | 0 | 0 | 0 | 0 | +| gen_iu1_read_erat1.iu1_read_erat_latch | tri_rlmlatch_p_7797 | 5 | 5 | 0 | 0 | 1 | 0 | 0 | 0 | +| gen_iu2_read_erat1.iu2_cam_change_etc_latch | tri_rlmlatch_p_7798 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| gen_iu2_read_erat1.iu2_read_erat_latch | tri_rlmlatch_p_7799 | 161 | 161 | 0 | 0 | 1 | 0 | 0 | 0 | +| ici_val_latch | tri_rlmlatch_p_7800 | 504 | 504 | 0 | 0 | 8 | 0 | 0 | 0 | +| idata | tri_512x162_4w_0 | 1429 | 1429 | 0 | 0 | 654 | 20 | 0 | 0 | +| (idata) | tri_512x162_4w_0 | 0 | 0 | 0 | 0 | 0 | 20 | 0 | 0 | +| genblk1.data_out_latch | tri_rlmreg_p__parameterized54 | 781 | 781 | 0 | 0 | 648 | 0 | 0 | 0 | +| genblk1.rd_act_latch | tri_rlmlatch_p__parameterized0_8092 | 648 | 648 | 0 | 0 | 6 | 0 | 0 | 0 | +| idir | tri_128x34_4w_1r1w | 250 | 250 | 0 | 0 | 137 | 0 | 4 | 0 | +| (idir) | tri_128x34_4w_1r1w | 0 | 0 | 0 | 0 | 0 | 0 | 4 | 0 | +| data_out_latch | tri_rlmreg_p__parameterized24_8090 | 114 | 114 | 0 | 0 | 136 | 0 | 0 | 0 | +| rd_act_latch | tri_rlmlatch_p__parameterized0_8091 | 136 | 136 | 0 | 0 | 1 | 0 | 0 | 0 | +| iu1_2ucode_latch | tri_rlmlatch_p_7801 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| iu1_2ucode_type_latch | tri_rlmlatch_p_7802 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| iu1_ifar_latch | tri_rlmreg_p__parameterized55 | 277 | 277 | 0 | 0 | 21 | 0 | 0 | 0 | +| iu1_index51_latch | tri_rlmlatch_p_7803 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| iu1_inval_latch | tri_rlmlatch_p_7804 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| iu1_prefetch_latch | tri_rlmlatch_p_7805 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| iu1_spr_idir_read_latch | tri_rlmlatch_p_7806 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| iu1_valid_latch | tri_rlmlatch_p_7807 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| iu2_2ucode_latch | tri_rlmlatch_p_7808 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| iu2_2ucode_type_latch | tri_rlmlatch_p_7809 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| iu2_dir_rd_val_latch | tri_rlmreg_p__parameterized9_7810 | 8 | 8 | 0 | 0 | 4 | 0 | 0 | 0 | +| iu2_ifar_eff_latch | tri_rlmreg_p__parameterized56 | 36 | 36 | 0 | 0 | 10 | 0 | 0 | 0 | +| iu2_ifar_eff_slp_latch | tri_rlmreg_p__parameterized23_7811 | 1139 | 1139 | 0 | 0 | 21 | 0 | 0 | 0 | +| iu2_index51_latch | tri_rlmlatch_p_7812 | 163 | 163 | 0 | 0 | 1 | 0 | 0 | 0 | +| iu2_inval_latch | tri_rlmlatch_p_7813 | 12 | 12 | 0 | 0 | 1 | 0 | 0 | 0 | +| iu2_prefetch_latch | tri_rlmlatch_p_7814 | 8 | 8 | 0 | 0 | 1 | 0 | 0 | 0 | +| iu2_spr_idir_lru_latch | tri_rlmreg_p__parameterized5_7815 | 3 | 3 | 0 | 0 | 3 | 0 | 0 | 0 | +| iu2_spr_idir_read_latch | tri_rlmlatch_p_7816 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| iu2_stored_rpn_latch | tri_rlmreg_p__parameterized57 | 170 | 170 | 0 | 0 | 30 | 0 | 0 | 0 | +| iu2_valid_latch | tri_rlmlatch_p_7817 | 51 | 51 | 0 | 0 | 4 | 0 | 0 | 0 | +| iu3_2ucode_latch | tri_rlmlatch_p_7818 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| iu3_2ucode_type_latch | tri_rlmlatch_p_7819 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| iu3_data_parity_err_way_latch | tri_rlmreg_p__parameterized9_7820 | 2 | 2 | 0 | 0 | 4 | 0 | 0 | 0 | +| iu3_dir_parity_err_way_latch | tri_rlmreg_p__parameterized9_7821 | 2 | 2 | 0 | 0 | 4 | 0 | 0 | 0 | +| iu3_erat_err_latch | tri_rlmreg_p__parameterized37_7822 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| iu3_ifar_latch | tri_rlmreg_p__parameterized15_7823 | 31 | 31 | 0 | 0 | 20 | 0 | 0 | 0 | +| iu3_miss_flush | tri_rlmlatch_p_7824 | 31 | 31 | 0 | 0 | 1 | 0 | 0 | 0 | +| iu3_multihit_err_way_latch | tri_rlmreg_p__parameterized9_7825 | 7 | 7 | 0 | 0 | 4 | 0 | 0 | 0 | +| iu3_multihit_flush_latch | tri_rlmlatch_p_7826 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| iu3_parity_needs_flush_latch | tri_rlmlatch_p_7827 | 3 | 3 | 0 | 0 | 1 | 0 | 0 | 0 | +| iu3_parity_tag_latch | tri_rlmreg_p__parameterized18_7828 | 641 | 641 | 0 | 0 | 7 | 0 | 0 | 0 | +| pc_iu_inj_latch | tri_rlmreg_p__parameterized5_7829 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| spr_ic_cls_latch | tri_rlmlatch_p_7830 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| spr_ic_idir_way_latch | tri_rlmreg_p__parameterized2_7831 | 2 | 2 | 0 | 0 | 2 | 0 | 0 | 0 | +| xhdl17.dir_val_latch_gen[0].dir_lru_latch | tri_rlmreg_p__parameterized5_7832 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| xhdl17.dir_val_latch_gen[0].dir_val_latch | tri_rlmreg_p__parameterized9_7833 | 0 | 0 | 0 | 0 | 4 | 0 | 0 | 0 | +| xhdl17.dir_val_latch_gen[100].dir_lru_latch | tri_rlmreg_p__parameterized5_7834 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| xhdl17.dir_val_latch_gen[100].dir_val_latch | tri_rlmreg_p__parameterized9_7835 | 0 | 0 | 0 | 0 | 4 | 0 | 0 | 0 | +| xhdl17.dir_val_latch_gen[101].dir_lru_latch | tri_rlmreg_p__parameterized5_7836 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| xhdl17.dir_val_latch_gen[101].dir_val_latch | tri_rlmreg_p__parameterized9_7837 | 0 | 0 | 0 | 0 | 4 | 0 | 0 | 0 | +| xhdl17.dir_val_latch_gen[102].dir_lru_latch | tri_rlmreg_p__parameterized5_7838 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| xhdl17.dir_val_latch_gen[102].dir_val_latch | tri_rlmreg_p__parameterized9_7839 | 0 | 0 | 0 | 0 | 4 | 0 | 0 | 0 | +| xhdl17.dir_val_latch_gen[103].dir_lru_latch | tri_rlmreg_p__parameterized5_7840 | 3 | 3 | 0 | 0 | 3 | 0 | 0 | 0 | +| xhdl17.dir_val_latch_gen[103].dir_val_latch | tri_rlmreg_p__parameterized9_7841 | 4 | 4 | 0 | 0 | 4 | 0 | 0 | 0 | +| xhdl17.dir_val_latch_gen[104].dir_lru_latch | tri_rlmreg_p__parameterized5_7842 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| xhdl17.dir_val_latch_gen[104].dir_val_latch | tri_rlmreg_p__parameterized9_7843 | 0 | 0 | 0 | 0 | 4 | 0 | 0 | 0 | +| xhdl17.dir_val_latch_gen[105].dir_lru_latch | tri_rlmreg_p__parameterized5_7844 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| xhdl17.dir_val_latch_gen[105].dir_val_latch | tri_rlmreg_p__parameterized9_7845 | 1 | 1 | 0 | 0 | 4 | 0 | 0 | 0 | +| xhdl17.dir_val_latch_gen[106].dir_lru_latch | tri_rlmreg_p__parameterized5_7846 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| xhdl17.dir_val_latch_gen[106].dir_val_latch | tri_rlmreg_p__parameterized9_7847 | 0 | 0 | 0 | 0 | 4 | 0 | 0 | 0 | +| xhdl17.dir_val_latch_gen[107].dir_lru_latch | tri_rlmreg_p__parameterized5_7848 | 3 | 3 | 0 | 0 | 3 | 0 | 0 | 0 | +| xhdl17.dir_val_latch_gen[107].dir_val_latch | tri_rlmreg_p__parameterized9_7849 | 4 | 4 | 0 | 0 | 4 | 0 | 0 | 0 | +| xhdl17.dir_val_latch_gen[108].dir_lru_latch | tri_rlmreg_p__parameterized5_7850 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| xhdl17.dir_val_latch_gen[108].dir_val_latch | tri_rlmreg_p__parameterized9_7851 | 0 | 0 | 0 | 0 | 4 | 0 | 0 | 0 | +| xhdl17.dir_val_latch_gen[109].dir_lru_latch | tri_rlmreg_p__parameterized5_7852 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| xhdl17.dir_val_latch_gen[109].dir_val_latch | tri_rlmreg_p__parameterized9_7853 | 0 | 0 | 0 | 0 | 4 | 0 | 0 | 0 | +| xhdl17.dir_val_latch_gen[10].dir_lru_latch | tri_rlmreg_p__parameterized5_7854 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| xhdl17.dir_val_latch_gen[10].dir_val_latch | tri_rlmreg_p__parameterized9_7855 | 0 | 0 | 0 | 0 | 4 | 0 | 0 | 0 | +| xhdl17.dir_val_latch_gen[110].dir_lru_latch | tri_rlmreg_p__parameterized5_7856 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| xhdl17.dir_val_latch_gen[110].dir_val_latch | tri_rlmreg_p__parameterized9_7857 | 0 | 0 | 0 | 0 | 4 | 0 | 0 | 0 | +| xhdl17.dir_val_latch_gen[111].dir_lru_latch | tri_rlmreg_p__parameterized5_7858 | 3 | 3 | 0 | 0 | 3 | 0 | 0 | 0 | +| xhdl17.dir_val_latch_gen[111].dir_val_latch | tri_rlmreg_p__parameterized9_7859 | 4 | 4 | 0 | 0 | 4 | 0 | 0 | 0 | +| xhdl17.dir_val_latch_gen[112].dir_lru_latch | tri_rlmreg_p__parameterized5_7860 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| xhdl17.dir_val_latch_gen[112].dir_val_latch | tri_rlmreg_p__parameterized9_7861 | 0 | 0 | 0 | 0 | 4 | 0 | 0 | 0 | +| xhdl17.dir_val_latch_gen[113].dir_lru_latch | tri_rlmreg_p__parameterized5_7862 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| xhdl17.dir_val_latch_gen[113].dir_val_latch | tri_rlmreg_p__parameterized9_7863 | 0 | 0 | 0 | 0 | 4 | 0 | 0 | 0 | +| xhdl17.dir_val_latch_gen[114].dir_lru_latch | tri_rlmreg_p__parameterized5_7864 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| xhdl17.dir_val_latch_gen[114].dir_val_latch | tri_rlmreg_p__parameterized9_7865 | 0 | 0 | 0 | 0 | 4 | 0 | 0 | 0 | +| xhdl17.dir_val_latch_gen[115].dir_lru_latch | tri_rlmreg_p__parameterized5_7866 | 6 | 6 | 0 | 0 | 3 | 0 | 0 | 0 | +| xhdl17.dir_val_latch_gen[115].dir_val_latch | tri_rlmreg_p__parameterized9_7867 | 8 | 8 | 0 | 0 | 4 | 0 | 0 | 0 | +| xhdl17.dir_val_latch_gen[116].dir_lru_latch | tri_rlmreg_p__parameterized5_7868 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| xhdl17.dir_val_latch_gen[116].dir_val_latch | tri_rlmreg_p__parameterized9_7869 | 0 | 0 | 0 | 0 | 4 | 0 | 0 | 0 | +| xhdl17.dir_val_latch_gen[117].dir_lru_latch | tri_rlmreg_p__parameterized5_7870 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| xhdl17.dir_val_latch_gen[117].dir_val_latch | tri_rlmreg_p__parameterized9_7871 | 0 | 0 | 0 | 0 | 4 | 0 | 0 | 0 | +| xhdl17.dir_val_latch_gen[118].dir_lru_latch | tri_rlmreg_p__parameterized5_7872 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| xhdl17.dir_val_latch_gen[118].dir_val_latch | tri_rlmreg_p__parameterized9_7873 | 0 | 0 | 0 | 0 | 4 | 0 | 0 | 0 | +| xhdl17.dir_val_latch_gen[119].dir_lru_latch | tri_rlmreg_p__parameterized5_7874 | 3 | 3 | 0 | 0 | 3 | 0 | 0 | 0 | +| xhdl17.dir_val_latch_gen[119].dir_val_latch | tri_rlmreg_p__parameterized9_7875 | 4 | 4 | 0 | 0 | 4 | 0 | 0 | 0 | +| xhdl17.dir_val_latch_gen[11].dir_lru_latch | tri_rlmreg_p__parameterized5_7876 | 3 | 3 | 0 | 0 | 3 | 0 | 0 | 0 | +| xhdl17.dir_val_latch_gen[11].dir_val_latch | tri_rlmreg_p__parameterized9_7877 | 4 | 4 | 0 | 0 | 4 | 0 | 0 | 0 | +| xhdl17.dir_val_latch_gen[120].dir_lru_latch | tri_rlmreg_p__parameterized5_7878 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| xhdl17.dir_val_latch_gen[120].dir_val_latch | tri_rlmreg_p__parameterized9_7879 | 0 | 0 | 0 | 0 | 4 | 0 | 0 | 0 | +| xhdl17.dir_val_latch_gen[121].dir_lru_latch | tri_rlmreg_p__parameterized5_7880 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| xhdl17.dir_val_latch_gen[121].dir_val_latch | tri_rlmreg_p__parameterized9_7881 | 0 | 0 | 0 | 0 | 4 | 0 | 0 | 0 | +| xhdl17.dir_val_latch_gen[122].dir_lru_latch | tri_rlmreg_p__parameterized5_7882 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| xhdl17.dir_val_latch_gen[122].dir_val_latch | tri_rlmreg_p__parameterized9_7883 | 0 | 0 | 0 | 0 | 4 | 0 | 0 | 0 | +| xhdl17.dir_val_latch_gen[123].dir_lru_latch | tri_rlmreg_p__parameterized5_7884 | 3 | 3 | 0 | 0 | 3 | 0 | 0 | 0 | +| xhdl17.dir_val_latch_gen[123].dir_val_latch | tri_rlmreg_p__parameterized9_7885 | 4 | 4 | 0 | 0 | 4 | 0 | 0 | 0 | +| xhdl17.dir_val_latch_gen[124].dir_lru_latch | tri_rlmreg_p__parameterized5_7886 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| xhdl17.dir_val_latch_gen[124].dir_val_latch | tri_rlmreg_p__parameterized9_7887 | 0 | 0 | 0 | 0 | 4 | 0 | 0 | 0 | +| xhdl17.dir_val_latch_gen[125].dir_lru_latch | tri_rlmreg_p__parameterized5_7888 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| xhdl17.dir_val_latch_gen[125].dir_val_latch | tri_rlmreg_p__parameterized9_7889 | 0 | 0 | 0 | 0 | 4 | 0 | 0 | 0 | +| xhdl17.dir_val_latch_gen[126].dir_lru_latch | tri_rlmreg_p__parameterized5_7890 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| xhdl17.dir_val_latch_gen[126].dir_val_latch | tri_rlmreg_p__parameterized9_7891 | 0 | 0 | 0 | 0 | 4 | 0 | 0 | 0 | +| xhdl17.dir_val_latch_gen[127].dir_lru_latch | tri_rlmreg_p__parameterized5_7892 | 3 | 3 | 0 | 0 | 3 | 0 | 0 | 0 | +| xhdl17.dir_val_latch_gen[127].dir_val_latch | tri_rlmreg_p__parameterized9_7893 | 4 | 4 | 0 | 0 | 4 | 0 | 0 | 0 | +| xhdl17.dir_val_latch_gen[12].dir_lru_latch | tri_rlmreg_p__parameterized5_7894 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| xhdl17.dir_val_latch_gen[12].dir_val_latch | tri_rlmreg_p__parameterized9_7895 | 0 | 0 | 0 | 0 | 4 | 0 | 0 | 0 | +| xhdl17.dir_val_latch_gen[13].dir_lru_latch | tri_rlmreg_p__parameterized5_7896 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| xhdl17.dir_val_latch_gen[13].dir_val_latch | tri_rlmreg_p__parameterized9_7897 | 0 | 0 | 0 | 0 | 4 | 0 | 0 | 0 | +| xhdl17.dir_val_latch_gen[14].dir_lru_latch | tri_rlmreg_p__parameterized5_7898 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| xhdl17.dir_val_latch_gen[14].dir_val_latch | tri_rlmreg_p__parameterized9_7899 | 0 | 0 | 0 | 0 | 4 | 0 | 0 | 0 | +| xhdl17.dir_val_latch_gen[15].dir_lru_latch | tri_rlmreg_p__parameterized5_7900 | 3 | 3 | 0 | 0 | 3 | 0 | 0 | 0 | +| xhdl17.dir_val_latch_gen[15].dir_val_latch | tri_rlmreg_p__parameterized9_7901 | 4 | 4 | 0 | 0 | 4 | 0 | 0 | 0 | +| xhdl17.dir_val_latch_gen[16].dir_lru_latch | tri_rlmreg_p__parameterized5_7902 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| xhdl17.dir_val_latch_gen[16].dir_val_latch | tri_rlmreg_p__parameterized9_7903 | 0 | 0 | 0 | 0 | 4 | 0 | 0 | 0 | +| xhdl17.dir_val_latch_gen[17].dir_lru_latch | tri_rlmreg_p__parameterized5_7904 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| xhdl17.dir_val_latch_gen[17].dir_val_latch | tri_rlmreg_p__parameterized9_7905 | 0 | 0 | 0 | 0 | 4 | 0 | 0 | 0 | +| xhdl17.dir_val_latch_gen[18].dir_lru_latch | tri_rlmreg_p__parameterized5_7906 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| xhdl17.dir_val_latch_gen[18].dir_val_latch | tri_rlmreg_p__parameterized9_7907 | 0 | 0 | 0 | 0 | 4 | 0 | 0 | 0 | +| xhdl17.dir_val_latch_gen[19].dir_lru_latch | tri_rlmreg_p__parameterized5_7908 | 3 | 3 | 0 | 0 | 3 | 0 | 0 | 0 | +| xhdl17.dir_val_latch_gen[19].dir_val_latch | tri_rlmreg_p__parameterized9_7909 | 4 | 4 | 0 | 0 | 4 | 0 | 0 | 0 | +| xhdl17.dir_val_latch_gen[1].dir_lru_latch | tri_rlmreg_p__parameterized5_7910 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| xhdl17.dir_val_latch_gen[1].dir_val_latch | tri_rlmreg_p__parameterized9_7911 | 0 | 0 | 0 | 0 | 4 | 0 | 0 | 0 | +| xhdl17.dir_val_latch_gen[20].dir_lru_latch | tri_rlmreg_p__parameterized5_7912 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| xhdl17.dir_val_latch_gen[20].dir_val_latch | tri_rlmreg_p__parameterized9_7913 | 0 | 0 | 0 | 0 | 4 | 0 | 0 | 0 | +| xhdl17.dir_val_latch_gen[21].dir_lru_latch | tri_rlmreg_p__parameterized5_7914 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| xhdl17.dir_val_latch_gen[21].dir_val_latch | tri_rlmreg_p__parameterized9_7915 | 0 | 0 | 0 | 0 | 4 | 0 | 0 | 0 | +| xhdl17.dir_val_latch_gen[22].dir_lru_latch | tri_rlmreg_p__parameterized5_7916 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| xhdl17.dir_val_latch_gen[22].dir_val_latch | tri_rlmreg_p__parameterized9_7917 | 0 | 0 | 0 | 0 | 4 | 0 | 0 | 0 | +| xhdl17.dir_val_latch_gen[23].dir_lru_latch | tri_rlmreg_p__parameterized5_7918 | 3 | 3 | 0 | 0 | 3 | 0 | 0 | 0 | +| xhdl17.dir_val_latch_gen[23].dir_val_latch | tri_rlmreg_p__parameterized9_7919 | 4 | 4 | 0 | 0 | 4 | 0 | 0 | 0 | +| xhdl17.dir_val_latch_gen[24].dir_lru_latch | tri_rlmreg_p__parameterized5_7920 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| xhdl17.dir_val_latch_gen[24].dir_val_latch | tri_rlmreg_p__parameterized9_7921 | 0 | 0 | 0 | 0 | 4 | 0 | 0 | 0 | +| xhdl17.dir_val_latch_gen[25].dir_lru_latch | tri_rlmreg_p__parameterized5_7922 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| xhdl17.dir_val_latch_gen[25].dir_val_latch | tri_rlmreg_p__parameterized9_7923 | 0 | 0 | 0 | 0 | 4 | 0 | 0 | 0 | +| xhdl17.dir_val_latch_gen[26].dir_lru_latch | tri_rlmreg_p__parameterized5_7924 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| xhdl17.dir_val_latch_gen[26].dir_val_latch | tri_rlmreg_p__parameterized9_7925 | 0 | 0 | 0 | 0 | 4 | 0 | 0 | 0 | +| xhdl17.dir_val_latch_gen[27].dir_lru_latch | tri_rlmreg_p__parameterized5_7926 | 3 | 3 | 0 | 0 | 3 | 0 | 0 | 0 | +| xhdl17.dir_val_latch_gen[27].dir_val_latch | tri_rlmreg_p__parameterized9_7927 | 4 | 4 | 0 | 0 | 4 | 0 | 0 | 0 | +| xhdl17.dir_val_latch_gen[28].dir_lru_latch | tri_rlmreg_p__parameterized5_7928 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| xhdl17.dir_val_latch_gen[28].dir_val_latch | tri_rlmreg_p__parameterized9_7929 | 0 | 0 | 0 | 0 | 4 | 0 | 0 | 0 | +| xhdl17.dir_val_latch_gen[29].dir_lru_latch | tri_rlmreg_p__parameterized5_7930 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| xhdl17.dir_val_latch_gen[29].dir_val_latch | tri_rlmreg_p__parameterized9_7931 | 0 | 0 | 0 | 0 | 4 | 0 | 0 | 0 | +| xhdl17.dir_val_latch_gen[2].dir_lru_latch | tri_rlmreg_p__parameterized5_7932 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| xhdl17.dir_val_latch_gen[2].dir_val_latch | tri_rlmreg_p__parameterized9_7933 | 0 | 0 | 0 | 0 | 4 | 0 | 0 | 0 | +| xhdl17.dir_val_latch_gen[30].dir_lru_latch | tri_rlmreg_p__parameterized5_7934 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| xhdl17.dir_val_latch_gen[30].dir_val_latch | tri_rlmreg_p__parameterized9_7935 | 0 | 0 | 0 | 0 | 4 | 0 | 0 | 0 | +| xhdl17.dir_val_latch_gen[31].dir_lru_latch | tri_rlmreg_p__parameterized5_7936 | 3 | 3 | 0 | 0 | 3 | 0 | 0 | 0 | +| xhdl17.dir_val_latch_gen[31].dir_val_latch | tri_rlmreg_p__parameterized9_7937 | 4 | 4 | 0 | 0 | 4 | 0 | 0 | 0 | +| xhdl17.dir_val_latch_gen[32].dir_lru_latch | tri_rlmreg_p__parameterized5_7938 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| xhdl17.dir_val_latch_gen[32].dir_val_latch | tri_rlmreg_p__parameterized9_7939 | 0 | 0 | 0 | 0 | 4 | 0 | 0 | 0 | +| xhdl17.dir_val_latch_gen[33].dir_lru_latch | tri_rlmreg_p__parameterized5_7940 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| xhdl17.dir_val_latch_gen[33].dir_val_latch | tri_rlmreg_p__parameterized9_7941 | 0 | 0 | 0 | 0 | 4 | 0 | 0 | 0 | +| xhdl17.dir_val_latch_gen[34].dir_lru_latch | tri_rlmreg_p__parameterized5_7942 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| xhdl17.dir_val_latch_gen[34].dir_val_latch | tri_rlmreg_p__parameterized9_7943 | 0 | 0 | 0 | 0 | 4 | 0 | 0 | 0 | +| xhdl17.dir_val_latch_gen[35].dir_lru_latch | tri_rlmreg_p__parameterized5_7944 | 3 | 3 | 0 | 0 | 3 | 0 | 0 | 0 | +| xhdl17.dir_val_latch_gen[35].dir_val_latch | tri_rlmreg_p__parameterized9_7945 | 4 | 4 | 0 | 0 | 4 | 0 | 0 | 0 | +| xhdl17.dir_val_latch_gen[36].dir_lru_latch | tri_rlmreg_p__parameterized5_7946 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| xhdl17.dir_val_latch_gen[36].dir_val_latch | tri_rlmreg_p__parameterized9_7947 | 0 | 0 | 0 | 0 | 4 | 0 | 0 | 0 | +| xhdl17.dir_val_latch_gen[37].dir_lru_latch | tri_rlmreg_p__parameterized5_7948 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| xhdl17.dir_val_latch_gen[37].dir_val_latch | tri_rlmreg_p__parameterized9_7949 | 0 | 0 | 0 | 0 | 4 | 0 | 0 | 0 | +| xhdl17.dir_val_latch_gen[38].dir_lru_latch | tri_rlmreg_p__parameterized5_7950 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| xhdl17.dir_val_latch_gen[38].dir_val_latch | tri_rlmreg_p__parameterized9_7951 | 0 | 0 | 0 | 0 | 4 | 0 | 0 | 0 | +| xhdl17.dir_val_latch_gen[39].dir_lru_latch | tri_rlmreg_p__parameterized5_7952 | 3 | 3 | 0 | 0 | 3 | 0 | 0 | 0 | +| xhdl17.dir_val_latch_gen[39].dir_val_latch | tri_rlmreg_p__parameterized9_7953 | 4 | 4 | 0 | 0 | 4 | 0 | 0 | 0 | +| xhdl17.dir_val_latch_gen[3].dir_lru_latch | tri_rlmreg_p__parameterized5_7954 | 3 | 3 | 0 | 0 | 3 | 0 | 0 | 0 | +| xhdl17.dir_val_latch_gen[3].dir_val_latch | tri_rlmreg_p__parameterized9_7955 | 4 | 4 | 0 | 0 | 4 | 0 | 0 | 0 | +| xhdl17.dir_val_latch_gen[40].dir_lru_latch | tri_rlmreg_p__parameterized5_7956 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| xhdl17.dir_val_latch_gen[40].dir_val_latch | tri_rlmreg_p__parameterized9_7957 | 0 | 0 | 0 | 0 | 4 | 0 | 0 | 0 | +| xhdl17.dir_val_latch_gen[41].dir_lru_latch | tri_rlmreg_p__parameterized5_7958 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| xhdl17.dir_val_latch_gen[41].dir_val_latch | tri_rlmreg_p__parameterized9_7959 | 0 | 0 | 0 | 0 | 4 | 0 | 0 | 0 | +| xhdl17.dir_val_latch_gen[42].dir_lru_latch | tri_rlmreg_p__parameterized5_7960 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| xhdl17.dir_val_latch_gen[42].dir_val_latch | tri_rlmreg_p__parameterized9_7961 | 0 | 0 | 0 | 0 | 4 | 0 | 0 | 0 | +| xhdl17.dir_val_latch_gen[43].dir_lru_latch | tri_rlmreg_p__parameterized5_7962 | 3 | 3 | 0 | 0 | 3 | 0 | 0 | 0 | +| xhdl17.dir_val_latch_gen[43].dir_val_latch | tri_rlmreg_p__parameterized9_7963 | 4 | 4 | 0 | 0 | 4 | 0 | 0 | 0 | +| xhdl17.dir_val_latch_gen[44].dir_lru_latch | tri_rlmreg_p__parameterized5_7964 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| xhdl17.dir_val_latch_gen[44].dir_val_latch | tri_rlmreg_p__parameterized9_7965 | 0 | 0 | 0 | 0 | 4 | 0 | 0 | 0 | +| xhdl17.dir_val_latch_gen[45].dir_lru_latch | tri_rlmreg_p__parameterized5_7966 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| xhdl17.dir_val_latch_gen[45].dir_val_latch | tri_rlmreg_p__parameterized9_7967 | 0 | 0 | 0 | 0 | 4 | 0 | 0 | 0 | +| xhdl17.dir_val_latch_gen[46].dir_lru_latch | tri_rlmreg_p__parameterized5_7968 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| xhdl17.dir_val_latch_gen[46].dir_val_latch | tri_rlmreg_p__parameterized9_7969 | 0 | 0 | 0 | 0 | 4 | 0 | 0 | 0 | +| xhdl17.dir_val_latch_gen[47].dir_lru_latch | tri_rlmreg_p__parameterized5_7970 | 3 | 3 | 0 | 0 | 3 | 0 | 0 | 0 | +| xhdl17.dir_val_latch_gen[47].dir_val_latch | tri_rlmreg_p__parameterized9_7971 | 4 | 4 | 0 | 0 | 4 | 0 | 0 | 0 | +| xhdl17.dir_val_latch_gen[48].dir_lru_latch | tri_rlmreg_p__parameterized5_7972 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| xhdl17.dir_val_latch_gen[48].dir_val_latch | tri_rlmreg_p__parameterized9_7973 | 0 | 0 | 0 | 0 | 4 | 0 | 0 | 0 | +| xhdl17.dir_val_latch_gen[49].dir_lru_latch | tri_rlmreg_p__parameterized5_7974 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| xhdl17.dir_val_latch_gen[49].dir_val_latch | tri_rlmreg_p__parameterized9_7975 | 0 | 0 | 0 | 0 | 4 | 0 | 0 | 0 | +| xhdl17.dir_val_latch_gen[4].dir_lru_latch | tri_rlmreg_p__parameterized5_7976 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| xhdl17.dir_val_latch_gen[4].dir_val_latch | tri_rlmreg_p__parameterized9_7977 | 0 | 0 | 0 | 0 | 4 | 0 | 0 | 0 | +| xhdl17.dir_val_latch_gen[50].dir_lru_latch | tri_rlmreg_p__parameterized5_7978 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| xhdl17.dir_val_latch_gen[50].dir_val_latch | tri_rlmreg_p__parameterized9_7979 | 0 | 0 | 0 | 0 | 4 | 0 | 0 | 0 | +| xhdl17.dir_val_latch_gen[51].dir_lru_latch | tri_rlmreg_p__parameterized5_7980 | 6 | 6 | 0 | 0 | 3 | 0 | 0 | 0 | +| xhdl17.dir_val_latch_gen[51].dir_val_latch | tri_rlmreg_p__parameterized9_7981 | 16 | 16 | 0 | 0 | 4 | 0 | 0 | 0 | +| xhdl17.dir_val_latch_gen[52].dir_lru_latch | tri_rlmreg_p__parameterized5_7982 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| xhdl17.dir_val_latch_gen[52].dir_val_latch | tri_rlmreg_p__parameterized9_7983 | 0 | 0 | 0 | 0 | 4 | 0 | 0 | 0 | +| xhdl17.dir_val_latch_gen[53].dir_lru_latch | tri_rlmreg_p__parameterized5_7984 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| xhdl17.dir_val_latch_gen[53].dir_val_latch | tri_rlmreg_p__parameterized9_7985 | 0 | 0 | 0 | 0 | 4 | 0 | 0 | 0 | +| xhdl17.dir_val_latch_gen[54].dir_lru_latch | tri_rlmreg_p__parameterized5_7986 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| xhdl17.dir_val_latch_gen[54].dir_val_latch | tri_rlmreg_p__parameterized9_7987 | 0 | 0 | 0 | 0 | 4 | 0 | 0 | 0 | +| xhdl17.dir_val_latch_gen[55].dir_lru_latch | tri_rlmreg_p__parameterized5_7988 | 3 | 3 | 0 | 0 | 3 | 0 | 0 | 0 | +| xhdl17.dir_val_latch_gen[55].dir_val_latch | tri_rlmreg_p__parameterized9_7989 | 4 | 4 | 0 | 0 | 4 | 0 | 0 | 0 | +| xhdl17.dir_val_latch_gen[56].dir_lru_latch | tri_rlmreg_p__parameterized5_7990 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| xhdl17.dir_val_latch_gen[56].dir_val_latch | tri_rlmreg_p__parameterized9_7991 | 0 | 0 | 0 | 0 | 4 | 0 | 0 | 0 | +| xhdl17.dir_val_latch_gen[57].dir_lru_latch | tri_rlmreg_p__parameterized5_7992 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| xhdl17.dir_val_latch_gen[57].dir_val_latch | tri_rlmreg_p__parameterized9_7993 | 0 | 0 | 0 | 0 | 4 | 0 | 0 | 0 | +| xhdl17.dir_val_latch_gen[58].dir_lru_latch | tri_rlmreg_p__parameterized5_7994 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| xhdl17.dir_val_latch_gen[58].dir_val_latch | tri_rlmreg_p__parameterized9_7995 | 0 | 0 | 0 | 0 | 4 | 0 | 0 | 0 | +| xhdl17.dir_val_latch_gen[59].dir_lru_latch | tri_rlmreg_p__parameterized5_7996 | 3 | 3 | 0 | 0 | 3 | 0 | 0 | 0 | +| xhdl17.dir_val_latch_gen[59].dir_val_latch | tri_rlmreg_p__parameterized9_7997 | 4 | 4 | 0 | 0 | 4 | 0 | 0 | 0 | +| xhdl17.dir_val_latch_gen[5].dir_lru_latch | tri_rlmreg_p__parameterized5_7998 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| xhdl17.dir_val_latch_gen[5].dir_val_latch | tri_rlmreg_p__parameterized9_7999 | 0 | 0 | 0 | 0 | 4 | 0 | 0 | 0 | +| xhdl17.dir_val_latch_gen[60].dir_lru_latch | tri_rlmreg_p__parameterized5_8000 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| xhdl17.dir_val_latch_gen[60].dir_val_latch | tri_rlmreg_p__parameterized9_8001 | 0 | 0 | 0 | 0 | 4 | 0 | 0 | 0 | +| xhdl17.dir_val_latch_gen[61].dir_lru_latch | tri_rlmreg_p__parameterized5_8002 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| xhdl17.dir_val_latch_gen[61].dir_val_latch | tri_rlmreg_p__parameterized9_8003 | 0 | 0 | 0 | 0 | 4 | 0 | 0 | 0 | +| xhdl17.dir_val_latch_gen[62].dir_lru_latch | tri_rlmreg_p__parameterized5_8004 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| xhdl17.dir_val_latch_gen[62].dir_val_latch | tri_rlmreg_p__parameterized9_8005 | 0 | 0 | 0 | 0 | 4 | 0 | 0 | 0 | +| xhdl17.dir_val_latch_gen[63].dir_lru_latch | tri_rlmreg_p__parameterized5_8006 | 3 | 3 | 0 | 0 | 3 | 0 | 0 | 0 | +| xhdl17.dir_val_latch_gen[63].dir_val_latch | tri_rlmreg_p__parameterized9_8007 | 4 | 4 | 0 | 0 | 4 | 0 | 0 | 0 | +| xhdl17.dir_val_latch_gen[64].dir_lru_latch | tri_rlmreg_p__parameterized5_8008 | 1 | 1 | 0 | 0 | 3 | 0 | 0 | 0 | +| xhdl17.dir_val_latch_gen[64].dir_val_latch | tri_rlmreg_p__parameterized9_8009 | 0 | 0 | 0 | 0 | 4 | 0 | 0 | 0 | +| xhdl17.dir_val_latch_gen[65].dir_lru_latch | tri_rlmreg_p__parameterized5_8010 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| xhdl17.dir_val_latch_gen[65].dir_val_latch | tri_rlmreg_p__parameterized9_8011 | 0 | 0 | 0 | 0 | 4 | 0 | 0 | 0 | +| xhdl17.dir_val_latch_gen[66].dir_lru_latch | tri_rlmreg_p__parameterized5_8012 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| xhdl17.dir_val_latch_gen[66].dir_val_latch | tri_rlmreg_p__parameterized9_8013 | 0 | 0 | 0 | 0 | 4 | 0 | 0 | 0 | +| xhdl17.dir_val_latch_gen[67].dir_lru_latch | tri_rlmreg_p__parameterized5_8014 | 3 | 3 | 0 | 0 | 3 | 0 | 0 | 0 | +| xhdl17.dir_val_latch_gen[67].dir_val_latch | tri_rlmreg_p__parameterized9_8015 | 4 | 4 | 0 | 0 | 4 | 0 | 0 | 0 | +| xhdl17.dir_val_latch_gen[68].dir_lru_latch | tri_rlmreg_p__parameterized5_8016 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| xhdl17.dir_val_latch_gen[68].dir_val_latch | tri_rlmreg_p__parameterized9_8017 | 0 | 0 | 0 | 0 | 4 | 0 | 0 | 0 | +| xhdl17.dir_val_latch_gen[69].dir_lru_latch | tri_rlmreg_p__parameterized5_8018 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| xhdl17.dir_val_latch_gen[69].dir_val_latch | tri_rlmreg_p__parameterized9_8019 | 0 | 0 | 0 | 0 | 4 | 0 | 0 | 0 | +| xhdl17.dir_val_latch_gen[6].dir_lru_latch | tri_rlmreg_p__parameterized5_8020 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| xhdl17.dir_val_latch_gen[6].dir_val_latch | tri_rlmreg_p__parameterized9_8021 | 0 | 0 | 0 | 0 | 4 | 0 | 0 | 0 | +| xhdl17.dir_val_latch_gen[70].dir_lru_latch | tri_rlmreg_p__parameterized5_8022 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| xhdl17.dir_val_latch_gen[70].dir_val_latch | tri_rlmreg_p__parameterized9_8023 | 0 | 0 | 0 | 0 | 4 | 0 | 0 | 0 | +| xhdl17.dir_val_latch_gen[71].dir_lru_latch | tri_rlmreg_p__parameterized5_8024 | 3 | 3 | 0 | 0 | 3 | 0 | 0 | 0 | +| xhdl17.dir_val_latch_gen[71].dir_val_latch | tri_rlmreg_p__parameterized9_8025 | 4 | 4 | 0 | 0 | 4 | 0 | 0 | 0 | +| xhdl17.dir_val_latch_gen[72].dir_lru_latch | tri_rlmreg_p__parameterized5_8026 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| xhdl17.dir_val_latch_gen[72].dir_val_latch | tri_rlmreg_p__parameterized9_8027 | 0 | 0 | 0 | 0 | 4 | 0 | 0 | 0 | +| xhdl17.dir_val_latch_gen[73].dir_lru_latch | tri_rlmreg_p__parameterized5_8028 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| xhdl17.dir_val_latch_gen[73].dir_val_latch | tri_rlmreg_p__parameterized9_8029 | 0 | 0 | 0 | 0 | 4 | 0 | 0 | 0 | +| xhdl17.dir_val_latch_gen[74].dir_lru_latch | tri_rlmreg_p__parameterized5_8030 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| xhdl17.dir_val_latch_gen[74].dir_val_latch | tri_rlmreg_p__parameterized9_8031 | 0 | 0 | 0 | 0 | 4 | 0 | 0 | 0 | +| xhdl17.dir_val_latch_gen[75].dir_lru_latch | tri_rlmreg_p__parameterized5_8032 | 3 | 3 | 0 | 0 | 3 | 0 | 0 | 0 | +| xhdl17.dir_val_latch_gen[75].dir_val_latch | tri_rlmreg_p__parameterized9_8033 | 4 | 4 | 0 | 0 | 4 | 0 | 0 | 0 | +| xhdl17.dir_val_latch_gen[76].dir_lru_latch | tri_rlmreg_p__parameterized5_8034 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| xhdl17.dir_val_latch_gen[76].dir_val_latch | tri_rlmreg_p__parameterized9_8035 | 0 | 0 | 0 | 0 | 4 | 0 | 0 | 0 | +| xhdl17.dir_val_latch_gen[77].dir_lru_latch | tri_rlmreg_p__parameterized5_8036 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| xhdl17.dir_val_latch_gen[77].dir_val_latch | tri_rlmreg_p__parameterized9_8037 | 0 | 0 | 0 | 0 | 4 | 0 | 0 | 0 | +| xhdl17.dir_val_latch_gen[78].dir_lru_latch | tri_rlmreg_p__parameterized5_8038 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| xhdl17.dir_val_latch_gen[78].dir_val_latch | tri_rlmreg_p__parameterized9_8039 | 0 | 0 | 0 | 0 | 4 | 0 | 0 | 0 | +| xhdl17.dir_val_latch_gen[79].dir_lru_latch | tri_rlmreg_p__parameterized5_8040 | 3 | 3 | 0 | 0 | 3 | 0 | 0 | 0 | +| xhdl17.dir_val_latch_gen[79].dir_val_latch | tri_rlmreg_p__parameterized9_8041 | 4 | 4 | 0 | 0 | 4 | 0 | 0 | 0 | +| xhdl17.dir_val_latch_gen[7].dir_lru_latch | tri_rlmreg_p__parameterized5_8042 | 3 | 3 | 0 | 0 | 3 | 0 | 0 | 0 | +| xhdl17.dir_val_latch_gen[7].dir_val_latch | tri_rlmreg_p__parameterized9_8043 | 4 | 4 | 0 | 0 | 4 | 0 | 0 | 0 | +| xhdl17.dir_val_latch_gen[80].dir_lru_latch | tri_rlmreg_p__parameterized5_8044 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| xhdl17.dir_val_latch_gen[80].dir_val_latch | tri_rlmreg_p__parameterized9_8045 | 0 | 0 | 0 | 0 | 4 | 0 | 0 | 0 | +| xhdl17.dir_val_latch_gen[81].dir_lru_latch | tri_rlmreg_p__parameterized5_8046 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| xhdl17.dir_val_latch_gen[81].dir_val_latch | tri_rlmreg_p__parameterized9_8047 | 0 | 0 | 0 | 0 | 4 | 0 | 0 | 0 | +| xhdl17.dir_val_latch_gen[82].dir_lru_latch | tri_rlmreg_p__parameterized5_8048 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| xhdl17.dir_val_latch_gen[82].dir_val_latch | tri_rlmreg_p__parameterized9_8049 | 0 | 0 | 0 | 0 | 4 | 0 | 0 | 0 | +| xhdl17.dir_val_latch_gen[83].dir_lru_latch | tri_rlmreg_p__parameterized5_8050 | 3 | 3 | 0 | 0 | 3 | 0 | 0 | 0 | +| xhdl17.dir_val_latch_gen[83].dir_val_latch | tri_rlmreg_p__parameterized9_8051 | 4 | 4 | 0 | 0 | 4 | 0 | 0 | 0 | +| xhdl17.dir_val_latch_gen[84].dir_lru_latch | tri_rlmreg_p__parameterized5_8052 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| xhdl17.dir_val_latch_gen[84].dir_val_latch | tri_rlmreg_p__parameterized9_8053 | 0 | 0 | 0 | 0 | 4 | 0 | 0 | 0 | +| xhdl17.dir_val_latch_gen[85].dir_lru_latch | tri_rlmreg_p__parameterized5_8054 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| xhdl17.dir_val_latch_gen[85].dir_val_latch | tri_rlmreg_p__parameterized9_8055 | 0 | 0 | 0 | 0 | 4 | 0 | 0 | 0 | +| xhdl17.dir_val_latch_gen[86].dir_lru_latch | tri_rlmreg_p__parameterized5_8056 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| xhdl17.dir_val_latch_gen[86].dir_val_latch | tri_rlmreg_p__parameterized9_8057 | 0 | 0 | 0 | 0 | 4 | 0 | 0 | 0 | +| xhdl17.dir_val_latch_gen[87].dir_lru_latch | tri_rlmreg_p__parameterized5_8058 | 3 | 3 | 0 | 0 | 3 | 0 | 0 | 0 | +| xhdl17.dir_val_latch_gen[87].dir_val_latch | tri_rlmreg_p__parameterized9_8059 | 4 | 4 | 0 | 0 | 4 | 0 | 0 | 0 | +| xhdl17.dir_val_latch_gen[88].dir_lru_latch | tri_rlmreg_p__parameterized5_8060 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| xhdl17.dir_val_latch_gen[88].dir_val_latch | tri_rlmreg_p__parameterized9_8061 | 0 | 0 | 0 | 0 | 4 | 0 | 0 | 0 | +| xhdl17.dir_val_latch_gen[89].dir_lru_latch | tri_rlmreg_p__parameterized5_8062 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| xhdl17.dir_val_latch_gen[89].dir_val_latch | tri_rlmreg_p__parameterized9_8063 | 0 | 0 | 0 | 0 | 4 | 0 | 0 | 0 | +| xhdl17.dir_val_latch_gen[8].dir_lru_latch | tri_rlmreg_p__parameterized5_8064 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| xhdl17.dir_val_latch_gen[8].dir_val_latch | tri_rlmreg_p__parameterized9_8065 | 0 | 0 | 0 | 0 | 4 | 0 | 0 | 0 | +| xhdl17.dir_val_latch_gen[90].dir_lru_latch | tri_rlmreg_p__parameterized5_8066 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| xhdl17.dir_val_latch_gen[90].dir_val_latch | tri_rlmreg_p__parameterized9_8067 | 0 | 0 | 0 | 0 | 4 | 0 | 0 | 0 | +| xhdl17.dir_val_latch_gen[91].dir_lru_latch | tri_rlmreg_p__parameterized5_8068 | 3 | 3 | 0 | 0 | 3 | 0 | 0 | 0 | +| xhdl17.dir_val_latch_gen[91].dir_val_latch | tri_rlmreg_p__parameterized9_8069 | 4 | 4 | 0 | 0 | 4 | 0 | 0 | 0 | +| xhdl17.dir_val_latch_gen[92].dir_lru_latch | tri_rlmreg_p__parameterized5_8070 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| xhdl17.dir_val_latch_gen[92].dir_val_latch | tri_rlmreg_p__parameterized9_8071 | 0 | 0 | 0 | 0 | 4 | 0 | 0 | 0 | +| xhdl17.dir_val_latch_gen[93].dir_lru_latch | tri_rlmreg_p__parameterized5_8072 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| xhdl17.dir_val_latch_gen[93].dir_val_latch | tri_rlmreg_p__parameterized9_8073 | 0 | 0 | 0 | 0 | 4 | 0 | 0 | 0 | +| xhdl17.dir_val_latch_gen[94].dir_lru_latch | tri_rlmreg_p__parameterized5_8074 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| xhdl17.dir_val_latch_gen[94].dir_val_latch | tri_rlmreg_p__parameterized9_8075 | 0 | 0 | 0 | 0 | 4 | 0 | 0 | 0 | +| xhdl17.dir_val_latch_gen[95].dir_lru_latch | tri_rlmreg_p__parameterized5_8076 | 3 | 3 | 0 | 0 | 3 | 0 | 0 | 0 | +| xhdl17.dir_val_latch_gen[95].dir_val_latch | tri_rlmreg_p__parameterized9_8077 | 4 | 4 | 0 | 0 | 4 | 0 | 0 | 0 | +| xhdl17.dir_val_latch_gen[96].dir_lru_latch | tri_rlmreg_p__parameterized5_8078 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| xhdl17.dir_val_latch_gen[96].dir_val_latch | tri_rlmreg_p__parameterized9_8079 | 0 | 0 | 0 | 0 | 4 | 0 | 0 | 0 | +| xhdl17.dir_val_latch_gen[97].dir_lru_latch | tri_rlmreg_p__parameterized5_8080 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| xhdl17.dir_val_latch_gen[97].dir_val_latch | tri_rlmreg_p__parameterized9_8081 | 0 | 0 | 0 | 0 | 4 | 0 | 0 | 0 | +| xhdl17.dir_val_latch_gen[98].dir_lru_latch | tri_rlmreg_p__parameterized5_8082 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| xhdl17.dir_val_latch_gen[98].dir_val_latch | tri_rlmreg_p__parameterized9_8083 | 0 | 0 | 0 | 0 | 4 | 0 | 0 | 0 | +| xhdl17.dir_val_latch_gen[99].dir_lru_latch | tri_rlmreg_p__parameterized5_8084 | 3 | 3 | 0 | 0 | 3 | 0 | 0 | 0 | +| xhdl17.dir_val_latch_gen[99].dir_val_latch | tri_rlmreg_p__parameterized9_8085 | 4 | 4 | 0 | 0 | 4 | 0 | 0 | 0 | +| xhdl17.dir_val_latch_gen[9].dir_lru_latch | tri_rlmreg_p__parameterized5_8086 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| xhdl17.dir_val_latch_gen[9].dir_val_latch | tri_rlmreg_p__parameterized9_8087 | 0 | 0 | 0 | 0 | 4 | 0 | 0 | 0 | +| xhdl19.gen1.thr[0].stored_erat_rpn_latch | tri_rlmreg_p__parameterized53_8088 | 30 | 30 | 0 | 0 | 30 | 0 | 0 | 0 | +| xhdl19.gen1.thr[0].stored_erat_wimge_latch | tri_rlmreg_p__parameterized4_8089 | 13 | 13 | 0 | 0 | 3 | 0 | 0 | 0 | +| iuq_ic_ierat0 | iuq_ic_ierat | 3361 | 3361 | 0 | 0 | 2784 | 1 | 2 | 0 | +| ccr2_frat_paranoia_latch | tri_rlmreg_p__parameterized6_7688 | 8 | 8 | 0 | 0 | 4 | 0 | 0 | 0 | +| ccr2_notlb_latch | tri_rlmlatch_p__parameterized1_7689 | 7 | 7 | 0 | 0 | 1 | 0 | 0 | 0 | +| cp_ic_csinv_comp_latch | tri_rlmreg_p__parameterized9_7690 | 34 | 34 | 0 | 0 | 4 | 0 | 0 | 0 | +| entry_match_latch | tri_rlmreg_p__parameterized3_7691 | 25 | 25 | 0 | 0 | 16 | 0 | 0 | 0 | +| entry_valid_latch | tri_rlmreg_p__parameterized3_7692 | 3 | 3 | 0 | 0 | 16 | 0 | 0 | 0 | +| eptr_latch | tri_rlmreg_p__parameterized9_7693 | 28 | 28 | 0 | 0 | 4 | 0 | 0 | 0 | +| ex1_extclass_latch | tri_rlmreg_p__parameterized2_7694 | 2 | 2 | 0 | 0 | 2 | 0 | 0 | 0 | +| ex1_pid_latch | tri_rlmreg_p__parameterized41_7695 | 103 | 103 | 0 | 0 | 14 | 0 | 0 | 0 | +| ex1_state_latch | tri_rlmreg_p__parameterized9_7696 | 3 | 3 | 0 | 0 | 3 | 0 | 0 | 0 | +| ex1_stg_act_latch | tri_rlmlatch_p_7697 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex1_tlbsel_latch | tri_rlmreg_p__parameterized2_7698 | 8 | 8 | 0 | 0 | 2 | 0 | 0 | 0 | +| ex1_ttype_latch | tri_rlmreg_p__parameterized5_7699 | 3 | 3 | 0 | 0 | 3 | 0 | 0 | 0 | +| ex1_valid_latch | tri_rlmreg_p__parameterized37_7700 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex1_ws_latch | tri_rlmreg_p__parameterized2_7701 | 2 | 2 | 0 | 0 | 2 | 0 | 0 | 0 | +| ex2_extclass_latch | tri_rlmreg_p__parameterized2_7702 | 0 | 0 | 0 | 0 | 2 | 0 | 0 | 0 | +| ex2_pid_latch | tri_rlmreg_p__parameterized41_7703 | 14 | 14 | 0 | 0 | 14 | 0 | 0 | 0 | +| ex2_ra_entry_latch | tri_rlmreg_p__parameterized9_7704 | 4 | 4 | 0 | 0 | 4 | 0 | 0 | 0 | +| ex2_state_latch | tri_rlmreg_p__parameterized9_7705 | 3 | 3 | 0 | 0 | 3 | 0 | 0 | 0 | +| ex2_stg_act_latch | tri_rlmlatch_p_7706 | 9 | 9 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex2_tlbsel_latch | tri_rlmreg_p__parameterized2_7707 | 4 | 4 | 0 | 0 | 2 | 0 | 0 | 0 | +| ex2_ttype_latch | tri_rlmreg_p__parameterized5_7708 | 3 | 3 | 0 | 0 | 3 | 0 | 0 | 0 | +| ex2_valid_latch | tri_rlmreg_p__parameterized37_7709 | 3 | 3 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex2_ws_latch | tri_rlmreg_p__parameterized2_7710 | 2 | 2 | 0 | 0 | 2 | 0 | 0 | 0 | +| ex3_eratsx_data_latch | tri_rlmreg_p__parameterized0_7711 | 6 | 6 | 0 | 0 | 6 | 0 | 0 | 0 | +| ex3_extclass_latch | tri_rlmreg_p__parameterized2_7712 | 2 | 2 | 0 | 0 | 2 | 0 | 0 | 0 | +| ex3_parerr_latch | tri_rlmreg_p__parameterized2_7713 | 6 | 6 | 0 | 0 | 2 | 0 | 0 | 0 | +| ex3_pid_latch | tri_rlmreg_p__parameterized41_7714 | 0 | 0 | 0 | 0 | 14 | 0 | 0 | 0 | +| ex3_ra_entry_latch | tri_rlmreg_p__parameterized9_7715 | 4 | 4 | 0 | 0 | 4 | 0 | 0 | 0 | +| ex3_state_latch | tri_rlmreg_p__parameterized9_7716 | 1 | 1 | 0 | 0 | 3 | 0 | 0 | 0 | +| ex3_stg_act_latch | tri_rlmlatch_p_7717 | 2 | 2 | 0 | 0 | 2 | 0 | 0 | 0 | +| ex3_tlbsel_latch | tri_rlmreg_p__parameterized2_7718 | 4 | 4 | 0 | 0 | 2 | 0 | 0 | 0 | +| ex3_ttype_latch | tri_rlmreg_p__parameterized5_7719 | 5 | 5 | 0 | 0 | 3 | 0 | 0 | 0 | +| ex3_valid_latch | tri_rlmreg_p__parameterized37_7720 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex3_ws_latch | tri_rlmreg_p__parameterized2_7721 | 100 | 100 | 0 | 0 | 2 | 0 | 0 | 0 | +| ex4_data_out_latch | tri_rlmreg_p__parameterized33_7722 | 25 | 25 | 0 | 0 | 64 | 0 | 0 | 0 | +| ex4_extclass_latch | tri_rlmreg_p__parameterized2_7723 | 2 | 2 | 0 | 0 | 2 | 0 | 0 | 0 | +| ex4_ieen_latch | tri_rlmreg_p__parameterized4_7724 | 5 | 5 | 0 | 0 | 5 | 0 | 0 | 0 | +| ex4_parerr_latch | tri_rlmreg_p__parameterized9_7725 | 2 | 2 | 0 | 0 | 4 | 0 | 0 | 0 | +| ex4_pid_latch | tri_rlmreg_p__parameterized41_7726 | 14 | 14 | 0 | 0 | 14 | 0 | 0 | 0 | +| ex4_ra_entry_latch | tri_rlmreg_p__parameterized9_7727 | 4 | 4 | 0 | 0 | 4 | 0 | 0 | 0 | +| ex4_rd_array_data_latch | tri_rlmreg_p__parameterized45_7728 | 14 | 14 | 0 | 0 | 68 | 0 | 0 | 0 | +| ex4_rd_cam_data_latch | tri_rlmreg_p__parameterized44_7729 | 24 | 24 | 0 | 0 | 83 | 0 | 0 | 0 | +| ex4_state_latch | tri_rlmreg_p__parameterized9_7730 | 3 | 3 | 0 | 0 | 3 | 0 | 0 | 0 | +| ex4_stg_act_latch | tri_rlmlatch_p_7731 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex4_tlbsel_latch | tri_rlmreg_p__parameterized2_7732 | 3 | 3 | 0 | 0 | 2 | 0 | 0 | 0 | +| ex4_ttype_latch | tri_rlmreg_p__parameterized5_7733 | 3 | 3 | 0 | 0 | 3 | 0 | 0 | 0 | +| ex4_valid_latch | tri_rlmreg_p__parameterized37_7734 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex4_ws_latch | tri_rlmreg_p__parameterized2_7735 | 2 | 2 | 0 | 0 | 2 | 0 | 0 | 0 | +| ex5_data_in_latch | tri_rlmreg_p__parameterized33_7736 | 128 | 128 | 0 | 0 | 64 | 0 | 0 | 0 | +| ex5_extclass_latch | tri_rlmreg_p__parameterized2_7737 | 2 | 2 | 0 | 0 | 2 | 0 | 0 | 0 | +| ex5_ieen_latch | tri_rlmreg_p__parameterized4_7738 | 4 | 4 | 0 | 0 | 5 | 0 | 0 | 0 | +| ex5_pid_latch | tri_rlmreg_p__parameterized41_7739 | 28 | 28 | 0 | 0 | 14 | 0 | 0 | 0 | +| ex5_ra_entry_latch | tri_rlmreg_p__parameterized9_7740 | 4 | 4 | 0 | 0 | 4 | 0 | 0 | 0 | +| ex5_state_latch | tri_rlmreg_p__parameterized9_7741 | 6 | 6 | 0 | 0 | 3 | 0 | 0 | 0 | +| ex5_stg_act_latch | tri_rlmlatch_p_7742 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex5_tlbsel_latch | tri_rlmreg_p__parameterized2_7743 | 4 | 4 | 0 | 0 | 2 | 0 | 0 | 0 | +| ex5_ttype_latch | tri_rlmreg_p__parameterized5_7744 | 2 | 2 | 0 | 0 | 2 | 0 | 0 | 0 | +| ex5_valid_latch | tri_rlmreg_p__parameterized37_7745 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex5_ws_latch | tri_rlmreg_p__parameterized2_7746 | 1 | 1 | 0 | 0 | 2 | 0 | 0 | 0 | +| ex6_data_in_latch | tri_rlmreg_p__parameterized33_7747 | 104 | 104 | 0 | 0 | 64 | 0 | 0 | 0 | +| ex6_extclass_latch | tri_rlmreg_p__parameterized2_7748 | 2 | 2 | 0 | 0 | 2 | 0 | 0 | 0 | +| ex6_ieen_latch | tri_rlmreg_p__parameterized4_7749 | 0 | 0 | 0 | 0 | 5 | 0 | 0 | 0 | +| ex6_pid_latch | tri_rlmreg_p__parameterized41_7750 | 15 | 15 | 0 | 0 | 14 | 0 | 0 | 0 | +| ex6_ra_entry_latch | tri_rlmreg_p__parameterized9_7751 | 2 | 2 | 0 | 0 | 4 | 0 | 0 | 0 | +| ex6_state_latch | tri_rlmreg_p__parameterized9_7752 | 3 | 3 | 0 | 0 | 3 | 0 | 0 | 0 | +| ex6_stg_act_latch | tri_rlmlatch_p_7753 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex6_tlbsel_latch | tri_rlmreg_p__parameterized2_7754 | 7 | 7 | 0 | 0 | 2 | 0 | 0 | 0 | +| ex6_ttype_latch | tri_rlmreg_p__parameterized5_7755 | 1 | 1 | 0 | 0 | 2 | 0 | 0 | 0 | +| ex6_valid_latch | tri_rlmreg_p__parameterized37_7756 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex6_ws_latch | tri_rlmreg_p__parameterized2_7757 | 25 | 25 | 0 | 0 | 2 | 0 | 0 | 0 | +| ex7_stg_act_latch | tri_rlmlatch_p_7758 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex7_tlbsel_latch | tri_rlmreg_p__parameterized2_7759 | 3 | 3 | 0 | 0 | 2 | 0 | 0 | 0 | +| ex7_ttype_latch | tri_rlmreg_p__parameterized5_7760 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex7_valid_latch | tri_rlmreg_p__parameterized37_7761 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| hold_req_latch | tri_rlmreg_p__parameterized42_7762 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| ierat_cam | tri_cam_16x143_1r1w1c | 1813 | 1813 | 0 | 0 | 1820 | 1 | 2 | 0 | +| iu1_flush_enab_latch | tri_rlmlatch_p_7763 | 3 | 3 | 0 | 0 | 1 | 0 | 0 | 0 | +| iu1_prefetch_latch | tri_rlmlatch_p_7764 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| iu1_state_latch | tri_rlmreg_p__parameterized9_7765 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| iu1_stg_act_latch | tri_rlmlatch_p_7766 | 4 | 4 | 0 | 0 | 1 | 0 | 0 | 0 | +| iu1_valid_latch | tri_rlmreg_p__parameterized37_7767 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| iu2_array_cmp_data_latch | tri_rlmreg_p__parameterized45_7768 | 17 | 17 | 0 | 0 | 68 | 0 | 0 | 0 | +| iu2_cam_cmp_data_latch | tri_rlmreg_p__parameterized44_7769 | 23 | 23 | 0 | 0 | 83 | 0 | 0 | 0 | +| iu2_isi_latch | tri_rlmreg_p__parameterized0_7770 | 1 | 1 | 0 | 0 | 6 | 0 | 0 | 0 | +| iu2_miss_latch | tri_rlmreg_p__parameterized2_7771 | 18 | 18 | 0 | 0 | 2 | 0 | 0 | 0 | +| iu2_multihit_latch | tri_rlmreg_p__parameterized2_7772 | 2 | 2 | 0 | 0 | 2 | 0 | 0 | 0 | +| iu2_n_flush_req_latch | tri_rlmreg_p__parameterized37_7773 | 3 | 3 | 0 | 0 | 1 | 0 | 0 | 0 | +| iu2_parerr_latch | tri_rlmreg_p__parameterized2_7774 | 0 | 0 | 0 | 0 | 2 | 0 | 0 | 0 | +| iu2_stg_act_latch | tri_rlmlatch_p_7775 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| iu2_tlbreq_latch | tri_rlmlatch_p_7776 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| iu2_valid_latch | tri_rlmreg_p__parameterized37_7777 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| iu3_stg_act_latch | tri_rlmlatch_p_7778 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| iu_pc_err_ierat_multihit_latch | tri_rlmlatch_p_7779 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| iu_pc_err_ierat_parity_latch | tri_rlmlatch_p_7780 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| iu_xu_ierat_ex2_flush_latch | tri_rlmreg_p__parameterized37_7781 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| iu_xu_ord_par_err_latch | tri_rlmlatch_p_7782 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| iu_xu_ord_read_done_latch | tri_rlmlatch_p_7783 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| iu_xu_ord_write_done_latch | tri_rlmlatch_p_7784 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| lru_latch | tri_rlmreg_p__parameterized43_7785 | 27 | 27 | 0 | 0 | 15 | 0 | 0 | 0 | +| lru_update_event_latch | tri_rlmreg_p__parameterized6_7786 | 23 | 23 | 0 | 0 | 9 | 0 | 0 | 0 | +| mchk_flash_inv_latch | tri_rlmreg_p__parameterized9_7787 | 3 | 3 | 0 | 0 | 4 | 0 | 0 | 0 | +| mmucr1_latch | tri_rlmreg_p__parameterized46_7788 | 1 | 1 | 0 | 0 | 8 | 0 | 0 | 0 | +| por_seq_latch | tri_rlmreg_p__parameterized5_7789 | 122 | 122 | 0 | 0 | 3 | 0 | 0 | 0 | +| snoop_act_latch | tri_rlmlatch_p_7790 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| snoop_addr_latch | tri_rlmreg_p__parameterized34_7791 | 0 | 0 | 0 | 0 | 52 | 0 | 0 | 0 | +| snoop_attr_latch | tri_rlmreg_p__parameterized48_7792 | 40 | 40 | 0 | 0 | 26 | 0 | 0 | 0 | +| snoop_val_latch | tri_rlmreg_p__parameterized5_7793 | 230 | 230 | 0 | 0 | 3 | 0 | 0 | 0 | +| tlb_req_inprogress_latch | tri_rlmreg_p__parameterized37_7794 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| watermark_latch | tri_rlmreg_p__parameterized47 | 170 | 170 | 0 | 0 | 4 | 0 | 0 | 0 | +| xhdl4.rpn_holdreg[0].rpn_holdreg_latch | tri_rlmreg_p__parameterized33_7795 | 4 | 4 | 0 | 0 | 50 | 0 | 0 | 0 | +| xucr4_mmu_mchk_latch | tri_rlmlatch_p__parameterized1_7796 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| iuq_ic_miss0 | iuq_ic_miss | 3279 | 3279 | 0 | 0 | 333 | 0 | 0 | 0 | +| an_ac_reld_core_tag_latch | tri_rlmreg_p__parameterized4_7646 | 75 | 75 | 0 | 0 | 5 | 0 | 0 | 0 | +| an_ac_reld_data_vld_latch | tri_rlmlatch_p_7647 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| an_ac_reld_qw_latch | tri_rlmreg_p__parameterized2_7648 | 2 | 2 | 0 | 0 | 2 | 0 | 0 | 0 | +| bp_config_latch | tri_rlmreg_p__parameterized9_7649 | 8 | 8 | 0 | 0 | 4 | 0 | 0 | 0 | +| iu3_miss_match_latch | tri_rlmlatch_p_7650 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| lru_write_latch | tri_rlmreg_p__parameterized2_7651 | 533 | 533 | 0 | 0 | 2 | 0 | 0 | 0 | +| lru_write_next_cycle_latch | tri_rlmreg_p__parameterized2_7652 | 0 | 0 | 0 | 0 | 2 | 0 | 0 | 0 | +| miss_block_fp_latch | tri_rlmreg_p__parameterized2_7653 | 0 | 0 | 0 | 0 | 2 | 0 | 0 | 0 | +| miss_flush_occurred_latch | tri_rlmreg_p__parameterized2_7654 | 2 | 2 | 0 | 0 | 2 | 0 | 0 | 0 | +| miss_flushed_latch | tri_rlmreg_p__parameterized2_7655 | 0 | 0 | 0 | 0 | 2 | 0 | 0 | 0 | +| miss_inval_latch | tri_rlmreg_p__parameterized2_7656 | 348 | 348 | 0 | 0 | 2 | 0 | 0 | 0 | +| miss_need_hold_latch | tri_rlmreg_p__parameterized2_7657 | 0 | 0 | 0 | 0 | 2 | 0 | 0 | 0 | +| miss_wrote_dir_latch | tri_rlmreg_p__parameterized2_7658 | 2 | 2 | 0 | 0 | 2 | 0 | 0 | 0 | +| r2_crit_qw_latch | tri_rlmlatch_p_7659 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| r3_loaded_latch | tri_rlmlatch_p_7660 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| reld_data_latch | tri_rlmreg_p__parameterized1_7661 | 215 | 215 | 0 | 0 | 128 | 0 | 0 | 0 | +| reld_r1_qw_latch | tri_rlmreg_p__parameterized2_7662 | 7 | 7 | 0 | 0 | 2 | 0 | 0 | 0 | +| reld_r1_val_latch | tri_rlmreg_p__parameterized2_7663 | 275 | 275 | 0 | 0 | 2 | 0 | 0 | 0 | +| reld_r2_qw_latch | tri_rlmreg_p__parameterized2_7664 | 0 | 0 | 0 | 0 | 2 | 0 | 0 | 0 | +| reld_r2_val_latch | tri_rlmreg_p__parameterized2_7665 | 1481 | 1481 | 0 | 0 | 2 | 0 | 0 | 0 | +| reld_r3_val_latch | tri_rlmreg_p__parameterized2_7666 | 148 | 148 | 0 | 0 | 2 | 0 | 0 | 0 | +| req_ctag_latch | tri_rlmreg_p__parameterized2_7667 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| req_ra_latch | tri_rlmreg_p__parameterized61_7668 | 0 | 0 | 0 | 0 | 26 | 0 | 0 | 0 | +| req_wimge_latch | tri_rlmreg_p__parameterized4_7669 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| request_latch | tri_rlmreg_p__parameterized37_7670 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| spr_ic_cls_latch | tri_rlmlatch_p_7671 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl21.gen_sm[0].miss_count_latch | tri_rlmreg_p__parameterized5_7672 | 10 | 10 | 0 | 0 | 3 | 0 | 0 | 0 | +| xhdl21.gen_sm[0].miss_tid_sm_latch | tri_rlmreg_p__parameterized59 | 27 | 27 | 0 | 0 | 6 | 0 | 0 | 0 | +| xhdl21.gen_sm[1].miss_count_latch | tri_rlmreg_p__parameterized5_7673 | 10 | 10 | 0 | 0 | 3 | 0 | 0 | 0 | +| xhdl21.gen_sm[1].miss_tid_sm_latch | tri_rlmreg_p__parameterized59_7674 | 37 | 37 | 0 | 0 | 6 | 0 | 0 | 0 | +| xhdl22.gen[0].miss_2ucode_latch | tri_rlmlatch_p_7675 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl22.gen[0].miss_2ucode_type_latch | tri_rlmlatch_p_7676 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl22.gen[0].miss_addr_eff_latch | tri_rlmreg_p__parameterized6_7677 | 1 | 1 | 0 | 0 | 10 | 0 | 0 | 0 | +| xhdl22.gen[0].miss_addr_real_latch | tri_rlmreg_p__parameterized60 | 45 | 45 | 0 | 0 | 40 | 0 | 0 | 0 | +| xhdl22.gen[0].miss_ci_latch | tri_rlmlatch_p_7678 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl22.gen[0].miss_endian_latch | tri_rlmlatch_p_7679 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl22.gen[0].miss_way_latch | tri_rlmreg_p__parameterized9_7680 | 5 | 5 | 0 | 0 | 4 | 0 | 0 | 0 | +| xhdl22.gen[1].miss_2ucode_latch | tri_rlmlatch_p_7681 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl22.gen[1].miss_2ucode_type_latch | tri_rlmlatch_p_7682 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl22.gen[1].miss_addr_eff_latch | tri_rlmreg_p__parameterized6_7683 | 1 | 1 | 0 | 0 | 10 | 0 | 0 | 0 | +| xhdl22.gen[1].miss_addr_real_latch | tri_rlmreg_p__parameterized60_7684 | 16 | 16 | 0 | 0 | 40 | 0 | 0 | 0 | +| xhdl22.gen[1].miss_ci_latch | tri_rlmlatch_p_7685 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl22.gen[1].miss_endian_latch | tri_rlmlatch_p_7686 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl22.gen[1].miss_way_latch | tri_rlmreg_p__parameterized9_7687 | 20 | 20 | 0 | 0 | 4 | 0 | 0 | 0 | +| iuq_ic_select0 | iuq_ic_select | 892 | 892 | 0 | 0 | 294 | 0 | 0 | 0 | +| back_inv_icbi_latch | tri_rlmreg_p__parameterized37_7547 | 13 | 13 | 0 | 0 | 1 | 0 | 0 | 0 | +| back_inv_latch | tri_rlmlatch_p_7548 | 5 | 5 | 0 | 0 | 1 | 0 | 0 | 0 | +| br_iu_bta_latch | tri_rlmreg_p__parameterized40_7549 | 62 | 62 | 0 | 0 | 62 | 0 | 0 | 0 | +| br_iu_redirect_latch | tri_rlmreg_p__parameterized37_7550 | 47 | 47 | 0 | 0 | 1 | 0 | 0 | 0 | +| cp_flush_2ucode_latch | tri_rlmreg_p__parameterized37_7551 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| cp_flush_2ucode_type_latch | tri_rlmreg_p__parameterized37_7552 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| cp_flush_into_uc_latch | tri_rlmreg_p__parameterized37_7553 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| cp_flush_latch | tri_rlmreg_p__parameterized37_7554 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| cp_flush_nonspec_latch | tri_rlmreg_p__parameterized37_7555 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| cp_ic_stop_latch | tri_rlmreg_p__parameterized37_7556 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ierat_hold_latch | tri_rlmreg_p__parameterized37_7557 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| iu0_2ucode_latch | tri_rlmreg_p__parameterized37_7558 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| iu0_2ucode_type_latch | tri_rlmreg_p__parameterized37_7559 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| iu0_flip_index51_latch | tri_rlmreg_p__parameterized37_7560 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| iu0_need_prefetch_latch | tri_rlmreg_p__parameterized37_7561 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| iu1_nonspec_latch | tri_rlmreg_p__parameterized37_7562 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| iu2_nonspec_latch | tri_rlmreg_p__parameterized37_7563 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| lq_iu_icbi_val_latch | tri_rlmreg_p__parameterized37_7564 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| mm_bus_snoop_hold_req_latch | tri_rlmreg_p__parameterized37_7565 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| mm_hold_req_latch | tri_rlmreg_p__parameterized37_7566 | 43 | 43 | 0 | 0 | 1 | 0 | 0 | 0 | +| next_fetch_nonspec_latch | tri_rlmreg_p__parameterized37_7567 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| pc_iu_pm_fetch_halt_latch | tri_rlmreg_p__parameterized37_7568 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| spr_idir_read_latch | tri_rlmlatch_p_7569 | 4 | 4 | 0 | 0 | 1 | 0 | 0 | 0 | +| spr_idir_row_latch | tri_rlmreg_p__parameterized18_7570 | 4 | 4 | 0 | 0 | 7 | 0 | 0 | 0 | +| xhdl10.t[0].iu0_prefetch_ifar_latch | tri_rlmreg_p__parameterized3_7571 | 3 | 3 | 0 | 0 | 16 | 0 | 0 | 0 | +| xhdl11.t[0].lq_iu_icbi_addr_latch | tri_rlmreg_p__parameterized52_7572 | 194 | 194 | 0 | 0 | 36 | 0 | 0 | 0 | +| xhdl13.th[0].ibuff[0].iu0_sent_latch | tri_rlmreg_p__parameterized5_7573 | 3 | 3 | 0 | 0 | 3 | 0 | 0 | 0 | +| xhdl13.th[0].ibuff[1].iu0_sent_latch | tri_rlmreg_p__parameterized5_7574 | 55 | 55 | 0 | 0 | 3 | 0 | 0 | 0 | +| xhdl13.th[0].ibuff[2].iu0_sent_latch | tri_rlmreg_p__parameterized5_7575 | 5 | 5 | 0 | 0 | 3 | 0 | 0 | 0 | +| xhdl13.th[0].ibuff[3].iu0_sent_latch | tri_rlmreg_p__parameterized5_7576 | 26 | 26 | 0 | 0 | 3 | 0 | 0 | 0 | +| xhdl14.th[0].q_gen[0].iu0_ifar_latch | tri_rlmlatch_p_7577 | 9 | 9 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl14.th[0].q_gen[10].iu0_ifar_latch | tri_rlmlatch_p_7578 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl14.th[0].q_gen[11].iu0_ifar_latch | tri_rlmlatch_p_7579 | 33 | 33 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl14.th[0].q_gen[12].iu0_ifar_latch | tri_rlmlatch_p_7580 | 18 | 18 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl14.th[0].q_gen[13].iu0_ifar_latch | tri_rlmlatch_p_7581 | 5 | 5 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl14.th[0].q_gen[14].iu0_ifar_latch | tri_rlmlatch_p_7582 | 18 | 18 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl14.th[0].q_gen[15].iu0_ifar_latch | tri_rlmlatch_p_7583 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl14.th[0].q_gen[16].iu0_ifar_latch | tri_rlmlatch_p_7584 | 9 | 9 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl14.th[0].q_gen[17].iu0_ifar_latch | tri_rlmlatch_p_7585 | 5 | 5 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl14.th[0].q_gen[18].iu0_ifar_latch | tri_rlmlatch_p_7586 | 48 | 48 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl14.th[0].q_gen[19].iu0_ifar_latch | tri_rlmlatch_p_7587 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl14.th[0].q_gen[1].iu0_ifar_latch | tri_rlmlatch_p_7588 | 5 | 5 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl14.th[0].q_gen[20].iu0_ifar_latch | tri_rlmlatch_p_7589 | 18 | 18 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl14.th[0].q_gen[21].iu0_ifar_latch | tri_rlmlatch_p_7590 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl14.th[0].q_gen[22].iu0_ifar_latch | tri_rlmlatch_p_7591 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl14.th[0].q_gen[23].iu0_ifar_latch | tri_rlmlatch_p_7592 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl14.th[0].q_gen[24].iu0_ifar_latch | tri_rlmlatch_p_7593 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl14.th[0].q_gen[25].iu0_ifar_latch | tri_rlmlatch_p_7594 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl14.th[0].q_gen[26].iu0_ifar_latch | tri_rlmlatch_p_7595 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl14.th[0].q_gen[27].iu0_ifar_latch | tri_rlmlatch_p_7596 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl14.th[0].q_gen[28].iu0_ifar_latch | tri_rlmlatch_p_7597 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl14.th[0].q_gen[29].iu0_ifar_latch | tri_rlmlatch_p_7598 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl14.th[0].q_gen[2].iu0_ifar_latch | tri_rlmlatch_p_7599 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl14.th[0].q_gen[30].iu0_ifar_latch | tri_rlmlatch_p_7600 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl14.th[0].q_gen[31].iu0_ifar_latch | tri_rlmlatch_p_7601 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl14.th[0].q_gen[32].iu0_ifar_latch | tri_rlmlatch_p__parameterized1_7602 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl14.th[0].q_gen[33].iu0_ifar_latch | tri_rlmlatch_p__parameterized1_7603 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl14.th[0].q_gen[34].iu0_ifar_latch | tri_rlmlatch_p__parameterized1_7604 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl14.th[0].q_gen[35].iu0_ifar_latch | tri_rlmlatch_p__parameterized1_7605 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl14.th[0].q_gen[36].iu0_ifar_latch | tri_rlmlatch_p__parameterized1_7606 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl14.th[0].q_gen[37].iu0_ifar_latch | tri_rlmlatch_p__parameterized1_7607 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl14.th[0].q_gen[38].iu0_ifar_latch | tri_rlmlatch_p__parameterized1_7608 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl14.th[0].q_gen[39].iu0_ifar_latch | tri_rlmlatch_p__parameterized1_7609 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl14.th[0].q_gen[3].iu0_ifar_latch | tri_rlmlatch_p_7610 | 33 | 33 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl14.th[0].q_gen[40].iu0_ifar_latch | tri_rlmlatch_p__parameterized1_7611 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl14.th[0].q_gen[41].iu0_ifar_latch | tri_rlmlatch_p__parameterized1_7612 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl14.th[0].q_gen[42].iu0_ifar_latch | tri_rlmlatch_p__parameterized1_7613 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl14.th[0].q_gen[43].iu0_ifar_latch | tri_rlmlatch_p__parameterized1_7614 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl14.th[0].q_gen[44].iu0_ifar_latch | tri_rlmlatch_p__parameterized1_7615 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl14.th[0].q_gen[45].iu0_ifar_latch | tri_rlmlatch_p__parameterized1_7616 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl14.th[0].q_gen[46].iu0_ifar_latch | tri_rlmlatch_p__parameterized1_7617 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl14.th[0].q_gen[47].iu0_ifar_latch | tri_rlmlatch_p__parameterized1_7618 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl14.th[0].q_gen[48].iu0_ifar_latch | tri_rlmlatch_p__parameterized1_7619 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl14.th[0].q_gen[49].iu0_ifar_latch | tri_rlmlatch_p__parameterized1_7620 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl14.th[0].q_gen[4].iu0_ifar_latch | tri_rlmlatch_p_7621 | 5 | 5 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl14.th[0].q_gen[50].iu0_ifar_latch | tri_rlmlatch_p__parameterized1_7622 | 5 | 5 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl14.th[0].q_gen[51].iu0_ifar_latch | tri_rlmlatch_p__parameterized1_7623 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl14.th[0].q_gen[52].iu0_ifar_latch | tri_rlmlatch_p__parameterized1_7624 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl14.th[0].q_gen[53].iu0_ifar_latch | tri_rlmlatch_p__parameterized1_7625 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl14.th[0].q_gen[54].iu0_ifar_latch | tri_rlmlatch_p__parameterized1_7626 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl14.th[0].q_gen[55].iu0_ifar_latch | tri_rlmlatch_p__parameterized1_7627 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl14.th[0].q_gen[56].iu0_ifar_latch | tri_rlmlatch_p__parameterized1_7628 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl14.th[0].q_gen[57].iu0_ifar_latch | tri_rlmlatch_p__parameterized1_7629 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl14.th[0].q_gen[58].iu0_ifar_latch | tri_rlmlatch_p__parameterized1_7630 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl14.th[0].q_gen[59].iu0_ifar_latch | tri_rlmlatch_p__parameterized1_7631 | 11 | 11 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl14.th[0].q_gen[5].iu0_ifar_latch | tri_rlmlatch_p_7632 | 25 | 25 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl14.th[0].q_gen[60].iu0_ifar_latch | tri_rlmlatch_p__parameterized1_7633 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl14.th[0].q_gen[61].iu0_ifar_latch | tri_rlmlatch_p__parameterized1_7634 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl14.th[0].q_gen[6].iu0_ifar_latch | tri_rlmlatch_p_7635 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl14.th[0].q_gen[7].iu0_ifar_latch | tri_rlmlatch_p_7636 | 18 | 18 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl14.th[0].q_gen[8].iu0_ifar_latch | tri_rlmlatch_p_7637 | 5 | 5 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl14.th[0].q_gen[9].iu0_ifar_latch | tri_rlmlatch_p_7638 | 9 | 9 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl15.gen1.t[0].stored_erat_ifar_latch | tri_rlmreg_p__parameterized6_7639 | 5 | 5 | 0 | 0 | 10 | 0 | 0 | 0 | +| xhdl15.stored_erat_valid_latch | tri_rlmreg_p__parameterized37_7640 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl17.t[0].cp_flush_ifar_latch | tri_rlmreg_p__parameterized40_7641 | 95 | 95 | 0 | 0 | 62 | 0 | 0 | 0 | +| xu_iu_msr_cm2_latch | tri_rlmreg_p__parameterized37_7642 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xu_iu_msr_cm3_latch | tri_rlmreg_p__parameterized37_7643 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xu_iu_msr_cm_latch | tri_rlmreg_p__parameterized37_7644 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xu_iu_run_thread_latch | tri_rlmreg_p__parameterized37_7645 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| perv_1to0_reg | tri_plat__parameterized3 | 205 | 205 | 0 | 0 | 16 | 0 | 0 | 0 | +| iuq_ram0 | iuq_ram | 67 | 67 | 0 | 0 | 40 | 0 | 0 | 0 | +| cp_flush_reg | tri_rlmreg_p__parameterized37_7542 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ram_act_reg | tri_rlmreg_p__parameterized37_7543 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| ram_done_reg | tri_rlmlatch_p_7544 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| ram_instr_reg | tri_rlmreg_p__parameterized52_7545 | 62 | 62 | 0 | 0 | 36 | 0 | 0 | 0 | +| ram_val_reg | tri_rlmreg_p__parameterized37_7546 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| iuq_spr0 | iuq_spr | 1261 | 1261 | 0 | 0 | 844 | 0 | 0 | 0 | +| cp_flush_latch | tri_ser_rlmreg_p__parameterized4_7502 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| tri_ser_rlmreg_p | tri_aoi22_nlats_wlcb__parameterized4_7541 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| cpcr0_reg | tri_rlmreg_p__parameterized38 | 0 | 0 | 0 | 0 | 20 | 0 | 0 | 0 | +| cpcr1_reg | tri_rlmreg_p__parameterized39 | 0 | 0 | 0 | 0 | 10 | 0 | 0 | 0 | +| cpcr_we_reg | tri_rlmreg_p__parameterized37_7503 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| givpr_reg | tri_rlmreg_p__parameterized34_7504 | 0 | 0 | 0 | 0 | 52 | 0 | 0 | 0 | +| iac1_reg | tri_rlmreg_p__parameterized40_7505 | 3 | 3 | 0 | 0 | 62 | 0 | 0 | 0 | +| iac2_reg | tri_rlmreg_p__parameterized40_7506 | 0 | 0 | 0 | 0 | 62 | 0 | 0 | 0 | +| iac3_reg | tri_rlmreg_p__parameterized40_7507 | 0 | 0 | 0 | 0 | 62 | 0 | 0 | 0 | +| iac4_reg | tri_rlmreg_p__parameterized40_7508 | 0 | 0 | 0 | 0 | 62 | 0 | 0 | 0 | +| iesr1_reg | tri_ser_rlmreg_p__parameterized7_7509 | 0 | 0 | 0 | 0 | 24 | 0 | 0 | 0 | +| tri_ser_rlmreg_p | tri_aoi22_nlats_wlcb__parameterized7_7540 | 0 | 0 | 0 | 0 | 24 | 0 | 0 | 0 | +| iesr2_reg | tri_ser_rlmreg_p__parameterized7_7510 | 0 | 0 | 0 | 0 | 24 | 0 | 0 | 0 | +| tri_ser_rlmreg_p | tri_aoi22_nlats_wlcb__parameterized7_7539 | 0 | 0 | 0 | 0 | 24 | 0 | 0 | 0 | +| iesr3_reg | tri_ser_rlmreg_p__parameterized6_7511 | 0 | 0 | 0 | 0 | 32 | 0 | 0 | 0 | +| tri_ser_rlmreg_p | tri_aoi22_nlats_wlcb__parameterized6_7538 | 0 | 0 | 0 | 0 | 32 | 0 | 0 | 0 | +| immr0a_reg | tri_rlmreg_p__parameterized35 | 0 | 0 | 0 | 0 | 16 | 0 | 0 | 0 | +| immr0b_reg | tri_rlmreg_p__parameterized35_7512 | 0 | 0 | 0 | 0 | 16 | 0 | 0 | 0 | +| imr0_reg | tri_rlmreg_p__parameterized17_7513 | 42 | 42 | 0 | 0 | 32 | 0 | 0 | 0 | +| iucr0_reg | tri_rlmreg_p__parameterized36 | 6 | 6 | 0 | 0 | 13 | 0 | 0 | 0 | +| iudbg0_done_reg | tri_rlmlatch_p_7514 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| iudbg0_exec_reg | tri_rlmlatch_p_7515 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| iudbg0_reg | tri_ser_rlmreg_p__parameterized0_7516 | 0 | 0 | 0 | 0 | 9 | 0 | 0 | 0 | +| tri_ser_rlmreg_p | tri_aoi22_nlats_wlcb__parameterized0_7537 | 0 | 0 | 0 | 0 | 9 | 0 | 0 | 0 | +| iudbg1_reg | tri_ser_rlmreg_p__parameterized1 | 0 | 0 | 0 | 0 | 9 | 0 | 0 | 0 | +| tri_ser_rlmreg_p | tri_aoi22_nlats_wlcb__parameterized1 | 0 | 0 | 0 | 0 | 9 | 0 | 0 | 0 | +| iudbg2_reg | tri_ser_rlmreg_p__parameterized2_7517 | 0 | 0 | 0 | 0 | 29 | 0 | 0 | 0 | +| tri_ser_rlmreg_p | tri_aoi22_nlats_wlcb__parameterized2_7536 | 0 | 0 | 0 | 0 | 29 | 0 | 0 | 0 | +| iulfsr_reg | tri_ser_rlmreg_p | 0 | 0 | 0 | 0 | 32 | 0 | 0 | 0 | +| tri_ser_rlmreg_p | tri_aoi22_nlats_wlcb | 0 | 0 | 0 | 0 | 32 | 0 | 0 | 0 | +| iullcr_reg | tri_ser_rlmreg_p__parameterized3 | 0 | 0 | 0 | 0 | 11 | 0 | 0 | 0 | +| tri_ser_rlmreg_p | tri_aoi22_nlats_wlcb__parameterized3 | 0 | 0 | 0 | 0 | 11 | 0 | 0 | 0 | +| ivpr_reg | tri_rlmreg_p__parameterized34_7518 | 20 | 20 | 0 | 0 | 52 | 0 | 0 | 0 | +| raise_iss_pri_reg | tri_ser_rlmreg_p__parameterized4_7519 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| tri_ser_rlmreg_p | tri_aoi22_nlats_wlcb__parameterized4_7535 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| slowspr_addr_reg | tri_rlmreg_p__parameterized6_7520 | 854 | 854 | 0 | 0 | 10 | 0 | 0 | 0 | +| slowspr_data_reg | tri_rlmreg_p__parameterized33_7521 | 250 | 250 | 0 | 0 | 64 | 0 | 0 | 0 | +| slowspr_done_reg | tri_rlmlatch_p_7522 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| slowspr_etid_reg | tri_rlmreg_p__parameterized2_7523 | 5 | 5 | 0 | 0 | 2 | 0 | 0 | 0 | +| slowspr_rw_reg | tri_rlmlatch_p_7524 | 42 | 42 | 0 | 0 | 1 | 0 | 0 | 0 | +| slowspr_val_reg | tri_rlmlatch_p_7525 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| spr_msr_gs_latch | tri_ser_rlmreg_p__parameterized4_7526 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| tri_ser_rlmreg_p | tri_aoi22_nlats_wlcb__parameterized4_7534 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| spr_msr_pr_latch | tri_ser_rlmreg_p__parameterized4_7527 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| tri_ser_rlmreg_p | tri_aoi22_nlats_wlcb__parameterized4_7533 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl1.thread_regs[0].cpcr2_reg | tri_rlmreg_p__parameterized29 | 0 | 0 | 0 | 0 | 20 | 0 | 0 | 0 | +| xhdl1.thread_regs[0].cpcr3_reg | tri_rlmreg_p__parameterized30 | 12 | 12 | 0 | 0 | 17 | 0 | 0 | 0 | +| xhdl1.thread_regs[0].cpcr4_reg | tri_rlmreg_p__parameterized31 | 0 | 0 | 0 | 0 | 20 | 0 | 0 | 0 | +| xhdl1.thread_regs[0].cpcr5_reg | tri_rlmreg_p__parameterized32 | 9 | 9 | 0 | 0 | 17 | 0 | 0 | 0 | +| xhdl1.thread_regs[0].eheir_reg | tri_rlmreg_p__parameterized17_7528 | 1 | 1 | 0 | 0 | 32 | 0 | 0 | 0 | +| xhdl1.thread_regs[0].iucr1_reg | tri_rlmreg_p__parameterized27 | 0 | 0 | 0 | 0 | 8 | 0 | 0 | 0 | +| xhdl1.thread_regs[0].iucr2_reg | tri_rlmreg_p__parameterized12_7529 | 0 | 0 | 0 | 0 | 8 | 0 | 0 | 0 | +| xhdl1.thread_regs[0].ppr32_reg | tri_rlmreg_p__parameterized28_7530 | 2 | 2 | 0 | 0 | 3 | 0 | 0 | 0 | +| xu_iu_pri_reg | tri_ser_rlmreg_p__parameterized5 | 9 | 9 | 0 | 0 | 3 | 0 | 0 | 0 | +| tri_ser_rlmreg_p | tri_aoi22_nlats_wlcb__parameterized5 | 9 | 9 | 0 | 0 | 3 | 0 | 0 | 0 | +| xu_iu_pri_val_reg | tri_ser_rlmreg_p__parameterized4_7531 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| tri_ser_rlmreg_p | tri_aoi22_nlats_wlcb__parameterized4_7532 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl0.bp_gen[0].iuq_bp0 | iuq_bp | 3072 | 3072 | 0 | 0 | 1330 | 0 | 0 | 0 | +| bcache_data0_reg | tri_rlmreg_p__parameterized3_7410 | 7 | 7 | 0 | 0 | 16 | 0 | 0 | 0 | +| bcache_data1_reg | tri_rlmreg_p__parameterized3_7411 | 21 | 21 | 0 | 0 | 16 | 0 | 0 | 0 | +| bcache_data2_reg | tri_rlmreg_p__parameterized3_7412 | 23 | 23 | 0 | 0 | 16 | 0 | 0 | 0 | +| bcache_data3_reg | tri_rlmreg_p__parameterized3_7413 | 23 | 23 | 0 | 0 | 16 | 0 | 0 | 0 | +| bcache_data4_reg | tri_rlmreg_p__parameterized3_7414 | 24 | 24 | 0 | 0 | 16 | 0 | 0 | 0 | +| bcache_data5_reg | tri_rlmreg_p__parameterized3_7415 | 29 | 29 | 0 | 0 | 16 | 0 | 0 | 0 | +| bcache_data6_reg | tri_rlmreg_p__parameterized3_7416 | 22 | 22 | 0 | 0 | 16 | 0 | 0 | 0 | +| bcache_data7_reg | tri_rlmreg_p__parameterized3_7417 | 23 | 23 | 0 | 0 | 16 | 0 | 0 | 0 | +| bp_config_reg | tri_rlmreg_p__parameterized13_7418 | 15 | 15 | 0 | 0 | 7 | 0 | 0 | 0 | +| br_iu_gshare_reg | tri_rlmreg_p__parameterized14_7419 | 28 | 28 | 0 | 0 | 18 | 0 | 0 | 0 | +| br_iu_ls_data_reg | tri_rlmreg_p__parameterized8_7420 | 160 | 160 | 0 | 0 | 20 | 0 | 0 | 0 | +| br_iu_ls_ptr_reg | tri_rlmreg_p__parameterized12_7421 | 0 | 0 | 0 | 0 | 8 | 0 | 0 | 0 | +| br_iu_ls_update_reg | tri_rlmlatch_p_7422 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| br_iu_redirect_reg | tri_rlmlatch_p_7423 | 11 | 11 | 0 | 0 | 1 | 0 | 0 | 0 | +| cp_flush_reg | tri_rlmlatch_p_7424 | 4 | 4 | 0 | 0 | 1 | 0 | 0 | 0 | +| cp_gs_count_reg | tri_rlmreg_p__parameterized2_7425 | 13 | 13 | 0 | 0 | 2 | 0 | 0 | 0 | +| cp_gshare_reg | tri_rlmreg_p__parameterized3_7426 | 17 | 17 | 0 | 0 | 10 | 0 | 0 | 0 | +| ex5_bcctr_reg | tri_rlmlatch_p_7427 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex5_bclr_reg | tri_rlmlatch_p_7428 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex5_bh0_hist_reg | tri_rlmreg_p__parameterized2_7429 | 0 | 0 | 0 | 0 | 2 | 0 | 0 | 0 | +| ex5_bh1_hist_reg | tri_rlmreg_p__parameterized2_7430 | 0 | 0 | 0 | 0 | 2 | 0 | 0 | 0 | +| ex5_bh2_hist_reg | tri_rlmreg_p__parameterized2_7431 | 3 | 3 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex5_bh_reg | tri_rlmreg_p__parameterized2_7432 | 3 | 3 | 0 | 0 | 2 | 0 | 0 | 0 | +| ex5_bh_update_reg | tri_rlmlatch_p_7433 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex5_br_taken_reg | tri_rlmlatch_p_7434 | 9 | 9 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex5_bta_reg | tri_rlmreg_p__parameterized8_7435 | 30 | 30 | 0 | 0 | 20 | 0 | 0 | 0 | +| ex5_btb_entry_reg | tri_rlmlatch_p_7436 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex5_btb_repl_reg | tri_rlmreg_p__parameterized1_7437 | 1 | 1 | 0 | 0 | 128 | 0 | 0 | 0 | +| ex5_flush_reg | tri_rlmlatch_p_7438 | 271 | 271 | 0 | 0 | 4 | 0 | 0 | 0 | +| ex5_group_reg | tri_rlmlatch_p_7439 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex5_gshare_reg | tri_rlmreg_p__parameterized6_7440 | 36 | 36 | 0 | 0 | 10 | 0 | 0 | 0 | +| ex5_ifar_reg | tri_rlmreg_p__parameterized8_7441 | 600 | 600 | 0 | 0 | 20 | 0 | 0 | 0 | +| ex5_ls_pop_reg | tri_rlmlatch_p_7442 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex5_ls_ptr_reg | tri_rlmreg_p__parameterized12_7443 | 26 | 26 | 0 | 0 | 8 | 0 | 0 | 0 | +| ex5_ls_push_reg | tri_rlmlatch_p_7444 | 165 | 165 | 0 | 0 | 3 | 0 | 0 | 0 | +| ex5_val_reg | tri_rlmlatch_p_7445 | 1 | 1 | 0 | 0 | 4 | 0 | 0 | 0 | +| ex6_ls_t00_reg | tri_rlmreg_p__parameterized8_7446 | 0 | 0 | 0 | 0 | 20 | 0 | 0 | 0 | +| ex6_ls_t01_reg | tri_rlmreg_p__parameterized8_7447 | 0 | 0 | 0 | 0 | 20 | 0 | 0 | 0 | +| ex6_ls_t02_reg | tri_rlmreg_p__parameterized8_7448 | 0 | 0 | 0 | 0 | 20 | 0 | 0 | 0 | +| ex6_ls_t03_reg | tri_rlmreg_p__parameterized8_7449 | 0 | 0 | 0 | 0 | 20 | 0 | 0 | 0 | +| ex6_ls_t04_reg | tri_rlmreg_p__parameterized8_7450 | 0 | 0 | 0 | 0 | 20 | 0 | 0 | 0 | +| ex6_ls_t05_reg | tri_rlmreg_p__parameterized8_7451 | 0 | 0 | 0 | 0 | 20 | 0 | 0 | 0 | +| ex6_ls_t06_reg | tri_rlmreg_p__parameterized8_7452 | 0 | 0 | 0 | 0 | 20 | 0 | 0 | 0 | +| ex6_ls_t07_reg | tri_rlmreg_p__parameterized8_7453 | 0 | 0 | 0 | 0 | 20 | 0 | 0 | 0 | +| ex6_ls_t0_ptr_reg | tri_rlmreg_p__parameterized11 | 0 | 0 | 0 | 0 | 8 | 0 | 0 | 0 | +| gshare_reg | tri_rlmreg_p__parameterized3_7454 | 34 | 34 | 0 | 0 | 16 | 0 | 0 | 0 | +| gshare_shift0_reg | tri_rlmreg_p__parameterized4_7455 | 9 | 9 | 0 | 0 | 4 | 0 | 0 | 0 | +| iu0_btb_hist_reg | tri_rlmreg_p__parameterized1_7456 | 7 | 7 | 0 | 0 | 128 | 0 | 0 | 0 | +| iu1_btb_hist_reg | tri_rlmreg_p__parameterized2_7457 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| iu1_gs_pos_reg | tri_rlmreg_p__parameterized5_7458 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| iu1_gshare_reg | tri_rlmreg_p__parameterized6_7459 | 11 | 11 | 0 | 0 | 10 | 0 | 0 | 0 | +| iu2_btb_hist_reg | tri_rlmreg_p__parameterized2_7460 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| iu2_gs_pos_reg | tri_rlmreg_p__parameterized5_7461 | 5 | 5 | 0 | 0 | 2 | 0 | 0 | 0 | +| iu2_gshare_reg | tri_rlmreg_p__parameterized6_7462 | 45 | 45 | 0 | 0 | 10 | 0 | 0 | 0 | +| iu3_0_instr_reg | tri_rlmreg_p__parameterized10 | 155 | 155 | 0 | 0 | 59 | 0 | 0 | 0 | +| iu3_1_instr_reg | tri_rlmreg_p__parameterized10_7463 | 352 | 352 | 0 | 0 | 59 | 0 | 0 | 0 | +| iu3_2_instr_reg | tri_rlmreg_p__parameterized10_7464 | 133 | 133 | 0 | 0 | 59 | 0 | 0 | 0 | +| iu3_3_instr_reg | tri_rlmreg_p__parameterized10_7465 | 256 | 256 | 0 | 0 | 59 | 0 | 0 | 0 | +| iu3_aa_reg | tri_rlmlatch_p_7466 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| iu3_b_reg | tri_rlmlatch_p_7467 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| iu3_bcctr_reg | tri_rlmlatch_p_7468 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| iu3_bclr_reg | tri_rlmlatch_p_7469 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| iu3_bh_reg | tri_rlmreg_p__parameterized2_7470 | 93 | 93 | 0 | 0 | 2 | 0 | 0 | 0 | +| iu3_bi_reg | tri_rlmreg_p__parameterized4_7471 | 0 | 0 | 0 | 0 | 5 | 0 | 0 | 0 | +| iu3_bo_reg | tri_rlmreg_p__parameterized4_7472 | 1 | 1 | 0 | 0 | 5 | 0 | 0 | 0 | +| iu3_btb_link_reg | tri_rlmlatch_p_7473 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| iu3_btb_misdirect_reg | tri_rlmlatch_p_7474 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| iu3_btb_redirect_reg | tri_rlmlatch_p_7475 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| iu3_btb_reg | tri_rlmreg_p__parameterized8_7476 | 20 | 20 | 0 | 0 | 20 | 0 | 0 | 0 | +| iu3_gs_pos_reg | tri_rlmreg_p__parameterized5_7477 | 54 | 54 | 0 | 0 | 3 | 0 | 0 | 0 | +| iu3_ifar_pri_reg | tri_rlmreg_p__parameterized2_7478 | 2 | 2 | 0 | 0 | 2 | 0 | 0 | 0 | +| iu3_ifar_reg | tri_rlmreg_p__parameterized8_7479 | 19 | 19 | 0 | 0 | 20 | 0 | 0 | 0 | +| iu3_lk_reg | tri_rlmlatch_p_7480 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| iu3_lnk_reg | tri_rlmreg_p__parameterized8_7481 | 0 | 0 | 0 | 0 | 20 | 0 | 0 | 0 | +| iu3_nfg_reg | tri_rlmreg_p__parameterized8_7482 | 0 | 0 | 0 | 0 | 18 | 0 | 0 | 0 | +| iu3_opcode_reg | tri_rlmreg_p__parameterized0_7483 | 0 | 0 | 0 | 0 | 6 | 0 | 0 | 0 | +| iu3_pr_val_reg | tri_rlmlatch_p_7484 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| iu3_tar_reg | tri_rlmreg_p__parameterized7_7485 | 47 | 47 | 0 | 0 | 20 | 0 | 0 | 0 | +| iu3_val_reg | tri_rlmreg_p__parameterized9_7486 | 89 | 89 | 0 | 0 | 4 | 0 | 0 | 0 | +| iu4_ifar_reg | tri_rlmreg_p__parameterized8_7487 | 20 | 20 | 0 | 0 | 20 | 0 | 0 | 0 | +| iu4_ls_pop_reg | tri_rlmlatch_p_7488 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| iu4_ls_push_reg | tri_rlmlatch_p_7489 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| iu4_redirect_ifar_reg | tri_rlmreg_p__parameterized8_7490 | 0 | 0 | 0 | 0 | 20 | 0 | 0 | 0 | +| iu4_redirect_reg | tri_rlmlatch_p_7491 | 4 | 4 | 0 | 0 | 1 | 0 | 0 | 0 | +| iu5_ls_t00_reg | tri_rlmreg_p__parameterized8_7492 | 0 | 0 | 0 | 0 | 20 | 0 | 0 | 0 | +| iu5_ls_t01_reg | tri_rlmreg_p__parameterized8_7493 | 0 | 0 | 0 | 0 | 20 | 0 | 0 | 0 | +| iu5_ls_t02_reg | tri_rlmreg_p__parameterized8_7494 | 0 | 0 | 0 | 0 | 20 | 0 | 0 | 0 | +| iu5_ls_t03_reg | tri_rlmreg_p__parameterized8_7495 | 0 | 0 | 0 | 0 | 20 | 0 | 0 | 0 | +| iu5_ls_t04_reg | tri_rlmreg_p__parameterized8_7496 | 0 | 0 | 0 | 0 | 20 | 0 | 0 | 0 | +| iu5_ls_t05_reg | tri_rlmreg_p__parameterized8_7497 | 0 | 0 | 0 | 0 | 20 | 0 | 0 | 0 | +| iu5_ls_t06_reg | tri_rlmreg_p__parameterized8_7498 | 0 | 0 | 0 | 0 | 20 | 0 | 0 | 0 | +| iu5_ls_t07_reg | tri_rlmreg_p__parameterized8_7499 | 0 | 0 | 0 | 0 | 20 | 0 | 0 | 0 | +| iu5_ls_t0_ptr_reg | tri_rlmreg_p__parameterized11_7500 | 137 | 137 | 0 | 0 | 8 | 0 | 0 | 0 | +| iu_flush_reg | tri_rlmlatch_p_7501 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl1.uc_gen[0].iuq_uc0 | iuq_uc | 2312 | 2312 | 0 | 0 | 1012 | 0 | 0 | 0 | +| advance_buffers_latch | tri_rlmlatch_p_7341 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| br_hold_latch | tri_rlmlatch_p_7342 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| br_iu_redirect_latch | tri_rlmlatch_p_7343 | 4 | 4 | 0 | 0 | 1 | 0 | 0 | 0 | +| cp_flush_latch | tri_rlmlatch_p_7344 | 4 | 4 | 0 | 0 | 1 | 0 | 0 | 0 | +| flush_ifar_latch | tri_rlmreg_p__parameterized25 | 1 | 1 | 0 | 0 | 19 | 0 | 0 | 0 | +| flush_into_uc_latch | tri_rlmlatch_p_7345 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| iu3_2ucode_latch | tri_rlmlatch_p__parameterized0 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| iu3_2ucode_type_latch | tri_rlmlatch_p__parameterized0_7346 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| iu3_ifar_latch | tri_rlmreg_p__parameterized15 | 0 | 0 | 0 | 0 | 20 | 0 | 0 | 0 | +| iu3_instr_latch | tri_rlmreg_p__parameterized24 | 239 | 239 | 0 | 0 | 136 | 0 | 0 | 0 | +| iu3_val_latch | tri_rlmreg_p__parameterized9_7347 | 0 | 0 | 0 | 0 | 4 | 0 | 0 | 0 | +| iu4_done_latch | tri_rlmlatch_p__parameterized0_7348 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| iu4_ext0_latch | tri_rlmreg_p__parameterized26 | 0 | 0 | 0 | 0 | 4 | 0 | 0 | 0 | +| iu4_ext1_latch | tri_rlmreg_p__parameterized26_7349 | 0 | 0 | 0 | 0 | 4 | 0 | 0 | 0 | +| iu4_ifar_latch | tri_rlmreg_p__parameterized15_7350 | 19 | 19 | 0 | 0 | 19 | 0 | 0 | 0 | +| iu4_ov_done_latch | tri_rlmlatch_p__parameterized0_7351 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| iu4_ov_ext1_latch | tri_rlmreg_p__parameterized26_7352 | 2 | 2 | 0 | 0 | 4 | 0 | 0 | 0 | +| iu4_ov_ifar_latch | tri_rlmreg_p__parameterized15_7353 | 10 | 10 | 0 | 0 | 19 | 0 | 0 | 0 | +| iu4_ov_instr0_latch | tri_rlmreg_p__parameterized16 | 3 | 3 | 0 | 0 | 32 | 0 | 0 | 0 | +| iu4_ov_instr1_latch | tri_rlmreg_p__parameterized16_7354 | 8 | 8 | 0 | 0 | 32 | 0 | 0 | 0 | +| iu4_ov_valid_latch | tri_rlmreg_p__parameterized2_7355 | 9 | 9 | 0 | 0 | 3 | 0 | 0 | 0 | +| iu4_valid_latch | tri_rlmreg_p__parameterized2_7356 | 9 | 9 | 0 | 0 | 2 | 0 | 0 | 0 | +| iu_flush_latch | tri_rlmlatch_p__parameterized0_7357 | 4 | 4 | 0 | 0 | 1 | 0 | 0 | 0 | +| iu_pc_err_ucode_illegal_latch | tri_rlmlatch_p__parameterized0_7358 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| iuq_uc_buffer0 | iuq_uc_buffer | 332 | 332 | 0 | 0 | 154 | 0 | 0 | 0 | +| buffer1_latch | tri_rlmreg_p__parameterized16_7402 | 0 | 0 | 0 | 0 | 32 | 0 | 0 | 0 | +| buffer2_latch | tri_rlmreg_p__parameterized16_7403 | 0 | 0 | 0 | 0 | 32 | 0 | 0 | 0 | +| buffer3_latch | tri_rlmreg_p__parameterized16_7404 | 32 | 32 | 0 | 0 | 32 | 0 | 0 | 0 | +| buffer4_latch | tri_rlmreg_p__parameterized16_7405 | 19 | 19 | 0 | 0 | 32 | 0 | 0 | 0 | +| buffer_valid_latch | tri_rlmreg_p__parameterized9_7406 | 274 | 274 | 0 | 0 | 4 | 0 | 0 | 0 | +| uc_ic_hold_latch | tri_rlmlatch_p_7407 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| uc_iu4_flush_ifar_latch | tri_rlmreg_p__parameterized15_7408 | 0 | 0 | 0 | 0 | 20 | 0 | 0 | 0 | +| uc_iu4_flush_latch | tri_rlmlatch_p_7409 | 7 | 7 | 0 | 0 | 1 | 0 | 0 | 0 | +| np1_flush_latch | tri_rlmlatch_p_7359 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| rom_data_even_late_latch | tri_rlmreg_p__parameterized16_7360 | 0 | 0 | 0 | 0 | 28 | 0 | 0 | 0 | +| rom_data_odd_late_latch | tri_rlmreg_p__parameterized16_7361 | 0 | 0 | 0 | 0 | 28 | 0 | 0 | 0 | +| romvalid_latch | tri_rlmlatch_p_7362 | 5 | 5 | 0 | 0 | 1 | 0 | 0 | 0 | +| u4_ov_ext0_latch | tri_rlmreg_p__parameterized26_7363 | 2 | 2 | 0 | 0 | 4 | 0 | 0 | 0 | +| uc_control | iuq_uc_control | 909 | 909 | 0 | 0 | 450 | 0 | 0 | 0 | +| cond_latch | tri_rlmlatch_p_7365 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| count_latch | tri_rlmreg_p__parameterized22 | 17 | 17 | 0 | 0 | 5 | 0 | 0 | 0 | +| early_end_latch | tri_rlmlatch_p_7366 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| ep_force_even_late_latch | tri_rlmlatch_p_7367 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| ep_force_odd_late_latch | tri_rlmlatch_p_7368 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| flush_to_odd_latch | tri_rlmlatch_p_7369 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| force_ep_latch | tri_rlmlatch_p_7370 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| fxm_type_latch | tri_rlmlatch_p_7371 | 3 | 3 | 0 | 0 | 1 | 0 | 0 | 0 | +| inloop_latch | tri_rlmlatch_p_7372 | 4 | 4 | 0 | 0 | 1 | 0 | 0 | 0 | +| instr_even_late_latch | tri_rlmreg_p__parameterized16_7373 | 41 | 41 | 0 | 0 | 32 | 0 | 0 | 0 | +| instr_latch | tri_rlmreg_p__parameterized16_7374 | 36 | 36 | 0 | 0 | 32 | 0 | 0 | 0 | +| instr_odd_late_latch | tri_rlmreg_p__parameterized16_7375 | 30 | 30 | 0 | 0 | 10 | 0 | 0 | 0 | +| iuq_uc_cplbuffer0 | iuq_uc_cplbuffer | 624 | 624 | 0 | 0 | 322 | 0 | 0 | 0 | +| buffer_count_latch | tri_rlmreg_p__parameterized9_7382 | 184 | 184 | 0 | 0 | 3 | 0 | 0 | 0 | +| genblk2.gen_b[0].buffer_latch | tri_rlmreg_p__parameterized17_7383 | 32 | 32 | 0 | 0 | 32 | 0 | 0 | 0 | +| genblk2.gen_b[0].xer_latch | tri_rlmreg_p__parameterized13_7384 | 7 | 7 | 0 | 0 | 7 | 0 | 0 | 0 | +| genblk2.gen_b[1].buffer_latch | tri_rlmreg_p__parameterized17_7385 | 32 | 32 | 0 | 0 | 32 | 0 | 0 | 0 | +| genblk2.gen_b[1].xer_latch | tri_rlmreg_p__parameterized13_7386 | 7 | 7 | 0 | 0 | 7 | 0 | 0 | 0 | +| genblk2.gen_b[2].buffer_latch | tri_rlmreg_p__parameterized17_7387 | 32 | 32 | 0 | 0 | 32 | 0 | 0 | 0 | +| genblk2.gen_b[2].xer_latch | tri_rlmreg_p__parameterized13_7388 | 7 | 7 | 0 | 0 | 7 | 0 | 0 | 0 | +| genblk2.gen_b[3].buffer_latch | tri_rlmreg_p__parameterized17_7389 | 32 | 32 | 0 | 0 | 32 | 0 | 0 | 0 | +| genblk2.gen_b[3].xer_latch | tri_rlmreg_p__parameterized13_7390 | 7 | 7 | 0 | 0 | 7 | 0 | 0 | 0 | +| genblk2.gen_b[4].buffer_latch | tri_rlmreg_p__parameterized17_7391 | 32 | 32 | 0 | 0 | 32 | 0 | 0 | 0 | +| genblk2.gen_b[4].xer_latch | tri_rlmreg_p__parameterized13_7392 | 7 | 7 | 0 | 0 | 7 | 0 | 0 | 0 | +| genblk2.gen_b[5].buffer_latch | tri_rlmreg_p__parameterized17_7393 | 32 | 32 | 0 | 0 | 32 | 0 | 0 | 0 | +| genblk2.gen_b[5].xer_latch | tri_rlmreg_p__parameterized13_7394 | 7 | 7 | 0 | 0 | 7 | 0 | 0 | 0 | +| genblk2.gen_b[6].buffer_latch | tri_rlmreg_p__parameterized17_7395 | 32 | 32 | 0 | 0 | 32 | 0 | 0 | 0 | +| genblk2.gen_b[6].xer_latch | tri_rlmreg_p__parameterized13_7396 | 7 | 7 | 0 | 0 | 7 | 0 | 0 | 0 | +| genblk2.gen_b[7].buffer_latch | tri_rlmreg_p__parameterized17_7397 | 32 | 32 | 0 | 0 | 32 | 0 | 0 | 0 | +| genblk2.gen_b[7].xer_latch | tri_rlmreg_p__parameterized13_7398 | 7 | 7 | 0 | 0 | 7 | 0 | 0 | 0 | +| new_command_latch | tri_rlmlatch_p_7399 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| read_ptr_latch | tri_rlmreg_p__parameterized5_7400 | 112 | 112 | 0 | 0 | 3 | 0 | 0 | 0 | +| write_ptr_latch | tri_rlmreg_p__parameterized5_7401 | 14 | 14 | 0 | 0 | 3 | 0 | 0 | 0 | +| rom_addr_latch | tri_rlmreg_p__parameterized21 | 27 | 27 | 0 | 0 | 9 | 0 | 0 | 0 | +| sel_even_late_latch | tri_rlmreg_p__parameterized19 | 69 | 69 | 0 | 0 | 10 | 0 | 0 | 0 | +| sel_odd_late_latch | tri_rlmreg_p__parameterized20 | 16 | 16 | 0 | 0 | 9 | 0 | 0 | 0 | +| skip_to_np1_latch | tri_rlmlatch_p_7376 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| skip_zero_latch | tri_rlmlatch_p_7377 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| valid_latch | tri_rlmlatch_p_7378 | 3 | 3 | 0 | 0 | 1 | 0 | 0 | 0 | +| wait_for_xer_latch | tri_rlmlatch_p__parameterized0_7379 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| xer_val_occurred_latch | tri_rlmlatch_p__parameterized0_7380 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xu_iu_ucode_xer_latch | tri_rlmreg_p__parameterized18 | 28 | 28 | 0 | 0 | 7 | 0 | 0 | 0 | +| xu_iu_ucode_xer_val_latch | tri_rlmlatch_p__parameterized0_7381 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| uc_rom_even | iuq_uc_rom_even | 365 | 365 | 0 | 0 | 16 | 0 | 0 | 0 | +| rom_addr_latch | tri_rlmreg_p__parameterized23_7364 | 365 | 365 | 0 | 0 | 16 | 0 | 0 | 0 | +| uc_rom_odd | iuq_uc_rom_odd | 380 | 380 | 0 | 0 | 21 | 0 | 0 | 0 | +| rom_addr_latch | tri_rlmreg_p__parameterized23 | 380 | 380 | 0 | 0 | 21 | 0 | 0 | 0 | +| iuq_slice_top0 | iuq_slice_top | 21680 | 21680 | 0 | 0 | 6405 | 0 | 0 | 0 | +| dispatch | iuq_dispatch | 340 | 340 | 0 | 0 | 98 | 0 | 0 | 0 | +| (dispatch) | iuq_dispatch | 332 | 332 | 0 | 0 | 0 | 0 | 0 | 0 | +| cp_flush_latch | tri_rlmreg_p__parameterized37_7304 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| dual_issue_use_fx0_latch | tri_rlmreg_p__parameterized2_7305 | 0 | 0 | 0 | 0 | 2 | 0 | 0 | 0 | +| fu0_total_credit_cnt_latch | tri_rlmreg_p__parameterized175_7306 | 0 | 0 | 0 | 0 | 5 | 0 | 0 | 0 | +| fu1_total_credit_cnt_latch | tri_rlmreg_p__parameterized4_7307 | 0 | 0 | 0 | 0 | 5 | 0 | 0 | 0 | +| fx0_total_credit_cnt_latch | tri_rlmreg_p__parameterized175_7308 | 0 | 0 | 0 | 0 | 5 | 0 | 0 | 0 | +| fx1_total_credit_cnt_latch | tri_rlmreg_p__parameterized175_7309 | 0 | 0 | 0 | 0 | 5 | 0 | 0 | 0 | +| hold_done_latch | tri_rlmreg_p__parameterized37_7310 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| hold_instructions_latch | tri_rlmlatch_p_7311 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| hold_req_latch | tri_rlmreg_p__parameterized37_7312 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| in_fusion_latch | tri_rlmreg_p__parameterized37_7313 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| in_ucode_latch | tri_rlmreg_p__parameterized37_7314 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| iu_pc_axu0_credit_ok_latch | tri_rlmreg_p__parameterized37_7315 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| iu_pc_axu1_credit_ok_latch | tri_rlmreg_p__parameterized37_7316 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| iu_pc_fx0_credit_ok_latch | tri_rlmreg_p__parameterized37_7317 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| iu_pc_fx1_credit_ok_latch | tri_rlmreg_p__parameterized37_7318 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| iu_pc_lq_credit_ok_latch | tri_rlmreg_p__parameterized37_7319 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| iu_pc_sq_credit_ok_latch | tri_rlmreg_p__parameterized37_7320 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| iu_xu_credits_returned_latch | tri_rlmlatch_p_7321 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ivax_hold_req_latch | tri_rlmreg_p__parameterized37_7322 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| low_pri_counts.thread_latches[0].low_pri_cnt_latch | tri_rlmreg_p__parameterized12_7323 | 0 | 0 | 0 | 0 | 8 | 0 | 0 | 0 | +| low_pri_counts.thread_latches[0].low_pri_max_latch | tri_rlmreg_p__parameterized0_7324 | 0 | 0 | 0 | 0 | 6 | 0 | 0 | 0 | +| low_pri_mask_latch | tri_rlmreg_p__parameterized37_7325 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| lq_cmdq_total_cnt_latch | tri_rlmreg_p__parameterized179_7326 | 0 | 0 | 0 | 0 | 5 | 0 | 0 | 0 | +| med_pri_mask_latch | tri_rlmreg_p__parameterized37_7327 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| mm_hold_done_latch | tri_rlmreg_p__parameterized37_7328 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| mm_hold_req_latch | tri_rlmreg_p__parameterized37_7329 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| mm_iu_bus_snoop_hold_req_latch | tri_rlmreg_p__parameterized37_7330 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| mm_iu_flush_req_latch | tri_rlmreg_p__parameterized37_7331 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| mm_iu_hold_done_latch | tri_rlmreg_p__parameterized37_7332 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| sq_cmdq_total_cnt_latch | tri_rlmreg_p__parameterized175_7333 | 0 | 0 | 0 | 0 | 5 | 0 | 0 | 0 | +| total_pri_mask_latch | tri_rlmreg_p__parameterized37_7334 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl7.thread_latches[0].fu0_med_credit_cnt_latch | tri_rlmreg_p__parameterized169_7335 | 0 | 0 | 0 | 0 | 5 | 0 | 0 | 0 | +| xhdl7.thread_latches[0].fu1_med_credit_cnt_latch | tri_rlmreg_p__parameterized4_7336 | 0 | 0 | 0 | 0 | 5 | 0 | 0 | 0 | +| xhdl7.thread_latches[0].fx0_med_credit_cnt_latch | tri_rlmreg_p__parameterized169_7337 | 0 | 0 | 0 | 0 | 5 | 0 | 0 | 0 | +| xhdl7.thread_latches[0].fx1_med_credit_cnt_latch | tri_rlmreg_p__parameterized169_7338 | 8 | 8 | 0 | 0 | 5 | 0 | 0 | 0 | +| xhdl7.thread_latches[0].lq_cmdq_med_cnt_latch | tri_rlmreg_p__parameterized171_7339 | 0 | 0 | 0 | 0 | 5 | 0 | 0 | 0 | +| xhdl7.thread_latches[0].sq_cmdq_med_cnt_latch | tri_rlmreg_p__parameterized169_7340 | 0 | 0 | 0 | 0 | 5 | 0 | 0 | 0 | +| slice0 | iuq_slice | 21340 | 21340 | 0 | 0 | 6307 | 0 | 0 | 0 | +| dec_top0 | iuq_dec_top | 3199 | 3199 | 0 | 0 | 451 | 0 | 0 | 0 | +| (dec_top0) | iuq_dec_top | 430 | 430 | 0 | 0 | 0 | 0 | 0 | 0 | +| axu_dec0 | iuq_axu_fu_dec | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| config_reg | tri_rlmreg_p__parameterized12_7303 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| axu_dec1 | iuq_axu_fu_dec_7187 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| config_reg | tri_rlmreg_p__parameterized12_7302 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| fx_dec0 | iuq_idec | 682 | 682 | 0 | 0 | 222 | 0 | 0 | 0 | +| cp_flush_latch | tri_rlmlatch_p_7245 | 14 | 14 | 0 | 0 | 1 | 0 | 0 | 0 | +| iu5_2ucode | tri_rlmlatch_p_7246 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| iu5_async_block | tri_rlmlatch_p_7247 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| iu5_bh0_hist | tri_rlmreg_p__parameterized2_7248 | 2 | 2 | 0 | 0 | 2 | 0 | 0 | 0 | +| iu5_bh1_hist | tri_rlmreg_p__parameterized2_7249 | 2 | 2 | 0 | 0 | 2 | 0 | 0 | 0 | +| iu5_bh2_hist | tri_rlmreg_p__parameterized2_7250 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| iu5_bh_update | tri_rlmlatch_p_7251 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| iu5_br_pred | tri_rlmlatch_p_7252 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| iu5_bta | tri_rlmreg_p__parameterized8_7253 | 0 | 0 | 0 | 0 | 20 | 0 | 0 | 0 | +| iu5_bta_val | tri_rlmlatch_p_7254 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| iu5_btb_entry | tri_rlmlatch_p_7255 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| iu5_cord | tri_rlmlatch_p_7256 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| iu5_core_block | tri_rlmlatch_p_7257 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| iu5_error | tri_rlmreg_p__parameterized5_7258 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| iu5_fuse_nop | tri_rlmlatch_p_7259 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| iu5_fusion | tri_rlmreg_p__parameterized8_7260 | 0 | 0 | 0 | 0 | 20 | 0 | 0 | 0 | +| iu5_gshare | tri_rlmreg_p__parameterized14_7261 | 0 | 0 | 0 | 0 | 18 | 0 | 0 | 0 | +| iu5_ifar | tri_rlmreg_p__parameterized8_7262 | 0 | 0 | 0 | 0 | 20 | 0 | 0 | 0 | +| iu5_ilat | tri_rlmreg_p__parameterized9_7263 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| iu5_instr | tri_rlmreg_p__parameterized17_7264 | 0 | 0 | 0 | 0 | 32 | 0 | 0 | 0 | +| iu5_isload | tri_rlmlatch_p_7265 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| iu5_isram | tri_rlmlatch_p_7266 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| iu5_isstore | tri_rlmlatch_p_7267 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| iu5_ls_ptr | tri_rlmreg_p__parameterized5_7268 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| iu5_match | tri_rlmlatch_p_7269 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| iu5_np1_flush | tri_rlmlatch_p_7270 | 3 | 3 | 0 | 0 | 1 | 0 | 0 | 0 | +| iu5_ord | tri_rlmlatch_p_7271 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| iu5_rte_axu0 | tri_rlmlatch_p_7272 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| iu5_rte_fx0 | tri_rlmlatch_p_7273 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| iu5_rte_fx1 | tri_rlmlatch_p_7274 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| iu5_rte_lq | tri_rlmlatch_p_7275 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| iu5_rte_sq | tri_rlmlatch_p_7276 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| iu5_s1_a | tri_rlmreg_p__parameterized0_7277 | 87 | 87 | 0 | 0 | 10 | 0 | 0 | 0 | +| iu5_s1_t | tri_rlmreg_p__parameterized5_7278 | 3 | 3 | 0 | 0 | 3 | 0 | 0 | 0 | +| iu5_s1_v | tri_rlmlatch_p_7279 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| iu5_s2_a | tri_rlmreg_p__parameterized0_7280 | 86 | 86 | 0 | 0 | 10 | 0 | 0 | 0 | +| iu5_s2_t | tri_rlmreg_p__parameterized5_7281 | 2 | 2 | 0 | 0 | 3 | 0 | 0 | 0 | +| iu5_s2_v | tri_rlmlatch_p_7282 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| iu5_s3_a | tri_rlmreg_p__parameterized0_7283 | 86 | 86 | 0 | 0 | 10 | 0 | 0 | 0 | +| iu5_s3_t | tri_rlmreg_p__parameterized5_7284 | 1 | 1 | 0 | 0 | 3 | 0 | 0 | 0 | +| iu5_s3_v | tri_rlmlatch_p_7285 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| iu5_spec | tri_rlmlatch_p_7286 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| iu5_t1_a | tri_rlmreg_p__parameterized0_7287 | 0 | 0 | 0 | 0 | 6 | 0 | 0 | 0 | +| iu5_t1_t | tri_rlmreg_p__parameterized5_7288 | 273 | 273 | 0 | 0 | 3 | 0 | 0 | 0 | +| iu5_t1_v | tri_rlmlatch_p_7289 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| iu5_t2_a | tri_rlmreg_p__parameterized0_7290 | 12 | 12 | 0 | 0 | 6 | 0 | 0 | 0 | +| iu5_t2_t | tri_rlmreg_p__parameterized5_7291 | 77 | 77 | 0 | 0 | 3 | 0 | 0 | 0 | +| iu5_t2_v | tri_rlmlatch_p_7292 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| iu5_t3_a | tri_rlmreg_p__parameterized0_7293 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| iu5_t3_t | tri_rlmreg_p__parameterized5_7294 | 15 | 15 | 0 | 0 | 2 | 0 | 0 | 0 | +| iu5_t3_v | tri_rlmlatch_p_7295 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| iu5_type_fp | tri_rlmlatch_p_7296 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| iu5_type_st | tri_rlmlatch_p_7297 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| iu5_ucode | tri_rlmreg_p__parameterized5_7298 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| iu5_valop | tri_rlmlatch_p_7299 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| iu5_vld | tri_rlmlatch_p_7300 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| spr_ccr2_ucode_dis_latch | tri_rlmlatch_p_7301 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| fx_dec1 | iuq_idec_7188 | 2087 | 2087 | 0 | 0 | 227 | 0 | 0 | 0 | +| cp_flush_latch | tri_rlmlatch_p_7189 | 10 | 10 | 0 | 0 | 1 | 0 | 0 | 0 | +| iu5_async_block | tri_rlmlatch_p_7190 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| iu5_bh0_hist | tri_rlmreg_p__parameterized2_7191 | 2 | 2 | 0 | 0 | 2 | 0 | 0 | 0 | +| iu5_bh1_hist | tri_rlmreg_p__parameterized2_7192 | 2 | 2 | 0 | 0 | 2 | 0 | 0 | 0 | +| iu5_bh2_hist | tri_rlmreg_p__parameterized2_7193 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| iu5_bh_update | tri_rlmlatch_p_7194 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| iu5_br_pred | tri_rlmlatch_p_7195 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| iu5_bta | tri_rlmreg_p__parameterized8_7196 | 0 | 0 | 0 | 0 | 20 | 0 | 0 | 0 | +| iu5_bta_val | tri_rlmlatch_p_7197 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| iu5_btb_entry | tri_rlmlatch_p_7198 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| iu5_cord | tri_rlmlatch_p_7199 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| iu5_core_block | tri_rlmlatch_p_7200 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| iu5_error | tri_rlmreg_p__parameterized5_7201 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| iu5_fuse_nop | tri_rlmlatch_p_7202 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| iu5_fusion | tri_rlmreg_p__parameterized8_7203 | 0 | 0 | 0 | 0 | 20 | 0 | 0 | 0 | +| iu5_gshare | tri_rlmreg_p__parameterized14_7204 | 0 | 0 | 0 | 0 | 18 | 0 | 0 | 0 | +| iu5_ifar | tri_rlmreg_p__parameterized8_7205 | 0 | 0 | 0 | 0 | 20 | 0 | 0 | 0 | +| iu5_ilat | tri_rlmreg_p__parameterized9_7206 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| iu5_instr | tri_rlmreg_p__parameterized17_7207 | 1 | 1 | 0 | 0 | 32 | 0 | 0 | 0 | +| iu5_isload | tri_rlmlatch_p_7208 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| iu5_isram | tri_rlmlatch_p_7209 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| iu5_isstore | tri_rlmlatch_p_7210 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| iu5_ls_ptr | tri_rlmreg_p__parameterized5_7211 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| iu5_match | tri_rlmlatch_p_7212 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| iu5_np1_flush | tri_rlmlatch_p_7213 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| iu5_ord | tri_rlmlatch_p_7214 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| iu5_rte_axu0 | tri_rlmlatch_p_7215 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| iu5_rte_fx0 | tri_rlmlatch_p_7216 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| iu5_rte_fx1 | tri_rlmlatch_p_7217 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| iu5_rte_lq | tri_rlmlatch_p_7218 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| iu5_rte_sq | tri_rlmlatch_p_7219 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| iu5_s1_a | tri_rlmreg_p__parameterized0_7220 | 103 | 103 | 0 | 0 | 8 | 0 | 0 | 0 | +| iu5_s1_t | tri_rlmreg_p__parameterized5_7221 | 44 | 44 | 0 | 0 | 3 | 0 | 0 | 0 | +| iu5_s1_v | tri_rlmlatch_p_7222 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| iu5_s2_a | tri_rlmreg_p__parameterized0_7223 | 103 | 103 | 0 | 0 | 10 | 0 | 0 | 0 | +| iu5_s2_t | tri_rlmreg_p__parameterized5_7224 | 44 | 44 | 0 | 0 | 3 | 0 | 0 | 0 | +| iu5_s2_v | tri_rlmlatch_p_7225 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| iu5_s3_a | tri_rlmreg_p__parameterized0_7226 | 106 | 106 | 0 | 0 | 10 | 0 | 0 | 0 | +| iu5_s3_t | tri_rlmreg_p__parameterized5_7227 | 42 | 42 | 0 | 0 | 3 | 0 | 0 | 0 | +| iu5_s3_v | tri_rlmlatch_p_7228 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| iu5_spec | tri_rlmlatch_p_7229 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| iu5_t1_a | tri_rlmreg_p__parameterized0_7230 | 262 | 262 | 0 | 0 | 10 | 0 | 0 | 0 | +| iu5_t1_t | tri_rlmreg_p__parameterized5_7231 | 460 | 460 | 0 | 0 | 3 | 0 | 0 | 0 | +| iu5_t1_v | tri_rlmlatch_p_7232 | 17 | 17 | 0 | 0 | 1 | 0 | 0 | 0 | +| iu5_t2_a | tri_rlmreg_p__parameterized0_7233 | 300 | 300 | 0 | 0 | 10 | 0 | 0 | 0 | +| iu5_t2_t | tri_rlmreg_p__parameterized5_7234 | 476 | 476 | 0 | 0 | 3 | 0 | 0 | 0 | +| iu5_t2_v | tri_rlmlatch_p_7235 | 3 | 3 | 0 | 0 | 1 | 0 | 0 | 0 | +| iu5_t3_a | tri_rlmreg_p__parameterized0_7236 | 60 | 60 | 0 | 0 | 3 | 0 | 0 | 0 | +| iu5_t3_t | tri_rlmreg_p__parameterized5_7237 | 21 | 21 | 0 | 0 | 2 | 0 | 0 | 0 | +| iu5_t3_v | tri_rlmlatch_p_7238 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| iu5_type_fp | tri_rlmlatch_p_7239 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| iu5_type_st | tri_rlmlatch_p_7240 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| iu5_ucode | tri_rlmreg_p__parameterized5_7241 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| iu5_valop | tri_rlmlatch_p_7242 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| iu5_vld | tri_rlmlatch_p_7243 | 11 | 11 | 0 | 0 | 1 | 0 | 0 | 0 | +| spr_ccr2_ucode_dis_latch | tri_rlmlatch_p_7244 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| iuq_ibuf0 | iuq_ibuf | 10233 | 10233 | 0 | 0 | 2314 | 0 | 0 | 0 | +| br_iu_redirect_latch | tri_rlmlatch_p_7161 | 12 | 12 | 0 | 0 | 1 | 0 | 0 | 0 | +| buffer_array_latch | tri_rlmreg_p__parameterized63 | 2248 | 2248 | 0 | 0 | 1728 | 0 | 0 | 0 | +| buffer_head_latch | tri_rlmreg_p__parameterized62 | 1649 | 1649 | 0 | 0 | 16 | 0 | 0 | 0 | +| buffer_tail_latch | tri_rlmreg_p__parameterized62_7162 | 43 | 43 | 0 | 0 | 27 | 0 | 0 | 0 | +| buffer_valid_latch | tri_rlmreg_p__parameterized3_7163 | 628 | 628 | 0 | 0 | 17 | 0 | 0 | 0 | +| cp_flush_into_uc_latch | tri_rlmreg_p__parameterized2_7164 | 2 | 2 | 0 | 0 | 2 | 0 | 0 | 0 | +| cp_flush_latch | tri_rlmlatch_p_7165 | 18 | 18 | 0 | 0 | 1 | 0 | 0 | 0 | +| iu4_0_bta_latch | tri_rlmreg_p__parameterized8_7166 | 20 | 20 | 0 | 0 | 20 | 0 | 0 | 0 | +| iu4_0_fuse_data_latch | tri_rlmreg_p__parameterized17_7167 | 34 | 34 | 0 | 0 | 31 | 0 | 0 | 0 | +| iu4_0_fuse_val_latch | tri_rlmlatch_p_7168 | 5 | 5 | 0 | 0 | 1 | 0 | 0 | 0 | +| iu4_0_ifar_latch | tri_rlmreg_p__parameterized8_7169 | 20 | 20 | 0 | 0 | 20 | 0 | 0 | 0 | +| iu4_0_instr_latch | tri_rlmreg_p__parameterized65_7170 | 889 | 889 | 0 | 0 | 67 | 0 | 0 | 0 | +| iu4_0_isram_latch | tri_rlmlatch_p_7171 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| iu4_0_ucode_ext_latch | tri_rlmreg_p__parameterized9_7172 | 0 | 0 | 0 | 0 | 4 | 0 | 0 | 0 | +| iu4_0_ucode_latch | tri_rlmreg_p__parameterized5_7173 | 1 | 1 | 0 | 0 | 3 | 0 | 0 | 0 | +| iu4_0_valid_latch | tri_rlmlatch_p_7174 | 13 | 13 | 0 | 0 | 2 | 0 | 0 | 0 | +| iu4_1_bta_latch | tri_rlmreg_p__parameterized8_7175 | 20 | 20 | 0 | 0 | 20 | 0 | 0 | 0 | +| iu4_1_fuse_data_latch | tri_rlmreg_p__parameterized17_7176 | 33 | 33 | 0 | 0 | 31 | 0 | 0 | 0 | +| iu4_1_fuse_val_latch | tri_rlmlatch_p_7177 | 5 | 5 | 0 | 0 | 1 | 0 | 0 | 0 | +| iu4_1_ifar_latch | tri_rlmreg_p__parameterized8_7178 | 20 | 20 | 0 | 0 | 20 | 0 | 0 | 0 | +| iu4_1_instr_latch | tri_rlmreg_p__parameterized65_7179 | 849 | 849 | 0 | 0 | 66 | 0 | 0 | 0 | +| iu4_1_ucode_ext_latch | tri_rlmreg_p__parameterized9_7180 | 0 | 0 | 0 | 0 | 4 | 0 | 0 | 0 | +| iu4_1_ucode_latch | tri_rlmreg_p__parameterized5_7181 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| iu4_1_valid_latch | tri_rlmlatch_p_7182 | 5 | 5 | 0 | 0 | 2 | 0 | 0 | 0 | +| iu4_uc_mode_latch | tri_rlmreg_p__parameterized2_7183 | 259 | 259 | 0 | 0 | 2 | 0 | 0 | 0 | +| stall_buffer_data0_latch | tri_rlmreg_p__parameterized64 | 56 | 56 | 0 | 0 | 108 | 0 | 0 | 0 | +| stall_buffer_data1_latch | tri_rlmreg_p__parameterized64_7184 | 315 | 315 | 0 | 0 | 108 | 0 | 0 | 0 | +| stall_latch | tri_rlmreg_p__parameterized2_7185 | 3088 | 3088 | 0 | 0 | 7 | 0 | 0 | 0 | +| uc_select_latch | tri_rlmlatch_p_7186 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| rn_top0 | iuq_rn_top | 7909 | 7909 | 0 | 0 | 3542 | 0 | 0 | 0 | +| axu_rn0 | iuq_axu_fu_rn | 2575 | 2575 | 0 | 0 | 1079 | 0 | 0 | 0 | +| br_iu_hold_latch | tri_rlmlatch_p_6983 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| cp_flush_latch | tri_rlmlatch_p_6984 | 2 | 2 | 0 | 0 | 7 | 0 | 0 | 0 | +| fpr_rn_map | iuq_rn_map_6985 | 2186 | 2186 | 0 | 0 | 884 | 0 | 0 | 0 | +| (fpr_rn_map) | iuq_rn_map_6985 | 729 | 729 | 0 | 0 | 0 | 0 | 0 | 0 | +| free_cnt_latch | tri_rlmreg_p__parameterized93_7018 | 18 | 18 | 0 | 0 | 6 | 0 | 0 | 0 | +| pool_free_0_latch | tri_rlmreg_p__parameterized0_7019 | 0 | 0 | 0 | 0 | 6 | 0 | 0 | 0 | +| pool_free_0_v_latch | tri_rlmlatch_p_7020 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| pool_free_1_latch | tri_rlmreg_p__parameterized0_7021 | 258 | 258 | 0 | 0 | 6 | 0 | 0 | 0 | +| pool_free_1_v_latch | tri_rlmlatch_p_7022 | 12 | 12 | 0 | 0 | 1 | 0 | 0 | 0 | +| read_ptr_latch | tri_rlmreg_p__parameterized0_7023 | 155 | 155 | 0 | 0 | 6 | 0 | 0 | 0 | +| write_ptr_latch | tri_rlmreg_p__parameterized0_7024 | 120 | 120 | 0 | 0 | 6 | 0 | 0 | 0 | +| xhdl3.comp_map0[0].comp_map_latch | tri_rlmreg_p__parameterized0_7025 | 0 | 0 | 0 | 0 | 6 | 0 | 0 | 0 | +| xhdl3.comp_map0[10].comp_map_latch | tri_rlmreg_p__parameterized75_7026 | 0 | 0 | 0 | 0 | 6 | 0 | 0 | 0 | +| xhdl3.comp_map0[11].comp_map_latch | tri_rlmreg_p__parameterized76_7027 | 1 | 1 | 0 | 0 | 6 | 0 | 0 | 0 | +| xhdl3.comp_map0[12].comp_map_latch | tri_rlmreg_p__parameterized77_7028 | 0 | 0 | 0 | 0 | 6 | 0 | 0 | 0 | +| xhdl3.comp_map0[13].comp_map_latch | tri_rlmreg_p__parameterized78_7029 | 1 | 1 | 0 | 0 | 6 | 0 | 0 | 0 | +| xhdl3.comp_map0[14].comp_map_latch | tri_rlmreg_p__parameterized79_7030 | 2 | 2 | 0 | 0 | 6 | 0 | 0 | 0 | +| xhdl3.comp_map0[15].comp_map_latch | tri_rlmreg_p__parameterized80_7031 | 0 | 0 | 0 | 0 | 6 | 0 | 0 | 0 | +| xhdl3.comp_map0[16].comp_map_latch | tri_rlmreg_p__parameterized81_7032 | 0 | 0 | 0 | 0 | 6 | 0 | 0 | 0 | +| xhdl3.comp_map0[17].comp_map_latch | tri_rlmreg_p__parameterized82_7033 | 0 | 0 | 0 | 0 | 6 | 0 | 0 | 0 | +| xhdl3.comp_map0[18].comp_map_latch | tri_rlmreg_p__parameterized83_7034 | 0 | 0 | 0 | 0 | 6 | 0 | 0 | 0 | +| xhdl3.comp_map0[19].comp_map_latch | tri_rlmreg_p__parameterized84_7035 | 1 | 1 | 0 | 0 | 6 | 0 | 0 | 0 | +| xhdl3.comp_map0[1].comp_map_latch | tri_rlmreg_p__parameterized66_7036 | 4 | 4 | 0 | 0 | 6 | 0 | 0 | 0 | +| xhdl3.comp_map0[20].comp_map_latch | tri_rlmreg_p__parameterized85_7037 | 0 | 0 | 0 | 0 | 6 | 0 | 0 | 0 | +| xhdl3.comp_map0[21].comp_map_latch | tri_rlmreg_p__parameterized86_7038 | 0 | 0 | 0 | 0 | 6 | 0 | 0 | 0 | +| xhdl3.comp_map0[22].comp_map_latch | tri_rlmreg_p__parameterized87_7039 | 0 | 0 | 0 | 0 | 6 | 0 | 0 | 0 | +| xhdl3.comp_map0[23].comp_map_latch | tri_rlmreg_p__parameterized88_7040 | 0 | 0 | 0 | 0 | 6 | 0 | 0 | 0 | +| xhdl3.comp_map0[24].comp_map_latch | tri_rlmreg_p__parameterized89_7041 | 1 | 1 | 0 | 0 | 6 | 0 | 0 | 0 | +| xhdl3.comp_map0[25].comp_map_latch | tri_rlmreg_p__parameterized90_7042 | 0 | 0 | 0 | 0 | 6 | 0 | 0 | 0 | +| xhdl3.comp_map0[26].comp_map_latch | tri_rlmreg_p__parameterized91_7043 | 3 | 3 | 0 | 0 | 6 | 0 | 0 | 0 | +| xhdl3.comp_map0[27].comp_map_latch | tri_rlmreg_p__parameterized92_7044 | 0 | 0 | 0 | 0 | 6 | 0 | 0 | 0 | +| xhdl3.comp_map0[28].comp_map_latch | tri_rlmreg_p__parameterized93_7045 | 0 | 0 | 0 | 0 | 6 | 0 | 0 | 0 | +| xhdl3.comp_map0[29].comp_map_latch | tri_rlmreg_p__parameterized94_7046 | 4 | 4 | 0 | 0 | 6 | 0 | 0 | 0 | +| xhdl3.comp_map0[2].comp_map_latch | tri_rlmreg_p__parameterized67_7047 | 0 | 0 | 0 | 0 | 6 | 0 | 0 | 0 | +| xhdl3.comp_map0[30].comp_map_latch | tri_rlmreg_p__parameterized95_7048 | 0 | 0 | 0 | 0 | 6 | 0 | 0 | 0 | +| xhdl3.comp_map0[31].comp_map_latch | tri_rlmreg_p__parameterized96_7049 | 1 | 1 | 0 | 0 | 6 | 0 | 0 | 0 | +| xhdl3.comp_map0[32].comp_map_latch | tri_rlmreg_p__parameterized97_7050 | 1 | 1 | 0 | 0 | 6 | 0 | 0 | 0 | +| xhdl3.comp_map0[33].comp_map_latch | tri_rlmreg_p__parameterized98_7051 | 0 | 0 | 0 | 0 | 6 | 0 | 0 | 0 | +| xhdl3.comp_map0[34].comp_map_latch | tri_rlmreg_p__parameterized99_7052 | 1 | 1 | 0 | 0 | 6 | 0 | 0 | 0 | +| xhdl3.comp_map0[35].comp_map_latch | tri_rlmreg_p__parameterized100_7053 | 0 | 0 | 0 | 0 | 6 | 0 | 0 | 0 | +| xhdl3.comp_map0[3].comp_map_latch | tri_rlmreg_p__parameterized68_7054 | 0 | 0 | 0 | 0 | 6 | 0 | 0 | 0 | +| xhdl3.comp_map0[4].comp_map_latch | tri_rlmreg_p__parameterized69_7055 | 1 | 1 | 0 | 0 | 6 | 0 | 0 | 0 | +| xhdl3.comp_map0[5].comp_map_latch | tri_rlmreg_p__parameterized70_7056 | 2 | 2 | 0 | 0 | 6 | 0 | 0 | 0 | +| xhdl3.comp_map0[6].comp_map_latch | tri_rlmreg_p__parameterized71_7057 | 0 | 0 | 0 | 0 | 6 | 0 | 0 | 0 | +| xhdl3.comp_map0[7].comp_map_latch | tri_rlmreg_p__parameterized72_7058 | 4 | 4 | 0 | 0 | 6 | 0 | 0 | 0 | +| xhdl3.comp_map0[8].comp_map_latch | tri_rlmreg_p__parameterized73_7059 | 1 | 1 | 0 | 0 | 6 | 0 | 0 | 0 | +| xhdl3.comp_map0[9].comp_map_latch | tri_rlmreg_p__parameterized74_7060 | 0 | 0 | 0 | 0 | 6 | 0 | 0 | 0 | +| xhdl4.spec_map0[0].spec_map_arc_latch | tri_rlmreg_p__parameterized0_7061 | 0 | 0 | 0 | 0 | 6 | 0 | 0 | 0 | +| xhdl4.spec_map0[0].spec_map_itag_latch | tri_rlmreg_p__parameterized13_7062 | 3 | 3 | 0 | 0 | 7 | 0 | 0 | 0 | +| xhdl4.spec_map0[10].spec_map_arc_latch | tri_rlmreg_p__parameterized75_7063 | 0 | 0 | 0 | 0 | 6 | 0 | 0 | 0 | +| xhdl4.spec_map0[10].spec_map_itag_latch | tri_rlmreg_p__parameterized110_7064 | 2 | 2 | 0 | 0 | 7 | 0 | 0 | 0 | +| xhdl4.spec_map0[11].spec_map_arc_latch | tri_rlmreg_p__parameterized76_7065 | 36 | 36 | 0 | 0 | 6 | 0 | 0 | 0 | +| xhdl4.spec_map0[11].spec_map_itag_latch | tri_rlmreg_p__parameterized111_7066 | 44 | 44 | 0 | 0 | 7 | 0 | 0 | 0 | +| xhdl4.spec_map0[12].spec_map_arc_latch | tri_rlmreg_p__parameterized77_7067 | 0 | 0 | 0 | 0 | 6 | 0 | 0 | 0 | +| xhdl4.spec_map0[12].spec_map_itag_latch | tri_rlmreg_p__parameterized112_7068 | 2 | 2 | 0 | 0 | 7 | 0 | 0 | 0 | +| xhdl4.spec_map0[13].spec_map_arc_latch | tri_rlmreg_p__parameterized78_7069 | 0 | 0 | 0 | 0 | 6 | 0 | 0 | 0 | +| xhdl4.spec_map0[13].spec_map_itag_latch | tri_rlmreg_p__parameterized113_7070 | 2 | 2 | 0 | 0 | 7 | 0 | 0 | 0 | +| xhdl4.spec_map0[14].spec_map_arc_latch | tri_rlmreg_p__parameterized79_7071 | 0 | 0 | 0 | 0 | 6 | 0 | 0 | 0 | +| xhdl4.spec_map0[14].spec_map_itag_latch | tri_rlmreg_p__parameterized114_7072 | 2 | 2 | 0 | 0 | 7 | 0 | 0 | 0 | +| xhdl4.spec_map0[15].spec_map_arc_latch | tri_rlmreg_p__parameterized80_7073 | 36 | 36 | 0 | 0 | 6 | 0 | 0 | 0 | +| xhdl4.spec_map0[15].spec_map_itag_latch | tri_rlmreg_p__parameterized115_7074 | 45 | 45 | 0 | 0 | 7 | 0 | 0 | 0 | +| xhdl4.spec_map0[16].spec_map_arc_latch | tri_rlmreg_p__parameterized81_7075 | 0 | 0 | 0 | 0 | 6 | 0 | 0 | 0 | +| xhdl4.spec_map0[16].spec_map_itag_latch | tri_rlmreg_p__parameterized116_7076 | 2 | 2 | 0 | 0 | 7 | 0 | 0 | 0 | +| xhdl4.spec_map0[17].spec_map_arc_latch | tri_rlmreg_p__parameterized82_7077 | 0 | 0 | 0 | 0 | 6 | 0 | 0 | 0 | +| xhdl4.spec_map0[17].spec_map_itag_latch | tri_rlmreg_p__parameterized117_7078 | 2 | 2 | 0 | 0 | 7 | 0 | 0 | 0 | +| xhdl4.spec_map0[18].spec_map_arc_latch | tri_rlmreg_p__parameterized83_7079 | 0 | 0 | 0 | 0 | 6 | 0 | 0 | 0 | +| xhdl4.spec_map0[18].spec_map_itag_latch | tri_rlmreg_p__parameterized118_7080 | 2 | 2 | 0 | 0 | 7 | 0 | 0 | 0 | +| xhdl4.spec_map0[19].spec_map_arc_latch | tri_rlmreg_p__parameterized84_7081 | 36 | 36 | 0 | 0 | 6 | 0 | 0 | 0 | +| xhdl4.spec_map0[19].spec_map_itag_latch | tri_rlmreg_p__parameterized119_7082 | 44 | 44 | 0 | 0 | 7 | 0 | 0 | 0 | +| xhdl4.spec_map0[1].spec_map_arc_latch | tri_rlmreg_p__parameterized66_7083 | 0 | 0 | 0 | 0 | 6 | 0 | 0 | 0 | +| xhdl4.spec_map0[1].spec_map_itag_latch | tri_rlmreg_p__parameterized101_7084 | 2 | 2 | 0 | 0 | 7 | 0 | 0 | 0 | +| xhdl4.spec_map0[20].spec_map_arc_latch | tri_rlmreg_p__parameterized85_7085 | 0 | 0 | 0 | 0 | 6 | 0 | 0 | 0 | +| xhdl4.spec_map0[20].spec_map_itag_latch | tri_rlmreg_p__parameterized120_7086 | 2 | 2 | 0 | 0 | 7 | 0 | 0 | 0 | +| xhdl4.spec_map0[21].spec_map_arc_latch | tri_rlmreg_p__parameterized86_7087 | 0 | 0 | 0 | 0 | 6 | 0 | 0 | 0 | +| xhdl4.spec_map0[21].spec_map_itag_latch | tri_rlmreg_p__parameterized121_7088 | 2 | 2 | 0 | 0 | 7 | 0 | 0 | 0 | +| xhdl4.spec_map0[22].spec_map_arc_latch | tri_rlmreg_p__parameterized87_7089 | 0 | 0 | 0 | 0 | 6 | 0 | 0 | 0 | +| xhdl4.spec_map0[22].spec_map_itag_latch | tri_rlmreg_p__parameterized122_7090 | 2 | 2 | 0 | 0 | 7 | 0 | 0 | 0 | +| xhdl4.spec_map0[23].spec_map_arc_latch | tri_rlmreg_p__parameterized88_7091 | 36 | 36 | 0 | 0 | 6 | 0 | 0 | 0 | +| xhdl4.spec_map0[23].spec_map_itag_latch | tri_rlmreg_p__parameterized123_7092 | 44 | 44 | 0 | 0 | 7 | 0 | 0 | 0 | +| xhdl4.spec_map0[24].spec_map_arc_latch | tri_rlmreg_p__parameterized89_7093 | 0 | 0 | 0 | 0 | 6 | 0 | 0 | 0 | +| xhdl4.spec_map0[24].spec_map_itag_latch | tri_rlmreg_p__parameterized124_7094 | 2 | 2 | 0 | 0 | 7 | 0 | 0 | 0 | +| xhdl4.spec_map0[25].spec_map_arc_latch | tri_rlmreg_p__parameterized90_7095 | 0 | 0 | 0 | 0 | 6 | 0 | 0 | 0 | +| xhdl4.spec_map0[25].spec_map_itag_latch | tri_rlmreg_p__parameterized125_7096 | 2 | 2 | 0 | 0 | 7 | 0 | 0 | 0 | +| xhdl4.spec_map0[26].spec_map_arc_latch | tri_rlmreg_p__parameterized91_7097 | 0 | 0 | 0 | 0 | 6 | 0 | 0 | 0 | +| xhdl4.spec_map0[26].spec_map_itag_latch | tri_rlmreg_p__parameterized126_7098 | 8 | 8 | 0 | 0 | 7 | 0 | 0 | 0 | +| xhdl4.spec_map0[27].spec_map_arc_latch | tri_rlmreg_p__parameterized92_7099 | 72 | 72 | 0 | 0 | 6 | 0 | 0 | 0 | +| xhdl4.spec_map0[27].spec_map_itag_latch | tri_rlmreg_p__parameterized127_7100 | 85 | 85 | 0 | 0 | 7 | 0 | 0 | 0 | +| xhdl4.spec_map0[28].spec_map_arc_latch | tri_rlmreg_p__parameterized93_7101 | 0 | 0 | 0 | 0 | 6 | 0 | 0 | 0 | +| xhdl4.spec_map0[28].spec_map_itag_latch | tri_rlmreg_p__parameterized128_7102 | 2 | 2 | 0 | 0 | 7 | 0 | 0 | 0 | +| xhdl4.spec_map0[29].spec_map_arc_latch | tri_rlmreg_p__parameterized94_7103 | 0 | 0 | 0 | 0 | 6 | 0 | 0 | 0 | +| xhdl4.spec_map0[29].spec_map_itag_latch | tri_rlmreg_p__parameterized129_7104 | 8 | 8 | 0 | 0 | 7 | 0 | 0 | 0 | +| xhdl4.spec_map0[2].spec_map_arc_latch | tri_rlmreg_p__parameterized67_7105 | 0 | 0 | 0 | 0 | 6 | 0 | 0 | 0 | +| xhdl4.spec_map0[2].spec_map_itag_latch | tri_rlmreg_p__parameterized102_7106 | 2 | 2 | 0 | 0 | 7 | 0 | 0 | 0 | +| xhdl4.spec_map0[30].spec_map_arc_latch | tri_rlmreg_p__parameterized95_7107 | 0 | 0 | 0 | 0 | 6 | 0 | 0 | 0 | +| xhdl4.spec_map0[30].spec_map_itag_latch | tri_rlmreg_p__parameterized130_7108 | 2 | 2 | 0 | 0 | 7 | 0 | 0 | 0 | +| xhdl4.spec_map0[31].spec_map_arc_latch | tri_rlmreg_p__parameterized96_7109 | 36 | 36 | 0 | 0 | 6 | 0 | 0 | 0 | +| xhdl4.spec_map0[31].spec_map_itag_latch | tri_rlmreg_p__parameterized131_7110 | 45 | 45 | 0 | 0 | 7 | 0 | 0 | 0 | +| xhdl4.spec_map0[32].spec_map_arc_latch | tri_rlmreg_p__parameterized97_7111 | 0 | 0 | 0 | 0 | 6 | 0 | 0 | 0 | +| xhdl4.spec_map0[32].spec_map_itag_latch | tri_rlmreg_p__parameterized132_7112 | 2 | 2 | 0 | 0 | 7 | 0 | 0 | 0 | +| xhdl4.spec_map0[33].spec_map_arc_latch | tri_rlmreg_p__parameterized98_7113 | 18 | 18 | 0 | 0 | 6 | 0 | 0 | 0 | +| xhdl4.spec_map0[33].spec_map_itag_latch | tri_rlmreg_p__parameterized133_7114 | 23 | 23 | 0 | 0 | 7 | 0 | 0 | 0 | +| xhdl4.spec_map0[34].spec_map_arc_latch | tri_rlmreg_p__parameterized99_7115 | 0 | 0 | 0 | 0 | 6 | 0 | 0 | 0 | +| xhdl4.spec_map0[34].spec_map_itag_latch | tri_rlmreg_p__parameterized134_7116 | 2 | 2 | 0 | 0 | 7 | 0 | 0 | 0 | +| xhdl4.spec_map0[35].spec_map_arc_latch | tri_rlmreg_p__parameterized100_7117 | 18 | 18 | 0 | 0 | 6 | 0 | 0 | 0 | +| xhdl4.spec_map0[35].spec_map_itag_latch | tri_rlmreg_p__parameterized135_7118 | 23 | 23 | 0 | 0 | 7 | 0 | 0 | 0 | +| xhdl4.spec_map0[3].spec_map_arc_latch | tri_rlmreg_p__parameterized68_7119 | 36 | 36 | 0 | 0 | 6 | 0 | 0 | 0 | +| xhdl4.spec_map0[3].spec_map_itag_latch | tri_rlmreg_p__parameterized103_7120 | 44 | 44 | 0 | 0 | 7 | 0 | 0 | 0 | +| xhdl4.spec_map0[4].spec_map_arc_latch | tri_rlmreg_p__parameterized69_7121 | 0 | 0 | 0 | 0 | 6 | 0 | 0 | 0 | +| xhdl4.spec_map0[4].spec_map_itag_latch | tri_rlmreg_p__parameterized104_7122 | 2 | 2 | 0 | 0 | 7 | 0 | 0 | 0 | +| xhdl4.spec_map0[5].spec_map_arc_latch | tri_rlmreg_p__parameterized70_7123 | 0 | 0 | 0 | 0 | 6 | 0 | 0 | 0 | +| xhdl4.spec_map0[5].spec_map_itag_latch | tri_rlmreg_p__parameterized105_7124 | 2 | 2 | 0 | 0 | 7 | 0 | 0 | 0 | +| xhdl4.spec_map0[6].spec_map_arc_latch | tri_rlmreg_p__parameterized71_7125 | 0 | 0 | 0 | 0 | 6 | 0 | 0 | 0 | +| xhdl4.spec_map0[6].spec_map_itag_latch | tri_rlmreg_p__parameterized106_7126 | 2 | 2 | 0 | 0 | 7 | 0 | 0 | 0 | +| xhdl4.spec_map0[7].spec_map_arc_latch | tri_rlmreg_p__parameterized72_7127 | 36 | 36 | 0 | 0 | 6 | 0 | 0 | 0 | +| xhdl4.spec_map0[7].spec_map_itag_latch | tri_rlmreg_p__parameterized107_7128 | 44 | 44 | 0 | 0 | 7 | 0 | 0 | 0 | +| xhdl4.spec_map0[8].spec_map_arc_latch | tri_rlmreg_p__parameterized73_7129 | 0 | 0 | 0 | 0 | 6 | 0 | 0 | 0 | +| xhdl4.spec_map0[8].spec_map_itag_latch | tri_rlmreg_p__parameterized108_7130 | 2 | 2 | 0 | 0 | 7 | 0 | 0 | 0 | +| xhdl4.spec_map0[9].spec_map_arc_latch | tri_rlmreg_p__parameterized74_7131 | 0 | 0 | 0 | 0 | 6 | 0 | 0 | 0 | +| xhdl4.spec_map0[9].spec_map_itag_latch | tri_rlmreg_p__parameterized109_7132 | 2 | 2 | 0 | 0 | 7 | 0 | 0 | 0 | +| xhdl5.buffer_pool_lat[0].buffer_pool_latch0 | tri_rlmreg_p__parameterized136_7133 | 0 | 0 | 0 | 0 | 6 | 0 | 0 | 0 | +| xhdl5.buffer_pool_lat[10].buffer_pool_latch0 | tri_rlmreg_p__parameterized146_7134 | 0 | 0 | 0 | 0 | 6 | 0 | 0 | 0 | +| xhdl5.buffer_pool_lat[11].buffer_pool_latch0 | tri_rlmreg_p__parameterized147_7135 | 0 | 0 | 0 | 0 | 6 | 0 | 0 | 0 | +| xhdl5.buffer_pool_lat[12].buffer_pool_latch0 | tri_rlmreg_p__parameterized148_7136 | 0 | 0 | 0 | 0 | 6 | 0 | 0 | 0 | +| xhdl5.buffer_pool_lat[13].buffer_pool_latch0 | tri_rlmreg_p__parameterized149_7137 | 0 | 0 | 0 | 0 | 6 | 0 | 0 | 0 | +| xhdl5.buffer_pool_lat[14].buffer_pool_latch0 | tri_rlmreg_p__parameterized150_7138 | 0 | 0 | 0 | 0 | 6 | 0 | 0 | 0 | +| xhdl5.buffer_pool_lat[15].buffer_pool_latch0 | tri_rlmreg_p__parameterized151_7139 | 0 | 0 | 0 | 0 | 6 | 0 | 0 | 0 | +| xhdl5.buffer_pool_lat[16].buffer_pool_latch0 | tri_rlmreg_p__parameterized152_7140 | 0 | 0 | 0 | 0 | 6 | 0 | 0 | 0 | +| xhdl5.buffer_pool_lat[17].buffer_pool_latch0 | tri_rlmreg_p__parameterized153_7141 | 0 | 0 | 0 | 0 | 6 | 0 | 0 | 0 | +| xhdl5.buffer_pool_lat[18].buffer_pool_latch0 | tri_rlmreg_p__parameterized154_7142 | 0 | 0 | 0 | 0 | 6 | 0 | 0 | 0 | +| xhdl5.buffer_pool_lat[19].buffer_pool_latch0 | tri_rlmreg_p__parameterized155_7143 | 0 | 0 | 0 | 0 | 6 | 0 | 0 | 0 | +| xhdl5.buffer_pool_lat[1].buffer_pool_latch0 | tri_rlmreg_p__parameterized137_7144 | 0 | 0 | 0 | 0 | 6 | 0 | 0 | 0 | +| xhdl5.buffer_pool_lat[20].buffer_pool_latch0 | tri_rlmreg_p__parameterized156_7145 | 0 | 0 | 0 | 0 | 6 | 0 | 0 | 0 | +| xhdl5.buffer_pool_lat[21].buffer_pool_latch0 | tri_rlmreg_p__parameterized157_7146 | 0 | 0 | 0 | 0 | 6 | 0 | 0 | 0 | +| xhdl5.buffer_pool_lat[22].buffer_pool_latch0 | tri_rlmreg_p__parameterized158_7147 | 0 | 0 | 0 | 0 | 6 | 0 | 0 | 0 | +| xhdl5.buffer_pool_lat[23].buffer_pool_latch0 | tri_rlmreg_p__parameterized159_7148 | 0 | 0 | 0 | 0 | 6 | 0 | 0 | 0 | +| xhdl5.buffer_pool_lat[24].buffer_pool_latch0 | tri_rlmreg_p__parameterized160_7149 | 0 | 0 | 0 | 0 | 6 | 0 | 0 | 0 | +| xhdl5.buffer_pool_lat[25].buffer_pool_latch0 | tri_rlmreg_p__parameterized161_7150 | 0 | 0 | 0 | 0 | 6 | 0 | 0 | 0 | +| xhdl5.buffer_pool_lat[26].buffer_pool_latch0 | tri_rlmreg_p__parameterized162_7151 | 0 | 0 | 0 | 0 | 6 | 0 | 0 | 0 | +| xhdl5.buffer_pool_lat[27].buffer_pool_latch0 | tri_rlmreg_p__parameterized163_7152 | 0 | 0 | 0 | 0 | 6 | 0 | 0 | 0 | +| xhdl5.buffer_pool_lat[2].buffer_pool_latch0 | tri_rlmreg_p__parameterized138_7153 | 0 | 0 | 0 | 0 | 6 | 0 | 0 | 0 | +| xhdl5.buffer_pool_lat[3].buffer_pool_latch0 | tri_rlmreg_p__parameterized139_7154 | 0 | 0 | 0 | 0 | 6 | 0 | 0 | 0 | +| xhdl5.buffer_pool_lat[4].buffer_pool_latch0 | tri_rlmreg_p__parameterized140_7155 | 0 | 0 | 0 | 0 | 6 | 0 | 0 | 0 | +| xhdl5.buffer_pool_lat[5].buffer_pool_latch0 | tri_rlmreg_p__parameterized141_7156 | 0 | 0 | 0 | 0 | 6 | 0 | 0 | 0 | +| xhdl5.buffer_pool_lat[6].buffer_pool_latch0 | tri_rlmreg_p__parameterized142_7157 | 0 | 0 | 0 | 0 | 6 | 0 | 0 | 0 | +| xhdl5.buffer_pool_lat[7].buffer_pool_latch0 | tri_rlmreg_p__parameterized143_7158 | 0 | 0 | 0 | 0 | 6 | 0 | 0 | 0 | +| xhdl5.buffer_pool_lat[8].buffer_pool_latch0 | tri_rlmreg_p__parameterized144_7159 | 0 | 0 | 0 | 0 | 6 | 0 | 0 | 0 | +| xhdl5.buffer_pool_lat[9].buffer_pool_latch0 | tri_rlmreg_p__parameterized145_7160 | 0 | 0 | 0 | 0 | 6 | 0 | 0 | 0 | +| fpscr_rn_map | iuq_rn_map__parameterized4 | 386 | 386 | 0 | 0 | 187 | 0 | 0 | 0 | +| free_cnt_latch | tri_rlmreg_p__parameterized212 | 38 | 38 | 0 | 0 | 5 | 0 | 0 | 0 | +| pool_free_0_latch | tri_rlmreg_p__parameterized4_6986 | 0 | 0 | 0 | 0 | 5 | 0 | 0 | 0 | +| pool_free_0_v_latch | tri_rlmlatch_p_6987 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| pool_free_1_latch | tri_rlmreg_p__parameterized4_6988 | 0 | 0 | 0 | 0 | 5 | 0 | 0 | 0 | +| pool_free_1_v_latch | tri_rlmlatch_p_6989 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| read_ptr_latch | tri_rlmreg_p__parameterized4_6990 | 91 | 91 | 0 | 0 | 5 | 0 | 0 | 0 | +| write_ptr_latch | tri_rlmreg_p__parameterized4_6991 | 255 | 255 | 0 | 0 | 5 | 0 | 0 | 0 | +| xhdl3.comp_map0[0].comp_map_latch | tri_rlmreg_p__parameterized4_6992 | 0 | 0 | 0 | 0 | 5 | 0 | 0 | 0 | +| xhdl5.buffer_pool_lat[0].buffer_pool_latch0 | tri_rlmreg_p__parameterized164_6993 | 0 | 0 | 0 | 0 | 5 | 0 | 0 | 0 | +| xhdl5.buffer_pool_lat[10].buffer_pool_latch0 | tri_rlmreg_p__parameterized174_6994 | 0 | 0 | 0 | 0 | 5 | 0 | 0 | 0 | +| xhdl5.buffer_pool_lat[11].buffer_pool_latch0 | tri_rlmreg_p__parameterized175_6995 | 0 | 0 | 0 | 0 | 5 | 0 | 0 | 0 | +| xhdl5.buffer_pool_lat[12].buffer_pool_latch0 | tri_rlmreg_p__parameterized176_6996 | 0 | 0 | 0 | 0 | 5 | 0 | 0 | 0 | +| xhdl5.buffer_pool_lat[13].buffer_pool_latch0 | tri_rlmreg_p__parameterized177_6997 | 0 | 0 | 0 | 0 | 5 | 0 | 0 | 0 | +| xhdl5.buffer_pool_lat[14].buffer_pool_latch0 | tri_rlmreg_p__parameterized178_6998 | 0 | 0 | 0 | 0 | 5 | 0 | 0 | 0 | +| xhdl5.buffer_pool_lat[15].buffer_pool_latch0 | tri_rlmreg_p__parameterized179_6999 | 0 | 0 | 0 | 0 | 5 | 0 | 0 | 0 | +| xhdl5.buffer_pool_lat[16].buffer_pool_latch0 | tri_rlmreg_p__parameterized180_7000 | 0 | 0 | 0 | 0 | 5 | 0 | 0 | 0 | +| xhdl5.buffer_pool_lat[17].buffer_pool_latch0 | tri_rlmreg_p__parameterized181_7001 | 0 | 0 | 0 | 0 | 5 | 0 | 0 | 0 | +| xhdl5.buffer_pool_lat[18].buffer_pool_latch0 | tri_rlmreg_p__parameterized182_7002 | 0 | 0 | 0 | 0 | 5 | 0 | 0 | 0 | +| xhdl5.buffer_pool_lat[19].buffer_pool_latch0 | tri_rlmreg_p__parameterized183_7003 | 0 | 0 | 0 | 0 | 5 | 0 | 0 | 0 | +| xhdl5.buffer_pool_lat[1].buffer_pool_latch0 | tri_rlmreg_p__parameterized165_7004 | 0 | 0 | 0 | 0 | 5 | 0 | 0 | 0 | +| xhdl5.buffer_pool_lat[20].buffer_pool_latch0 | tri_rlmreg_p__parameterized184_7005 | 0 | 0 | 0 | 0 | 5 | 0 | 0 | 0 | +| xhdl5.buffer_pool_lat[21].buffer_pool_latch0 | tri_rlmreg_p__parameterized185_7006 | 0 | 0 | 0 | 0 | 5 | 0 | 0 | 0 | +| xhdl5.buffer_pool_lat[22].buffer_pool_latch0 | tri_rlmreg_p__parameterized186_7007 | 0 | 0 | 0 | 0 | 5 | 0 | 0 | 0 | +| xhdl5.buffer_pool_lat[23].buffer_pool_latch0 | tri_rlmreg_p__parameterized205 | 0 | 0 | 0 | 0 | 5 | 0 | 0 | 0 | +| xhdl5.buffer_pool_lat[24].buffer_pool_latch0 | tri_rlmreg_p__parameterized206 | 0 | 0 | 0 | 0 | 5 | 0 | 0 | 0 | +| xhdl5.buffer_pool_lat[25].buffer_pool_latch0 | tri_rlmreg_p__parameterized207 | 0 | 0 | 0 | 0 | 5 | 0 | 0 | 0 | +| xhdl5.buffer_pool_lat[26].buffer_pool_latch0 | tri_rlmreg_p__parameterized208 | 0 | 0 | 0 | 0 | 5 | 0 | 0 | 0 | +| xhdl5.buffer_pool_lat[27].buffer_pool_latch0 | tri_rlmreg_p__parameterized209 | 0 | 0 | 0 | 0 | 5 | 0 | 0 | 0 | +| xhdl5.buffer_pool_lat[28].buffer_pool_latch0 | tri_rlmreg_p__parameterized210_7008 | 0 | 0 | 0 | 0 | 5 | 0 | 0 | 0 | +| xhdl5.buffer_pool_lat[29].buffer_pool_latch0 | tri_rlmreg_p__parameterized211 | 0 | 0 | 0 | 0 | 5 | 0 | 0 | 0 | +| xhdl5.buffer_pool_lat[2].buffer_pool_latch0 | tri_rlmreg_p__parameterized166_7009 | 0 | 0 | 0 | 0 | 5 | 0 | 0 | 0 | +| xhdl5.buffer_pool_lat[30].buffer_pool_latch0 | tri_rlmreg_p__parameterized212_7010 | 0 | 0 | 0 | 0 | 5 | 0 | 0 | 0 | +| xhdl5.buffer_pool_lat[3].buffer_pool_latch0 | tri_rlmreg_p__parameterized167_7011 | 0 | 0 | 0 | 0 | 5 | 0 | 0 | 0 | +| xhdl5.buffer_pool_lat[4].buffer_pool_latch0 | tri_rlmreg_p__parameterized168_7012 | 0 | 0 | 0 | 0 | 5 | 0 | 0 | 0 | +| xhdl5.buffer_pool_lat[5].buffer_pool_latch0 | tri_rlmreg_p__parameterized169_7013 | 0 | 0 | 0 | 0 | 5 | 0 | 0 | 0 | +| xhdl5.buffer_pool_lat[6].buffer_pool_latch0 | tri_rlmreg_p__parameterized170_7014 | 0 | 0 | 0 | 0 | 5 | 0 | 0 | 0 | +| xhdl5.buffer_pool_lat[7].buffer_pool_latch0 | tri_rlmreg_p__parameterized171_7015 | 0 | 0 | 0 | 0 | 5 | 0 | 0 | 0 | +| xhdl5.buffer_pool_lat[8].buffer_pool_latch0 | tri_rlmreg_p__parameterized172_7016 | 0 | 0 | 0 | 0 | 5 | 0 | 0 | 0 | +| xhdl5.buffer_pool_lat[9].buffer_pool_latch0 | tri_rlmreg_p__parameterized173_7017 | 0 | 0 | 0 | 0 | 5 | 0 | 0 | 0 | +| fx_rn0 | iuq_rn | 5334 | 5334 | 0 | 0 | 2463 | 0 | 0 | 0 | +| br_iu_hold_latch | tri_rlmlatch_p_6586 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| cp_flush_into_uc_latch | tri_rlmlatch_p_6587 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| cp_flush_latch | tri_rlmlatch_p_6588 | 20 | 20 | 0 | 0 | 10 | 0 | 0 | 0 | +| cp_high_credit_cnt_latch | tri_rlmreg_p__parameterized132 | 59 | 59 | 0 | 0 | 7 | 0 | 0 | 0 | +| cp_med_credit_cnt_latch | tri_rlmreg_p__parameterized116 | 58 | 58 | 0 | 0 | 7 | 0 | 0 | 0 | +| cp_rn_empty_latch | tri_rlmlatch_p_6589 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| cr_rn_map | iuq_rn_map__parameterized0 | 558 | 558 | 0 | 0 | 255 | 0 | 0 | 0 | +| free_cnt_latch | tri_rlmreg_p__parameterized178 | 16 | 16 | 0 | 0 | 5 | 0 | 0 | 0 | +| pool_free_0_latch | tri_rlmreg_p__parameterized4_6956 | 0 | 0 | 0 | 0 | 5 | 0 | 0 | 0 | +| pool_free_0_v_latch | tri_rlmlatch_p_6957 | 7 | 7 | 0 | 0 | 1 | 0 | 0 | 0 | +| pool_free_1_latch | tri_rlmreg_p__parameterized4_6958 | 0 | 0 | 0 | 0 | 5 | 0 | 0 | 0 | +| pool_free_1_v_latch | tri_rlmlatch_p_6959 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| read_ptr_latch | tri_rlmreg_p__parameterized4_6960 | 163 | 163 | 0 | 0 | 5 | 0 | 0 | 0 | +| write_ptr_latch | tri_rlmreg_p__parameterized4_6961 | 179 | 179 | 0 | 0 | 5 | 0 | 0 | 0 | +| xhdl3.comp_map0[0].comp_map_latch | tri_rlmreg_p__parameterized4_6962 | 0 | 0 | 0 | 0 | 5 | 0 | 0 | 0 | +| xhdl3.comp_map0[1].comp_map_latch | tri_rlmreg_p__parameterized164_6963 | 0 | 0 | 0 | 0 | 5 | 0 | 0 | 0 | +| xhdl3.comp_map0[2].comp_map_latch | tri_rlmreg_p__parameterized165 | 1 | 1 | 0 | 0 | 5 | 0 | 0 | 0 | +| xhdl3.comp_map0[3].comp_map_latch | tri_rlmreg_p__parameterized166 | 1 | 1 | 0 | 0 | 5 | 0 | 0 | 0 | +| xhdl3.comp_map0[4].comp_map_latch | tri_rlmreg_p__parameterized167 | 1 | 1 | 0 | 0 | 5 | 0 | 0 | 0 | +| xhdl3.comp_map0[5].comp_map_latch | tri_rlmreg_p__parameterized168 | 5 | 5 | 0 | 0 | 5 | 0 | 0 | 0 | +| xhdl3.comp_map0[6].comp_map_latch | tri_rlmreg_p__parameterized169 | 4 | 4 | 0 | 0 | 5 | 0 | 0 | 0 | +| xhdl3.comp_map0[7].comp_map_latch | tri_rlmreg_p__parameterized170 | 3 | 3 | 0 | 0 | 5 | 0 | 0 | 0 | +| xhdl3.comp_map0[8].comp_map_latch | tri_rlmreg_p__parameterized171 | 0 | 0 | 0 | 0 | 5 | 0 | 0 | 0 | +| xhdl4.spec_map0[0].spec_map_arc_latch | tri_rlmreg_p__parameterized4_6964 | 0 | 0 | 0 | 0 | 5 | 0 | 0 | 0 | +| xhdl4.spec_map0[0].spec_map_itag_latch | tri_rlmreg_p__parameterized13_6965 | 3 | 3 | 0 | 0 | 7 | 0 | 0 | 0 | +| xhdl4.spec_map0[1].spec_map_arc_latch | tri_rlmreg_p__parameterized164_6966 | 0 | 0 | 0 | 0 | 5 | 0 | 0 | 0 | +| xhdl4.spec_map0[1].spec_map_itag_latch | tri_rlmreg_p__parameterized101_6967 | 2 | 2 | 0 | 0 | 7 | 0 | 0 | 0 | +| xhdl4.spec_map0[2].spec_map_arc_latch | tri_rlmreg_p__parameterized165_6968 | 0 | 0 | 0 | 0 | 5 | 0 | 0 | 0 | +| xhdl4.spec_map0[2].spec_map_itag_latch | tri_rlmreg_p__parameterized102_6969 | 2 | 2 | 0 | 0 | 7 | 0 | 0 | 0 | +| xhdl4.spec_map0[3].spec_map_arc_latch | tri_rlmreg_p__parameterized166_6970 | 30 | 30 | 0 | 0 | 5 | 0 | 0 | 0 | +| xhdl4.spec_map0[3].spec_map_itag_latch | tri_rlmreg_p__parameterized103_6971 | 50 | 50 | 0 | 0 | 7 | 0 | 0 | 0 | +| xhdl4.spec_map0[4].spec_map_arc_latch | tri_rlmreg_p__parameterized167_6972 | 0 | 0 | 0 | 0 | 5 | 0 | 0 | 0 | +| xhdl4.spec_map0[4].spec_map_itag_latch | tri_rlmreg_p__parameterized104_6973 | 2 | 2 | 0 | 0 | 7 | 0 | 0 | 0 | +| xhdl4.spec_map0[5].spec_map_arc_latch | tri_rlmreg_p__parameterized168_6974 | 0 | 0 | 0 | 0 | 5 | 0 | 0 | 0 | +| xhdl4.spec_map0[5].spec_map_itag_latch | tri_rlmreg_p__parameterized105_6975 | 2 | 2 | 0 | 0 | 7 | 0 | 0 | 0 | +| xhdl4.spec_map0[6].spec_map_arc_latch | tri_rlmreg_p__parameterized169_6976 | 0 | 0 | 0 | 0 | 5 | 0 | 0 | 0 | +| xhdl4.spec_map0[6].spec_map_itag_latch | tri_rlmreg_p__parameterized106_6977 | 3 | 3 | 0 | 0 | 7 | 0 | 0 | 0 | +| xhdl4.spec_map0[7].spec_map_arc_latch | tri_rlmreg_p__parameterized170_6978 | 30 | 30 | 0 | 0 | 5 | 0 | 0 | 0 | +| xhdl4.spec_map0[7].spec_map_itag_latch | tri_rlmreg_p__parameterized107_6979 | 45 | 45 | 0 | 0 | 7 | 0 | 0 | 0 | +| xhdl4.spec_map0[8].spec_map_arc_latch | tri_rlmreg_p__parameterized171_6980 | 5 | 5 | 0 | 0 | 5 | 0 | 0 | 0 | +| xhdl4.spec_map0[8].spec_map_itag_latch | tri_rlmreg_p__parameterized108_6981 | 2 | 2 | 0 | 0 | 7 | 0 | 0 | 0 | +| xhdl5.buffer_pool_lat[0].buffer_pool_latch0 | tri_rlmreg_p__parameterized172 | 0 | 0 | 0 | 0 | 5 | 0 | 0 | 0 | +| xhdl5.buffer_pool_lat[10].buffer_pool_latch0 | tri_rlmreg_p__parameterized182 | 0 | 0 | 0 | 0 | 5 | 0 | 0 | 0 | +| xhdl5.buffer_pool_lat[11].buffer_pool_latch0 | tri_rlmreg_p__parameterized183 | 0 | 0 | 0 | 0 | 5 | 0 | 0 | 0 | +| xhdl5.buffer_pool_lat[12].buffer_pool_latch0 | tri_rlmreg_p__parameterized184 | 0 | 0 | 0 | 0 | 5 | 0 | 0 | 0 | +| xhdl5.buffer_pool_lat[13].buffer_pool_latch0 | tri_rlmreg_p__parameterized185 | 0 | 0 | 0 | 0 | 5 | 0 | 0 | 0 | +| xhdl5.buffer_pool_lat[14].buffer_pool_latch0 | tri_rlmreg_p__parameterized186 | 0 | 0 | 0 | 0 | 5 | 0 | 0 | 0 | +| xhdl5.buffer_pool_lat[1].buffer_pool_latch0 | tri_rlmreg_p__parameterized173 | 0 | 0 | 0 | 0 | 5 | 0 | 0 | 0 | +| xhdl5.buffer_pool_lat[2].buffer_pool_latch0 | tri_rlmreg_p__parameterized174 | 0 | 0 | 0 | 0 | 5 | 0 | 0 | 0 | +| xhdl5.buffer_pool_lat[3].buffer_pool_latch0 | tri_rlmreg_p__parameterized175 | 0 | 0 | 0 | 0 | 5 | 0 | 0 | 0 | +| xhdl5.buffer_pool_lat[4].buffer_pool_latch0 | tri_rlmreg_p__parameterized176 | 0 | 0 | 0 | 0 | 5 | 0 | 0 | 0 | +| xhdl5.buffer_pool_lat[5].buffer_pool_latch0 | tri_rlmreg_p__parameterized177 | 0 | 0 | 0 | 0 | 5 | 0 | 0 | 0 | +| xhdl5.buffer_pool_lat[6].buffer_pool_latch0 | tri_rlmreg_p__parameterized178_6982 | 0 | 0 | 0 | 0 | 5 | 0 | 0 | 0 | +| xhdl5.buffer_pool_lat[7].buffer_pool_latch0 | tri_rlmreg_p__parameterized179 | 0 | 0 | 0 | 0 | 5 | 0 | 0 | 0 | +| xhdl5.buffer_pool_lat[8].buffer_pool_latch0 | tri_rlmreg_p__parameterized180 | 0 | 0 | 0 | 0 | 5 | 0 | 0 | 0 | +| xhdl5.buffer_pool_lat[9].buffer_pool_latch0 | tri_rlmreg_p__parameterized181 | 0 | 0 | 0 | 0 | 5 | 0 | 0 | 0 | +| ctr_rn_map | iuq_rn_map__parameterized2 | 112 | 112 | 0 | 0 | 51 | 0 | 0 | 0 | +| free_cnt_latch | tri_rlmreg_p__parameterized192_6939 | 4 | 4 | 0 | 0 | 3 | 0 | 0 | 0 | +| pool_free_0_latch | tri_rlmreg_p__parameterized5_6940 | 6 | 6 | 0 | 0 | 3 | 0 | 0 | 0 | +| pool_free_0_v_latch | tri_rlmlatch_p_6941 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| pool_free_1_latch | tri_rlmreg_p__parameterized5_6942 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| pool_free_1_v_latch | tri_rlmlatch_p_6943 | 6 | 6 | 0 | 0 | 1 | 0 | 0 | 0 | +| read_ptr_latch | tri_rlmreg_p__parameterized5_6944 | 32 | 32 | 0 | 0 | 3 | 0 | 0 | 0 | +| write_ptr_latch | tri_rlmreg_p__parameterized5_6945 | 59 | 59 | 0 | 0 | 3 | 0 | 0 | 0 | +| xhdl3.comp_map0[0].comp_map_latch | tri_rlmreg_p__parameterized5_6946 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| xhdl4.spec_map0[0].spec_map_arc_latch | tri_rlmreg_p__parameterized5_6947 | 3 | 3 | 0 | 0 | 3 | 0 | 0 | 0 | +| xhdl4.spec_map0[0].spec_map_itag_latch | tri_rlmreg_p__parameterized13_6948 | 2 | 2 | 0 | 0 | 7 | 0 | 0 | 0 | +| xhdl5.buffer_pool_lat[0].buffer_pool_latch0 | tri_rlmreg_p__parameterized187_6949 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| xhdl5.buffer_pool_lat[1].buffer_pool_latch0 | tri_rlmreg_p__parameterized188_6950 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| xhdl5.buffer_pool_lat[2].buffer_pool_latch0 | tri_rlmreg_p__parameterized28_6951 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| xhdl5.buffer_pool_lat[3].buffer_pool_latch0 | tri_rlmreg_p__parameterized189_6952 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| xhdl5.buffer_pool_lat[4].buffer_pool_latch0 | tri_rlmreg_p__parameterized190_6953 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| xhdl5.buffer_pool_lat[5].buffer_pool_latch0 | tri_rlmreg_p__parameterized191_6954 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| xhdl5.buffer_pool_lat[6].buffer_pool_latch0 | tri_rlmreg_p__parameterized192_6955 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| fdis_frn_iu6_stall_latch | tri_rlmreg_p__parameterized204_6590 | 5 | 5 | 0 | 0 | 25 | 0 | 0 | 0 | +| frn_fdis_iu6_i0_2ucode_latch | tri_rlmlatch_p_6591 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| frn_fdis_iu6_i0_async_block_latch | tri_rlmlatch_p_6592 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| frn_fdis_iu6_i0_bh0_hist_latch | tri_rlmreg_p__parameterized2_6593 | 2 | 2 | 0 | 0 | 2 | 0 | 0 | 0 | +| frn_fdis_iu6_i0_bh1_hist_latch | tri_rlmreg_p__parameterized2_6594 | 2 | 2 | 0 | 0 | 2 | 0 | 0 | 0 | +| frn_fdis_iu6_i0_bh2_hist_latch | tri_rlmreg_p__parameterized2_6595 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| frn_fdis_iu6_i0_bh_update_latch | tri_rlmlatch_p_6596 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| frn_fdis_iu6_i0_br_pred_latch | tri_rlmlatch_p_6597 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| frn_fdis_iu6_i0_bta_latch | tri_rlmreg_p__parameterized8_6598 | 40 | 40 | 0 | 0 | 20 | 0 | 0 | 0 | +| frn_fdis_iu6_i0_bta_val_latch | tri_rlmlatch_p_6599 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| frn_fdis_iu6_i0_btb_entry_latch | tri_rlmlatch_p_6600 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| frn_fdis_iu6_i0_cord_latch | tri_rlmlatch_p_6601 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| frn_fdis_iu6_i0_core_block_latch | tri_rlmlatch_p_6602 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| frn_fdis_iu6_i0_error_latch | tri_rlmreg_p__parameterized5_6603 | 6 | 6 | 0 | 0 | 3 | 0 | 0 | 0 | +| frn_fdis_iu6_i0_fuse_nop_latch | tri_rlmlatch_p_6604 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| frn_fdis_iu6_i0_fusion_latch | tri_rlmreg_p__parameterized8_6605 | 40 | 40 | 0 | 0 | 20 | 0 | 0 | 0 | +| frn_fdis_iu6_i0_gshare_latch | tri_rlmreg_p__parameterized14_6606 | 36 | 36 | 0 | 0 | 18 | 0 | 0 | 0 | +| frn_fdis_iu6_i0_ifar_latch | tri_rlmreg_p__parameterized8_6607 | 40 | 40 | 0 | 0 | 20 | 0 | 0 | 0 | +| frn_fdis_iu6_i0_ilat_latch | tri_rlmreg_p__parameterized9_6608 | 8 | 8 | 0 | 0 | 4 | 0 | 0 | 0 | +| frn_fdis_iu6_i0_instr_latch | tri_rlmreg_p__parameterized17_6609 | 64 | 64 | 0 | 0 | 32 | 0 | 0 | 0 | +| frn_fdis_iu6_i0_isload_latch | tri_rlmlatch_p_6610 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| frn_fdis_iu6_i0_isram_latch | tri_rlmlatch_p_6611 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| frn_fdis_iu6_i0_isstore_latch | tri_rlmlatch_p_6612 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| frn_fdis_iu6_i0_itag_latch | tri_rlmreg_p__parameterized13_6613 | 7 | 7 | 0 | 0 | 7 | 0 | 0 | 0 | +| frn_fdis_iu6_i0_ls_ptr_latch | tri_rlmreg_p__parameterized5_6614 | 6 | 6 | 0 | 0 | 3 | 0 | 0 | 0 | +| frn_fdis_iu6_i0_match_latch | tri_rlmlatch_p_6615 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| frn_fdis_iu6_i0_np1_flush_latch | tri_rlmlatch_p_6616 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| frn_fdis_iu6_i0_ord_latch | tri_rlmlatch_p_6617 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| frn_fdis_iu6_i0_rte_axu0_latch | tri_rlmlatch_p_6618 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| frn_fdis_iu6_i0_rte_axu1_latch | tri_rlmlatch_p_6619 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| frn_fdis_iu6_i0_rte_fx0_latch | tri_rlmlatch_p_6620 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| frn_fdis_iu6_i0_rte_fx1_latch | tri_rlmlatch_p_6621 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| frn_fdis_iu6_i0_rte_lq_latch | tri_rlmlatch_p_6622 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| frn_fdis_iu6_i0_rte_sq_latch | tri_rlmlatch_p_6623 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| frn_fdis_iu6_i0_s1_itag_latch | tri_rlmreg_p__parameterized13_6624 | 14 | 14 | 0 | 0 | 7 | 0 | 0 | 0 | +| frn_fdis_iu6_i0_s1_p_latch | tri_rlmreg_p__parameterized0_6625 | 12 | 12 | 0 | 0 | 6 | 0 | 0 | 0 | +| frn_fdis_iu6_i0_s1_t_latch | tri_rlmreg_p__parameterized5_6626 | 6 | 6 | 0 | 0 | 3 | 0 | 0 | 0 | +| frn_fdis_iu6_i0_s1_v_latch | tri_rlmlatch_p_6627 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| frn_fdis_iu6_i0_s2_itag_latch | tri_rlmreg_p__parameterized13_6628 | 14 | 14 | 0 | 0 | 7 | 0 | 0 | 0 | +| frn_fdis_iu6_i0_s2_p_latch | tri_rlmreg_p__parameterized0_6629 | 12 | 12 | 0 | 0 | 6 | 0 | 0 | 0 | +| frn_fdis_iu6_i0_s2_t_latch | tri_rlmreg_p__parameterized5_6630 | 6 | 6 | 0 | 0 | 3 | 0 | 0 | 0 | +| frn_fdis_iu6_i0_s2_v_latch | tri_rlmlatch_p_6631 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| frn_fdis_iu6_i0_s3_itag_latch | tri_rlmreg_p__parameterized13_6632 | 14 | 14 | 0 | 0 | 7 | 0 | 0 | 0 | +| frn_fdis_iu6_i0_s3_p_latch | tri_rlmreg_p__parameterized0_6633 | 12 | 12 | 0 | 0 | 6 | 0 | 0 | 0 | +| frn_fdis_iu6_i0_s3_t_latch | tri_rlmreg_p__parameterized5_6634 | 6 | 6 | 0 | 0 | 3 | 0 | 0 | 0 | +| frn_fdis_iu6_i0_s3_v_latch | tri_rlmlatch_p_6635 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| frn_fdis_iu6_i0_spec_latch | tri_rlmlatch_p_6636 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| frn_fdis_iu6_i0_t1_a_latch | tri_rlmreg_p__parameterized0_6637 | 12 | 12 | 0 | 0 | 6 | 0 | 0 | 0 | +| frn_fdis_iu6_i0_t1_p_latch | tri_rlmreg_p__parameterized0_6638 | 6 | 6 | 0 | 0 | 6 | 0 | 0 | 0 | +| frn_fdis_iu6_i0_t1_t_latch | tri_rlmreg_p__parameterized5_6639 | 6 | 6 | 0 | 0 | 3 | 0 | 0 | 0 | +| frn_fdis_iu6_i0_t1_v_latch | tri_rlmlatch_p_6640 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| frn_fdis_iu6_i0_t2_a_latch | tri_rlmreg_p__parameterized0_6641 | 12 | 12 | 0 | 0 | 6 | 0 | 0 | 0 | +| frn_fdis_iu6_i0_t2_p_latch | tri_rlmreg_p__parameterized0_6642 | 9 | 9 | 0 | 0 | 6 | 0 | 0 | 0 | +| frn_fdis_iu6_i0_t2_t_latch | tri_rlmreg_p__parameterized5_6643 | 6 | 6 | 0 | 0 | 3 | 0 | 0 | 0 | +| frn_fdis_iu6_i0_t2_v_latch | tri_rlmlatch_p_6644 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| frn_fdis_iu6_i0_t3_a_latch | tri_rlmreg_p__parameterized0_6645 | 9 | 9 | 0 | 0 | 5 | 0 | 0 | 0 | +| frn_fdis_iu6_i0_t3_p_latch | tri_rlmreg_p__parameterized0_6646 | 5 | 5 | 0 | 0 | 5 | 0 | 0 | 0 | +| frn_fdis_iu6_i0_t3_t_latch | tri_rlmreg_p__parameterized5_6647 | 6 | 6 | 0 | 0 | 3 | 0 | 0 | 0 | +| frn_fdis_iu6_i0_t3_v_latch | tri_rlmlatch_p_6648 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| frn_fdis_iu6_i0_type_ap_latch | tri_rlmlatch_p_6649 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| frn_fdis_iu6_i0_type_fp_latch | tri_rlmlatch_p_6650 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| frn_fdis_iu6_i0_type_spv_latch | tri_rlmlatch_p_6651 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| frn_fdis_iu6_i0_type_st_latch | tri_rlmlatch_p_6652 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| frn_fdis_iu6_i0_ucode_cnt_latch | tri_rlmreg_p__parameterized5_6653 | 3 | 3 | 0 | 0 | 3 | 0 | 0 | 0 | +| frn_fdis_iu6_i0_ucode_latch | tri_rlmreg_p__parameterized5_6654 | 6 | 6 | 0 | 0 | 3 | 0 | 0 | 0 | +| frn_fdis_iu6_i0_valop_latch | tri_rlmlatch_p_6655 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| frn_fdis_iu6_i0_vld_latch | tri_rlmlatch_p_6656 | 34 | 34 | 0 | 0 | 1 | 0 | 0 | 0 | +| frn_fdis_iu6_i1_async_block_latch | tri_rlmlatch_p_6657 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| frn_fdis_iu6_i1_bh0_hist_latch | tri_rlmreg_p__parameterized2_6658 | 2 | 2 | 0 | 0 | 2 | 0 | 0 | 0 | +| frn_fdis_iu6_i1_bh1_hist_latch | tri_rlmreg_p__parameterized2_6659 | 2 | 2 | 0 | 0 | 2 | 0 | 0 | 0 | +| frn_fdis_iu6_i1_bh2_hist_latch | tri_rlmreg_p__parameterized2_6660 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| frn_fdis_iu6_i1_bh_update_latch | tri_rlmlatch_p_6661 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| frn_fdis_iu6_i1_br_pred_latch | tri_rlmlatch_p_6662 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| frn_fdis_iu6_i1_bta_latch | tri_rlmreg_p__parameterized8_6663 | 40 | 40 | 0 | 0 | 20 | 0 | 0 | 0 | +| frn_fdis_iu6_i1_bta_val_latch | tri_rlmlatch_p_6664 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| frn_fdis_iu6_i1_btb_entry_latch | tri_rlmlatch_p_6665 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| frn_fdis_iu6_i1_cord_latch | tri_rlmlatch_p_6666 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| frn_fdis_iu6_i1_core_block_latch | tri_rlmlatch_p_6667 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| frn_fdis_iu6_i1_error_latch | tri_rlmreg_p__parameterized5_6668 | 6 | 6 | 0 | 0 | 3 | 0 | 0 | 0 | +| frn_fdis_iu6_i1_fuse_nop_latch | tri_rlmlatch_p_6669 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| frn_fdis_iu6_i1_fusion_latch | tri_rlmreg_p__parameterized8_6670 | 40 | 40 | 0 | 0 | 20 | 0 | 0 | 0 | +| frn_fdis_iu6_i1_gshare_latch | tri_rlmreg_p__parameterized14_6671 | 36 | 36 | 0 | 0 | 18 | 0 | 0 | 0 | +| frn_fdis_iu6_i1_ifar_latch | tri_rlmreg_p__parameterized8_6672 | 40 | 40 | 0 | 0 | 20 | 0 | 0 | 0 | +| frn_fdis_iu6_i1_ilat_latch | tri_rlmreg_p__parameterized9_6673 | 8 | 8 | 0 | 0 | 4 | 0 | 0 | 0 | +| frn_fdis_iu6_i1_instr_latch | tri_rlmreg_p__parameterized17_6674 | 64 | 64 | 0 | 0 | 32 | 0 | 0 | 0 | +| frn_fdis_iu6_i1_isload_latch | tri_rlmlatch_p_6675 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| frn_fdis_iu6_i1_isram_latch | tri_rlmlatch_p_6676 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| frn_fdis_iu6_i1_isstore_latch | tri_rlmlatch_p_6677 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| frn_fdis_iu6_i1_itag_latch | tri_rlmreg_p__parameterized13_6678 | 7 | 7 | 0 | 0 | 7 | 0 | 0 | 0 | +| frn_fdis_iu6_i1_ls_ptr_latch | tri_rlmreg_p__parameterized5_6679 | 6 | 6 | 0 | 0 | 3 | 0 | 0 | 0 | +| frn_fdis_iu6_i1_match_latch | tri_rlmlatch_p_6680 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| frn_fdis_iu6_i1_np1_flush_latch | tri_rlmlatch_p_6681 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| frn_fdis_iu6_i1_ord_latch | tri_rlmlatch_p_6682 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| frn_fdis_iu6_i1_rte_axu0_latch | tri_rlmlatch_p_6683 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| frn_fdis_iu6_i1_rte_fx0_latch | tri_rlmlatch_p_6684 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| frn_fdis_iu6_i1_rte_fx1_latch | tri_rlmlatch_p_6685 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| frn_fdis_iu6_i1_rte_lq_latch | tri_rlmlatch_p_6686 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| frn_fdis_iu6_i1_rte_sq_latch | tri_rlmlatch_p_6687 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| frn_fdis_iu6_i1_s1_dep_hit_latch | tri_rlmlatch_p_6688 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| frn_fdis_iu6_i1_s1_itag_latch | tri_rlmreg_p__parameterized13_6689 | 7 | 7 | 0 | 0 | 7 | 0 | 0 | 0 | +| frn_fdis_iu6_i1_s1_p_latch | tri_rlmreg_p__parameterized0_6690 | 7 | 7 | 0 | 0 | 6 | 0 | 0 | 0 | +| frn_fdis_iu6_i1_s1_t_latch | tri_rlmreg_p__parameterized5_6691 | 6 | 6 | 0 | 0 | 3 | 0 | 0 | 0 | +| frn_fdis_iu6_i1_s1_v_latch | tri_rlmlatch_p_6692 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| frn_fdis_iu6_i1_s2_dep_hit_latch | tri_rlmlatch_p_6693 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| frn_fdis_iu6_i1_s2_itag_latch | tri_rlmreg_p__parameterized13_6694 | 7 | 7 | 0 | 0 | 7 | 0 | 0 | 0 | +| frn_fdis_iu6_i1_s2_p_latch | tri_rlmreg_p__parameterized0_6695 | 7 | 7 | 0 | 0 | 6 | 0 | 0 | 0 | +| frn_fdis_iu6_i1_s2_t_latch | tri_rlmreg_p__parameterized5_6696 | 6 | 6 | 0 | 0 | 3 | 0 | 0 | 0 | +| frn_fdis_iu6_i1_s2_v_latch | tri_rlmlatch_p_6697 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| frn_fdis_iu6_i1_s3_dep_hit_latch | tri_rlmlatch_p_6698 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| frn_fdis_iu6_i1_s3_itag_latch | tri_rlmreg_p__parameterized13_6699 | 7 | 7 | 0 | 0 | 7 | 0 | 0 | 0 | +| frn_fdis_iu6_i1_s3_p_latch | tri_rlmreg_p__parameterized0_6700 | 7 | 7 | 0 | 0 | 6 | 0 | 0 | 0 | +| frn_fdis_iu6_i1_s3_t_latch | tri_rlmreg_p__parameterized5_6701 | 6 | 6 | 0 | 0 | 3 | 0 | 0 | 0 | +| frn_fdis_iu6_i1_s3_v_latch | tri_rlmlatch_p_6702 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| frn_fdis_iu6_i1_spec_latch | tri_rlmlatch_p_6703 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| frn_fdis_iu6_i1_t1_a_latch | tri_rlmreg_p__parameterized0_6704 | 12 | 12 | 0 | 0 | 6 | 0 | 0 | 0 | +| frn_fdis_iu6_i1_t1_p_latch | tri_rlmreg_p__parameterized0_6705 | 7 | 7 | 0 | 0 | 6 | 0 | 0 | 0 | +| frn_fdis_iu6_i1_t1_t_latch | tri_rlmreg_p__parameterized5_6706 | 6 | 6 | 0 | 0 | 3 | 0 | 0 | 0 | +| frn_fdis_iu6_i1_t1_v_latch | tri_rlmlatch_p_6707 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| frn_fdis_iu6_i1_t2_a_latch | tri_rlmreg_p__parameterized0_6708 | 12 | 12 | 0 | 0 | 6 | 0 | 0 | 0 | +| frn_fdis_iu6_i1_t2_p_latch | tri_rlmreg_p__parameterized0_6709 | 12 | 12 | 0 | 0 | 6 | 0 | 0 | 0 | +| frn_fdis_iu6_i1_t2_t_latch | tri_rlmreg_p__parameterized5_6710 | 6 | 6 | 0 | 0 | 3 | 0 | 0 | 0 | +| frn_fdis_iu6_i1_t2_v_latch | tri_rlmlatch_p_6711 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| frn_fdis_iu6_i1_t3_a_latch | tri_rlmreg_p__parameterized0_6712 | 9 | 9 | 0 | 0 | 5 | 0 | 0 | 0 | +| frn_fdis_iu6_i1_t3_p_latch | tri_rlmreg_p__parameterized0_6713 | 12 | 12 | 0 | 0 | 6 | 0 | 0 | 0 | +| frn_fdis_iu6_i1_t3_t_latch | tri_rlmreg_p__parameterized5_6714 | 6 | 6 | 0 | 0 | 3 | 0 | 0 | 0 | +| frn_fdis_iu6_i1_t3_v_latch | tri_rlmlatch_p_6715 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| frn_fdis_iu6_i1_type_ap_latch | tri_rlmlatch_p_6716 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| frn_fdis_iu6_i1_type_fp_latch | tri_rlmlatch_p_6717 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| frn_fdis_iu6_i1_type_spv_latch | tri_rlmlatch_p_6718 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| frn_fdis_iu6_i1_type_st_latch | tri_rlmlatch_p_6719 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| frn_fdis_iu6_i1_ucode_cnt_latch | tri_rlmreg_p__parameterized5_6720 | 3 | 3 | 0 | 0 | 3 | 0 | 0 | 0 | +| frn_fdis_iu6_i1_ucode_latch | tri_rlmreg_p__parameterized5_6721 | 6 | 6 | 0 | 0 | 3 | 0 | 0 | 0 | +| frn_fdis_iu6_i1_valop_latch | tri_rlmlatch_p_6722 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| frn_fdis_iu6_i1_vld_latch | tri_rlmlatch_p_6723 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| gpr_rn_map | iuq_rn_map | 2190 | 2190 | 0 | 0 | 884 | 0 | 0 | 0 | +| (gpr_rn_map) | iuq_rn_map | 733 | 733 | 0 | 0 | 0 | 0 | 0 | 0 | +| free_cnt_latch | tri_rlmreg_p__parameterized93 | 10 | 10 | 0 | 0 | 6 | 0 | 0 | 0 | +| pool_free_0_latch | tri_rlmreg_p__parameterized0_6890 | 0 | 0 | 0 | 0 | 6 | 0 | 0 | 0 | +| pool_free_0_v_latch | tri_rlmlatch_p_6891 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| pool_free_1_latch | tri_rlmreg_p__parameterized0_6892 | 258 | 258 | 0 | 0 | 6 | 0 | 0 | 0 | +| pool_free_1_v_latch | tri_rlmlatch_p_6893 | 13 | 13 | 0 | 0 | 1 | 0 | 0 | 0 | +| read_ptr_latch | tri_rlmreg_p__parameterized0_6894 | 162 | 162 | 0 | 0 | 6 | 0 | 0 | 0 | +| write_ptr_latch | tri_rlmreg_p__parameterized0_6895 | 120 | 120 | 0 | 0 | 6 | 0 | 0 | 0 | +| xhdl3.comp_map0[0].comp_map_latch | tri_rlmreg_p__parameterized0_6896 | 0 | 0 | 0 | 0 | 6 | 0 | 0 | 0 | +| xhdl3.comp_map0[10].comp_map_latch | tri_rlmreg_p__parameterized75 | 0 | 0 | 0 | 0 | 6 | 0 | 0 | 0 | +| xhdl3.comp_map0[11].comp_map_latch | tri_rlmreg_p__parameterized76 | 1 | 1 | 0 | 0 | 6 | 0 | 0 | 0 | +| xhdl3.comp_map0[12].comp_map_latch | tri_rlmreg_p__parameterized77 | 0 | 0 | 0 | 0 | 6 | 0 | 0 | 0 | +| xhdl3.comp_map0[13].comp_map_latch | tri_rlmreg_p__parameterized78 | 1 | 1 | 0 | 0 | 6 | 0 | 0 | 0 | +| xhdl3.comp_map0[14].comp_map_latch | tri_rlmreg_p__parameterized79 | 2 | 2 | 0 | 0 | 6 | 0 | 0 | 0 | +| xhdl3.comp_map0[15].comp_map_latch | tri_rlmreg_p__parameterized80 | 0 | 0 | 0 | 0 | 6 | 0 | 0 | 0 | +| xhdl3.comp_map0[16].comp_map_latch | tri_rlmreg_p__parameterized81 | 0 | 0 | 0 | 0 | 6 | 0 | 0 | 0 | +| xhdl3.comp_map0[17].comp_map_latch | tri_rlmreg_p__parameterized82 | 0 | 0 | 0 | 0 | 6 | 0 | 0 | 0 | +| xhdl3.comp_map0[18].comp_map_latch | tri_rlmreg_p__parameterized83 | 0 | 0 | 0 | 0 | 6 | 0 | 0 | 0 | +| xhdl3.comp_map0[19].comp_map_latch | tri_rlmreg_p__parameterized84 | 1 | 1 | 0 | 0 | 6 | 0 | 0 | 0 | +| xhdl3.comp_map0[1].comp_map_latch | tri_rlmreg_p__parameterized66_6897 | 4 | 4 | 0 | 0 | 6 | 0 | 0 | 0 | +| xhdl3.comp_map0[20].comp_map_latch | tri_rlmreg_p__parameterized85 | 0 | 0 | 0 | 0 | 6 | 0 | 0 | 0 | +| xhdl3.comp_map0[21].comp_map_latch | tri_rlmreg_p__parameterized86 | 0 | 0 | 0 | 0 | 6 | 0 | 0 | 0 | +| xhdl3.comp_map0[22].comp_map_latch | tri_rlmreg_p__parameterized87 | 0 | 0 | 0 | 0 | 6 | 0 | 0 | 0 | +| xhdl3.comp_map0[23].comp_map_latch | tri_rlmreg_p__parameterized88 | 0 | 0 | 0 | 0 | 6 | 0 | 0 | 0 | +| xhdl3.comp_map0[24].comp_map_latch | tri_rlmreg_p__parameterized89 | 1 | 1 | 0 | 0 | 6 | 0 | 0 | 0 | +| xhdl3.comp_map0[25].comp_map_latch | tri_rlmreg_p__parameterized90 | 0 | 0 | 0 | 0 | 6 | 0 | 0 | 0 | +| xhdl3.comp_map0[26].comp_map_latch | tri_rlmreg_p__parameterized91 | 3 | 3 | 0 | 0 | 6 | 0 | 0 | 0 | +| xhdl3.comp_map0[27].comp_map_latch | tri_rlmreg_p__parameterized92 | 0 | 0 | 0 | 0 | 6 | 0 | 0 | 0 | +| xhdl3.comp_map0[28].comp_map_latch | tri_rlmreg_p__parameterized93_6898 | 0 | 0 | 0 | 0 | 6 | 0 | 0 | 0 | +| xhdl3.comp_map0[29].comp_map_latch | tri_rlmreg_p__parameterized94 | 4 | 4 | 0 | 0 | 6 | 0 | 0 | 0 | +| xhdl3.comp_map0[2].comp_map_latch | tri_rlmreg_p__parameterized67 | 0 | 0 | 0 | 0 | 6 | 0 | 0 | 0 | +| xhdl3.comp_map0[30].comp_map_latch | tri_rlmreg_p__parameterized95 | 0 | 0 | 0 | 0 | 6 | 0 | 0 | 0 | +| xhdl3.comp_map0[31].comp_map_latch | tri_rlmreg_p__parameterized96 | 1 | 1 | 0 | 0 | 6 | 0 | 0 | 0 | +| xhdl3.comp_map0[32].comp_map_latch | tri_rlmreg_p__parameterized97 | 1 | 1 | 0 | 0 | 6 | 0 | 0 | 0 | +| xhdl3.comp_map0[33].comp_map_latch | tri_rlmreg_p__parameterized98 | 0 | 0 | 0 | 0 | 6 | 0 | 0 | 0 | +| xhdl3.comp_map0[34].comp_map_latch | tri_rlmreg_p__parameterized99 | 1 | 1 | 0 | 0 | 6 | 0 | 0 | 0 | +| xhdl3.comp_map0[35].comp_map_latch | tri_rlmreg_p__parameterized100 | 0 | 0 | 0 | 0 | 6 | 0 | 0 | 0 | +| xhdl3.comp_map0[3].comp_map_latch | tri_rlmreg_p__parameterized68 | 0 | 0 | 0 | 0 | 6 | 0 | 0 | 0 | +| xhdl3.comp_map0[4].comp_map_latch | tri_rlmreg_p__parameterized69 | 1 | 1 | 0 | 0 | 6 | 0 | 0 | 0 | +| xhdl3.comp_map0[5].comp_map_latch | tri_rlmreg_p__parameterized70 | 2 | 2 | 0 | 0 | 6 | 0 | 0 | 0 | +| xhdl3.comp_map0[6].comp_map_latch | tri_rlmreg_p__parameterized71 | 0 | 0 | 0 | 0 | 6 | 0 | 0 | 0 | +| xhdl3.comp_map0[7].comp_map_latch | tri_rlmreg_p__parameterized72 | 4 | 4 | 0 | 0 | 6 | 0 | 0 | 0 | +| xhdl3.comp_map0[8].comp_map_latch | tri_rlmreg_p__parameterized73 | 1 | 1 | 0 | 0 | 6 | 0 | 0 | 0 | +| xhdl3.comp_map0[9].comp_map_latch | tri_rlmreg_p__parameterized74 | 0 | 0 | 0 | 0 | 6 | 0 | 0 | 0 | +| xhdl4.spec_map0[0].spec_map_arc_latch | tri_rlmreg_p__parameterized0_6899 | 0 | 0 | 0 | 0 | 6 | 0 | 0 | 0 | +| xhdl4.spec_map0[0].spec_map_itag_latch | tri_rlmreg_p__parameterized13_6900 | 2 | 2 | 0 | 0 | 7 | 0 | 0 | 0 | +| xhdl4.spec_map0[10].spec_map_arc_latch | tri_rlmreg_p__parameterized75_6901 | 0 | 0 | 0 | 0 | 6 | 0 | 0 | 0 | +| xhdl4.spec_map0[10].spec_map_itag_latch | tri_rlmreg_p__parameterized110 | 2 | 2 | 0 | 0 | 7 | 0 | 0 | 0 | +| xhdl4.spec_map0[11].spec_map_arc_latch | tri_rlmreg_p__parameterized76_6902 | 36 | 36 | 0 | 0 | 6 | 0 | 0 | 0 | +| xhdl4.spec_map0[11].spec_map_itag_latch | tri_rlmreg_p__parameterized111 | 44 | 44 | 0 | 0 | 7 | 0 | 0 | 0 | +| xhdl4.spec_map0[12].spec_map_arc_latch | tri_rlmreg_p__parameterized77_6903 | 0 | 0 | 0 | 0 | 6 | 0 | 0 | 0 | +| xhdl4.spec_map0[12].spec_map_itag_latch | tri_rlmreg_p__parameterized112 | 2 | 2 | 0 | 0 | 7 | 0 | 0 | 0 | +| xhdl4.spec_map0[13].spec_map_arc_latch | tri_rlmreg_p__parameterized78_6904 | 0 | 0 | 0 | 0 | 6 | 0 | 0 | 0 | +| xhdl4.spec_map0[13].spec_map_itag_latch | tri_rlmreg_p__parameterized113 | 2 | 2 | 0 | 0 | 7 | 0 | 0 | 0 | +| xhdl4.spec_map0[14].spec_map_arc_latch | tri_rlmreg_p__parameterized79_6905 | 0 | 0 | 0 | 0 | 6 | 0 | 0 | 0 | +| xhdl4.spec_map0[14].spec_map_itag_latch | tri_rlmreg_p__parameterized114 | 2 | 2 | 0 | 0 | 7 | 0 | 0 | 0 | +| xhdl4.spec_map0[15].spec_map_arc_latch | tri_rlmreg_p__parameterized80_6906 | 36 | 36 | 0 | 0 | 6 | 0 | 0 | 0 | +| xhdl4.spec_map0[15].spec_map_itag_latch | tri_rlmreg_p__parameterized115 | 45 | 45 | 0 | 0 | 7 | 0 | 0 | 0 | +| xhdl4.spec_map0[16].spec_map_arc_latch | tri_rlmreg_p__parameterized81_6907 | 0 | 0 | 0 | 0 | 6 | 0 | 0 | 0 | +| xhdl4.spec_map0[16].spec_map_itag_latch | tri_rlmreg_p__parameterized116_6908 | 2 | 2 | 0 | 0 | 7 | 0 | 0 | 0 | +| xhdl4.spec_map0[17].spec_map_arc_latch | tri_rlmreg_p__parameterized82_6909 | 0 | 0 | 0 | 0 | 6 | 0 | 0 | 0 | +| xhdl4.spec_map0[17].spec_map_itag_latch | tri_rlmreg_p__parameterized117 | 2 | 2 | 0 | 0 | 7 | 0 | 0 | 0 | +| xhdl4.spec_map0[18].spec_map_arc_latch | tri_rlmreg_p__parameterized83_6910 | 0 | 0 | 0 | 0 | 6 | 0 | 0 | 0 | +| xhdl4.spec_map0[18].spec_map_itag_latch | tri_rlmreg_p__parameterized118 | 2 | 2 | 0 | 0 | 7 | 0 | 0 | 0 | +| xhdl4.spec_map0[19].spec_map_arc_latch | tri_rlmreg_p__parameterized84_6911 | 36 | 36 | 0 | 0 | 6 | 0 | 0 | 0 | +| xhdl4.spec_map0[19].spec_map_itag_latch | tri_rlmreg_p__parameterized119 | 44 | 44 | 0 | 0 | 7 | 0 | 0 | 0 | +| xhdl4.spec_map0[1].spec_map_arc_latch | tri_rlmreg_p__parameterized66_6912 | 0 | 0 | 0 | 0 | 6 | 0 | 0 | 0 | +| xhdl4.spec_map0[1].spec_map_itag_latch | tri_rlmreg_p__parameterized101_6913 | 2 | 2 | 0 | 0 | 7 | 0 | 0 | 0 | +| xhdl4.spec_map0[20].spec_map_arc_latch | tri_rlmreg_p__parameterized85_6914 | 0 | 0 | 0 | 0 | 6 | 0 | 0 | 0 | +| xhdl4.spec_map0[20].spec_map_itag_latch | tri_rlmreg_p__parameterized120 | 2 | 2 | 0 | 0 | 7 | 0 | 0 | 0 | +| xhdl4.spec_map0[21].spec_map_arc_latch | tri_rlmreg_p__parameterized86_6915 | 0 | 0 | 0 | 0 | 6 | 0 | 0 | 0 | +| xhdl4.spec_map0[21].spec_map_itag_latch | tri_rlmreg_p__parameterized121 | 2 | 2 | 0 | 0 | 7 | 0 | 0 | 0 | +| xhdl4.spec_map0[22].spec_map_arc_latch | tri_rlmreg_p__parameterized87_6916 | 0 | 0 | 0 | 0 | 6 | 0 | 0 | 0 | +| xhdl4.spec_map0[22].spec_map_itag_latch | tri_rlmreg_p__parameterized122 | 2 | 2 | 0 | 0 | 7 | 0 | 0 | 0 | +| xhdl4.spec_map0[23].spec_map_arc_latch | tri_rlmreg_p__parameterized88_6917 | 36 | 36 | 0 | 0 | 6 | 0 | 0 | 0 | +| xhdl4.spec_map0[23].spec_map_itag_latch | tri_rlmreg_p__parameterized123 | 44 | 44 | 0 | 0 | 7 | 0 | 0 | 0 | +| xhdl4.spec_map0[24].spec_map_arc_latch | tri_rlmreg_p__parameterized89_6918 | 0 | 0 | 0 | 0 | 6 | 0 | 0 | 0 | +| xhdl4.spec_map0[24].spec_map_itag_latch | tri_rlmreg_p__parameterized124 | 2 | 2 | 0 | 0 | 7 | 0 | 0 | 0 | +| xhdl4.spec_map0[25].spec_map_arc_latch | tri_rlmreg_p__parameterized90_6919 | 0 | 0 | 0 | 0 | 6 | 0 | 0 | 0 | +| xhdl4.spec_map0[25].spec_map_itag_latch | tri_rlmreg_p__parameterized125 | 2 | 2 | 0 | 0 | 7 | 0 | 0 | 0 | +| xhdl4.spec_map0[26].spec_map_arc_latch | tri_rlmreg_p__parameterized91_6920 | 0 | 0 | 0 | 0 | 6 | 0 | 0 | 0 | +| xhdl4.spec_map0[26].spec_map_itag_latch | tri_rlmreg_p__parameterized126 | 8 | 8 | 0 | 0 | 7 | 0 | 0 | 0 | +| xhdl4.spec_map0[27].spec_map_arc_latch | tri_rlmreg_p__parameterized92_6921 | 72 | 72 | 0 | 0 | 6 | 0 | 0 | 0 | +| xhdl4.spec_map0[27].spec_map_itag_latch | tri_rlmreg_p__parameterized127 | 85 | 85 | 0 | 0 | 7 | 0 | 0 | 0 | +| xhdl4.spec_map0[28].spec_map_arc_latch | tri_rlmreg_p__parameterized93_6922 | 0 | 0 | 0 | 0 | 6 | 0 | 0 | 0 | +| xhdl4.spec_map0[28].spec_map_itag_latch | tri_rlmreg_p__parameterized128 | 2 | 2 | 0 | 0 | 7 | 0 | 0 | 0 | +| xhdl4.spec_map0[29].spec_map_arc_latch | tri_rlmreg_p__parameterized94_6923 | 0 | 0 | 0 | 0 | 6 | 0 | 0 | 0 | +| xhdl4.spec_map0[29].spec_map_itag_latch | tri_rlmreg_p__parameterized129 | 8 | 8 | 0 | 0 | 7 | 0 | 0 | 0 | +| xhdl4.spec_map0[2].spec_map_arc_latch | tri_rlmreg_p__parameterized67_6924 | 0 | 0 | 0 | 0 | 6 | 0 | 0 | 0 | +| xhdl4.spec_map0[2].spec_map_itag_latch | tri_rlmreg_p__parameterized102 | 2 | 2 | 0 | 0 | 7 | 0 | 0 | 0 | +| xhdl4.spec_map0[30].spec_map_arc_latch | tri_rlmreg_p__parameterized95_6925 | 0 | 0 | 0 | 0 | 6 | 0 | 0 | 0 | +| xhdl4.spec_map0[30].spec_map_itag_latch | tri_rlmreg_p__parameterized130 | 2 | 2 | 0 | 0 | 7 | 0 | 0 | 0 | +| xhdl4.spec_map0[31].spec_map_arc_latch | tri_rlmreg_p__parameterized96_6926 | 36 | 36 | 0 | 0 | 6 | 0 | 0 | 0 | +| xhdl4.spec_map0[31].spec_map_itag_latch | tri_rlmreg_p__parameterized131 | 45 | 45 | 0 | 0 | 7 | 0 | 0 | 0 | +| xhdl4.spec_map0[32].spec_map_arc_latch | tri_rlmreg_p__parameterized97_6927 | 0 | 0 | 0 | 0 | 6 | 0 | 0 | 0 | +| xhdl4.spec_map0[32].spec_map_itag_latch | tri_rlmreg_p__parameterized132_6928 | 2 | 2 | 0 | 0 | 7 | 0 | 0 | 0 | +| xhdl4.spec_map0[33].spec_map_arc_latch | tri_rlmreg_p__parameterized98_6929 | 18 | 18 | 0 | 0 | 6 | 0 | 0 | 0 | +| xhdl4.spec_map0[33].spec_map_itag_latch | tri_rlmreg_p__parameterized133 | 23 | 23 | 0 | 0 | 7 | 0 | 0 | 0 | +| xhdl4.spec_map0[34].spec_map_arc_latch | tri_rlmreg_p__parameterized99_6930 | 0 | 0 | 0 | 0 | 6 | 0 | 0 | 0 | +| xhdl4.spec_map0[34].spec_map_itag_latch | tri_rlmreg_p__parameterized134 | 2 | 2 | 0 | 0 | 7 | 0 | 0 | 0 | +| xhdl4.spec_map0[35].spec_map_arc_latch | tri_rlmreg_p__parameterized100_6931 | 18 | 18 | 0 | 0 | 6 | 0 | 0 | 0 | +| xhdl4.spec_map0[35].spec_map_itag_latch | tri_rlmreg_p__parameterized135 | 24 | 24 | 0 | 0 | 7 | 0 | 0 | 0 | +| xhdl4.spec_map0[3].spec_map_arc_latch | tri_rlmreg_p__parameterized68_6932 | 36 | 36 | 0 | 0 | 6 | 0 | 0 | 0 | +| xhdl4.spec_map0[3].spec_map_itag_latch | tri_rlmreg_p__parameterized103 | 44 | 44 | 0 | 0 | 7 | 0 | 0 | 0 | +| xhdl4.spec_map0[4].spec_map_arc_latch | tri_rlmreg_p__parameterized69_6933 | 0 | 0 | 0 | 0 | 6 | 0 | 0 | 0 | +| xhdl4.spec_map0[4].spec_map_itag_latch | tri_rlmreg_p__parameterized104 | 2 | 2 | 0 | 0 | 7 | 0 | 0 | 0 | +| xhdl4.spec_map0[5].spec_map_arc_latch | tri_rlmreg_p__parameterized70_6934 | 0 | 0 | 0 | 0 | 6 | 0 | 0 | 0 | +| xhdl4.spec_map0[5].spec_map_itag_latch | tri_rlmreg_p__parameterized105 | 2 | 2 | 0 | 0 | 7 | 0 | 0 | 0 | +| xhdl4.spec_map0[6].spec_map_arc_latch | tri_rlmreg_p__parameterized71_6935 | 0 | 0 | 0 | 0 | 6 | 0 | 0 | 0 | +| xhdl4.spec_map0[6].spec_map_itag_latch | tri_rlmreg_p__parameterized106 | 2 | 2 | 0 | 0 | 7 | 0 | 0 | 0 | +| xhdl4.spec_map0[7].spec_map_arc_latch | tri_rlmreg_p__parameterized72_6936 | 36 | 36 | 0 | 0 | 6 | 0 | 0 | 0 | +| xhdl4.spec_map0[7].spec_map_itag_latch | tri_rlmreg_p__parameterized107 | 44 | 44 | 0 | 0 | 7 | 0 | 0 | 0 | +| xhdl4.spec_map0[8].spec_map_arc_latch | tri_rlmreg_p__parameterized73_6937 | 0 | 0 | 0 | 0 | 6 | 0 | 0 | 0 | +| xhdl4.spec_map0[8].spec_map_itag_latch | tri_rlmreg_p__parameterized108 | 2 | 2 | 0 | 0 | 7 | 0 | 0 | 0 | +| xhdl4.spec_map0[9].spec_map_arc_latch | tri_rlmreg_p__parameterized74_6938 | 0 | 0 | 0 | 0 | 6 | 0 | 0 | 0 | +| xhdl4.spec_map0[9].spec_map_itag_latch | tri_rlmreg_p__parameterized109 | 2 | 2 | 0 | 0 | 7 | 0 | 0 | 0 | +| xhdl5.buffer_pool_lat[0].buffer_pool_latch0 | tri_rlmreg_p__parameterized136 | 0 | 0 | 0 | 0 | 6 | 0 | 0 | 0 | +| xhdl5.buffer_pool_lat[10].buffer_pool_latch0 | tri_rlmreg_p__parameterized146 | 0 | 0 | 0 | 0 | 6 | 0 | 0 | 0 | +| xhdl5.buffer_pool_lat[11].buffer_pool_latch0 | tri_rlmreg_p__parameterized147 | 0 | 0 | 0 | 0 | 6 | 0 | 0 | 0 | +| xhdl5.buffer_pool_lat[12].buffer_pool_latch0 | tri_rlmreg_p__parameterized148 | 0 | 0 | 0 | 0 | 6 | 0 | 0 | 0 | +| xhdl5.buffer_pool_lat[13].buffer_pool_latch0 | tri_rlmreg_p__parameterized149 | 0 | 0 | 0 | 0 | 6 | 0 | 0 | 0 | +| xhdl5.buffer_pool_lat[14].buffer_pool_latch0 | tri_rlmreg_p__parameterized150 | 0 | 0 | 0 | 0 | 6 | 0 | 0 | 0 | +| xhdl5.buffer_pool_lat[15].buffer_pool_latch0 | tri_rlmreg_p__parameterized151 | 0 | 0 | 0 | 0 | 6 | 0 | 0 | 0 | +| xhdl5.buffer_pool_lat[16].buffer_pool_latch0 | tri_rlmreg_p__parameterized152 | 0 | 0 | 0 | 0 | 6 | 0 | 0 | 0 | +| xhdl5.buffer_pool_lat[17].buffer_pool_latch0 | tri_rlmreg_p__parameterized153 | 0 | 0 | 0 | 0 | 6 | 0 | 0 | 0 | +| xhdl5.buffer_pool_lat[18].buffer_pool_latch0 | tri_rlmreg_p__parameterized154 | 0 | 0 | 0 | 0 | 6 | 0 | 0 | 0 | +| xhdl5.buffer_pool_lat[19].buffer_pool_latch0 | tri_rlmreg_p__parameterized155 | 0 | 0 | 0 | 0 | 6 | 0 | 0 | 0 | +| xhdl5.buffer_pool_lat[1].buffer_pool_latch0 | tri_rlmreg_p__parameterized137 | 0 | 0 | 0 | 0 | 6 | 0 | 0 | 0 | +| xhdl5.buffer_pool_lat[20].buffer_pool_latch0 | tri_rlmreg_p__parameterized156 | 0 | 0 | 0 | 0 | 6 | 0 | 0 | 0 | +| xhdl5.buffer_pool_lat[21].buffer_pool_latch0 | tri_rlmreg_p__parameterized157 | 0 | 0 | 0 | 0 | 6 | 0 | 0 | 0 | +| xhdl5.buffer_pool_lat[22].buffer_pool_latch0 | tri_rlmreg_p__parameterized158 | 0 | 0 | 0 | 0 | 6 | 0 | 0 | 0 | +| xhdl5.buffer_pool_lat[23].buffer_pool_latch0 | tri_rlmreg_p__parameterized159 | 0 | 0 | 0 | 0 | 6 | 0 | 0 | 0 | +| xhdl5.buffer_pool_lat[24].buffer_pool_latch0 | tri_rlmreg_p__parameterized160 | 0 | 0 | 0 | 0 | 6 | 0 | 0 | 0 | +| xhdl5.buffer_pool_lat[25].buffer_pool_latch0 | tri_rlmreg_p__parameterized161 | 0 | 0 | 0 | 0 | 6 | 0 | 0 | 0 | +| xhdl5.buffer_pool_lat[26].buffer_pool_latch0 | tri_rlmreg_p__parameterized162 | 0 | 0 | 0 | 0 | 6 | 0 | 0 | 0 | +| xhdl5.buffer_pool_lat[27].buffer_pool_latch0 | tri_rlmreg_p__parameterized163 | 0 | 0 | 0 | 0 | 6 | 0 | 0 | 0 | +| xhdl5.buffer_pool_lat[2].buffer_pool_latch0 | tri_rlmreg_p__parameterized138 | 0 | 0 | 0 | 0 | 6 | 0 | 0 | 0 | +| xhdl5.buffer_pool_lat[3].buffer_pool_latch0 | tri_rlmreg_p__parameterized139 | 0 | 0 | 0 | 0 | 6 | 0 | 0 | 0 | +| xhdl5.buffer_pool_lat[4].buffer_pool_latch0 | tri_rlmreg_p__parameterized140 | 0 | 0 | 0 | 0 | 6 | 0 | 0 | 0 | +| xhdl5.buffer_pool_lat[5].buffer_pool_latch0 | tri_rlmreg_p__parameterized141 | 0 | 0 | 0 | 0 | 6 | 0 | 0 | 0 | +| xhdl5.buffer_pool_lat[6].buffer_pool_latch0 | tri_rlmreg_p__parameterized142 | 0 | 0 | 0 | 0 | 6 | 0 | 0 | 0 | +| xhdl5.buffer_pool_lat[7].buffer_pool_latch0 | tri_rlmreg_p__parameterized143 | 0 | 0 | 0 | 0 | 6 | 0 | 0 | 0 | +| xhdl5.buffer_pool_lat[8].buffer_pool_latch0 | tri_rlmreg_p__parameterized144 | 0 | 0 | 0 | 0 | 6 | 0 | 0 | 0 | +| xhdl5.buffer_pool_lat[9].buffer_pool_latch0 | tri_rlmreg_p__parameterized145 | 0 | 0 | 0 | 0 | 6 | 0 | 0 | 0 | +| high_pri_mask_latch | tri_rlmlatch_p_6724 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| hold_instructions_latch | tri_rlmlatch_p_6725 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| lr_rn_map | iuq_rn_map__parameterized1 | 114 | 114 | 0 | 0 | 61 | 0 | 0 | 0 | +| free_cnt_latch | tri_rlmreg_p__parameterized191_6876 | 5 | 5 | 0 | 0 | 3 | 0 | 0 | 0 | +| pool_free_0_latch | tri_rlmreg_p__parameterized5_6877 | 3 | 3 | 0 | 0 | 3 | 0 | 0 | 0 | +| pool_free_0_v_latch | tri_rlmlatch_p_6878 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| pool_free_1_latch | tri_rlmreg_p__parameterized5_6879 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| pool_free_1_v_latch | tri_rlmlatch_p_6880 | 5 | 5 | 0 | 0 | 1 | 0 | 0 | 0 | +| read_ptr_latch | tri_rlmreg_p__parameterized5_6881 | 39 | 39 | 0 | 0 | 3 | 0 | 0 | 0 | +| write_ptr_latch | tri_rlmreg_p__parameterized5_6882 | 49 | 49 | 0 | 0 | 3 | 0 | 0 | 0 | +| xhdl3.comp_map0[0].comp_map_latch | tri_rlmreg_p__parameterized5_6883 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| xhdl3.comp_map0[1].comp_map_latch | tri_rlmreg_p__parameterized187 | 1 | 1 | 0 | 0 | 3 | 0 | 0 | 0 | +| xhdl4.spec_map0[0].spec_map_arc_latch | tri_rlmreg_p__parameterized5_6884 | 3 | 3 | 0 | 0 | 3 | 0 | 0 | 0 | +| xhdl4.spec_map0[0].spec_map_itag_latch | tri_rlmreg_p__parameterized13_6885 | 3 | 3 | 0 | 0 | 7 | 0 | 0 | 0 | +| xhdl4.spec_map0[1].spec_map_arc_latch | tri_rlmreg_p__parameterized187_6886 | 2 | 2 | 0 | 0 | 3 | 0 | 0 | 0 | +| xhdl4.spec_map0[1].spec_map_itag_latch | tri_rlmreg_p__parameterized101_6887 | 2 | 2 | 0 | 0 | 7 | 0 | 0 | 0 | +| xhdl5.buffer_pool_lat[0].buffer_pool_latch0 | tri_rlmreg_p__parameterized188 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| xhdl5.buffer_pool_lat[1].buffer_pool_latch0 | tri_rlmreg_p__parameterized28 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| xhdl5.buffer_pool_lat[2].buffer_pool_latch0 | tri_rlmreg_p__parameterized189 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| xhdl5.buffer_pool_lat[3].buffer_pool_latch0 | tri_rlmreg_p__parameterized190 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| xhdl5.buffer_pool_lat[4].buffer_pool_latch0 | tri_rlmreg_p__parameterized191_6888 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| xhdl5.buffer_pool_lat[5].buffer_pool_latch0 | tri_rlmreg_p__parameterized192_6889 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| next_itag_0_latch | tri_rlmreg_p__parameterized132_6726 | 14 | 14 | 0 | 0 | 7 | 0 | 0 | 0 | +| next_itag_1_latch | tri_rlmreg_p__parameterized132_6727 | 14 | 14 | 0 | 0 | 7 | 0 | 0 | 0 | +| stall_frn_fdis_iu6_i0_2ucode_latch | tri_rlmlatch_p_6728 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| stall_frn_fdis_iu6_i0_async_block_latch | tri_rlmlatch_p_6729 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| stall_frn_fdis_iu6_i0_bh0_hist_latch | tri_rlmreg_p__parameterized2_6730 | 1 | 1 | 0 | 0 | 2 | 0 | 0 | 0 | +| stall_frn_fdis_iu6_i0_bh1_hist_latch | tri_rlmreg_p__parameterized2_6731 | 1 | 1 | 0 | 0 | 2 | 0 | 0 | 0 | +| stall_frn_fdis_iu6_i0_bh2_hist_latch | tri_rlmreg_p__parameterized2_6732 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| stall_frn_fdis_iu6_i0_bh_update_latch | tri_rlmlatch_p_6733 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| stall_frn_fdis_iu6_i0_br_pred_latch | tri_rlmlatch_p_6734 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| stall_frn_fdis_iu6_i0_bta_latch | tri_rlmreg_p__parameterized8_6735 | 40 | 40 | 0 | 0 | 20 | 0 | 0 | 0 | +| stall_frn_fdis_iu6_i0_bta_val_latch | tri_rlmlatch_p_6736 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| stall_frn_fdis_iu6_i0_btb_entry_latch | tri_rlmlatch_p_6737 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| stall_frn_fdis_iu6_i0_cord_latch | tri_rlmlatch_p_6738 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| stall_frn_fdis_iu6_i0_core_block_latch | tri_rlmlatch_p_6739 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| stall_frn_fdis_iu6_i0_error_latch | tri_rlmreg_p__parameterized5_6740 | 4 | 4 | 0 | 0 | 3 | 0 | 0 | 0 | +| stall_frn_fdis_iu6_i0_fuse_nop_latch | tri_rlmlatch_p_6741 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| stall_frn_fdis_iu6_i0_fusion_latch | tri_rlmreg_p__parameterized8_6742 | 30 | 30 | 0 | 0 | 20 | 0 | 0 | 0 | +| stall_frn_fdis_iu6_i0_gshare_latch | tri_rlmreg_p__parameterized14_6743 | 27 | 27 | 0 | 0 | 18 | 0 | 0 | 0 | +| stall_frn_fdis_iu6_i0_ifar_latch | tri_rlmreg_p__parameterized8_6744 | 34 | 34 | 0 | 0 | 20 | 0 | 0 | 0 | +| stall_frn_fdis_iu6_i0_ilat_latch | tri_rlmreg_p__parameterized9_6745 | 6 | 6 | 0 | 0 | 4 | 0 | 0 | 0 | +| stall_frn_fdis_iu6_i0_instr_latch | tri_rlmreg_p__parameterized17_6746 | 183 | 183 | 0 | 0 | 32 | 0 | 0 | 0 | +| stall_frn_fdis_iu6_i0_isload_latch | tri_rlmlatch_p_6747 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| stall_frn_fdis_iu6_i0_isram_latch | tri_rlmlatch_p_6748 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| stall_frn_fdis_iu6_i0_isstore_latch | tri_rlmlatch_p_6749 | 4 | 4 | 0 | 0 | 1 | 0 | 0 | 0 | +| stall_frn_fdis_iu6_i0_itag_latch | tri_rlmreg_p__parameterized13_6750 | 14 | 14 | 0 | 0 | 7 | 0 | 0 | 0 | +| stall_frn_fdis_iu6_i0_ls_ptr_latch | tri_rlmreg_p__parameterized5_6751 | 5 | 5 | 0 | 0 | 3 | 0 | 0 | 0 | +| stall_frn_fdis_iu6_i0_match_latch | tri_rlmlatch_p_6752 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| stall_frn_fdis_iu6_i0_np1_flush_latch | tri_rlmlatch_p_6753 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| stall_frn_fdis_iu6_i0_ord_latch | tri_rlmlatch_p_6754 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| stall_frn_fdis_iu6_i0_rte_axu0_latch | tri_rlmlatch_p_6755 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| stall_frn_fdis_iu6_i0_rte_axu1_latch | tri_rlmlatch_p_6756 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| stall_frn_fdis_iu6_i0_rte_fx0_latch | tri_rlmlatch_p_6757 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| stall_frn_fdis_iu6_i0_rte_fx1_latch | tri_rlmlatch_p_6758 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| stall_frn_fdis_iu6_i0_rte_lq_latch | tri_rlmlatch_p_6759 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| stall_frn_fdis_iu6_i0_rte_sq_latch | tri_rlmlatch_p_6760 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| stall_frn_fdis_iu6_i0_s1_itag_latch | tri_rlmreg_p__parameterized13_6761 | 11 | 11 | 0 | 0 | 7 | 0 | 0 | 0 | +| stall_frn_fdis_iu6_i0_s1_p_latch | tri_rlmreg_p__parameterized0_6762 | 9 | 9 | 0 | 0 | 6 | 0 | 0 | 0 | +| stall_frn_fdis_iu6_i0_s1_t_latch | tri_rlmreg_p__parameterized5_6763 | 5 | 5 | 0 | 0 | 3 | 0 | 0 | 0 | +| stall_frn_fdis_iu6_i0_s1_v_latch | tri_rlmlatch_p_6764 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| stall_frn_fdis_iu6_i0_s2_itag_latch | tri_rlmreg_p__parameterized13_6765 | 11 | 11 | 0 | 0 | 7 | 0 | 0 | 0 | +| stall_frn_fdis_iu6_i0_s2_p_latch | tri_rlmreg_p__parameterized0_6766 | 9 | 9 | 0 | 0 | 6 | 0 | 0 | 0 | +| stall_frn_fdis_iu6_i0_s2_t_latch | tri_rlmreg_p__parameterized5_6767 | 5 | 5 | 0 | 0 | 3 | 0 | 0 | 0 | +| stall_frn_fdis_iu6_i0_s2_v_latch | tri_rlmlatch_p_6768 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| stall_frn_fdis_iu6_i0_s3_itag_latch | tri_rlmreg_p__parameterized13_6769 | 11 | 11 | 0 | 0 | 7 | 0 | 0 | 0 | +| stall_frn_fdis_iu6_i0_s3_p_latch | tri_rlmreg_p__parameterized0_6770 | 9 | 9 | 0 | 0 | 6 | 0 | 0 | 0 | +| stall_frn_fdis_iu6_i0_s3_t_latch | tri_rlmreg_p__parameterized5_6771 | 5 | 5 | 0 | 0 | 3 | 0 | 0 | 0 | +| stall_frn_fdis_iu6_i0_s3_v_latch | tri_rlmlatch_p_6772 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| stall_frn_fdis_iu6_i0_spec_latch | tri_rlmlatch_p_6773 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| stall_frn_fdis_iu6_i0_t1_a_latch | tri_rlmreg_p__parameterized0_6774 | 3 | 3 | 0 | 0 | 6 | 0 | 0 | 0 | +| stall_frn_fdis_iu6_i0_t1_p_latch | tri_rlmreg_p__parameterized0_6775 | 9 | 9 | 0 | 0 | 6 | 0 | 0 | 0 | +| stall_frn_fdis_iu6_i0_t1_t_latch | tri_rlmreg_p__parameterized5_6776 | 5 | 5 | 0 | 0 | 3 | 0 | 0 | 0 | +| stall_frn_fdis_iu6_i0_t1_v_latch | tri_rlmlatch_p_6777 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| stall_frn_fdis_iu6_i0_t2_a_latch | tri_rlmreg_p__parameterized0_6778 | 3 | 3 | 0 | 0 | 6 | 0 | 0 | 0 | +| stall_frn_fdis_iu6_i0_t2_p_latch | tri_rlmreg_p__parameterized0_6779 | 9 | 9 | 0 | 0 | 6 | 0 | 0 | 0 | +| stall_frn_fdis_iu6_i0_t2_t_latch | tri_rlmreg_p__parameterized5_6780 | 5 | 5 | 0 | 0 | 3 | 0 | 0 | 0 | +| stall_frn_fdis_iu6_i0_t2_v_latch | tri_rlmlatch_p_6781 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| stall_frn_fdis_iu6_i0_t3_a_latch | tri_rlmreg_p__parameterized0_6782 | 3 | 3 | 0 | 0 | 5 | 0 | 0 | 0 | +| stall_frn_fdis_iu6_i0_t3_p_latch | tri_rlmreg_p__parameterized0_6783 | 8 | 8 | 0 | 0 | 5 | 0 | 0 | 0 | +| stall_frn_fdis_iu6_i0_t3_t_latch | tri_rlmreg_p__parameterized5_6784 | 5 | 5 | 0 | 0 | 3 | 0 | 0 | 0 | +| stall_frn_fdis_iu6_i0_t3_v_latch | tri_rlmlatch_p_6785 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| stall_frn_fdis_iu6_i0_type_ap_latch | tri_rlmlatch_p_6786 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| stall_frn_fdis_iu6_i0_type_fp_latch | tri_rlmlatch_p_6787 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| stall_frn_fdis_iu6_i0_type_spv_latch | tri_rlmlatch_p_6788 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| stall_frn_fdis_iu6_i0_type_st_latch | tri_rlmlatch_p_6789 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| stall_frn_fdis_iu6_i0_ucode_cnt_latch | tri_rlmreg_p__parameterized5_6790 | 5 | 5 | 0 | 0 | 3 | 0 | 0 | 0 | +| stall_frn_fdis_iu6_i0_ucode_latch | tri_rlmreg_p__parameterized5_6791 | 5 | 5 | 0 | 0 | 3 | 0 | 0 | 0 | +| stall_frn_fdis_iu6_i0_valop_latch | tri_rlmlatch_p_6792 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| stall_frn_fdis_iu6_i0_vld_latch | tri_rlmlatch_p_6793 | 3 | 3 | 0 | 0 | 1 | 0 | 0 | 0 | +| stall_frn_fdis_iu6_i1_async_block_latch | tri_rlmlatch_p_6794 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| stall_frn_fdis_iu6_i1_bh0_hist_latch | tri_rlmreg_p__parameterized2_6795 | 1 | 1 | 0 | 0 | 2 | 0 | 0 | 0 | +| stall_frn_fdis_iu6_i1_bh1_hist_latch | tri_rlmreg_p__parameterized2_6796 | 1 | 1 | 0 | 0 | 2 | 0 | 0 | 0 | +| stall_frn_fdis_iu6_i1_bh2_hist_latch | tri_rlmreg_p__parameterized2_6797 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| stall_frn_fdis_iu6_i1_bh_update_latch | tri_rlmlatch_p_6798 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| stall_frn_fdis_iu6_i1_br_pred_latch | tri_rlmlatch_p_6799 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| stall_frn_fdis_iu6_i1_bta_latch | tri_rlmreg_p__parameterized8_6800 | 40 | 40 | 0 | 0 | 20 | 0 | 0 | 0 | +| stall_frn_fdis_iu6_i1_bta_val_latch | tri_rlmlatch_p_6801 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| stall_frn_fdis_iu6_i1_btb_entry_latch | tri_rlmlatch_p_6802 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| stall_frn_fdis_iu6_i1_cord_latch | tri_rlmlatch_p_6803 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| stall_frn_fdis_iu6_i1_core_block_latch | tri_rlmlatch_p_6804 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| stall_frn_fdis_iu6_i1_error_latch | tri_rlmreg_p__parameterized5_6805 | 4 | 4 | 0 | 0 | 3 | 0 | 0 | 0 | +| stall_frn_fdis_iu6_i1_fuse_nop_latch | tri_rlmlatch_p_6806 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| stall_frn_fdis_iu6_i1_fusion_latch | tri_rlmreg_p__parameterized8_6807 | 30 | 30 | 0 | 0 | 20 | 0 | 0 | 0 | +| stall_frn_fdis_iu6_i1_gshare_latch | tri_rlmreg_p__parameterized14_6808 | 27 | 27 | 0 | 0 | 18 | 0 | 0 | 0 | +| stall_frn_fdis_iu6_i1_ifar_latch | tri_rlmreg_p__parameterized8_6809 | 34 | 34 | 0 | 0 | 20 | 0 | 0 | 0 | +| stall_frn_fdis_iu6_i1_ilat_latch | tri_rlmreg_p__parameterized9_6810 | 6 | 6 | 0 | 0 | 4 | 0 | 0 | 0 | +| stall_frn_fdis_iu6_i1_instr_latch | tri_rlmreg_p__parameterized17_6811 | 150 | 150 | 0 | 0 | 32 | 0 | 0 | 0 | +| stall_frn_fdis_iu6_i1_isload_latch | tri_rlmlatch_p_6812 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| stall_frn_fdis_iu6_i1_isram_latch | tri_rlmlatch_p_6813 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| stall_frn_fdis_iu6_i1_isstore_latch | tri_rlmlatch_p_6814 | 4 | 4 | 0 | 0 | 1 | 0 | 0 | 0 | +| stall_frn_fdis_iu6_i1_itag_latch | tri_rlmreg_p__parameterized13_6815 | 11 | 11 | 0 | 0 | 7 | 0 | 0 | 0 | +| stall_frn_fdis_iu6_i1_ls_ptr_latch | tri_rlmreg_p__parameterized5_6816 | 5 | 5 | 0 | 0 | 3 | 0 | 0 | 0 | +| stall_frn_fdis_iu6_i1_match_latch | tri_rlmlatch_p_6817 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| stall_frn_fdis_iu6_i1_np1_flush_latch | tri_rlmlatch_p_6818 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| stall_frn_fdis_iu6_i1_ord_latch | tri_rlmlatch_p_6819 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| stall_frn_fdis_iu6_i1_rte_axu0_latch | tri_rlmlatch_p_6820 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| stall_frn_fdis_iu6_i1_rte_axu1_latch | tri_rlmlatch_p_6821 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| stall_frn_fdis_iu6_i1_rte_fx0_latch | tri_rlmlatch_p_6822 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| stall_frn_fdis_iu6_i1_rte_fx1_latch | tri_rlmlatch_p_6823 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| stall_frn_fdis_iu6_i1_rte_lq_latch | tri_rlmlatch_p_6824 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| stall_frn_fdis_iu6_i1_rte_sq_latch | tri_rlmlatch_p_6825 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| stall_frn_fdis_iu6_i1_s1_dep_hit_latch | tri_rlmlatch_p_6826 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| stall_frn_fdis_iu6_i1_s1_itag_latch | tri_rlmreg_p__parameterized13_6827 | 11 | 11 | 0 | 0 | 7 | 0 | 0 | 0 | +| stall_frn_fdis_iu6_i1_s1_p_latch | tri_rlmreg_p__parameterized0_6828 | 9 | 9 | 0 | 0 | 6 | 0 | 0 | 0 | +| stall_frn_fdis_iu6_i1_s1_t_latch | tri_rlmreg_p__parameterized5_6829 | 5 | 5 | 0 | 0 | 3 | 0 | 0 | 0 | +| stall_frn_fdis_iu6_i1_s1_v_latch | tri_rlmlatch_p_6830 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| stall_frn_fdis_iu6_i1_s2_dep_hit_latch | tri_rlmlatch_p_6831 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| stall_frn_fdis_iu6_i1_s2_itag_latch | tri_rlmreg_p__parameterized13_6832 | 11 | 11 | 0 | 0 | 7 | 0 | 0 | 0 | +| stall_frn_fdis_iu6_i1_s2_p_latch | tri_rlmreg_p__parameterized0_6833 | 9 | 9 | 0 | 0 | 6 | 0 | 0 | 0 | +| stall_frn_fdis_iu6_i1_s2_t_latch | tri_rlmreg_p__parameterized5_6834 | 5 | 5 | 0 | 0 | 3 | 0 | 0 | 0 | +| stall_frn_fdis_iu6_i1_s2_v_latch | tri_rlmlatch_p_6835 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| stall_frn_fdis_iu6_i1_s3_dep_hit_latch | tri_rlmlatch_p_6836 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| stall_frn_fdis_iu6_i1_s3_itag_latch | tri_rlmreg_p__parameterized13_6837 | 11 | 11 | 0 | 0 | 7 | 0 | 0 | 0 | +| stall_frn_fdis_iu6_i1_s3_p_latch | tri_rlmreg_p__parameterized0_6838 | 9 | 9 | 0 | 0 | 6 | 0 | 0 | 0 | +| stall_frn_fdis_iu6_i1_s3_t_latch | tri_rlmreg_p__parameterized5_6839 | 5 | 5 | 0 | 0 | 3 | 0 | 0 | 0 | +| stall_frn_fdis_iu6_i1_s3_v_latch | tri_rlmlatch_p_6840 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| stall_frn_fdis_iu6_i1_spec_latch | tri_rlmlatch_p_6841 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| stall_frn_fdis_iu6_i1_t1_a_latch | tri_rlmreg_p__parameterized0_6842 | 3 | 3 | 0 | 0 | 6 | 0 | 0 | 0 | +| stall_frn_fdis_iu6_i1_t1_p_latch | tri_rlmreg_p__parameterized0_6843 | 9 | 9 | 0 | 0 | 6 | 0 | 0 | 0 | +| stall_frn_fdis_iu6_i1_t1_t_latch | tri_rlmreg_p__parameterized5_6844 | 5 | 5 | 0 | 0 | 3 | 0 | 0 | 0 | +| stall_frn_fdis_iu6_i1_t1_v_latch | tri_rlmlatch_p_6845 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| stall_frn_fdis_iu6_i1_t2_a_latch | tri_rlmreg_p__parameterized0_6846 | 3 | 3 | 0 | 0 | 6 | 0 | 0 | 0 | +| stall_frn_fdis_iu6_i1_t2_p_latch | tri_rlmreg_p__parameterized0_6847 | 9 | 9 | 0 | 0 | 6 | 0 | 0 | 0 | +| stall_frn_fdis_iu6_i1_t2_t_latch | tri_rlmreg_p__parameterized5_6848 | 5 | 5 | 0 | 0 | 3 | 0 | 0 | 0 | +| stall_frn_fdis_iu6_i1_t2_v_latch | tri_rlmlatch_p_6849 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| stall_frn_fdis_iu6_i1_t3_a_latch | tri_rlmreg_p__parameterized0_6850 | 3 | 3 | 0 | 0 | 5 | 0 | 0 | 0 | +| stall_frn_fdis_iu6_i1_t3_p_latch | tri_rlmreg_p__parameterized0_6851 | 10 | 10 | 0 | 0 | 6 | 0 | 0 | 0 | +| stall_frn_fdis_iu6_i1_t3_t_latch | tri_rlmreg_p__parameterized5_6852 | 5 | 5 | 0 | 0 | 3 | 0 | 0 | 0 | +| stall_frn_fdis_iu6_i1_t3_v_latch | tri_rlmlatch_p_6853 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| stall_frn_fdis_iu6_i1_type_ap_latch | tri_rlmlatch_p_6854 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| stall_frn_fdis_iu6_i1_type_fp_latch | tri_rlmlatch_p_6855 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| stall_frn_fdis_iu6_i1_type_spv_latch | tri_rlmlatch_p_6856 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| stall_frn_fdis_iu6_i1_type_st_latch | tri_rlmlatch_p_6857 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| stall_frn_fdis_iu6_i1_ucode_cnt_latch | tri_rlmreg_p__parameterized5_6858 | 5 | 5 | 0 | 0 | 3 | 0 | 0 | 0 | +| stall_frn_fdis_iu6_i1_ucode_latch | tri_rlmreg_p__parameterized5_6859 | 5 | 5 | 0 | 0 | 3 | 0 | 0 | 0 | +| stall_frn_fdis_iu6_i1_valop_latch | tri_rlmlatch_p_6860 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| stall_frn_fdis_iu6_i1_vld_latch | tri_rlmlatch_p_6861 | 9 | 9 | 0 | 0 | 1 | 0 | 0 | 0 | +| ucode_cnt_latch | tri_rlmreg_p__parameterized5_6862 | 11 | 11 | 0 | 0 | 3 | 0 | 0 | 0 | +| ucode_cnt_save_latch | tri_rlmreg_p__parameterized5_6863 | 5 | 5 | 0 | 0 | 3 | 0 | 0 | 0 | +| xer_rn_map | iuq_rn_map__parameterized3 | 189 | 189 | 0 | 0 | 81 | 0 | 0 | 0 | +| free_cnt_latch | tri_rlmreg_p__parameterized203 | 9 | 9 | 0 | 0 | 4 | 0 | 0 | 0 | +| pool_free_0_latch | tri_rlmreg_p__parameterized9_6864 | 8 | 8 | 0 | 0 | 4 | 0 | 0 | 0 | +| pool_free_0_v_latch | tri_rlmlatch_p_6865 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| pool_free_1_latch | tri_rlmreg_p__parameterized9_6866 | 0 | 0 | 0 | 0 | 4 | 0 | 0 | 0 | +| pool_free_1_v_latch | tri_rlmlatch_p_6867 | 5 | 5 | 0 | 0 | 1 | 0 | 0 | 0 | +| read_ptr_latch | tri_rlmreg_p__parameterized9_6868 | 63 | 63 | 0 | 0 | 4 | 0 | 0 | 0 | +| write_ptr_latch | tri_rlmreg_p__parameterized9_6869 | 95 | 95 | 0 | 0 | 4 | 0 | 0 | 0 | +| xhdl3.comp_map0[0].comp_map_latch | tri_rlmreg_p__parameterized9_6870 | 0 | 0 | 0 | 0 | 4 | 0 | 0 | 0 | +| xhdl4.spec_map0[0].spec_map_arc_latch | tri_rlmreg_p__parameterized9_6871 | 6 | 6 | 0 | 0 | 4 | 0 | 0 | 0 | +| xhdl4.spec_map0[0].spec_map_itag_latch | tri_rlmreg_p__parameterized13_6872 | 3 | 3 | 0 | 0 | 7 | 0 | 0 | 0 | +| xhdl5.buffer_pool_lat[0].buffer_pool_latch0 | tri_rlmreg_p__parameterized193_6873 | 0 | 0 | 0 | 0 | 4 | 0 | 0 | 0 | +| xhdl5.buffer_pool_lat[10].buffer_pool_latch0 | tri_rlmreg_p__parameterized203_6874 | 0 | 0 | 0 | 0 | 4 | 0 | 0 | 0 | +| xhdl5.buffer_pool_lat[1].buffer_pool_latch0 | tri_rlmreg_p__parameterized194 | 0 | 0 | 0 | 0 | 4 | 0 | 0 | 0 | +| xhdl5.buffer_pool_lat[2].buffer_pool_latch0 | tri_rlmreg_p__parameterized195 | 0 | 0 | 0 | 0 | 4 | 0 | 0 | 0 | +| xhdl5.buffer_pool_lat[3].buffer_pool_latch0 | tri_rlmreg_p__parameterized196 | 0 | 0 | 0 | 0 | 4 | 0 | 0 | 0 | +| xhdl5.buffer_pool_lat[4].buffer_pool_latch0 | tri_rlmreg_p__parameterized197 | 0 | 0 | 0 | 0 | 4 | 0 | 0 | 0 | +| xhdl5.buffer_pool_lat[5].buffer_pool_latch0 | tri_rlmreg_p__parameterized198 | 0 | 0 | 0 | 0 | 4 | 0 | 0 | 0 | +| xhdl5.buffer_pool_lat[6].buffer_pool_latch0 | tri_rlmreg_p__parameterized199 | 0 | 0 | 0 | 0 | 4 | 0 | 0 | 0 | +| xhdl5.buffer_pool_lat[7].buffer_pool_latch0 | tri_rlmreg_p__parameterized200_6875 | 0 | 0 | 0 | 0 | 4 | 0 | 0 | 0 | +| xhdl5.buffer_pool_lat[8].buffer_pool_latch0 | tri_rlmreg_p__parameterized201 | 0 | 0 | 0 | 0 | 4 | 0 | 0 | 0 | +| xhdl5.buffer_pool_lat[9].buffer_pool_latch0 | tri_rlmreg_p__parameterized202 | 0 | 0 | 0 | 0 | 4 | 0 | 0 | 0 | +| lq0 | lq | 68488 | 68487 | 0 | 1 | 25587 | 49 | 6 | 0 | +| ctl | lq_ctl | 36618 | 36618 | 0 | 0 | 14104 | 9 | 6 | 0 | +| byp | lq_byp | 3600 | 3600 | 0 | 0 | 1118 | 0 | 0 | 0 | +| ex10_xu0_req_abort_latch | tri_rlmlatch_p_6530 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex11_xu0_req_abort_latch | tri_rlmlatch_p_6531 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex12_xu0_req_abort_latch | tri_rlmlatch_p_6532 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex13_xu0_req_abort_latch | tri_rlmlatch_p_6533 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex1_s1_lq_sel_latch | tri_rlmreg_p__parameterized4_6534 | 132 | 132 | 0 | 0 | 5 | 0 | 0 | 0 | +| ex1_s1_rel_sel_latch | tri_rlmreg_p__parameterized2_6535 | 193 | 193 | 0 | 0 | 2 | 0 | 0 | 0 | +| ex1_s1_xu0_sel_latch | tri_rlmreg_p__parameterized50 | 199 | 199 | 0 | 0 | 11 | 0 | 0 | 0 | +| ex1_s1_xu1_sel_latch | tri_rlmreg_p__parameterized0_6536 | 68 | 68 | 0 | 0 | 6 | 0 | 0 | 0 | +| ex1_s2_lq_sel_latch | tri_rlmreg_p__parameterized4_6537 | 137 | 137 | 0 | 0 | 5 | 0 | 0 | 0 | +| ex1_s2_rel_sel_latch | tri_rlmreg_p__parameterized2_6538 | 21 | 21 | 0 | 0 | 2 | 0 | 0 | 0 | +| ex1_s2_xu0_sel_latch | tri_rlmreg_p__parameterized50_6539 | 157 | 157 | 0 | 0 | 11 | 0 | 0 | 0 | +| ex1_s2_xu1_sel_latch | tri_rlmreg_p__parameterized0_6540 | 126 | 126 | 0 | 0 | 6 | 0 | 0 | 0 | +| ex2_rs1_latch | tri_rlmreg_p__parameterized33_6541 | 522 | 522 | 0 | 0 | 64 | 0 | 0 | 0 | +| ex2_rs2_latch | tri_rlmreg_p__parameterized33_6542 | 487 | 487 | 0 | 0 | 64 | 0 | 0 | 0 | +| ex2_s1_abort_latch | tri_rlmlatch_p_6543 | 3 | 3 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex2_s2_abort_latch | tri_rlmlatch_p_6544 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex3_req_aborted_latch | tri_rlmlatch_p_6545 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex4_req_aborted_latch | tri_rlmlatch_p_6546 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex4_xu0_req_abort_latch | tri_rlmlatch_p_6547 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex4_xu0_stg_act_latch | tri_rlmlatch_p_6548 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex4_xu1_req_abort_latch | tri_rlmlatch_p_6549 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex4_xu1_rt_latch | tri_rlmreg_p__parameterized33_6550 | 64 | 64 | 0 | 0 | 64 | 0 | 0 | 0 | +| ex4_xu1_stg_act_latch | tri_rlmlatch_p_6551 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex5_move_data_sel_latch | tri_rlmlatch_p_6552 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex5_mv_rel_data_latch | tri_rlmreg_p__parameterized33_6553 | 1 | 1 | 0 | 0 | 64 | 0 | 0 | 0 | +| ex5_req_aborted_latch | tri_rlmlatch_p_6554 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex5_xu0_req_abort_latch | tri_rlmlatch_p_6555 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex5_xu0_rt_latch | tri_rlmreg_p__parameterized33_6556 | 128 | 128 | 0 | 0 | 64 | 0 | 0 | 0 | +| ex5_xu0_stg_act_latch | tri_rlmlatch_p_6557 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex5_xu1_req_abort_latch | tri_rlmlatch_p_6558 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex5_xu1_rt_latch | tri_rlmreg_p__parameterized33_6559 | 0 | 0 | 0 | 0 | 64 | 0 | 0 | 0 | +| ex6_dvc1_cmp_latch | tri_rlmreg_p__parameterized12_6560 | 7 | 7 | 0 | 0 | 8 | 0 | 0 | 0 | +| ex6_dvc2_cmp_latch | tri_rlmreg_p__parameterized12_6561 | 7 | 7 | 0 | 0 | 8 | 0 | 0 | 0 | +| ex6_fx_ld_data_latch | tri_rlmreg_p__parameterized33_6562 | 64 | 64 | 0 | 0 | 64 | 0 | 0 | 0 | +| ex6_gpr_wd0_latch | tri_rlmreg_p__parameterized245_6563 | 960 | 960 | 0 | 0 | 64 | 0 | 0 | 0 | +| ex6_lq_req_abort_latch | tri_rlmlatch_p_6564 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex6_xu0_req_abort_latch | tri_rlmlatch_p_6565 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex6_xu0_rt_latch | tri_rlmreg_p__parameterized33_6566 | 0 | 0 | 0 | 0 | 64 | 0 | 0 | 0 | +| ex6_xu0_stg_act_latch | tri_rlmlatch_p_6567 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex6_xu1_req_abort_latch | tri_rlmlatch_p_6568 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex7_fx_ld_data_latch | tri_rlmreg_p__parameterized33_6569 | 64 | 64 | 0 | 0 | 64 | 0 | 0 | 0 | +| ex7_lq_req_abort_latch | tri_rlmlatch_p_6570 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex7_xu0_req_abort_latch | tri_rlmlatch_p_6571 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex7_xu0_rt_latch | tri_rlmreg_p__parameterized33_6572 | 128 | 128 | 0 | 0 | 64 | 0 | 0 | 0 | +| ex7_xu0_stg_act_latch | tri_rlmlatch_p_6573 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex7_xu1_req_abort_latch | tri_rlmlatch_p_6574 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex8_fx_ld_data_latch | tri_rlmreg_p__parameterized33_6575 | 0 | 0 | 0 | 0 | 64 | 0 | 0 | 0 | +| ex8_lq_req_abort_latch | tri_rlmlatch_p_6576 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex8_xu0_req_abort_latch | tri_rlmlatch_p_6577 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex8_xu0_rt_latch | tri_rlmreg_p__parameterized33_6578 | 0 | 0 | 0 | 0 | 64 | 0 | 0 | 0 | +| ex8_xu1_req_abort_latch | tri_rlmlatch_p_6579 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex9_lq_req_abort_latch | tri_rlmlatch_p_6580 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex9_xu0_req_abort_latch | tri_rlmlatch_p_6581 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| lq_pc_ram_data_latch | tri_rlmreg_p__parameterized33_6582 | 64 | 64 | 0 | 0 | 64 | 0 | 0 | 0 | +| rel3_rel_rt_latch | tri_rlmreg_p__parameterized33_6583 | 64 | 64 | 0 | 0 | 64 | 0 | 0 | 0 | +| rel4_rel_rt_latch | tri_rlmreg_p__parameterized33_6584 | 0 | 0 | 0 | 0 | 64 | 0 | 0 | 0 | +| dc32Kdir64B.arr | tri_64x34_8w_1r1w_4693 | 485 | 485 | 0 | 0 | 275 | 8 | 0 | 0 | +| (dc32Kdir64B.arr) | tri_64x34_8w_1r1w_4693 | 0 | 0 | 0 | 0 | 0 | 8 | 0 | 0 | +| data_out_reg | tri_rlmreg_p__parameterized256_6528 | 213 | 213 | 0 | 0 | 272 | 0 | 0 | 0 | +| rd_act_reg | tri_rlmlatch_p_6529 | 272 | 272 | 0 | 0 | 3 | 0 | 0 | 0 | +| dcc | lq_dcc | 10448 | 10448 | 0 | 0 | 1197 | 0 | 0 | 0 | +| binv2_stg_act_reg | tri_rlmlatch_p_6086 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| binv3_stg_act_reg | tri_rlmlatch_p_6087 | 13 | 13 | 0 | 0 | 1 | 0 | 0 | 0 | +| binv4_stg_act_reg | tri_rlmlatch_p_6088 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| binv5_stg_act_reg | tri_rlmlatch_p_6089 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| binv6_stg_act_reg | tri_rlmlatch_p_6090 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| dbg_int_en_reg | tri_rlmreg_p__parameterized37_6091 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| dir_arr_rd_ex0_done_reg | tri_rlmlatch_p_6092 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| dir_arr_rd_ex1_done_reg | tri_regk__parameterized2_6093 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| dir_arr_rd_ex2_done_reg | tri_rlmlatch_p_6094 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| dir_arr_rd_ex3_done_reg | tri_regk__parameterized2_6095 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| dir_arr_rd_ex4_done_reg | tri_rlmlatch_p_6096 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| dir_arr_rd_ex5_done_reg | tri_regk__parameterized2_6097 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| dir_arr_rd_ex6_done_reg | tri_rlmlatch_p_6098 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| dir_arr_rd_rv1_val_reg | tri_rlmlatch_p_6099 | 5 | 5 | 0 | 0 | 1 | 0 | 0 | 0 | +| dir_arr_rd_tid_reg | tri_rlmreg_p__parameterized37_6100 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| dir_arr_rd_val_reg | tri_rlmlatch_p_6101 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex0_binv_val_reg | tri_rlmlatch_p_6102 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex0_derat_snoop_val_reg | tri_rlmlatch_p_6103 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex0_i0_2ucode_reg | tri_rlmlatch_p_6104 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex0_i0_ucode_cnt_reg | tri_rlmreg_p__parameterized5_6105 | 4 | 4 | 0 | 0 | 3 | 0 | 0 | 0 | +| ex0_i0_ucode_preissue_reg | tri_rlmlatch_p_6106 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex0_i0_vld_reg | tri_rlmreg_p__parameterized37_6107 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex0_i1_2ucode_reg | tri_rlmlatch_p_6108 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex0_i1_ucode_cnt_reg | tri_rlmreg_p__parameterized5_6109 | 4 | 4 | 0 | 0 | 3 | 0 | 0 | 0 | +| ex0_i1_ucode_preissue_reg | tri_rlmlatch_p_6110 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex0_i1_vld_reg | tri_rlmreg_p__parameterized37_6111 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex1_binv_val_reg | tri_regk__parameterized2_6112 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex1_derat_snoop_val_reg | tri_regk__parameterized2_6113 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex1_lsu_64bit_mode_reg | tri_regk__parameterized2_6114 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex1_stg_act_reg | tri_rlmlatch_p_6115 | 6 | 6 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex2_algebraic_reg | tri_rlmlatch_p_6116 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex2_axu_instr_type_reg | tri_rlmreg_p__parameterized5_6117 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex2_axu_op_val_reg | tri_rlmlatch_p_6118 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex2_binv_val_reg | tri_rlmlatch_p_6119 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex2_cache_acc_reg | tri_rlmlatch_p_6120 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex2_cr_fld_reg | tri_rlmreg_p__parameterized4_6121 | 10 | 10 | 0 | 0 | 5 | 0 | 0 | 0 | +| ex2_dcbf_instr_reg | tri_rlmlatch_p_6122 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex2_dcbi_instr_reg | tri_rlmlatch_p_6123 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex2_dcblc_instr_reg | tri_rlmlatch_p_6124 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex2_dcbst_instr_reg | tri_rlmlatch_p_6125 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex2_dcbt_instr_reg | tri_rlmlatch_p_6126 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex2_dcbtls_instr_reg | tri_rlmlatch_p_6127 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex2_dcbtst_instr_reg | tri_rlmlatch_p_6128 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex2_dcbtstls_instr_reg | tri_rlmlatch_p_6129 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex2_dcbz_instr_reg | tri_rlmlatch_p_6130 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex2_dci_instr_reg | tri_rlmlatch_p_6131 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex2_icbi_instr_reg | tri_rlmlatch_p_6132 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex2_icblc_l2_instr_reg | tri_rlmlatch_p_6133 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex2_icbt_l2_instr_reg | tri_rlmlatch_p_6134 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex2_icbtls_l2_instr_reg | tri_rlmlatch_p_6135 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex2_ici_instr_reg | tri_rlmlatch_p_6136 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex2_icswx_epid_reg | tri_rlmlatch_p_6137 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex2_icswx_instr_reg | tri_rlmlatch_p_6138 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex2_icswxdot_instr_reg | tri_rlmlatch_p_6139 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex2_instr_reg | tri_rlmreg_p__parameterized17_6140 | 64 | 64 | 0 | 0 | 32 | 0 | 0 | 0 | +| ex2_itag_reg | tri_rlmreg_p__parameterized13_6141 | 89 | 89 | 0 | 0 | 7 | 0 | 0 | 0 | +| ex2_l_fld_reg | tri_rlmreg_p__parameterized2_6142 | 2 | 2 | 0 | 0 | 2 | 0 | 0 | 0 | +| ex2_ldawx_instr_reg | tri_rlmlatch_p_6143 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex2_load_instr_reg | tri_rlmlatch_p_6144 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex2_lsu_64bit_agen_reg | tri_rlmlatch_p_6145 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex2_makeitso_instr_reg | tri_rlmlatch_p_6146 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex2_mbar_instr_reg | tri_rlmlatch_p_6147 | 4 | 4 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex2_msgsnd_instr_reg | tri_rlmlatch_p_6148 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex2_mtspr_trace_reg | tri_rlmlatch_p_6149 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex2_mutex_hint_reg | tri_rlmlatch_p_6150 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex2_mword_instr_reg | tri_rlmlatch_p_6151 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex2_optype1_reg | tri_rlmlatch_p_6152 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex2_optype2_reg | tri_rlmlatch_p_6153 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex2_optype4_reg | tri_rlmlatch_p_6154 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex2_optype8_reg | tri_rlmlatch_p_6155 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex2_pfetch_val_reg | tri_rlmlatch_p_6156 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex2_resv_instr_reg | tri_rlmlatch_p_6157 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex2_saxu_instr_reg | tri_rlmlatch_p_6158 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex2_sdp_instr_reg | tri_rlmlatch_p_6159 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex2_sfx_val_reg | tri_rlmlatch_p_6160 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex2_sgpr_instr_reg | tri_rlmlatch_p_6161 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex2_stg_act_reg | tri_rlmlatch_p_6162 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex2_store_instr_reg | tri_rlmlatch_p_6163 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex2_strg_index_reg | tri_rlmlatch_p_6164 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex2_sync_instr_reg | tri_rlmlatch_p_6165 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex2_target_gpr_reg | tri_rlmreg_p__parameterized46_6166 | 11 | 11 | 0 | 0 | 9 | 0 | 0 | 0 | +| ex2_taxu_instr_reg | tri_rlmlatch_p_6167 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex2_tdp_instr_reg | tri_rlmlatch_p_6168 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex2_tgpr_instr_reg | tri_rlmlatch_p_6169 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex2_th_fld_c_reg | tri_rlmlatch_p_6170 | 3 | 3 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex2_th_fld_l2_reg | tri_rlmlatch_p_6171 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex2_thrd_id_reg | tri_rlmreg_p__parameterized37_6172 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex2_tlbsync_instr_reg | tri_rlmlatch_p_6173 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex2_ucode_cnt_reg | tri_rlmreg_p__parameterized5_6174 | 6 | 6 | 0 | 0 | 3 | 0 | 0 | 0 | +| ex2_ucode_op_reg | tri_rlmlatch_p_6175 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex2_ucode_val_reg | tri_rlmlatch_p_6176 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex2_upd_form_reg | tri_rlmlatch_p_6177 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex2_wchk_instr_reg | tri_rlmlatch_p_6178 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex2_wclr_instr_reg | tri_rlmlatch_p_6179 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex3_algebraic_reg | tri_regk__parameterized2_6180 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex3_axu_instr_type_reg | tri_regk__parameterized9_6181 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex3_axu_op_val_reg | tri_regk__parameterized2_6182 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex3_binv_val_reg | tri_regk__parameterized2_6183 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex3_cache_acc_reg | tri_regk__parameterized2_6184 | 6 | 6 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex3_cr_fld_reg | tri_regk__parameterized13 | 5 | 5 | 0 | 0 | 5 | 0 | 0 | 0 | +| ex3_dacr_type_reg | tri_regk__parameterized2_6185 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex3_dcbf_instr_reg | tri_regk__parameterized2_6186 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex3_dcbi_instr_reg | tri_regk__parameterized2_6187 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex3_dcblc_instr_reg | tri_regk__parameterized2_6188 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex3_dcbst_instr_reg | tri_regk__parameterized2_6189 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex3_dcbt_instr_reg | tri_regk__parameterized2_6190 | 3 | 3 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex3_dcbtls_instr_reg | tri_regk__parameterized2_6191 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex3_dcbtst_instr_reg | tri_regk__parameterized2_6192 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex3_dcbtstls_instr_reg | tri_regk__parameterized2_6193 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex3_dcbz_instr_reg | tri_regk__parameterized2_6194 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex3_dci_instr_reg | tri_regk__parameterized2_6195 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex3_eff_addr_reg | tri_regk__parameterized1_6196 | 324 | 324 | 0 | 0 | 64 | 0 | 0 | 0 | +| ex3_icbi_instr_reg | tri_regk__parameterized2_6197 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex3_icblc_l2_instr_reg | tri_regk__parameterized2_6198 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex3_icbt_l2_instr_reg | tri_regk__parameterized2_6199 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex3_icbtls_l2_instr_reg | tri_regk__parameterized2_6200 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex3_ici_instr_reg | tri_regk__parameterized2_6201 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex3_icswx_epid_reg | tri_regk__parameterized2_6202 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex3_icswx_gs_reg | tri_rlmlatch_p_6203 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex3_icswx_instr_reg | tri_regk__parameterized2_6204 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex3_icswx_pr_reg | tri_rlmlatch_p_6205 | 56 | 56 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex3_icswxdot_instr_reg | tri_regk__parameterized2_6206 | 3 | 3 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex3_instr_reg | tri_regk__parameterized8_6207 | 32 | 32 | 0 | 0 | 32 | 0 | 0 | 0 | +| ex3_itag_reg | tri_regk__parameterized10 | 10 | 10 | 0 | 0 | 7 | 0 | 0 | 0 | +| ex3_l_fld_reg | tri_regk__parameterized6_6208 | 6 | 6 | 0 | 0 | 2 | 0 | 0 | 0 | +| ex3_ldawx_instr_reg | tri_regk__parameterized2_6209 | 3 | 3 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex3_load_instr_reg | tri_regk__parameterized2_6210 | 4 | 4 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex3_lsu_64bit_agen_reg | tri_regk__parameterized2_6211 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex3_makeitso_instr_reg | tri_regk__parameterized2_6212 | 4 | 4 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex3_mbar_instr_reg | tri_regk__parameterized2_6213 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex3_msgsnd_instr_reg | tri_regk__parameterized2_6214 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex3_mtspr_trace_reg | tri_regk__parameterized2_6215 | 3 | 3 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex3_mutex_hint_reg | tri_regk__parameterized2_6216 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex3_mword_instr_reg | tri_regk__parameterized2_6217 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex3_optype1_reg | tri_regk__parameterized2_6218 | 3 | 3 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex3_optype2_reg | tri_regk__parameterized2_6219 | 79 | 79 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex3_optype4_reg | tri_regk__parameterized2_6220 | 3 | 3 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex3_optype8_reg | tri_regk__parameterized2_6221 | 26 | 26 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex3_pfetch_val_reg | tri_rlmlatch_p_6222 | 6 | 6 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex3_resv_instr_reg | tri_regk__parameterized2_6223 | 5 | 5 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex3_saxu_instr_reg | tri_regk__parameterized2_6224 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex3_sdp_instr_reg | tri_regk__parameterized2_6225 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex3_sfx_val_reg | tri_regk__parameterized2_6226 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex3_sgpr_instr_reg | tri_regk__parameterized2_6227 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex3_stg_act_reg | tri_rlmlatch_p_6228 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex3_store_instr_reg | tri_regk__parameterized2_6229 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex3_stq_val_req_reg | tri_regk__parameterized2_6230 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex3_strg_index_reg | tri_regk__parameterized2_6231 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex3_sync_instr_reg | tri_regk__parameterized2_6232 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex3_target_gpr_reg | tri_regk__parameterized7_6233 | 9 | 9 | 0 | 0 | 9 | 0 | 0 | 0 | +| ex3_taxu_instr_reg | tri_regk__parameterized2_6234 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex3_tdp_instr_reg | tri_regk__parameterized2_6235 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex3_tgpr_instr_reg | tri_regk__parameterized2_6236 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex3_th_fld_c_reg | tri_regk__parameterized2_6237 | 3 | 3 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex3_th_fld_l2_reg | tri_regk__parameterized2_6238 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex3_thrd_id_reg | tri_regk__parameterized2_6239 | 3 | 3 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex3_tlbsync_instr_reg | tri_regk__parameterized2_6240 | 3 | 3 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex3_ucode_cnt_reg | tri_regk__parameterized9_6241 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| ex3_ucode_op_reg | tri_regk__parameterized2_6242 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex3_ucode_val_reg | tri_regk__parameterized2_6243 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex3_undef_lockset_reg | tri_regk__parameterized2_6244 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex3_undef_touch_reg | tri_regk__parameterized2_6245 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex3_upd_form_reg | tri_regk__parameterized2_6246 | 3 | 3 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex3_wchk_instr_reg | tri_regk__parameterized2_6247 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex3_wclr_instr_reg | tri_regk__parameterized2_6248 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex4_axu_op_val_reg | tri_rlmlatch_p_6249 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex4_binv_val_reg | tri_rlmlatch_p_6250 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex4_blkable_touch_reg | tri_rlmlatch_p_6251 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex4_c_inh_drop_op_reg | tri_rlmlatch_p_6252 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex4_cache_acc_reg | tri_rlmlatch_p_6253 | 6 | 6 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex4_cr_fld_reg | tri_rlmreg_p__parameterized4_6254 | 5 | 5 | 0 | 0 | 5 | 0 | 0 | 0 | +| ex4_dacr_type_reg | tri_rlmlatch_p_6255 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex4_dcbf_instr_reg | tri_rlmlatch_p_6256 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex4_dcbi_instr_reg | tri_rlmlatch_p_6257 | 4 | 4 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex4_dcblc_instr_reg | tri_rlmlatch_p_6258 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex4_dcbst_instr_reg | tri_rlmlatch_p_6259 | 3 | 3 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex4_dcbt_instr_reg | tri_rlmlatch_p_6260 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex4_dcbtls_instr_reg | tri_rlmlatch_p_6261 | 4 | 4 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex4_dcbtst_instr_reg | tri_rlmlatch_p_6262 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex4_dcbtstls_instr_reg | tri_rlmlatch_p_6263 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex4_dcbz_instr_reg | tri_rlmlatch_p_6264 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex4_dci_instr_reg | tri_rlmlatch_p_6265 | 9 | 9 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex4_derat_itagHit_reg | tri_rlmlatch_p_6266 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex4_eff_addr_reg | tri_rlmreg_p__parameterized33_6267 | 172 | 172 | 0 | 0 | 64 | 0 | 0 | 0 | +| ex4_gath_load_reg | tri_rlmlatch_p_6268 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex4_icbi_instr_reg | tri_rlmlatch_p_6269 | 5 | 5 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex4_icblc_l2_instr_reg | tri_rlmlatch_p_6270 | 7 | 7 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex4_icbt_l2_instr_reg | tri_rlmlatch_p_6271 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex4_icbtls_l2_instr_reg | tri_rlmlatch_p_6272 | 6 | 6 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex4_ici_instr_reg | tri_rlmlatch_p_6273 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex4_icswx_ct_reg | tri_rlmreg_p__parameterized2_6274 | 3 | 3 | 0 | 0 | 2 | 0 | 0 | 0 | +| ex4_icswx_ct_val_reg | tri_rlmlatch_p_6275 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex4_icswx_epid_reg | tri_rlmlatch_p_6276 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex4_icswx_instr_reg | tri_rlmlatch_p_6277 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex4_icswx_restart_reg | tri_rlmlatch_p_6278 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex4_icswxdot_instr_reg | tri_rlmlatch_p_6279 | 4 | 4 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex4_instr_reg | tri_rlmreg_p__parameterized17_6280 | 32 | 32 | 0 | 0 | 32 | 0 | 0 | 0 | +| ex4_is_inval_op_reg | tri_rlmlatch_p_6281 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex4_is_sync_reg | tri_rlmlatch_p_6282 | 3 | 3 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex4_itag_reg | tri_rlmreg_p__parameterized13_6283 | 14 | 14 | 0 | 0 | 7 | 0 | 0 | 0 | +| ex4_l1_lock_set_reg | tri_rlmlatch_p_6284 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex4_l2load_type_reg | tri_rlmlatch_p_6285 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex4_l_fld_reg | tri_rlmreg_p__parameterized2_6286 | 5 | 5 | 0 | 0 | 2 | 0 | 0 | 0 | +| ex4_ldawx_instr_reg | tri_rlmlatch_p_6287 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex4_le_mode_reg | tri_rlmlatch_p_6288 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex4_load_instr_reg | tri_rlmlatch_p_6289 | 5 | 5 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex4_load_type_reg | tri_rlmlatch_p_6290 | 3 | 3 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex4_local_dcbf_reg | tri_rlmlatch_p_6291 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex4_lock_clr_reg | tri_rlmlatch_p_6292 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex4_lsu_64bit_agen_reg | tri_rlmlatch_p_6293 | 33 | 33 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex4_lswx_restart_reg | tri_rlmlatch_p_6294 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex4_makeitso_instr_reg | tri_rlmlatch_p_6295 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex4_mbar_instr_reg | tri_rlmlatch_p_6296 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex4_moveOp_val_reg | tri_rlmlatch_p_6297 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex4_msgsnd_instr_reg | tri_rlmlatch_p_6298 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex4_mtspr_trace_reg | tri_rlmlatch_p_6299 | 72 | 72 | 0 | 0 | 3 | 0 | 0 | 0 | +| ex4_mutex_hint_reg | tri_rlmlatch_p_6300 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex4_opsize_enc_reg | tri_rlmreg_p__parameterized5_6301 | 3 | 3 | 0 | 0 | 3 | 0 | 0 | 0 | +| ex4_pfetch_val_reg | tri_rlmlatch_p_6302 | 3 | 3 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex4_resv_instr_reg | tri_rlmlatch_p_6303 | 3 | 3 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex4_saxu_instr_reg | tri_rlmlatch_p_6304 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex4_sdp_instr_reg | tri_rlmlatch_p_6305 | 5 | 5 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex4_sfx_val_reg | tri_rlmlatch_p_6306 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex4_sgpr_instr_reg | tri_rlmlatch_p_6307 | 3 | 3 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex4_stg_act_reg | tri_rlmlatch_p_6308 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex4_store_instr_reg | tri_rlmlatch_p_6309 | 6 | 6 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex4_stq_val_req_reg | tri_rlmlatch_p_6310 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex4_strg_gate_reg | tri_rlmlatch_p_6311 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex4_strg_index_reg | tri_rlmlatch_p_6312 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex4_sync_instr_reg | tri_rlmlatch_p_6313 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex4_target_gpr_reg | tri_rlmreg_p__parameterized46_6314 | 19 | 19 | 0 | 0 | 9 | 0 | 0 | 0 | +| ex4_taxu_instr_reg | tri_rlmlatch_p_6315 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex4_tdp_instr_reg | tri_rlmlatch_p_6316 | 3 | 3 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex4_tgpr_instr_reg | tri_rlmlatch_p_6317 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex4_th_fld_c_reg | tri_rlmlatch_p_6318 | 5 | 5 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex4_th_fld_l2_reg | tri_rlmlatch_p_6319 | 9 | 9 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex4_thrd_id_reg | tri_rlmreg_p__parameterized37_6320 | 3 | 3 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex4_tlbsync_instr_reg | tri_rlmlatch_p_6321 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex4_ucode_op_reg | tri_rlmlatch_p_6322 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex4_ucode_val_reg | tri_rlmlatch_p_6323 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex4_undef_lockset_reg | tri_rlmlatch_p_6324 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex4_undef_touch_reg | tri_rlmlatch_p_6325 | 3 | 3 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex4_wNComp_rcvd_reg | tri_rlmlatch_p_6326 | 3 | 3 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex4_wNComp_reg | tri_rlmlatch_p_6327 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex4_wchk_instr_reg | tri_rlmlatch_p_6328 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex4_wclr_instr_reg | tri_rlmlatch_p_6329 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex5_axu_op_val_reg | tri_regk__parameterized2_6330 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex5_axu_wren_reg | tri_regk__parameterized2_6331 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex5_blk_pf_load_reg | tri_regk__parameterized2_6332 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex5_cache_acc_reg | tri_regk__parameterized2_6333 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex5_classid_reg | tri_regk__parameterized6_6334 | 2 | 2 | 0 | 0 | 2 | 0 | 0 | 0 | +| ex5_cr_fld_reg | tri_regk__parameterized13_6335 | 10 | 10 | 0 | 0 | 5 | 0 | 0 | 0 | +| ex5_dacr_type_reg | tri_regk__parameterized2_6336 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex5_dacrw_cmpr_reg | tri_regk_6337 | 4 | 4 | 0 | 0 | 4 | 0 | 0 | 0 | +| ex5_derat_setHold_reg | tri_regk__parameterized2_6338 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex5_drop_rel_reg | tri_regk__parameterized2_6339 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex5_dvc_en_reg | tri_regk__parameterized6_6340 | 2 | 2 | 0 | 0 | 2 | 0 | 0 | 0 | +| ex5_eff_addr_reg | tri_regk__parameterized1_6341 | 125 | 125 | 0 | 0 | 64 | 0 | 0 | 0 | +| ex5_execute_vld_reg | tri_regk__parameterized2_6342 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex5_flush2ucode_type_reg | tri_regk__parameterized2_6343 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex5_icswx_epid_reg | tri_regk__parameterized2_6344 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex5_instr_reg | tri_regk__parameterized8_6345 | 32 | 32 | 0 | 0 | 32 | 0 | 0 | 0 | +| ex5_itag_reg | tri_regk__parameterized10_6346 | 44 | 44 | 0 | 0 | 7 | 0 | 0 | 0 | +| ex5_l1_lock_set_reg | tri_regk__parameterized2_6347 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex5_l_fld_reg | tri_regk__parameterized6_6348 | 2 | 2 | 0 | 0 | 2 | 0 | 0 | 0 | +| ex5_ldawx_instr_reg | tri_regk__parameterized2_6349 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex5_load_hit_reg | tri_regk__parameterized2_6350 | 3 | 3 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex5_load_instr_reg | tri_regk__parameterized2_6351 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex5_load_miss_reg | tri_regk__parameterized2_6352 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex5_lock_clr_reg | tri_regk__parameterized2_6353 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex5_lq_ta_gpr_reg | tri_regk__parameterized7_6354 | 12 | 12 | 0 | 0 | 9 | 0 | 0 | 0 | +| ex5_lq_wNComp_val_reg | tri_regk__parameterized2_6355 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex5_lq_wren_reg | tri_regk__parameterized2_6356 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex5_mftgpr_val_reg | tri_regk__parameterized2_6357 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex5_opsize_enc_reg | tri_regk__parameterized9_6358 | 5 | 5 | 0 | 0 | 3 | 0 | 0 | 0 | +| ex5_pfetch_val_reg | tri_rlmlatch_p_6359 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex5_recirc_val_reg | tri_regk__parameterized2_6360 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex5_restart_val_reg | tri_regk__parameterized2_6361 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex5_spec_itag_reg | tri_regk__parameterized10_6362 | 0 | 0 | 0 | 0 | 7 | 0 | 0 | 0 | +| ex5_spec_itag_vld_reg | tri_rlmlatch_p_6363 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex5_spec_load_miss_reg | tri_regk__parameterized2_6364 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex5_spec_tid_reg | tri_regk__parameterized2_6365 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex5_stg_act_reg | tri_rlmlatch_p_6366 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex5_target_gpr_reg | tri_regk__parameterized7_6367 | 0 | 0 | 0 | 0 | 9 | 0 | 0 | 0 | +| ex5_thrd_id_reg | tri_regk__parameterized2_6368 | 4 | 4 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex5_ttype_reg | tri_regk__parameterized11_6369 | 0 | 0 | 0 | 0 | 6 | 0 | 0 | 0 | +| ex5_unable_2lock_reg | tri_regk__parameterized2_6370 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex5_wNComp_cr_upd_reg | tri_regk__parameterized2_6371 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex5_wNComp_ord_reg | tri_regk__parameterized2_6372 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex5_wNComp_reg | tri_regk__parameterized2_6373 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex5_wchkall_cplt_reg | tri_regk__parameterized2_6374 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex6_axu_wren_reg | tri_rlmlatch_p_6375 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex6_dacrw_cmpr_reg | tri_rlmreg_p__parameterized9_6376 | 0 | 0 | 0 | 0 | 4 | 0 | 0 | 0 | +| ex6_dvc_en_reg | tri_rlmreg_p__parameterized2_6377 | 0 | 0 | 0 | 0 | 2 | 0 | 0 | 0 | +| ex6_lq_ta_gpr_reg | tri_rlmreg_p__parameterized0_6378 | 2791 | 2791 | 0 | 0 | 6 | 0 | 0 | 0 | +| ex6_lq_wren_reg | tri_rlmlatch_p_6379 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex6_stg_act_reg | tri_rlmlatch_p_6380 | 6 | 6 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex6_stq5_unable_2lock_reg | tri_rlmlatch_p_6381 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex6_thrd_id_reg | tri_rlmreg_p__parameterized37_6382 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| fgen | lq_fgen | 187 | 187 | 0 | 0 | 145 | 0 | 0 | 0 | +| ex2_dlock_excp_reg | tri_rlmlatch_p_6474 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex2_ehpriv_excp_reg | tri_rlmlatch_p_6475 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex2_hypv_prog_reg | tri_rlmlatch_p_6476 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex2_illeg_prog_reg | tri_rlmlatch_p_6477 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex2_ilock_excp_reg | tri_rlmlatch_p_6478 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex2_priv_prog_reg | tri_rlmlatch_p_6479 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex2_sfx_excpt_det_reg | tri_rlmlatch_p_6480 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex3_dlock_excp_reg | tri_rlmlatch_p_6481 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex3_ehpriv_excp_reg | tri_rlmlatch_p_6482 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex3_hypv_prog_reg | tri_rlmlatch_p_6483 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex3_illeg_prog_reg | tri_rlmlatch_p_6484 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex3_ilock_excp_reg | tri_rlmlatch_p_6485 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex3_priv_prog_reg | tri_rlmlatch_p_6486 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex3_sfx_excpt_det_reg | tri_rlmlatch_p_6487 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex4_axu_fp_unavail_reg | tri_rlmlatch_p_6488 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex4_cache_acc_reg | tri_rlmlatch_p_6489 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex4_dlock_excp_reg | tri_rlmlatch_p_6490 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex4_flush_2ucode_reg | tri_rlmlatch_p_6491 | 3 | 3 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex4_hypv_prog_reg | tri_rlmlatch_p_6492 | 12 | 12 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex4_illeg_prog_reg | tri_rlmlatch_p_6493 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex4_ilock_excp_reg | tri_rlmlatch_p_6494 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex4_is_dcbz_reg | tri_rlmlatch_p_6495 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex4_prealign_int_reg | tri_rlmlatch_p_6496 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex4_priv_prog_reg | tri_rlmlatch_p_6497 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex4_sfx_excpt_det_reg | tri_rlmlatch_p_6498 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex4_ucode_cnt_reg | tri_rlmreg_p__parameterized5_6499 | 50 | 50 | 0 | 0 | 3 | 0 | 0 | 0 | +| ex4_ucode_dis_prog_reg | tri_rlmlatch_p_6500 | 4 | 4 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex4_ucode_val_reg | tri_rlmlatch_p_6501 | 3 | 3 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex4_valid_resv_reg | tri_rlmlatch_p_6502 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex5_dac_int_det_reg | tri_rlmlatch_p_6503 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex5_dear_val_reg | tri_rlmreg_p__parameterized37_6504 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex5_derat_multihit_det_reg | tri_rlmlatch_p_6505 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex5_derat_multihit_flush_reg | tri_rlmlatch_p_6506 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex5_derat_perr_det_reg | tri_rlmlatch_p_6507 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex5_derat_perr_flush_reg | tri_rlmlatch_p_6508 | 6 | 6 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex5_exception_reg | tri_rlmreg_p__parameterized0_6509 | 10 | 10 | 0 | 0 | 5 | 0 | 0 | 0 | +| ex5_flush_2ucode_reg | tri_rlmlatch_p_6510 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex5_high_pri_excp_reg | tri_rlmlatch_p_6511 | 17 | 17 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex5_local_flush_reg | tri_rlmlatch_p_6512 | 4 | 4 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex5_low_pri_excp_reg | tri_rlmlatch_p_6513 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex5_tlb_flush_req_reg | tri_rlmlatch_p_6514 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex5_tlb_mchk_req_reg | tri_rlmlatch_p_6515 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex5_wNComp_rcvd_reg | tri_rlmlatch_p_6516 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex6_wNComp_excp_reg | tri_rlmlatch_p_6517 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| perv_fir_rpt_reg | tri_rlmreg_p__parameterized13_6518 | 7 | 7 | 0 | 0 | 7 | 0 | 0 | 0 | +| ucode_cnt_2ucode_reg | tri_rlmreg_p__parameterized12_6519 | 18 | 18 | 0 | 0 | 8 | 0 | 0 | 0 | +| ucode_cnt_memAttr.ucode_cnt_memAttr[0].ucode_cnt_memAttr_reg | tri_rlmreg_p__parameterized260 | 3 | 3 | 0 | 0 | 9 | 0 | 0 | 0 | +| ucode_cnt_memAttr.ucode_cnt_memAttr[1].ucode_cnt_memAttr_reg | tri_rlmreg_p__parameterized260_6520 | 3 | 3 | 0 | 0 | 9 | 0 | 0 | 0 | +| ucode_cnt_memAttr.ucode_cnt_memAttr[2].ucode_cnt_memAttr_reg | tri_rlmreg_p__parameterized260_6521 | 4 | 4 | 0 | 0 | 9 | 0 | 0 | 0 | +| ucode_cnt_memAttr.ucode_cnt_memAttr[3].ucode_cnt_memAttr_reg | tri_rlmreg_p__parameterized260_6522 | 4 | 4 | 0 | 0 | 9 | 0 | 0 | 0 | +| ucode_cnt_memAttr.ucode_cnt_memAttr[4].ucode_cnt_memAttr_reg | tri_rlmreg_p__parameterized260_6523 | 3 | 3 | 0 | 0 | 9 | 0 | 0 | 0 | +| ucode_cnt_memAttr.ucode_cnt_memAttr[5].ucode_cnt_memAttr_reg | tri_rlmreg_p__parameterized260_6524 | 3 | 3 | 0 | 0 | 9 | 0 | 0 | 0 | +| ucode_cnt_memAttr.ucode_cnt_memAttr[6].ucode_cnt_memAttr_reg | tri_rlmreg_p__parameterized260_6525 | 3 | 3 | 0 | 0 | 9 | 0 | 0 | 0 | +| ucode_cnt_memAttr.ucode_cnt_memAttr[7].ucode_cnt_memAttr_reg | tri_rlmreg_p__parameterized260_6526 | 3 | 3 | 0 | 0 | 9 | 0 | 0 | 0 | +| ucode_cnt_val_reg | tri_rlmreg_p__parameterized12_6527 | 5 | 5 | 0 | 0 | 8 | 0 | 0 | 0 | +| iu_lq_cp_flush_reg | tri_rlmreg_p__parameterized37_6383 | 25 | 25 | 0 | 0 | 1 | 0 | 0 | 0 | +| iu_lq_cp_next_itag_tid.iu_lq_cp_next_itag_tid[0].iu_lq_cp_next_itag_reg | tri_rlmreg_p__parameterized13_6384 | 1 | 1 | 0 | 0 | 7 | 0 | 0 | 0 | +| iu_lq_recirc_val_reg | tri_rlmreg_p__parameterized37_6385 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ldq_idle_reg | tri_rlmreg_p__parameterized37_6386 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| lq0_iu_dacr_type_reg | tri_rlmlatch_p_6387 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| lq0_iu_dacrw_reg | tri_rlmreg_p__parameterized9_6388 | 0 | 0 | 0 | 0 | 4 | 0 | 0 | 0 | +| lq0_iu_dear_val_reg | tri_rlmreg_p__parameterized37_6389 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| lq0_iu_eff_addr_reg | tri_rlmreg_p__parameterized33_6390 | 0 | 0 | 0 | 0 | 64 | 0 | 0 | 0 | +| lq0_iu_exception_reg | tri_rlmreg_p__parameterized0_6391 | 0 | 0 | 0 | 0 | 5 | 0 | 0 | 0 | +| lq0_iu_exception_val_reg | tri_rlmlatch_p_6392 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| lq0_iu_execute_vld_reg | tri_rlmreg_p__parameterized37_6393 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| lq0_iu_flush2ucode_reg | tri_rlmlatch_p_6394 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| lq0_iu_flush2ucode_type_reg | tri_rlmlatch_p_6395 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| lq0_iu_instr_reg | tri_rlmreg_p__parameterized17_6396 | 0 | 0 | 0 | 0 | 32 | 0 | 0 | 0 | +| lq0_iu_itag_reg | tri_rlmreg_p__parameterized13_6397 | 0 | 0 | 0 | 0 | 7 | 0 | 0 | 0 | +| lq0_iu_n_flush_reg | tri_rlmlatch_p_6398 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| lq0_iu_np1_flush_reg | tri_rlmlatch_p_6399 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| lq0_iu_recirc_val_reg | tri_rlmreg_p__parameterized37_6400 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| lq_pc_ram_data_val_reg | tri_rlmlatch_p_6401 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| pc_lq_ram_active_reg | tri_rlmreg_p__parameterized37_6402 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| rel2_axu_wren_reg | tri_rlmlatch_p_6403 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| rel2_ta_gpr_reg | tri_rlmreg_p__parameterized46_6404 | 5248 | 5248 | 0 | 0 | 13 | 0 | 0 | 0 | +| rel2_xu_wren_reg | tri_rlmlatch_p_6405 | 193 | 193 | 0 | 0 | 1 | 0 | 0 | 0 | +| rv1_binv_val_reg | tri_regk__parameterized2_6406 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| spr_ccr2_en_trace_reg | tri_rlmlatch_p_6407 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| spr_ccr2_notlb_reg | tri_rlmlatch_p_6408 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| spr_ccr2_ucode_dis_reg | tri_rlmlatch_p_6409 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| spr_dbcr0_idm_reg | tri_rlmreg_p__parameterized37_6410 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| spr_epcr_duvd_reg | tri_rlmreg_p__parameterized37_6411 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| spr_lpidr_reg | tri_rlmreg_p__parameterized12_6412 | 16 | 16 | 0 | 0 | 8 | 0 | 0 | 0 | +| spr_msr_de_reg | tri_rlmreg_p__parameterized37_6413 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| spr_msr_ds_reg | tri_rlmreg_p__parameterized37_6414 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| spr_msr_fp_reg | tri_rlmreg_p__parameterized37_6415 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| spr_msr_gs_reg | tri_rlmreg_p__parameterized37_6416 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| spr_msr_pr_reg | tri_rlmreg_p__parameterized37_6417 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| spr_pid_reg.spr_pid_reg[0].spr_pid_reg | tri_ser_rlmreg_p__parameterized9_6418 | 0 | 0 | 0 | 0 | 14 | 0 | 0 | 0 | +| tri_ser_rlmreg_p | tri_aoi22_nlats_wlcb__parameterized9_6473 | 0 | 0 | 0 | 0 | 14 | 0 | 0 | 0 | +| spr_xucr0_aflsta_reg | tri_rlmlatch_p_6419 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| spr_xucr0_dcdis_reg | tri_rlmlatch_p_6420 | 3 | 3 | 0 | 0 | 1 | 0 | 0 | 0 | +| spr_xucr0_en_trace_um_reg | tri_rlmreg_p__parameterized37_6421 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| spr_xucr0_flsta_reg | tri_rlmlatch_p_6422 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| spr_xucr0_mbar_ack_reg | tri_rlmlatch_p_6423 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| spr_xucr0_mdcp_reg | tri_rlmlatch_p_6424 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| spr_xucr0_mddp_reg | tri_rlmlatch_p_6425 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| spr_xucr0_tlbsync_reg | tri_rlmlatch_p_6426 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| spr_xucr0_wlk_reg | tri_rlmlatch_p_6427 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| spr_xucr4_mddmh_reg | tri_rlmlatch_p_6428 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| spr_xucr4_mmu_mchk_reg | tri_rlmlatch_p_6429 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| stq2_ci_reg | tri_rlmlatch_p_6430 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| stq2_epid_val_reg | tri_rlmlatch_p_6431 | 34 | 34 | 0 | 0 | 1 | 0 | 0 | 0 | +| stq2_mfdpa_val_reg | tri_rlmlatch_p_6432 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| stq2_mfdpf_val_reg | tri_rlmlatch_p_6433 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| stq2_mftgpr_val_reg | tri_rlmlatch_p_6434 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| stq2_resv_reg | tri_rlmlatch_p_6435 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| stq2_stg_act_reg | tri_rlmlatch_p_6436 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| stq2_store_val_reg | tri_rlmlatch_p_6437 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| stq2_thrd_id_reg | tri_rlmreg_p__parameterized37_6438 | 130 | 130 | 0 | 0 | 1 | 0 | 0 | 0 | +| stq3_ci_reg | tri_regk__parameterized2_6439 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| stq3_icswx_data_reg | tri_regk__parameterized12 | 0 | 0 | 0 | 0 | 25 | 0 | 0 | 0 | +| stq3_mfdpa_val_reg | tri_regk__parameterized2_6440 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| stq3_mfdpf_val_reg | tri_regk__parameterized2_6441 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| stq3_mftgpr_val_reg | tri_regk__parameterized2_6442 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| stq3_resv_reg | tri_regk__parameterized2_6443 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| stq3_stg_act_reg | tri_rlmlatch_p_6444 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| stq3_store_val_reg | tri_regk__parameterized2_6445 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| stq3_thrd_id_reg | tri_rlmreg_p__parameterized37_6446 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| stq4_dcarr_wren_reg | tri_rlmlatch_p_6447 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| stq4_mfdpa_val_reg | tri_rlmlatch_p_6448 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| stq4_mfdpf_val_reg | tri_rlmlatch_p_6449 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| stq4_mftgpr_val_reg | tri_rlmlatch_p_6450 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| stq4_stg_act_reg | tri_rlmlatch_p_6451 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| stq4_thrd_id_reg | tri_rlmreg_p__parameterized37_6452 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| stq5_mfdpa_val_reg | tri_regk__parameterized2_6453 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| stq5_mfdpf_val_reg | tri_regk__parameterized2_6454 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| stq5_mftgpr_val_reg | tri_regk__parameterized2_6455 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| stq5_stg_act_reg | tri_rlmlatch_p_6456 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| stq5_thrd_id_reg | tri_rlmreg_p__parameterized37_6457 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| stq6_itag_reg | tri_rlmreg_p__parameterized13_6458 | 7 | 7 | 0 | 0 | 7 | 0 | 0 | 0 | +| stq6_mfdpa_val_reg | tri_rlmlatch_p_6459 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| stq6_mftgpr_val_reg | tri_rlmlatch_p_6460 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| stq6_moveOp_val_reg | tri_rlmlatch_p_6461 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| stq6_tgpr_reg | tri_rlmreg_p__parameterized46_6462 | 9 | 9 | 0 | 0 | 9 | 0 | 0 | 0 | +| stq6_thrd_id_reg | tri_rlmreg_p__parameterized37_6463 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| stq7_mftgpr_val_reg | tri_regk__parameterized2_6464 | 5 | 5 | 0 | 0 | 1 | 0 | 0 | 0 | +| stq7_thrd_id_reg | tri_rlmreg_p__parameterized37_6465 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| stq8_mftgpr_val_reg | tri_rlmlatch_p_6466 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| stq8_thrd_id_reg | tri_rlmreg_p__parameterized37_6467 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xer_lq_cp_rd_so_reg | tri_rlmreg_p__parameterized37_6468 | 4 | 4 | 0 | 0 | 1 | 0 | 0 | 0 | +| xudbg1_dir_reg_reg | tri_ser_rlmreg_p__parameterized11_6469 | 10 | 10 | 0 | 0 | 10 | 0 | 0 | 0 | +| tri_ser_rlmreg_p | tri_aoi22_nlats_wlcb__parameterized11_6472 | 10 | 10 | 0 | 0 | 10 | 0 | 0 | 0 | +| xudbg1_parity_reg_reg | tri_ser_rlmreg_p__parameterized14_6470 | 4 | 4 | 0 | 0 | 4 | 0 | 0 | 0 | +| tri_ser_rlmreg_p | tri_aoi22_nlats_wlcb__parameterized14_6471 | 4 | 4 | 0 | 0 | 4 | 0 | 0 | 0 | +| xudbg2_tag_reg | tri_ser_rlmreg_p__parameterized26 | 30 | 30 | 0 | 0 | 30 | 0 | 0 | 0 | +| tri_ser_rlmreg_p | tri_aoi22_nlats_wlcb__parameterized26 | 30 | 30 | 0 | 0 | 30 | 0 | 0 | 0 | +| dec | lq_dec | 1017 | 1017 | 0 | 0 | 313 | 0 | 0 | 0 | +| ex0_arr_rd_congr_cl_latch | tri_rlmreg_p__parameterized0_6004 | 0 | 0 | 0 | 0 | 6 | 0 | 0 | 0 | +| ex0_arr_rd_val_latch | tri_rlmlatch_p_6005 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex0_back_inv_addr_latch | tri_rlmreg_p__parameterized52_6006 | 18 | 18 | 0 | 0 | 36 | 0 | 0 | 0 | +| ex0_back_inv_latch | tri_rlmlatch_p_6007 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex0_derat_snoop_addr_latch | tri_rlmreg_p__parameterized34_6008 | 22 | 22 | 0 | 0 | 52 | 0 | 0 | 0 | +| ex0_derat_snoop_val_latch | tri_rlmlatch_p_6009 | 73 | 73 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex0_hold_taken_latch | tri_rlmlatch_p_6010 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex0_needs_release_latch | tri_rlmlatch_p_6011 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex0_stg_act_latch | tri_rlmlatch_p_6012 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex0_tid_latch | tri_rlmreg_p__parameterized37_6013 | 4 | 4 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex0_vld_latch | tri_rlmlatch_p_6014 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex1_hold_taken_latch | tri_rlmlatch_p_6015 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex1_instr_latch | tri_rlmreg_p__parameterized17_6016 | 573 | 573 | 0 | 0 | 32 | 0 | 0 | 0 | +| ex1_itag_latch | tri_rlmreg_p__parameterized13_6017 | 21 | 21 | 0 | 0 | 7 | 0 | 0 | 0 | +| ex1_needs_release_latch | tri_rlmlatch_p_6018 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex1_release_attmp_latch | tri_rlmlatch_p_6019 | 3 | 3 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex1_s1_vld_latch | tri_rlmlatch_p_6020 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex1_s2_vld_latch | tri_rlmlatch_p_6021 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex1_selimm_addr_latch | tri_rlmreg_p__parameterized253_6022 | 1 | 1 | 0 | 0 | 58 | 0 | 0 | 0 | +| ex1_selimm_addr_val_latch | tri_rlmlatch_p_6023 | 11 | 11 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex1_stg_act_latch | tri_rlmlatch_p_6024 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex1_t1_wa_latch | tri_rlmreg_p__parameterized0_6025 | 6 | 6 | 0 | 0 | 6 | 0 | 0 | 0 | +| ex1_t1_we_latch | tri_rlmlatch_p_6026 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex1_t3_wa_latch | tri_rlmreg_p__parameterized0_6027 | 12 | 12 | 0 | 0 | 6 | 0 | 0 | 0 | +| ex1_tid_latch | tri_rlmreg_p__parameterized37_6028 | 3 | 3 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex1_ucode_cnt_latch | tri_rlmreg_p__parameterized5_6029 | 3 | 3 | 0 | 0 | 3 | 0 | 0 | 0 | +| ex1_ucode_latch | tri_rlmreg_p__parameterized2_6030 | 1 | 1 | 0 | 0 | 2 | 0 | 0 | 0 | +| ex1_vld_latch | tri_rlmlatch_p_6031 | 7 | 7 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex2_axu_physical_upd_latch | tri_rlmlatch_p_6032 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex2_dir_rd_act_latch | tri_rlmlatch_p_6033 | 3 | 3 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex2_is_any_load_dac_latch | tri_rlmlatch_p_6034 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex2_is_any_store_dac_latch | tri_rlmlatch_p_6035 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex2_itag_latch | tri_rlmreg_p__parameterized13_6036 | 7 | 7 | 0 | 0 | 7 | 0 | 0 | 0 | +| ex2_needs_release_latch | tri_rlmlatch_p_6037 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex2_physical_upd_latch | tri_rlmlatch_p_6038 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex2_stg_act_latch | tri_rlmlatch_p_6039 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex2_t1_we_latch | tri_rlmlatch_p_6040 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex2_tid_latch | tri_rlmreg_p__parameterized37_6041 | 3 | 3 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex2_vld_latch | tri_rlmlatch_p_6042 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex3_axu_abort_rpt_latch | tri_rlmlatch_p_6043 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex3_req_abort_rpt_latch | tri_rlmlatch_p_6044 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex3_stg_act_latch | tri_rlmlatch_p_6045 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex3_t1_we_latch | tri_rlmlatch_p_6046 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex3_tid_latch | tri_rlmreg_p__parameterized37_6047 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex3_vld_latch | tri_rlmlatch_p_6048 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex4_axu_abort_rpt_latch | tri_rlmlatch_p_6049 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex4_req_abort_rpt_latch | tri_rlmlatch_p_6050 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex4_stg_act_latch | tri_rlmlatch_p_6051 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex4_t1_we_latch | tri_rlmlatch_p_6052 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex4_tid_latch | tri_rlmreg_p__parameterized37_6053 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex4_vld_latch | tri_rlmlatch_p_6054 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex5_axu_abort_rpt_latch | tri_rlmlatch_p_6055 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex5_req_abort_rpt_latch | tri_rlmlatch_p_6056 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex5_stg_act_latch | tri_rlmlatch_p_6057 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex5_t1_we_latch | tri_rlmlatch_p_6058 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex5_vld_latch | tri_rlmlatch_p_6059 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex6_stg_act_latch | tri_rlmlatch_p_6060 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex6_t1_we_latch | tri_rlmlatch_p_6061 | 16 | 16 | 0 | 0 | 16 | 0 | 0 | 0 | +| ex7_stg_act_latch | tri_rlmlatch_p_6062 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| iu_lq_cp_flush_latch | tri_rlmreg_p__parameterized37_6063 | 39 | 39 | 0 | 0 | 1 | 0 | 0 | 0 | +| lq_xu_ex5_act_latch | tri_rlmlatch_p_6064 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| release_itag_latch | tri_rlmreg_p__parameterized13_6065 | 0 | 0 | 0 | 0 | 7 | 0 | 0 | 0 | +| release_itag_vld_latch | tri_rlmlatch_p_6066 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| release_tid_latch | tri_rlmreg_p__parameterized37_6067 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| rv1_back_inv_latch | tri_rlmlatch_p_6068 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| rv1_hold_taken_latch | tri_rlmlatch_p_6069 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| spr_ccr2_en_ditc_latch | tri_rlmlatch_p_6070 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| spr_ccr2_en_icswx_latch | tri_rlmlatch_p_6071 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| spr_ccr2_en_pc_latch | tri_rlmlatch_p_6072 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| spr_msr_gs_latch | tri_rlmreg_p__parameterized37_6073 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| spr_msr_pr_latch | tri_rlmreg_p__parameterized37_6074 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| spr_msr_ucle_latch | tri_rlmreg_p__parameterized37_6075 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| spr_msrp_uclep_latch | tri_rlmreg_p__parameterized37_6076 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| stq2_release_itag_latch | tri_rlmreg_p__parameterized13_6077 | 11 | 11 | 0 | 0 | 7 | 0 | 0 | 0 | +| stq2_release_tid_latch | tri_rlmreg_p__parameterized37_6078 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| stq2_release_vld_latch | tri_rlmlatch_p_6079 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| stq3_needs_release_latch | tri_rlmlatch_p_6080 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| stq3_release_attmp_latch | tri_rlmlatch_p_6081 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| stq3_release_vld_latch | tri_rlmlatch_p_6082 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| stq6_mftgpr_val_latch | tri_rlmlatch_p_6083 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| stq7_mftgpr_val_latch | tri_rlmlatch_p_6084 | 141 | 141 | 0 | 0 | 1 | 0 | 0 | 0 | +| xu_lq_hold_req_latch | tri_rlmlatch_p_6085 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| derat | lq_derat | 6393 | 6393 | 0 | 0 | 5151 | 1 | 2 | 0 | +| (derat) | lq_derat | 4 | 4 | 0 | 0 | 0 | 0 | 0 | 0 | +| cam_entry_le_latch | tri_rlmreg_p__parameterized17_5801 | 0 | 0 | 0 | 0 | 32 | 0 | 0 | 0 | +| ccr2_frat_paranoia_latch | tri_rlmreg_p__parameterized227_5802 | 79 | 79 | 0 | 0 | 12 | 0 | 0 | 0 | +| cp_flush_latch | tri_rlmreg_p__parameterized37_5803 | 7 | 7 | 0 | 0 | 1 | 0 | 0 | 0 | +| cp_next_itag[0].cp_next_itag_latch | tri_rlmreg_p__parameterized13_5804 | 3 | 3 | 0 | 0 | 7 | 0 | 0 | 0 | +| cp_next_val_latch | tri_rlmreg_p__parameterized37_5805 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| csync_val_latch | tri_rlmreg_p__parameterized2_5806 | 0 | 0 | 0 | 0 | 2 | 0 | 0 | 0 | +| derat_cam | tri_cam_32x143_1r1w1c | 3044 | 3044 | 0 | 0 | 3270 | 1 | 2 | 0 | +| derat_dcc_clr_hold_latch | tri_rlmreg_p__parameterized37_5807 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| entry_match_latch | tri_rlmreg_p__parameterized17_5808 | 125 | 125 | 0 | 0 | 32 | 0 | 0 | 0 | +| entry_valid_latch | tri_rlmreg_p__parameterized17_5809 | 350 | 350 | 0 | 0 | 32 | 0 | 0 | 0 | +| eplc_wr_latch | tri_rlmreg_p__parameterized5_5810 | 4 | 4 | 0 | 0 | 3 | 0 | 0 | 0 | +| eplc_wr_val_latch | tri_rlmreg_p__parameterized37_5811 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| epsc_wr_latch | tri_rlmreg_p__parameterized5_5812 | 3 | 3 | 0 | 0 | 3 | 0 | 0 | 0 | +| epsc_wr_val_latch | tri_rlmreg_p__parameterized37_5813 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| eptr_latch | tri_rlmreg_p__parameterized4_5814 | 2 | 2 | 0 | 0 | 5 | 0 | 0 | 0 | +| eratm_entry_epn[0].eratm_entry_epn_latch | tri_rlmreg_p__parameterized34_5815 | 17 | 17 | 0 | 0 | 52 | 0 | 0 | 0 | +| eratm_entry_epn[1].eratm_entry_epn_latch | tri_rlmreg_p__parameterized34_5816 | 17 | 17 | 0 | 0 | 52 | 0 | 0 | 0 | +| eratm_entry_epn[2].eratm_entry_epn_latch | tri_rlmreg_p__parameterized34_5817 | 17 | 17 | 0 | 0 | 52 | 0 | 0 | 0 | +| eratm_entry_epn[3].eratm_entry_epn_latch | tri_rlmreg_p__parameterized34_5818 | 17 | 17 | 0 | 0 | 52 | 0 | 0 | 0 | +| eratm_entry_itag[0].eratm_entry_itag_latch | tri_rlmreg_p__parameterized13_5819 | 3 | 3 | 0 | 0 | 7 | 0 | 0 | 0 | +| eratm_entry_itag[1].eratm_entry_itag_latch | tri_rlmreg_p__parameterized13_5820 | 2 | 2 | 0 | 0 | 7 | 0 | 0 | 0 | +| eratm_entry_itag[2].eratm_entry_itag_latch | tri_rlmreg_p__parameterized13_5821 | 5 | 5 | 0 | 0 | 7 | 0 | 0 | 0 | +| eratm_entry_itag[3].eratm_entry_itag_latch | tri_rlmreg_p__parameterized13_5822 | 0 | 0 | 0 | 0 | 7 | 0 | 0 | 0 | +| eratm_entry_mkill_latch | tri_rlmreg_p__parameterized9_5823 | 7 | 7 | 0 | 0 | 4 | 0 | 0 | 0 | +| eratm_entry_state[0].eratm_entry_state_latch | tri_rlmreg_p__parameterized5_5824 | 11 | 11 | 0 | 0 | 2 | 0 | 0 | 0 | +| eratm_entry_state[1].eratm_entry_state_latch | tri_rlmreg_p__parameterized5_5825 | 5 | 5 | 0 | 0 | 2 | 0 | 0 | 0 | +| eratm_entry_state[2].eratm_entry_state_latch | tri_rlmreg_p__parameterized5_5826 | 10 | 10 | 0 | 0 | 3 | 0 | 0 | 0 | +| eratm_entry_state[3].eratm_entry_state_latch | tri_rlmreg_p__parameterized5_5827 | 5 | 5 | 0 | 0 | 2 | 0 | 0 | 0 | +| eratm_entry_tid[0].eratm_entry_tid_latch | tri_rlmreg_p__parameterized37_5828 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| eratm_entry_tid[1].eratm_entry_tid_latch | tri_rlmreg_p__parameterized37_5829 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| eratm_entry_tid[2].eratm_entry_tid_latch | tri_rlmreg_p__parameterized37_5830 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| eratm_entry_tid[3].eratm_entry_tid_latch | tri_rlmreg_p__parameterized37_5831 | 3 | 3 | 0 | 0 | 1 | 0 | 0 | 0 | +| eratre_hole_latch | tri_rlmreg_p__parameterized9_5832 | 4 | 4 | 0 | 0 | 4 | 0 | 0 | 0 | +| eratwe_hole_latch | tri_rlmreg_p__parameterized9_5833 | 7 | 7 | 0 | 0 | 4 | 0 | 0 | 0 | +| ex0_binv_val_latch | tri_rlmlatch_p_5834 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex0_csync_val_latch | tri_rlmlatch_p_5835 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex0_eplc_wr_val_latch | tri_rlmreg_p__parameterized37_5836 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex0_epsc_wr_val_latch | tri_rlmreg_p__parameterized37_5837 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex0_isync_val_latch | tri_rlmlatch_p_5838 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex0_snoop_val_latch | tri_rlmlatch_p_5839 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex0_ttype_latch | tri_rlmreg_p__parameterized9_5840 | 3 | 3 | 0 | 0 | 3 | 0 | 0 | 0 | +| ex0_ttype_val_latch | tri_rlmreg_p__parameterized37_5841 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex1_binv_val_latch | tri_rlmlatch_p_5842 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex1_snoop_val_latch | tri_rlmlatch_p_5843 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex1_stg_act_latch | tri_rlmlatch_p_5844 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex1_ttype03_latch | tri_rlmreg_p__parameterized9_5845 | 7 | 7 | 0 | 0 | 3 | 0 | 0 | 0 | +| ex1_ttype67_latch | tri_rlmreg_p__parameterized2_5846 | 2 | 2 | 0 | 0 | 2 | 0 | 0 | 0 | +| ex1_ttype_latch | tri_rlmreg_p__parameterized2_5847 | 50 | 50 | 0 | 0 | 2 | 0 | 0 | 0 | +| ex1_valid_latch | tri_rlmreg_p__parameterized37_5848 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex1_valid_op_latch | tri_rlmreg_p__parameterized37_5849 | 7 | 7 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex2_byte_rev_latch | tri_rlmlatch_p_5850 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex2_data_in_latch | tri_rlmreg_p__parameterized33_5851 | 127 | 127 | 0 | 0 | 64 | 0 | 0 | 0 | +| ex2_extclass_latch | tri_rlmreg_p__parameterized2_5852 | 3 | 3 | 0 | 0 | 2 | 0 | 0 | 0 | +| ex2_itag_latch | tri_rlmreg_p__parameterized13_5853 | 14 | 14 | 0 | 0 | 7 | 0 | 0 | 0 | +| ex2_pfetch_val_latch | tri_rlmreg_p__parameterized37_5854 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex2_pid_latch | tri_rlmreg_p__parameterized41_5855 | 17 | 17 | 0 | 0 | 14 | 0 | 0 | 0 | +| ex2_ra_entry_latch | tri_rlmreg_p__parameterized4_5856 | 0 | 0 | 0 | 0 | 5 | 0 | 0 | 0 | +| ex2_state_latch | tri_rlmreg_p__parameterized9_5857 | 35 | 35 | 0 | 0 | 4 | 0 | 0 | 0 | +| ex2_stg_act_latch | tri_rlmlatch_p_5858 | 5 | 5 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex2_tlbsel_latch | tri_rlmreg_p__parameterized2_5859 | 85 | 85 | 0 | 0 | 2 | 0 | 0 | 0 | +| ex2_ttype_latch | tri_rlmreg_p__parameterized227_5860 | 29 | 29 | 0 | 0 | 11 | 0 | 0 | 0 | +| ex2_valid_latch | tri_rlmreg_p__parameterized37_5861 | 3 | 3 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex2_valid_op_latch | tri_rlmreg_p__parameterized37_5862 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex2_ws_latch | tri_rlmreg_p__parameterized2_5863 | 64 | 64 | 0 | 0 | 2 | 0 | 0 | 0 | +| ex3_byte_rev_latch | tri_rlmlatch_p_5864 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex3_comp_addr_latch | tri_rlmreg_p__parameterized53_5865 | 30 | 30 | 0 | 0 | 30 | 0 | 0 | 0 | +| ex3_dsi_latch | tri_rlmreg_p__parameterized6_5866 | 8 | 8 | 0 | 0 | 9 | 0 | 0 | 0 | +| ex3_epn_latch | tri_rlmreg_p__parameterized34_5867 | 77 | 77 | 0 | 0 | 52 | 0 | 0 | 0 | +| ex3_eratm_itag_hit_latch | tri_rlmreg_p__parameterized9_5868 | 3 | 3 | 0 | 0 | 4 | 0 | 0 | 0 | +| ex3_extclass_latch | tri_rlmreg_p__parameterized2_5869 | 0 | 0 | 0 | 0 | 2 | 0 | 0 | 0 | +| ex3_itag_latch | tri_rlmreg_p__parameterized13_5870 | 21 | 21 | 0 | 0 | 7 | 0 | 0 | 0 | +| ex3_noop_touch_latch | tri_rlmreg_p__parameterized6_5871 | 5 | 5 | 0 | 0 | 7 | 0 | 0 | 0 | +| ex3_pfetch_val_latch | tri_rlmreg_p__parameterized37_5872 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex3_pid_latch | tri_rlmreg_p__parameterized41_5873 | 14 | 14 | 0 | 0 | 14 | 0 | 0 | 0 | +| ex3_ra_entry_latch | tri_rlmreg_p__parameterized4_5874 | 5 | 5 | 0 | 0 | 5 | 0 | 0 | 0 | +| ex3_state_latch | tri_rlmreg_p__parameterized9_5875 | 3 | 3 | 0 | 0 | 3 | 0 | 0 | 0 | +| ex3_stg_act_latch | tri_rlmlatch_p_5876 | 1 | 1 | 0 | 0 | 5 | 0 | 0 | 0 | +| ex3_tlbsel_latch | tri_rlmreg_p__parameterized2_5877 | 3 | 3 | 0 | 0 | 2 | 0 | 0 | 0 | +| ex3_ttype_latch | tri_rlmreg_p__parameterized227_5878 | 10 | 10 | 0 | 0 | 6 | 0 | 0 | 0 | +| ex3_valid_latch | tri_rlmreg_p__parameterized37_5879 | 5 | 5 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex3_valid_op_latch | tri_rlmreg_p__parameterized37_5880 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex3_ws_latch | tri_rlmreg_p__parameterized2_5881 | 2 | 2 | 0 | 0 | 2 | 0 | 0 | 0 | +| ex4_array_cmp_data_latch | tri_rlmreg_p__parameterized45 | 24 | 24 | 0 | 0 | 68 | 0 | 0 | 0 | +| ex4_cam_cmp_data_latch | tri_rlmreg_p__parameterized44 | 23 | 23 | 0 | 0 | 83 | 0 | 0 | 0 | +| ex4_dsi_latch | tri_rlmreg_p__parameterized6_5882 | 0 | 0 | 0 | 0 | 9 | 0 | 0 | 0 | +| ex4_epn_hit_restart_latch | tri_rlmlatch_p_5883 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex4_epn_latch | tri_rlmreg_p__parameterized34_5884 | 225 | 225 | 0 | 0 | 52 | 0 | 0 | 0 | +| ex4_extclass_latch | tri_rlmreg_p__parameterized2_5885 | 2 | 2 | 0 | 0 | 2 | 0 | 0 | 0 | +| ex4_first_hit_entry_pt_latch | tri_rlmreg_p__parameterized214 | 17 | 17 | 0 | 0 | 31 | 0 | 0 | 0 | +| ex4_full_restart_latch | tri_rlmlatch_p_5886 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex4_gate_miss_latch | tri_rlmlatch_p_5887 | 3 | 3 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex4_hit_latch | tri_rlmlatch_p_5888 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex4_itag_hit_restart_latch | tri_rlmlatch_p_5889 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex4_itag_latch | tri_rlmreg_p__parameterized13_5890 | 28 | 28 | 0 | 0 | 7 | 0 | 0 | 0 | +| ex4_miss_latch | tri_rlmreg_p__parameterized37_5891 | 5 | 5 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex4_multihit_b_pt_latch | tri_rlmreg_p__parameterized17_5892 | 13 | 13 | 0 | 0 | 32 | 0 | 0 | 0 | +| ex4_multihit_latch | tri_rlmreg_p__parameterized37_5893 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex4_nonspec_val_latch | tri_rlmlatch_p_5894 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex4_noop_touch_latch | tri_rlmreg_p__parameterized6_5895 | 1 | 1 | 0 | 0 | 7 | 0 | 0 | 0 | +| ex4_oldest_itag_latch | tri_rlmlatch_p_5896 | 6 | 6 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex4_parerr_latch | tri_rlmreg_p__parameterized5_5897 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| ex4_pfetch_val_latch | tri_rlmreg_p__parameterized37_5898 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex4_pid_latch | tri_rlmreg_p__parameterized41_5899 | 0 | 0 | 0 | 0 | 14 | 0 | 0 | 0 | +| ex4_ra_entry_latch | tri_rlmreg_p__parameterized4_5900 | 0 | 0 | 0 | 0 | 5 | 0 | 0 | 0 | +| ex4_rd_array_data_latch | tri_rlmreg_p__parameterized45_5901 | 17 | 17 | 0 | 0 | 68 | 0 | 0 | 0 | +| ex4_rd_cam_data_latch | tri_rlmreg_p__parameterized44_5902 | 27 | 27 | 0 | 0 | 84 | 0 | 0 | 0 | +| ex4_rpn_latch | tri_rlmreg_p__parameterized53_5903 | 72 | 72 | 0 | 0 | 30 | 0 | 0 | 0 | +| ex4_setHold_latch | tri_rlmlatch_p_5904 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex4_state_latch | tri_rlmreg_p__parameterized9_5905 | 15 | 15 | 0 | 0 | 3 | 0 | 0 | 0 | +| ex4_stg_act_latch | tri_rlmlatch_p_5906 | 33 | 33 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex4_tlbsel_latch | tri_rlmreg_p__parameterized2_5907 | 7 | 7 | 0 | 0 | 2 | 0 | 0 | 0 | +| ex4_ttype_latch | tri_rlmreg_p__parameterized227_5908 | 16 | 16 | 0 | 0 | 5 | 0 | 0 | 0 | +| ex4_valid_latch | tri_rlmreg_p__parameterized37_5909 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex4_valid_op_latch | tri_rlmreg_p__parameterized37_5910 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex4_wimge_latch | tri_rlmreg_p__parameterized4_5911 | 11 | 11 | 0 | 0 | 5 | 0 | 0 | 0 | +| ex4_ws_latch | tri_rlmreg_p__parameterized2_5912 | 115 | 115 | 0 | 0 | 2 | 0 | 0 | 0 | +| ex5_data_out_latch | tri_rlmreg_p__parameterized33_5913 | 63 | 63 | 0 | 0 | 64 | 0 | 0 | 0 | +| ex5_deen_latch | tri_rlmreg_p__parameterized0_5914 | 6 | 6 | 0 | 0 | 6 | 0 | 0 | 0 | +| ex5_emq_latch | tri_rlmreg_p__parameterized9_5915 | 0 | 0 | 0 | 0 | 4 | 0 | 0 | 0 | +| ex5_extclass_latch | tri_rlmreg_p__parameterized2_5916 | 2 | 2 | 0 | 0 | 2 | 0 | 0 | 0 | +| ex5_fir_multihit_latch | tri_rlmreg_p__parameterized37_5917 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex5_fir_parerr_latch | tri_rlmreg_p__parameterized9_5918 | 1 | 1 | 0 | 0 | 4 | 0 | 0 | 0 | +| ex5_parerr_latch | tri_rlmreg_p__parameterized0_5919 | 1 | 1 | 0 | 0 | 6 | 0 | 0 | 0 | +| ex5_pfetch_val_latch | tri_rlmreg_p__parameterized37_5920 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex5_pid_latch | tri_rlmreg_p__parameterized41_5921 | 14 | 14 | 0 | 0 | 14 | 0 | 0 | 0 | +| ex5_state_latch | tri_rlmreg_p__parameterized9_5922 | 2 | 2 | 0 | 0 | 2 | 0 | 0 | 0 | +| ex5_stg_act_latch | tri_rlmlatch_p_5923 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex5_tlbreq_val_latch | tri_rlmlatch_p_5924 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex5_tlbsel_latch | tri_rlmreg_p__parameterized2_5925 | 3 | 3 | 0 | 0 | 2 | 0 | 0 | 0 | +| ex5_ttype_latch | tri_rlmreg_p__parameterized227_5926 | 2 | 2 | 0 | 0 | 2 | 0 | 0 | 0 | +| ex5_valid_latch | tri_rlmreg_p__parameterized37_5927 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex5_valid_op_latch | tri_rlmreg_p__parameterized37_5928 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex5_ws_latch | tri_rlmreg_p__parameterized2_5929 | 2 | 2 | 0 | 0 | 2 | 0 | 0 | 0 | +| ex6_deen_latch | tri_rlmreg_p__parameterized0_5930 | 5 | 5 | 0 | 0 | 6 | 0 | 0 | 0 | +| ex6_extclass_latch | tri_rlmreg_p__parameterized2_5931 | 0 | 0 | 0 | 0 | 2 | 0 | 0 | 0 | +| ex6_pfetch_val_latch | tri_rlmreg_p__parameterized37_5932 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex6_pid_latch | tri_rlmreg_p__parameterized41_5933 | 14 | 14 | 0 | 0 | 14 | 0 | 0 | 0 | +| ex6_state_latch | tri_rlmreg_p__parameterized9_5934 | 2 | 2 | 0 | 0 | 2 | 0 | 0 | 0 | +| ex6_stg_act_latch | tri_rlmlatch_p_5935 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex6_tlbsel_latch | tri_rlmreg_p__parameterized2_5936 | 3 | 3 | 0 | 0 | 2 | 0 | 0 | 0 | +| ex6_ttype_latch | tri_rlmreg_p__parameterized227_5937 | 2 | 2 | 0 | 0 | 2 | 0 | 0 | 0 | +| ex6_valid_latch | tri_rlmreg_p__parameterized37_5938 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex6_valid_op_latch | tri_rlmreg_p__parameterized37_5939 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex6_ws_latch | tri_rlmreg_p__parameterized2_5940 | 0 | 0 | 0 | 0 | 2 | 0 | 0 | 0 | +| ex7_deen_latch | tri_rlmreg_p__parameterized0_5941 | 3 | 3 | 0 | 0 | 6 | 0 | 0 | 0 | +| ex7_extclass_latch | tri_rlmreg_p__parameterized2_5942 | 1 | 1 | 0 | 0 | 2 | 0 | 0 | 0 | +| ex7_pfetch_val_latch | tri_rlmreg_p__parameterized37_5943 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex7_pid_latch | tri_rlmreg_p__parameterized41_5944 | 7 | 7 | 0 | 0 | 14 | 0 | 0 | 0 | +| ex7_state_latch | tri_rlmreg_p__parameterized9_5945 | 1 | 1 | 0 | 0 | 2 | 0 | 0 | 0 | +| ex7_tlbsel_latch | tri_rlmreg_p__parameterized2_5946 | 1 | 1 | 0 | 0 | 2 | 0 | 0 | 0 | +| ex7_ttype_latch | tri_rlmreg_p__parameterized227_5947 | 1 | 1 | 0 | 0 | 2 | 0 | 0 | 0 | +| ex7_valid_latch | tri_rlmreg_p__parameterized37_5948 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex7_valid_op_latch | tri_rlmreg_p__parameterized37_5949 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex7_ws_latch | tri_rlmreg_p__parameterized2_5950 | 1 | 1 | 0 | 0 | 2 | 0 | 0 | 0 | +| ex8_pfetch_val_latch | tri_rlmreg_p__parameterized37_5951 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex8_tlbsel_latch | tri_rlmreg_p__parameterized2_5952 | 1 | 1 | 0 | 0 | 2 | 0 | 0 | 0 | +| ex8_ttype_latch | tri_rlmreg_p__parameterized227_5953 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex8_valid_latch | tri_rlmreg_p__parameterized37_5954 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex8_valid_op_latch | tri_rlmreg_p__parameterized37_5955 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| isync_val_latch | tri_rlmreg_p__parameterized2_5956 | 1 | 1 | 0 | 0 | 2 | 0 | 0 | 0 | +| lq_xu_ord_read_done_latch | tri_rlmlatch_p_5957 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| lq_xu_ord_write_done_latch | tri_rlmlatch_p_5958 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| lru_latch | tri_rlmreg_p__parameterized214_5959 | 46 | 46 | 0 | 0 | 31 | 0 | 0 | 0 | +| lru_rmt_vec_latch | tri_rlmreg_p__parameterized17_5960 | 185 | 185 | 0 | 0 | 32 | 0 | 0 | 0 | +| lru_update_event_latch | tri_rlmreg_p__parameterized6_5961 | 14 | 14 | 0 | 0 | 9 | 0 | 0 | 0 | +| mchk_flash_inv_latch | tri_rlmreg_p__parameterized9_5962 | 2 | 2 | 0 | 0 | 3 | 0 | 0 | 0 | +| mmucr1_latch | tri_rlmreg_p__parameterized6_5963 | 10 | 10 | 0 | 0 | 10 | 0 | 0 | 0 | +| pc_xu_init_reset_latch | tri_rlmlatch_p_5964 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| por_seq_latch | tri_rlmreg_p__parameterized5_5965 | 84 | 84 | 0 | 0 | 3 | 0 | 0 | 0 | +| ra_entry_latch | tri_rlmreg_p__parameterized4_5966 | 10 | 10 | 0 | 0 | 5 | 0 | 0 | 0 | +| rpn_holdreg[0].rpn_holdreg_latch | tri_rlmreg_p__parameterized33_5967 | 27 | 27 | 0 | 0 | 51 | 0 | 0 | 0 | +| rs_data_latch | tri_rlmreg_p__parameterized33_5968 | 142 | 142 | 0 | 0 | 64 | 0 | 0 | 0 | +| rv1_binv_val_latch | tri_rlmlatch_p_5969 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| rv1_csync_val_latch | tri_rlmlatch_p_5970 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| rv1_eplc_wr_val_latch | tri_rlmreg_p__parameterized37_5971 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| rv1_epsc_wr_val_latch | tri_rlmreg_p__parameterized37_5972 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| rv1_isync_val_latch | tri_rlmlatch_p_5973 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| rv1_snoop_val_latch | tri_rlmlatch_p_5974 | 3 | 3 | 0 | 0 | 1 | 0 | 0 | 0 | +| rv1_ttype_latch | tri_rlmreg_p__parameterized9_5975 | 3 | 3 | 0 | 0 | 3 | 0 | 0 | 0 | +| rv1_ttype_val_latch | tri_rlmreg_p__parameterized37_5976 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| rw_entry_latch | tri_rlmreg_p__parameterized4_5977 | 76 | 76 | 0 | 0 | 5 | 0 | 0 | 0 | +| rw_entry_le_latch | tri_rlmlatch_p_5978 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| rw_entry_val_latch | tri_rlmlatch_p_5979 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| snoop_addr_latch | tri_rlmreg_p__parameterized34_5980 | 0 | 0 | 0 | 0 | 52 | 0 | 0 | 0 | +| snoop_attr_latch | tri_rlmreg_p__parameterized48_5981 | 8 | 8 | 0 | 0 | 26 | 0 | 0 | 0 | +| snoop_val_latch | tri_rlmreg_p__parameterized5_5982 | 213 | 213 | 0 | 0 | 3 | 0 | 0 | 0 | +| snoopp_act_latch | tri_rlmlatch_p_5983 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| snoopp_attr_latch | tri_rlmreg_p__parameterized48_5984 | 52 | 52 | 0 | 0 | 26 | 0 | 0 | 0 | +| snoopp_val_latch | tri_rlmlatch_p_5985 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| snoopp_vpn_latch | tri_rlmreg_p__parameterized34_5986 | 104 | 104 | 0 | 0 | 52 | 0 | 0 | 0 | +| spr_ccr2_notlb_latch | tri_rlmlatch_p_5987 | 4 | 4 | 0 | 0 | 1 | 0 | 0 | 0 | +| spr_msr_cm_latch | tri_rlmreg_p__parameterized37_5988 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| spr_msr_ds_latch | tri_rlmreg_p__parameterized37_5989 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| spr_msr_hv_latch | tri_rlmreg_p__parameterized37_5990 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| spr_msr_pr_latch | tri_rlmreg_p__parameterized37_5991 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ttype_latch | tri_rlmreg_p__parameterized9_5992 | 5 | 5 | 0 | 0 | 3 | 0 | 0 | 0 | +| ttype_val_latch | tri_rlmreg_p__parameterized37_5993 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| watermark_latch | tri_rlmreg_p__parameterized210 | 23 | 23 | 0 | 0 | 5 | 0 | 0 | 0 | +| ws_latch | tri_rlmreg_p__parameterized2_5994 | 2 | 2 | 0 | 0 | 2 | 0 | 0 | 0 | +| xu_lq_act_latch | tri_rlmlatch_p_5995 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xu_lq_is_eratre_latch | tri_rlmlatch_p_5996 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xu_lq_is_eratsx_latch | tri_rlmlatch_p_5997 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xu_lq_is_eratwe_latch | tri_rlmlatch_p_5998 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xu_lq_ra_entry_latch | tri_rlmreg_p__parameterized4_5999 | 5 | 5 | 0 | 0 | 5 | 0 | 0 | 0 | +| xu_lq_rs_data_latch | tri_rlmreg_p__parameterized33_6000 | 64 | 64 | 0 | 0 | 64 | 0 | 0 | 0 | +| xu_lq_val_latch | tri_rlmreg_p__parameterized37_6001 | 72 | 72 | 0 | 0 | 1 | 0 | 0 | 0 | +| xu_lq_ws_latch | tri_rlmreg_p__parameterized2_6002 | 2 | 2 | 0 | 0 | 2 | 0 | 0 | 0 | +| xucr4_mmu_mchk_latch | tri_rlmlatch_p__parameterized1_6003 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| dir | lq_dir | 9025 | 9025 | 0 | 0 | 3128 | 0 | 0 | 0 | +| l1dcdl | lq_dir_lru | 2214 | 2214 | 0 | 0 | 777 | 0 | 0 | 0 | +| congr_cl_act_reg | tri_rlmlatch_p_5670 | 0 | 0 | 0 | 0 | 7 | 0 | 0 | 0 | +| congr_cl_ex4_ex5_cmp_reg | tri_rlmlatch_p_5671 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| congr_cl_ex4_ex6_cmp_reg | tri_rlmlatch_p_5672 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| congr_cl_ex4_stq3_cmp_reg | tri_rlmlatch_p_5673 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| congr_cl_ex4_stq4_cmp_reg | tri_rlmlatch_p_5674 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| congr_cl_lru.congr_cl_lru[0].congr_cl_lru_reg | tri_rlmreg_p__parameterized13_5675 | 0 | 0 | 0 | 0 | 7 | 0 | 0 | 0 | +| congr_cl_lru.congr_cl_lru[10].congr_cl_lru_reg | tri_rlmreg_p__parameterized13_5676 | 0 | 0 | 0 | 0 | 7 | 0 | 0 | 0 | +| congr_cl_lru.congr_cl_lru[11].congr_cl_lru_reg | tri_rlmreg_p__parameterized13_5677 | 0 | 0 | 0 | 0 | 7 | 0 | 0 | 0 | +| congr_cl_lru.congr_cl_lru[12].congr_cl_lru_reg | tri_rlmreg_p__parameterized13_5678 | 0 | 0 | 0 | 0 | 7 | 0 | 0 | 0 | +| congr_cl_lru.congr_cl_lru[13].congr_cl_lru_reg | tri_rlmreg_p__parameterized13_5679 | 0 | 0 | 0 | 0 | 7 | 0 | 0 | 0 | +| congr_cl_lru.congr_cl_lru[14].congr_cl_lru_reg | tri_rlmreg_p__parameterized13_5680 | 0 | 0 | 0 | 0 | 7 | 0 | 0 | 0 | +| congr_cl_lru.congr_cl_lru[15].congr_cl_lru_reg | tri_rlmreg_p__parameterized13_5681 | 0 | 0 | 0 | 0 | 7 | 0 | 0 | 0 | +| congr_cl_lru.congr_cl_lru[16].congr_cl_lru_reg | tri_rlmreg_p__parameterized13_5682 | 0 | 0 | 0 | 0 | 7 | 0 | 0 | 0 | +| congr_cl_lru.congr_cl_lru[17].congr_cl_lru_reg | tri_rlmreg_p__parameterized13_5683 | 0 | 0 | 0 | 0 | 7 | 0 | 0 | 0 | +| congr_cl_lru.congr_cl_lru[18].congr_cl_lru_reg | tri_rlmreg_p__parameterized13_5684 | 0 | 0 | 0 | 0 | 7 | 0 | 0 | 0 | +| congr_cl_lru.congr_cl_lru[19].congr_cl_lru_reg | tri_rlmreg_p__parameterized13_5685 | 0 | 0 | 0 | 0 | 7 | 0 | 0 | 0 | +| congr_cl_lru.congr_cl_lru[1].congr_cl_lru_reg | tri_rlmreg_p__parameterized13_5686 | 0 | 0 | 0 | 0 | 7 | 0 | 0 | 0 | +| congr_cl_lru.congr_cl_lru[20].congr_cl_lru_reg | tri_rlmreg_p__parameterized13_5687 | 0 | 0 | 0 | 0 | 7 | 0 | 0 | 0 | +| congr_cl_lru.congr_cl_lru[21].congr_cl_lru_reg | tri_rlmreg_p__parameterized13_5688 | 0 | 0 | 0 | 0 | 7 | 0 | 0 | 0 | +| congr_cl_lru.congr_cl_lru[22].congr_cl_lru_reg | tri_rlmreg_p__parameterized13_5689 | 0 | 0 | 0 | 0 | 7 | 0 | 0 | 0 | +| congr_cl_lru.congr_cl_lru[23].congr_cl_lru_reg | tri_rlmreg_p__parameterized13_5690 | 0 | 0 | 0 | 0 | 7 | 0 | 0 | 0 | +| congr_cl_lru.congr_cl_lru[24].congr_cl_lru_reg | tri_rlmreg_p__parameterized13_5691 | 0 | 0 | 0 | 0 | 7 | 0 | 0 | 0 | +| congr_cl_lru.congr_cl_lru[25].congr_cl_lru_reg | tri_rlmreg_p__parameterized13_5692 | 0 | 0 | 0 | 0 | 7 | 0 | 0 | 0 | +| congr_cl_lru.congr_cl_lru[26].congr_cl_lru_reg | tri_rlmreg_p__parameterized13_5693 | 0 | 0 | 0 | 0 | 7 | 0 | 0 | 0 | +| congr_cl_lru.congr_cl_lru[27].congr_cl_lru_reg | tri_rlmreg_p__parameterized13_5694 | 0 | 0 | 0 | 0 | 7 | 0 | 0 | 0 | +| congr_cl_lru.congr_cl_lru[28].congr_cl_lru_reg | tri_rlmreg_p__parameterized13_5695 | 0 | 0 | 0 | 0 | 7 | 0 | 0 | 0 | +| congr_cl_lru.congr_cl_lru[29].congr_cl_lru_reg | tri_rlmreg_p__parameterized13_5696 | 0 | 0 | 0 | 0 | 7 | 0 | 0 | 0 | +| congr_cl_lru.congr_cl_lru[2].congr_cl_lru_reg | tri_rlmreg_p__parameterized13_5697 | 0 | 0 | 0 | 0 | 7 | 0 | 0 | 0 | +| congr_cl_lru.congr_cl_lru[30].congr_cl_lru_reg | tri_rlmreg_p__parameterized13_5698 | 0 | 0 | 0 | 0 | 7 | 0 | 0 | 0 | +| congr_cl_lru.congr_cl_lru[31].congr_cl_lru_reg | tri_rlmreg_p__parameterized13_5699 | 0 | 0 | 0 | 0 | 7 | 0 | 0 | 0 | +| congr_cl_lru.congr_cl_lru[32].congr_cl_lru_reg | tri_rlmreg_p__parameterized13_5700 | 0 | 0 | 0 | 0 | 7 | 0 | 0 | 0 | +| congr_cl_lru.congr_cl_lru[33].congr_cl_lru_reg | tri_rlmreg_p__parameterized13_5701 | 0 | 0 | 0 | 0 | 7 | 0 | 0 | 0 | +| congr_cl_lru.congr_cl_lru[34].congr_cl_lru_reg | tri_rlmreg_p__parameterized13_5702 | 0 | 0 | 0 | 0 | 7 | 0 | 0 | 0 | +| congr_cl_lru.congr_cl_lru[35].congr_cl_lru_reg | tri_rlmreg_p__parameterized13_5703 | 0 | 0 | 0 | 0 | 7 | 0 | 0 | 0 | +| congr_cl_lru.congr_cl_lru[36].congr_cl_lru_reg | tri_rlmreg_p__parameterized13_5704 | 0 | 0 | 0 | 0 | 7 | 0 | 0 | 0 | +| congr_cl_lru.congr_cl_lru[37].congr_cl_lru_reg | tri_rlmreg_p__parameterized13_5705 | 0 | 0 | 0 | 0 | 7 | 0 | 0 | 0 | +| congr_cl_lru.congr_cl_lru[38].congr_cl_lru_reg | tri_rlmreg_p__parameterized13_5706 | 0 | 0 | 0 | 0 | 7 | 0 | 0 | 0 | +| congr_cl_lru.congr_cl_lru[39].congr_cl_lru_reg | tri_rlmreg_p__parameterized13_5707 | 0 | 0 | 0 | 0 | 7 | 0 | 0 | 0 | +| congr_cl_lru.congr_cl_lru[3].congr_cl_lru_reg | tri_rlmreg_p__parameterized13_5708 | 0 | 0 | 0 | 0 | 7 | 0 | 0 | 0 | +| congr_cl_lru.congr_cl_lru[40].congr_cl_lru_reg | tri_rlmreg_p__parameterized13_5709 | 0 | 0 | 0 | 0 | 7 | 0 | 0 | 0 | +| congr_cl_lru.congr_cl_lru[41].congr_cl_lru_reg | tri_rlmreg_p__parameterized13_5710 | 0 | 0 | 0 | 0 | 7 | 0 | 0 | 0 | +| congr_cl_lru.congr_cl_lru[42].congr_cl_lru_reg | tri_rlmreg_p__parameterized13_5711 | 0 | 0 | 0 | 0 | 7 | 0 | 0 | 0 | +| congr_cl_lru.congr_cl_lru[43].congr_cl_lru_reg | tri_rlmreg_p__parameterized13_5712 | 0 | 0 | 0 | 0 | 7 | 0 | 0 | 0 | +| congr_cl_lru.congr_cl_lru[44].congr_cl_lru_reg | tri_rlmreg_p__parameterized13_5713 | 0 | 0 | 0 | 0 | 7 | 0 | 0 | 0 | +| congr_cl_lru.congr_cl_lru[45].congr_cl_lru_reg | tri_rlmreg_p__parameterized13_5714 | 0 | 0 | 0 | 0 | 7 | 0 | 0 | 0 | +| congr_cl_lru.congr_cl_lru[46].congr_cl_lru_reg | tri_rlmreg_p__parameterized13_5715 | 0 | 0 | 0 | 0 | 7 | 0 | 0 | 0 | +| congr_cl_lru.congr_cl_lru[47].congr_cl_lru_reg | tri_rlmreg_p__parameterized13_5716 | 0 | 0 | 0 | 0 | 7 | 0 | 0 | 0 | +| congr_cl_lru.congr_cl_lru[48].congr_cl_lru_reg | tri_rlmreg_p__parameterized13_5717 | 0 | 0 | 0 | 0 | 7 | 0 | 0 | 0 | +| congr_cl_lru.congr_cl_lru[49].congr_cl_lru_reg | tri_rlmreg_p__parameterized13_5718 | 0 | 0 | 0 | 0 | 7 | 0 | 0 | 0 | +| congr_cl_lru.congr_cl_lru[4].congr_cl_lru_reg | tri_rlmreg_p__parameterized13_5719 | 0 | 0 | 0 | 0 | 7 | 0 | 0 | 0 | +| congr_cl_lru.congr_cl_lru[50].congr_cl_lru_reg | tri_rlmreg_p__parameterized13_5720 | 0 | 0 | 0 | 0 | 7 | 0 | 0 | 0 | +| congr_cl_lru.congr_cl_lru[51].congr_cl_lru_reg | tri_rlmreg_p__parameterized13_5721 | 0 | 0 | 0 | 0 | 7 | 0 | 0 | 0 | +| congr_cl_lru.congr_cl_lru[52].congr_cl_lru_reg | tri_rlmreg_p__parameterized13_5722 | 0 | 0 | 0 | 0 | 7 | 0 | 0 | 0 | +| congr_cl_lru.congr_cl_lru[53].congr_cl_lru_reg | tri_rlmreg_p__parameterized13_5723 | 0 | 0 | 0 | 0 | 7 | 0 | 0 | 0 | +| congr_cl_lru.congr_cl_lru[54].congr_cl_lru_reg | tri_rlmreg_p__parameterized13_5724 | 0 | 0 | 0 | 0 | 7 | 0 | 0 | 0 | +| congr_cl_lru.congr_cl_lru[55].congr_cl_lru_reg | tri_rlmreg_p__parameterized13_5725 | 0 | 0 | 0 | 0 | 7 | 0 | 0 | 0 | +| congr_cl_lru.congr_cl_lru[56].congr_cl_lru_reg | tri_rlmreg_p__parameterized13_5726 | 0 | 0 | 0 | 0 | 7 | 0 | 0 | 0 | +| congr_cl_lru.congr_cl_lru[57].congr_cl_lru_reg | tri_rlmreg_p__parameterized13_5727 | 0 | 0 | 0 | 0 | 7 | 0 | 0 | 0 | +| congr_cl_lru.congr_cl_lru[58].congr_cl_lru_reg | tri_rlmreg_p__parameterized13_5728 | 0 | 0 | 0 | 0 | 7 | 0 | 0 | 0 | +| congr_cl_lru.congr_cl_lru[59].congr_cl_lru_reg | tri_rlmreg_p__parameterized13_5729 | 0 | 0 | 0 | 0 | 7 | 0 | 0 | 0 | +| congr_cl_lru.congr_cl_lru[5].congr_cl_lru_reg | tri_rlmreg_p__parameterized13_5730 | 0 | 0 | 0 | 0 | 7 | 0 | 0 | 0 | +| congr_cl_lru.congr_cl_lru[60].congr_cl_lru_reg | tri_rlmreg_p__parameterized13_5731 | 0 | 0 | 0 | 0 | 7 | 0 | 0 | 0 | +| congr_cl_lru.congr_cl_lru[61].congr_cl_lru_reg | tri_rlmreg_p__parameterized13_5732 | 0 | 0 | 0 | 0 | 7 | 0 | 0 | 0 | +| congr_cl_lru.congr_cl_lru[62].congr_cl_lru_reg | tri_rlmreg_p__parameterized13_5733 | 0 | 0 | 0 | 0 | 7 | 0 | 0 | 0 | +| congr_cl_lru.congr_cl_lru[63].congr_cl_lru_reg | tri_rlmreg_p__parameterized13_5734 | 0 | 0 | 0 | 0 | 7 | 0 | 0 | 0 | +| congr_cl_lru.congr_cl_lru[6].congr_cl_lru_reg | tri_rlmreg_p__parameterized13_5735 | 0 | 0 | 0 | 0 | 7 | 0 | 0 | 0 | +| congr_cl_lru.congr_cl_lru[7].congr_cl_lru_reg | tri_rlmreg_p__parameterized13_5736 | 0 | 0 | 0 | 0 | 7 | 0 | 0 | 0 | +| congr_cl_lru.congr_cl_lru[8].congr_cl_lru_reg | tri_rlmreg_p__parameterized13_5737 | 0 | 0 | 0 | 0 | 7 | 0 | 0 | 0 | +| congr_cl_lru.congr_cl_lru[9].congr_cl_lru_reg | tri_rlmreg_p__parameterized13_5738 | 0 | 0 | 0 | 0 | 7 | 0 | 0 | 0 | +| congr_cl_stq2_ex5_cmp_reg | tri_rlmlatch_p_5739 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| congr_cl_stq2_ex6_cmp_reg | tri_rlmlatch_p_5740 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| congr_cl_stq2_stq3_cmp_reg | tri_rlmlatch_p_5741 | 3 | 3 | 0 | 0 | 1 | 0 | 0 | 0 | +| congr_cl_stq2_stq4_cmp_reg | tri_rlmlatch_p_5742 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex3_congr_cl_reg | tri_rlmreg_p__parameterized0_5743 | 12 | 12 | 0 | 0 | 6 | 0 | 0 | 0 | +| ex4_c_acc_reg | tri_rlmlatch_p_5744 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex4_congr_cl_reg | tri_rlmreg_p__parameterized0_5745 | 278 | 278 | 0 | 0 | 6 | 0 | 0 | 0 | +| ex4_lru_upd_reg | tri_rlmlatch_p_5746 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex5_c_acc_reg | tri_rlmlatch_p_5747 | 14 | 14 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex5_congr_cl_reg | tri_rlmreg_p__parameterized0_5748 | 12 | 12 | 0 | 0 | 6 | 0 | 0 | 0 | +| ex6_c_acc_reg | tri_rlmlatch_p_5749 | 15 | 15 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex6_congr_cl_reg | tri_rlmreg_p__parameterized0_5750 | 908 | 908 | 0 | 0 | 6 | 0 | 0 | 0 | +| ex6_lru_upd_reg | tri_rlmreg_p__parameterized13_5751 | 0 | 0 | 0 | 0 | 7 | 0 | 0 | 0 | +| ldst_hit_vector_reg | tri_rlmreg_p__parameterized12_5752 | 30 | 30 | 0 | 0 | 8 | 0 | 0 | 0 | +| lq_congr_cl_lru_reg | tri_rlmreg_p__parameterized13_5753 | 0 | 0 | 0 | 0 | 7 | 0 | 0 | 0 | +| rel2_clr_stg_val_reg | tri_rlmlatch_p_5754 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| rel2_data_stg_val_reg | tri_rlmlatch_p_5755 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| rel2_lock_en_reg | tri_rlmlatch_p_5756 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| rel2_rel_tag_reg | tri_rlmreg_p__parameterized9_5757 | 61 | 61 | 0 | 0 | 4 | 0 | 0 | 0 | +| rel2_set_stg_val_reg | tri_rlmlatch_p_5758 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| rel2_xucr2_rmt_reg | tri_rlmreg_p__parameterized17_5759 | 16 | 16 | 0 | 0 | 32 | 0 | 0 | 0 | +| rel3_clr_stg_val_reg | tri_rlmlatch_p_5760 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| rel3_data_stg_val_reg | tri_rlmlatch_p_5761 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| rel3_lock_en_reg | tri_rlmlatch_p_5762 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| rel3_m_q_way_reg | tri_rlmreg_p__parameterized12_5763 | 28 | 28 | 0 | 0 | 8 | 0 | 0 | 0 | +| rel3_rel_tag_reg | tri_rlmreg_p__parameterized9_5764 | 12 | 12 | 0 | 0 | 4 | 0 | 0 | 0 | +| rel3_set_stg_val_reg | tri_rlmlatch_p_5765 | 14 | 14 | 0 | 0 | 1 | 0 | 0 | 0 | +| rel3_wlock_reg | tri_rlmreg_p__parameterized12_5766 | 83 | 83 | 0 | 0 | 8 | 0 | 0 | 0 | +| rel4_dir_way_upd_reg | tri_rlmreg_p__parameterized12_5767 | 5 | 5 | 0 | 0 | 8 | 0 | 0 | 0 | +| rel_congr_cl_lru_reg | tri_rlmreg_p__parameterized13_5768 | 9 | 9 | 0 | 0 | 7 | 0 | 0 | 0 | +| rel_val_qsel_reg | tri_rlmlatch_p_5769 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| rel_way_qsel_reg | tri_rlmreg_p__parameterized12_5770 | 8 | 8 | 0 | 0 | 8 | 0 | 0 | 0 | +| reld_q_congr_cl.reld_q_congr_cl[0].reld_q_congr_cl_reg | tri_rlmreg_p__parameterized0_5771 | 6 | 6 | 0 | 0 | 6 | 0 | 0 | 0 | +| reld_q_congr_cl.reld_q_congr_cl[1].reld_q_congr_cl_reg | tri_rlmreg_p__parameterized0_5772 | 6 | 6 | 0 | 0 | 6 | 0 | 0 | 0 | +| reld_q_congr_cl.reld_q_congr_cl[2].reld_q_congr_cl_reg | tri_rlmreg_p__parameterized0_5773 | 6 | 6 | 0 | 0 | 6 | 0 | 0 | 0 | +| reld_q_congr_cl.reld_q_congr_cl[3].reld_q_congr_cl_reg | tri_rlmreg_p__parameterized0_5774 | 6 | 6 | 0 | 0 | 6 | 0 | 0 | 0 | +| reld_q_congr_cl.reld_q_congr_cl[4].reld_q_congr_cl_reg | tri_rlmreg_p__parameterized0_5775 | 6 | 6 | 0 | 0 | 6 | 0 | 0 | 0 | +| reld_q_congr_cl.reld_q_congr_cl[5].reld_q_congr_cl_reg | tri_rlmreg_p__parameterized0_5776 | 6 | 6 | 0 | 0 | 6 | 0 | 0 | 0 | +| reld_q_congr_cl.reld_q_congr_cl[6].reld_q_congr_cl_reg | tri_rlmreg_p__parameterized0_5777 | 22 | 22 | 0 | 0 | 6 | 0 | 0 | 0 | +| reld_q_congr_cl.reld_q_congr_cl[7].reld_q_congr_cl_reg | tri_rlmreg_p__parameterized0_5778 | 6 | 6 | 0 | 0 | 6 | 0 | 0 | 0 | +| reld_q_lock_reg | tri_rlmreg_p__parameterized12_5779 | 44 | 44 | 0 | 0 | 8 | 0 | 0 | 0 | +| reld_q_sel_reg | tri_rlmreg_p__parameterized12_5780 | 56 | 56 | 0 | 0 | 8 | 0 | 0 | 0 | +| reld_q_val_reg | tri_rlmreg_p__parameterized12_5781 | 0 | 0 | 0 | 0 | 8 | 0 | 0 | 0 | +| reld_q_way.reld_q_way[0].reld_q_way_reg | tri_rlmreg_p__parameterized12_5782 | 7 | 7 | 0 | 0 | 8 | 0 | 0 | 0 | +| reld_q_way.reld_q_way[1].reld_q_way_reg | tri_rlmreg_p__parameterized12_5783 | 6 | 6 | 0 | 0 | 8 | 0 | 0 | 0 | +| reld_q_way.reld_q_way[2].reld_q_way_reg | tri_rlmreg_p__parameterized12_5784 | 6 | 6 | 0 | 0 | 8 | 0 | 0 | 0 | +| reld_q_way.reld_q_way[3].reld_q_way_reg | tri_rlmreg_p__parameterized12_5785 | 22 | 22 | 0 | 0 | 8 | 0 | 0 | 0 | +| reld_q_way.reld_q_way[4].reld_q_way_reg | tri_rlmreg_p__parameterized12_5786 | 6 | 6 | 0 | 0 | 8 | 0 | 0 | 0 | +| reld_q_way.reld_q_way[5].reld_q_way_reg | tri_rlmreg_p__parameterized12_5787 | 6 | 6 | 0 | 0 | 8 | 0 | 0 | 0 | +| reld_q_way.reld_q_way[6].reld_q_way_reg | tri_rlmreg_p__parameterized12_5788 | 6 | 6 | 0 | 0 | 8 | 0 | 0 | 0 | +| reld_q_way.reld_q_way[7].reld_q_way_reg | tri_rlmreg_p__parameterized12_5789 | 17 | 17 | 0 | 0 | 8 | 0 | 0 | 0 | +| spr_xucr0_wlk_reg | tri_rlmlatch_p_5790 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| stq2_class_id_reg | tri_rlmreg_p__parameterized2_5791 | 0 | 0 | 0 | 0 | 2 | 0 | 0 | 0 | +| stq2_congr_cl_reg | tri_rlmreg_p__parameterized0_5792 | 280 | 280 | 0 | 0 | 6 | 0 | 0 | 0 | +| stq2_val_reg | tri_rlmlatch_p_5793 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| stq3_congr_cl_reg | tri_rlmreg_p__parameterized0_5794 | 63 | 63 | 0 | 0 | 6 | 0 | 0 | 0 | +| stq3_val_reg | tri_rlmlatch_p_5795 | 35 | 35 | 0 | 0 | 1 | 0 | 0 | 0 | +| stq4_congr_cl_reg | tri_rlmreg_p__parameterized0_5796 | 72 | 72 | 0 | 0 | 6 | 0 | 0 | 0 | +| stq4_dcarr_way_en_reg | tri_rlmreg_p__parameterized12_5797 | 0 | 0 | 0 | 0 | 8 | 0 | 0 | 0 | +| stq4_lru_upd_reg | tri_rlmreg_p__parameterized13_5798 | 0 | 0 | 0 | 0 | 7 | 0 | 0 | 0 | +| stq4_val_wen_reg | tri_rlmlatch_p_5799 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xucr0_clo_reg | tri_rlmlatch_p_5800 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| l1dcdt | lq_dir_tag | 162 | 162 | 0 | 0 | 127 | 0 | 0 | 0 | +| (l1dcdt) | lq_dir_tag | 56 | 56 | 0 | 0 | 0 | 0 | 0 | 0 | +| ex3_binv_val_reg | tri_rlmlatch_p_5662 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex4_en_par_chk_reg | tri_rlmreg_p__parameterized12_5663 | 24 | 24 | 0 | 0 | 8 | 0 | 0 | 0 | +| inj_ddir_ldp_parity_reg | tri_rlmlatch_p_5664 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| inj_ddir_stp_parity_reg | tri_rlmlatch_p_5665 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| stq2_addr_reg | tri_rlmreg_p__parameterized52_5666 | 36 | 36 | 0 | 0 | 36 | 0 | 0 | 0 | +| stq3_addr_reg | tri_rlmreg_p__parameterized52_5667 | 36 | 36 | 0 | 0 | 36 | 0 | 0 | 0 | +| stq3_en_par_chk_reg | tri_rlmreg_p__parameterized12_5668 | 1 | 1 | 0 | 0 | 8 | 0 | 0 | 0 | +| stq4_addr_reg | tri_rlmreg_p__parameterized52_5669 | 6 | 6 | 0 | 0 | 36 | 0 | 0 | 0 | +| l1dcdv | lq_dir_val | 6639 | 6639 | 0 | 0 | 2221 | 0 | 0 | 0 | +| binv5_ex5_dir_val_reg | tri_rlmlatch_p_4917 | 7 | 7 | 0 | 0 | 1 | 0 | 0 | 0 | +| binv6_ex6_dir_data_reg | tri_rlmreg_p__parameterized2_4918 | 1 | 1 | 0 | 0 | 2 | 0 | 0 | 0 | +| binv7_ex7_dir_data_reg | tri_rlmreg_p__parameterized2_4919 | 0 | 0 | 0 | 0 | 2 | 0 | 0 | 0 | +| congr_cl_all_act_reg | tri_rlmlatch_p_4920 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| congr_cl_ex3_ex4_cmp_reg | tri_rlmlatch_p_4921 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| congr_cl_ex3_ex5_cmp_reg | tri_rlmlatch_p_4922 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| congr_cl_ex3_ex6_cmp_reg | tri_rlmlatch_p_4923 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| congr_cl_ex3_stq4_cmp_reg | tri_rlmlatch_p_4924 | 4 | 4 | 0 | 0 | 1 | 0 | 0 | 0 | +| congr_cl_ex3_stq5_cmp_reg | tri_rlmlatch_p_4925 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| congr_cl_ex4_ex5_cmp_reg | tri_rlmlatch_p_4926 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| congr_cl_ex4_ex6_cmp_reg | tri_rlmlatch_p_4927 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| congr_cl_ex4_ex6_rest_reg | tri_rlmlatch_p_4928 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| congr_cl_ex5_ex6_cmp_reg | tri_rlmlatch_p_4929 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| congr_cl_ex5_ex7_cmp_reg | tri_rlmlatch_p_4930 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| congr_cl_ex5_stq5_cmp_reg | tri_rlmlatch_p_4931 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| congr_cl_ex5_stq6_cmp_reg | tri_rlmlatch_p_4932 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| congr_cl_ex5_stq7_cmp_reg | tri_rlmlatch_p_4933 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| congr_cl_stq2_ex5_cmp_reg | tri_rlmlatch_p_4934 | 54 | 54 | 0 | 0 | 1 | 0 | 0 | 0 | +| congr_cl_stq2_ex6_cmp_reg | tri_rlmlatch_p_4935 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| congr_cl_stq2_stq3_cmp_reg | tri_rlmlatch_p_4936 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| congr_cl_stq2_stq4_cmp_reg | tri_rlmlatch_p_4937 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| congr_cl_stq2_stq5_cmp_reg | tri_rlmlatch_p_4938 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| congr_cl_stq3_ex5_cmp_reg | tri_rlmlatch_p_4939 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| congr_cl_stq3_ex6_cmp_reg | tri_rlmlatch_p_4940 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| congr_cl_stq3_stq4_cmp_reg | tri_rlmlatch_p_4941 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| congr_cl_stq4_ex5_cmp_reg | tri_rlmlatch_p_4942 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| congr_cl_wA.congr_cl_wA[0].congr_cl_wA_reg | tri_rlmreg_p__parameterized5_4943 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wA.congr_cl_wA[10].congr_cl_wA_reg | tri_rlmreg_p__parameterized5_4944 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wA.congr_cl_wA[11].congr_cl_wA_reg | tri_rlmreg_p__parameterized5_4945 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wA.congr_cl_wA[12].congr_cl_wA_reg | tri_rlmreg_p__parameterized5_4946 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wA.congr_cl_wA[13].congr_cl_wA_reg | tri_rlmreg_p__parameterized5_4947 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wA.congr_cl_wA[14].congr_cl_wA_reg | tri_rlmreg_p__parameterized5_4948 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wA.congr_cl_wA[15].congr_cl_wA_reg | tri_rlmreg_p__parameterized5_4949 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wA.congr_cl_wA[16].congr_cl_wA_reg | tri_rlmreg_p__parameterized5_4950 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wA.congr_cl_wA[17].congr_cl_wA_reg | tri_rlmreg_p__parameterized5_4951 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wA.congr_cl_wA[18].congr_cl_wA_reg | tri_rlmreg_p__parameterized5_4952 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wA.congr_cl_wA[19].congr_cl_wA_reg | tri_rlmreg_p__parameterized5_4953 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wA.congr_cl_wA[1].congr_cl_wA_reg | tri_rlmreg_p__parameterized5_4954 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wA.congr_cl_wA[20].congr_cl_wA_reg | tri_rlmreg_p__parameterized5_4955 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wA.congr_cl_wA[21].congr_cl_wA_reg | tri_rlmreg_p__parameterized5_4956 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wA.congr_cl_wA[22].congr_cl_wA_reg | tri_rlmreg_p__parameterized5_4957 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wA.congr_cl_wA[23].congr_cl_wA_reg | tri_rlmreg_p__parameterized5_4958 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wA.congr_cl_wA[24].congr_cl_wA_reg | tri_rlmreg_p__parameterized5_4959 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wA.congr_cl_wA[25].congr_cl_wA_reg | tri_rlmreg_p__parameterized5_4960 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wA.congr_cl_wA[26].congr_cl_wA_reg | tri_rlmreg_p__parameterized5_4961 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wA.congr_cl_wA[27].congr_cl_wA_reg | tri_rlmreg_p__parameterized5_4962 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wA.congr_cl_wA[28].congr_cl_wA_reg | tri_rlmreg_p__parameterized5_4963 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wA.congr_cl_wA[29].congr_cl_wA_reg | tri_rlmreg_p__parameterized5_4964 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wA.congr_cl_wA[2].congr_cl_wA_reg | tri_rlmreg_p__parameterized5_4965 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wA.congr_cl_wA[30].congr_cl_wA_reg | tri_rlmreg_p__parameterized5_4966 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wA.congr_cl_wA[31].congr_cl_wA_reg | tri_rlmreg_p__parameterized5_4967 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wA.congr_cl_wA[32].congr_cl_wA_reg | tri_rlmreg_p__parameterized5_4968 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wA.congr_cl_wA[33].congr_cl_wA_reg | tri_rlmreg_p__parameterized5_4969 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wA.congr_cl_wA[34].congr_cl_wA_reg | tri_rlmreg_p__parameterized5_4970 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wA.congr_cl_wA[35].congr_cl_wA_reg | tri_rlmreg_p__parameterized5_4971 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wA.congr_cl_wA[36].congr_cl_wA_reg | tri_rlmreg_p__parameterized5_4972 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wA.congr_cl_wA[37].congr_cl_wA_reg | tri_rlmreg_p__parameterized5_4973 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wA.congr_cl_wA[38].congr_cl_wA_reg | tri_rlmreg_p__parameterized5_4974 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wA.congr_cl_wA[39].congr_cl_wA_reg | tri_rlmreg_p__parameterized5_4975 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wA.congr_cl_wA[3].congr_cl_wA_reg | tri_rlmreg_p__parameterized5_4976 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wA.congr_cl_wA[40].congr_cl_wA_reg | tri_rlmreg_p__parameterized5_4977 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wA.congr_cl_wA[41].congr_cl_wA_reg | tri_rlmreg_p__parameterized5_4978 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wA.congr_cl_wA[42].congr_cl_wA_reg | tri_rlmreg_p__parameterized5_4979 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wA.congr_cl_wA[43].congr_cl_wA_reg | tri_rlmreg_p__parameterized5_4980 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wA.congr_cl_wA[44].congr_cl_wA_reg | tri_rlmreg_p__parameterized5_4981 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wA.congr_cl_wA[45].congr_cl_wA_reg | tri_rlmreg_p__parameterized5_4982 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wA.congr_cl_wA[46].congr_cl_wA_reg | tri_rlmreg_p__parameterized5_4983 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wA.congr_cl_wA[47].congr_cl_wA_reg | tri_rlmreg_p__parameterized5_4984 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wA.congr_cl_wA[48].congr_cl_wA_reg | tri_rlmreg_p__parameterized5_4985 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wA.congr_cl_wA[49].congr_cl_wA_reg | tri_rlmreg_p__parameterized5_4986 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wA.congr_cl_wA[4].congr_cl_wA_reg | tri_rlmreg_p__parameterized5_4987 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wA.congr_cl_wA[50].congr_cl_wA_reg | tri_rlmreg_p__parameterized5_4988 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wA.congr_cl_wA[51].congr_cl_wA_reg | tri_rlmreg_p__parameterized5_4989 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wA.congr_cl_wA[52].congr_cl_wA_reg | tri_rlmreg_p__parameterized5_4990 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wA.congr_cl_wA[53].congr_cl_wA_reg | tri_rlmreg_p__parameterized5_4991 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wA.congr_cl_wA[54].congr_cl_wA_reg | tri_rlmreg_p__parameterized5_4992 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wA.congr_cl_wA[55].congr_cl_wA_reg | tri_rlmreg_p__parameterized5_4993 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wA.congr_cl_wA[56].congr_cl_wA_reg | tri_rlmreg_p__parameterized5_4994 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wA.congr_cl_wA[57].congr_cl_wA_reg | tri_rlmreg_p__parameterized5_4995 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wA.congr_cl_wA[58].congr_cl_wA_reg | tri_rlmreg_p__parameterized5_4996 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wA.congr_cl_wA[59].congr_cl_wA_reg | tri_rlmreg_p__parameterized5_4997 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wA.congr_cl_wA[5].congr_cl_wA_reg | tri_rlmreg_p__parameterized5_4998 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wA.congr_cl_wA[60].congr_cl_wA_reg | tri_rlmreg_p__parameterized5_4999 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wA.congr_cl_wA[61].congr_cl_wA_reg | tri_rlmreg_p__parameterized5_5000 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wA.congr_cl_wA[62].congr_cl_wA_reg | tri_rlmreg_p__parameterized5_5001 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wA.congr_cl_wA[63].congr_cl_wA_reg | tri_rlmreg_p__parameterized5_5002 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wA.congr_cl_wA[6].congr_cl_wA_reg | tri_rlmreg_p__parameterized5_5003 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wA.congr_cl_wA[7].congr_cl_wA_reg | tri_rlmreg_p__parameterized5_5004 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wA.congr_cl_wA[8].congr_cl_wA_reg | tri_rlmreg_p__parameterized5_5005 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wA.congr_cl_wA[9].congr_cl_wA_reg | tri_rlmreg_p__parameterized5_5006 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wB.congr_cl_wB[0].congr_cl_wB_reg | tri_rlmreg_p__parameterized5_5007 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wB.congr_cl_wB[10].congr_cl_wB_reg | tri_rlmreg_p__parameterized5_5008 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wB.congr_cl_wB[11].congr_cl_wB_reg | tri_rlmreg_p__parameterized5_5009 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wB.congr_cl_wB[12].congr_cl_wB_reg | tri_rlmreg_p__parameterized5_5010 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wB.congr_cl_wB[13].congr_cl_wB_reg | tri_rlmreg_p__parameterized5_5011 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wB.congr_cl_wB[14].congr_cl_wB_reg | tri_rlmreg_p__parameterized5_5012 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wB.congr_cl_wB[15].congr_cl_wB_reg | tri_rlmreg_p__parameterized5_5013 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wB.congr_cl_wB[16].congr_cl_wB_reg | tri_rlmreg_p__parameterized5_5014 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wB.congr_cl_wB[17].congr_cl_wB_reg | tri_rlmreg_p__parameterized5_5015 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wB.congr_cl_wB[18].congr_cl_wB_reg | tri_rlmreg_p__parameterized5_5016 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wB.congr_cl_wB[19].congr_cl_wB_reg | tri_rlmreg_p__parameterized5_5017 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wB.congr_cl_wB[1].congr_cl_wB_reg | tri_rlmreg_p__parameterized5_5018 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wB.congr_cl_wB[20].congr_cl_wB_reg | tri_rlmreg_p__parameterized5_5019 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wB.congr_cl_wB[21].congr_cl_wB_reg | tri_rlmreg_p__parameterized5_5020 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wB.congr_cl_wB[22].congr_cl_wB_reg | tri_rlmreg_p__parameterized5_5021 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wB.congr_cl_wB[23].congr_cl_wB_reg | tri_rlmreg_p__parameterized5_5022 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wB.congr_cl_wB[24].congr_cl_wB_reg | tri_rlmreg_p__parameterized5_5023 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wB.congr_cl_wB[25].congr_cl_wB_reg | tri_rlmreg_p__parameterized5_5024 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wB.congr_cl_wB[26].congr_cl_wB_reg | tri_rlmreg_p__parameterized5_5025 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wB.congr_cl_wB[27].congr_cl_wB_reg | tri_rlmreg_p__parameterized5_5026 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wB.congr_cl_wB[28].congr_cl_wB_reg | tri_rlmreg_p__parameterized5_5027 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wB.congr_cl_wB[29].congr_cl_wB_reg | tri_rlmreg_p__parameterized5_5028 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wB.congr_cl_wB[2].congr_cl_wB_reg | tri_rlmreg_p__parameterized5_5029 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wB.congr_cl_wB[30].congr_cl_wB_reg | tri_rlmreg_p__parameterized5_5030 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wB.congr_cl_wB[31].congr_cl_wB_reg | tri_rlmreg_p__parameterized5_5031 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wB.congr_cl_wB[32].congr_cl_wB_reg | tri_rlmreg_p__parameterized5_5032 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wB.congr_cl_wB[33].congr_cl_wB_reg | tri_rlmreg_p__parameterized5_5033 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wB.congr_cl_wB[34].congr_cl_wB_reg | tri_rlmreg_p__parameterized5_5034 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wB.congr_cl_wB[35].congr_cl_wB_reg | tri_rlmreg_p__parameterized5_5035 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wB.congr_cl_wB[36].congr_cl_wB_reg | tri_rlmreg_p__parameterized5_5036 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wB.congr_cl_wB[37].congr_cl_wB_reg | tri_rlmreg_p__parameterized5_5037 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wB.congr_cl_wB[38].congr_cl_wB_reg | tri_rlmreg_p__parameterized5_5038 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wB.congr_cl_wB[39].congr_cl_wB_reg | tri_rlmreg_p__parameterized5_5039 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wB.congr_cl_wB[3].congr_cl_wB_reg | tri_rlmreg_p__parameterized5_5040 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wB.congr_cl_wB[40].congr_cl_wB_reg | tri_rlmreg_p__parameterized5_5041 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wB.congr_cl_wB[41].congr_cl_wB_reg | tri_rlmreg_p__parameterized5_5042 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wB.congr_cl_wB[42].congr_cl_wB_reg | tri_rlmreg_p__parameterized5_5043 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wB.congr_cl_wB[43].congr_cl_wB_reg | tri_rlmreg_p__parameterized5_5044 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wB.congr_cl_wB[44].congr_cl_wB_reg | tri_rlmreg_p__parameterized5_5045 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wB.congr_cl_wB[45].congr_cl_wB_reg | tri_rlmreg_p__parameterized5_5046 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wB.congr_cl_wB[46].congr_cl_wB_reg | tri_rlmreg_p__parameterized5_5047 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wB.congr_cl_wB[47].congr_cl_wB_reg | tri_rlmreg_p__parameterized5_5048 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wB.congr_cl_wB[48].congr_cl_wB_reg | tri_rlmreg_p__parameterized5_5049 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wB.congr_cl_wB[49].congr_cl_wB_reg | tri_rlmreg_p__parameterized5_5050 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wB.congr_cl_wB[4].congr_cl_wB_reg | tri_rlmreg_p__parameterized5_5051 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wB.congr_cl_wB[50].congr_cl_wB_reg | tri_rlmreg_p__parameterized5_5052 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wB.congr_cl_wB[51].congr_cl_wB_reg | tri_rlmreg_p__parameterized5_5053 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wB.congr_cl_wB[52].congr_cl_wB_reg | tri_rlmreg_p__parameterized5_5054 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wB.congr_cl_wB[53].congr_cl_wB_reg | tri_rlmreg_p__parameterized5_5055 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wB.congr_cl_wB[54].congr_cl_wB_reg | tri_rlmreg_p__parameterized5_5056 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wB.congr_cl_wB[55].congr_cl_wB_reg | tri_rlmreg_p__parameterized5_5057 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wB.congr_cl_wB[56].congr_cl_wB_reg | tri_rlmreg_p__parameterized5_5058 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wB.congr_cl_wB[57].congr_cl_wB_reg | tri_rlmreg_p__parameterized5_5059 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wB.congr_cl_wB[58].congr_cl_wB_reg | tri_rlmreg_p__parameterized5_5060 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wB.congr_cl_wB[59].congr_cl_wB_reg | tri_rlmreg_p__parameterized5_5061 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wB.congr_cl_wB[5].congr_cl_wB_reg | tri_rlmreg_p__parameterized5_5062 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wB.congr_cl_wB[60].congr_cl_wB_reg | tri_rlmreg_p__parameterized5_5063 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wB.congr_cl_wB[61].congr_cl_wB_reg | tri_rlmreg_p__parameterized5_5064 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wB.congr_cl_wB[62].congr_cl_wB_reg | tri_rlmreg_p__parameterized5_5065 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wB.congr_cl_wB[63].congr_cl_wB_reg | tri_rlmreg_p__parameterized5_5066 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wB.congr_cl_wB[6].congr_cl_wB_reg | tri_rlmreg_p__parameterized5_5067 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wB.congr_cl_wB[7].congr_cl_wB_reg | tri_rlmreg_p__parameterized5_5068 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wB.congr_cl_wB[8].congr_cl_wB_reg | tri_rlmreg_p__parameterized5_5069 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wB.congr_cl_wB[9].congr_cl_wB_reg | tri_rlmreg_p__parameterized5_5070 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wC.congr_cl_wC[0].congr_cl_wC_reg | tri_rlmreg_p__parameterized5_5071 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wC.congr_cl_wC[10].congr_cl_wC_reg | tri_rlmreg_p__parameterized5_5072 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wC.congr_cl_wC[11].congr_cl_wC_reg | tri_rlmreg_p__parameterized5_5073 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wC.congr_cl_wC[12].congr_cl_wC_reg | tri_rlmreg_p__parameterized5_5074 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wC.congr_cl_wC[13].congr_cl_wC_reg | tri_rlmreg_p__parameterized5_5075 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wC.congr_cl_wC[14].congr_cl_wC_reg | tri_rlmreg_p__parameterized5_5076 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wC.congr_cl_wC[15].congr_cl_wC_reg | tri_rlmreg_p__parameterized5_5077 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wC.congr_cl_wC[16].congr_cl_wC_reg | tri_rlmreg_p__parameterized5_5078 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wC.congr_cl_wC[17].congr_cl_wC_reg | tri_rlmreg_p__parameterized5_5079 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wC.congr_cl_wC[18].congr_cl_wC_reg | tri_rlmreg_p__parameterized5_5080 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wC.congr_cl_wC[19].congr_cl_wC_reg | tri_rlmreg_p__parameterized5_5081 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wC.congr_cl_wC[1].congr_cl_wC_reg | tri_rlmreg_p__parameterized5_5082 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wC.congr_cl_wC[20].congr_cl_wC_reg | tri_rlmreg_p__parameterized5_5083 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wC.congr_cl_wC[21].congr_cl_wC_reg | tri_rlmreg_p__parameterized5_5084 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wC.congr_cl_wC[22].congr_cl_wC_reg | tri_rlmreg_p__parameterized5_5085 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wC.congr_cl_wC[23].congr_cl_wC_reg | tri_rlmreg_p__parameterized5_5086 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wC.congr_cl_wC[24].congr_cl_wC_reg | tri_rlmreg_p__parameterized5_5087 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wC.congr_cl_wC[25].congr_cl_wC_reg | tri_rlmreg_p__parameterized5_5088 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wC.congr_cl_wC[26].congr_cl_wC_reg | tri_rlmreg_p__parameterized5_5089 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wC.congr_cl_wC[27].congr_cl_wC_reg | tri_rlmreg_p__parameterized5_5090 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wC.congr_cl_wC[28].congr_cl_wC_reg | tri_rlmreg_p__parameterized5_5091 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wC.congr_cl_wC[29].congr_cl_wC_reg | tri_rlmreg_p__parameterized5_5092 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wC.congr_cl_wC[2].congr_cl_wC_reg | tri_rlmreg_p__parameterized5_5093 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wC.congr_cl_wC[30].congr_cl_wC_reg | tri_rlmreg_p__parameterized5_5094 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wC.congr_cl_wC[31].congr_cl_wC_reg | tri_rlmreg_p__parameterized5_5095 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wC.congr_cl_wC[32].congr_cl_wC_reg | tri_rlmreg_p__parameterized5_5096 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wC.congr_cl_wC[33].congr_cl_wC_reg | tri_rlmreg_p__parameterized5_5097 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wC.congr_cl_wC[34].congr_cl_wC_reg | tri_rlmreg_p__parameterized5_5098 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wC.congr_cl_wC[35].congr_cl_wC_reg | tri_rlmreg_p__parameterized5_5099 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wC.congr_cl_wC[36].congr_cl_wC_reg | tri_rlmreg_p__parameterized5_5100 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wC.congr_cl_wC[37].congr_cl_wC_reg | tri_rlmreg_p__parameterized5_5101 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wC.congr_cl_wC[38].congr_cl_wC_reg | tri_rlmreg_p__parameterized5_5102 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wC.congr_cl_wC[39].congr_cl_wC_reg | tri_rlmreg_p__parameterized5_5103 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wC.congr_cl_wC[3].congr_cl_wC_reg | tri_rlmreg_p__parameterized5_5104 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wC.congr_cl_wC[40].congr_cl_wC_reg | tri_rlmreg_p__parameterized5_5105 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wC.congr_cl_wC[41].congr_cl_wC_reg | tri_rlmreg_p__parameterized5_5106 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wC.congr_cl_wC[42].congr_cl_wC_reg | tri_rlmreg_p__parameterized5_5107 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wC.congr_cl_wC[43].congr_cl_wC_reg | tri_rlmreg_p__parameterized5_5108 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wC.congr_cl_wC[44].congr_cl_wC_reg | tri_rlmreg_p__parameterized5_5109 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wC.congr_cl_wC[45].congr_cl_wC_reg | tri_rlmreg_p__parameterized5_5110 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wC.congr_cl_wC[46].congr_cl_wC_reg | tri_rlmreg_p__parameterized5_5111 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wC.congr_cl_wC[47].congr_cl_wC_reg | tri_rlmreg_p__parameterized5_5112 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wC.congr_cl_wC[48].congr_cl_wC_reg | tri_rlmreg_p__parameterized5_5113 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wC.congr_cl_wC[49].congr_cl_wC_reg | tri_rlmreg_p__parameterized5_5114 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wC.congr_cl_wC[4].congr_cl_wC_reg | tri_rlmreg_p__parameterized5_5115 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wC.congr_cl_wC[50].congr_cl_wC_reg | tri_rlmreg_p__parameterized5_5116 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wC.congr_cl_wC[51].congr_cl_wC_reg | tri_rlmreg_p__parameterized5_5117 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wC.congr_cl_wC[52].congr_cl_wC_reg | tri_rlmreg_p__parameterized5_5118 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wC.congr_cl_wC[53].congr_cl_wC_reg | tri_rlmreg_p__parameterized5_5119 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wC.congr_cl_wC[54].congr_cl_wC_reg | tri_rlmreg_p__parameterized5_5120 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wC.congr_cl_wC[55].congr_cl_wC_reg | tri_rlmreg_p__parameterized5_5121 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wC.congr_cl_wC[56].congr_cl_wC_reg | tri_rlmreg_p__parameterized5_5122 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wC.congr_cl_wC[57].congr_cl_wC_reg | tri_rlmreg_p__parameterized5_5123 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wC.congr_cl_wC[58].congr_cl_wC_reg | tri_rlmreg_p__parameterized5_5124 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wC.congr_cl_wC[59].congr_cl_wC_reg | tri_rlmreg_p__parameterized5_5125 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wC.congr_cl_wC[5].congr_cl_wC_reg | tri_rlmreg_p__parameterized5_5126 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wC.congr_cl_wC[60].congr_cl_wC_reg | tri_rlmreg_p__parameterized5_5127 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wC.congr_cl_wC[61].congr_cl_wC_reg | tri_rlmreg_p__parameterized5_5128 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wC.congr_cl_wC[62].congr_cl_wC_reg | tri_rlmreg_p__parameterized5_5129 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wC.congr_cl_wC[63].congr_cl_wC_reg | tri_rlmreg_p__parameterized5_5130 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wC.congr_cl_wC[6].congr_cl_wC_reg | tri_rlmreg_p__parameterized5_5131 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wC.congr_cl_wC[7].congr_cl_wC_reg | tri_rlmreg_p__parameterized5_5132 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wC.congr_cl_wC[8].congr_cl_wC_reg | tri_rlmreg_p__parameterized5_5133 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wC.congr_cl_wC[9].congr_cl_wC_reg | tri_rlmreg_p__parameterized5_5134 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wD.congr_cl_wD[0].congr_cl_wD_reg | tri_rlmreg_p__parameterized5_5135 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wD.congr_cl_wD[10].congr_cl_wD_reg | tri_rlmreg_p__parameterized5_5136 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wD.congr_cl_wD[11].congr_cl_wD_reg | tri_rlmreg_p__parameterized5_5137 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wD.congr_cl_wD[12].congr_cl_wD_reg | tri_rlmreg_p__parameterized5_5138 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wD.congr_cl_wD[13].congr_cl_wD_reg | tri_rlmreg_p__parameterized5_5139 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wD.congr_cl_wD[14].congr_cl_wD_reg | tri_rlmreg_p__parameterized5_5140 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wD.congr_cl_wD[15].congr_cl_wD_reg | tri_rlmreg_p__parameterized5_5141 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wD.congr_cl_wD[16].congr_cl_wD_reg | tri_rlmreg_p__parameterized5_5142 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wD.congr_cl_wD[17].congr_cl_wD_reg | tri_rlmreg_p__parameterized5_5143 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wD.congr_cl_wD[18].congr_cl_wD_reg | tri_rlmreg_p__parameterized5_5144 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wD.congr_cl_wD[19].congr_cl_wD_reg | tri_rlmreg_p__parameterized5_5145 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wD.congr_cl_wD[1].congr_cl_wD_reg | tri_rlmreg_p__parameterized5_5146 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wD.congr_cl_wD[20].congr_cl_wD_reg | tri_rlmreg_p__parameterized5_5147 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wD.congr_cl_wD[21].congr_cl_wD_reg | tri_rlmreg_p__parameterized5_5148 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wD.congr_cl_wD[22].congr_cl_wD_reg | tri_rlmreg_p__parameterized5_5149 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wD.congr_cl_wD[23].congr_cl_wD_reg | tri_rlmreg_p__parameterized5_5150 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wD.congr_cl_wD[24].congr_cl_wD_reg | tri_rlmreg_p__parameterized5_5151 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wD.congr_cl_wD[25].congr_cl_wD_reg | tri_rlmreg_p__parameterized5_5152 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wD.congr_cl_wD[26].congr_cl_wD_reg | tri_rlmreg_p__parameterized5_5153 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wD.congr_cl_wD[27].congr_cl_wD_reg | tri_rlmreg_p__parameterized5_5154 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wD.congr_cl_wD[28].congr_cl_wD_reg | tri_rlmreg_p__parameterized5_5155 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wD.congr_cl_wD[29].congr_cl_wD_reg | tri_rlmreg_p__parameterized5_5156 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wD.congr_cl_wD[2].congr_cl_wD_reg | tri_rlmreg_p__parameterized5_5157 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wD.congr_cl_wD[30].congr_cl_wD_reg | tri_rlmreg_p__parameterized5_5158 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wD.congr_cl_wD[31].congr_cl_wD_reg | tri_rlmreg_p__parameterized5_5159 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wD.congr_cl_wD[32].congr_cl_wD_reg | tri_rlmreg_p__parameterized5_5160 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wD.congr_cl_wD[33].congr_cl_wD_reg | tri_rlmreg_p__parameterized5_5161 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wD.congr_cl_wD[34].congr_cl_wD_reg | tri_rlmreg_p__parameterized5_5162 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wD.congr_cl_wD[35].congr_cl_wD_reg | tri_rlmreg_p__parameterized5_5163 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wD.congr_cl_wD[36].congr_cl_wD_reg | tri_rlmreg_p__parameterized5_5164 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wD.congr_cl_wD[37].congr_cl_wD_reg | tri_rlmreg_p__parameterized5_5165 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wD.congr_cl_wD[38].congr_cl_wD_reg | tri_rlmreg_p__parameterized5_5166 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wD.congr_cl_wD[39].congr_cl_wD_reg | tri_rlmreg_p__parameterized5_5167 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wD.congr_cl_wD[3].congr_cl_wD_reg | tri_rlmreg_p__parameterized5_5168 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wD.congr_cl_wD[40].congr_cl_wD_reg | tri_rlmreg_p__parameterized5_5169 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wD.congr_cl_wD[41].congr_cl_wD_reg | tri_rlmreg_p__parameterized5_5170 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wD.congr_cl_wD[42].congr_cl_wD_reg | tri_rlmreg_p__parameterized5_5171 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wD.congr_cl_wD[43].congr_cl_wD_reg | tri_rlmreg_p__parameterized5_5172 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wD.congr_cl_wD[44].congr_cl_wD_reg | tri_rlmreg_p__parameterized5_5173 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wD.congr_cl_wD[45].congr_cl_wD_reg | tri_rlmreg_p__parameterized5_5174 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wD.congr_cl_wD[46].congr_cl_wD_reg | tri_rlmreg_p__parameterized5_5175 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wD.congr_cl_wD[47].congr_cl_wD_reg | tri_rlmreg_p__parameterized5_5176 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wD.congr_cl_wD[48].congr_cl_wD_reg | tri_rlmreg_p__parameterized5_5177 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wD.congr_cl_wD[49].congr_cl_wD_reg | tri_rlmreg_p__parameterized5_5178 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wD.congr_cl_wD[4].congr_cl_wD_reg | tri_rlmreg_p__parameterized5_5179 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wD.congr_cl_wD[50].congr_cl_wD_reg | tri_rlmreg_p__parameterized5_5180 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wD.congr_cl_wD[51].congr_cl_wD_reg | tri_rlmreg_p__parameterized5_5181 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wD.congr_cl_wD[52].congr_cl_wD_reg | tri_rlmreg_p__parameterized5_5182 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wD.congr_cl_wD[53].congr_cl_wD_reg | tri_rlmreg_p__parameterized5_5183 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wD.congr_cl_wD[54].congr_cl_wD_reg | tri_rlmreg_p__parameterized5_5184 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wD.congr_cl_wD[55].congr_cl_wD_reg | tri_rlmreg_p__parameterized5_5185 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wD.congr_cl_wD[56].congr_cl_wD_reg | tri_rlmreg_p__parameterized5_5186 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wD.congr_cl_wD[57].congr_cl_wD_reg | tri_rlmreg_p__parameterized5_5187 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wD.congr_cl_wD[58].congr_cl_wD_reg | tri_rlmreg_p__parameterized5_5188 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wD.congr_cl_wD[59].congr_cl_wD_reg | tri_rlmreg_p__parameterized5_5189 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wD.congr_cl_wD[5].congr_cl_wD_reg | tri_rlmreg_p__parameterized5_5190 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wD.congr_cl_wD[60].congr_cl_wD_reg | tri_rlmreg_p__parameterized5_5191 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wD.congr_cl_wD[61].congr_cl_wD_reg | tri_rlmreg_p__parameterized5_5192 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wD.congr_cl_wD[62].congr_cl_wD_reg | tri_rlmreg_p__parameterized5_5193 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wD.congr_cl_wD[63].congr_cl_wD_reg | tri_rlmreg_p__parameterized5_5194 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wD.congr_cl_wD[6].congr_cl_wD_reg | tri_rlmreg_p__parameterized5_5195 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wD.congr_cl_wD[7].congr_cl_wD_reg | tri_rlmreg_p__parameterized5_5196 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wD.congr_cl_wD[8].congr_cl_wD_reg | tri_rlmreg_p__parameterized5_5197 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wD.congr_cl_wD[9].congr_cl_wD_reg | tri_rlmreg_p__parameterized5_5198 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wE.congr_cl_wE[0].congr_cl_wE_reg | tri_rlmreg_p__parameterized5_5199 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wE.congr_cl_wE[10].congr_cl_wE_reg | tri_rlmreg_p__parameterized5_5200 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wE.congr_cl_wE[11].congr_cl_wE_reg | tri_rlmreg_p__parameterized5_5201 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wE.congr_cl_wE[12].congr_cl_wE_reg | tri_rlmreg_p__parameterized5_5202 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wE.congr_cl_wE[13].congr_cl_wE_reg | tri_rlmreg_p__parameterized5_5203 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wE.congr_cl_wE[14].congr_cl_wE_reg | tri_rlmreg_p__parameterized5_5204 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wE.congr_cl_wE[15].congr_cl_wE_reg | tri_rlmreg_p__parameterized5_5205 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wE.congr_cl_wE[16].congr_cl_wE_reg | tri_rlmreg_p__parameterized5_5206 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wE.congr_cl_wE[17].congr_cl_wE_reg | tri_rlmreg_p__parameterized5_5207 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wE.congr_cl_wE[18].congr_cl_wE_reg | tri_rlmreg_p__parameterized5_5208 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wE.congr_cl_wE[19].congr_cl_wE_reg | tri_rlmreg_p__parameterized5_5209 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wE.congr_cl_wE[1].congr_cl_wE_reg | tri_rlmreg_p__parameterized5_5210 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wE.congr_cl_wE[20].congr_cl_wE_reg | tri_rlmreg_p__parameterized5_5211 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wE.congr_cl_wE[21].congr_cl_wE_reg | tri_rlmreg_p__parameterized5_5212 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wE.congr_cl_wE[22].congr_cl_wE_reg | tri_rlmreg_p__parameterized5_5213 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wE.congr_cl_wE[23].congr_cl_wE_reg | tri_rlmreg_p__parameterized5_5214 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wE.congr_cl_wE[24].congr_cl_wE_reg | tri_rlmreg_p__parameterized5_5215 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wE.congr_cl_wE[25].congr_cl_wE_reg | tri_rlmreg_p__parameterized5_5216 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wE.congr_cl_wE[26].congr_cl_wE_reg | tri_rlmreg_p__parameterized5_5217 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wE.congr_cl_wE[27].congr_cl_wE_reg | tri_rlmreg_p__parameterized5_5218 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wE.congr_cl_wE[28].congr_cl_wE_reg | tri_rlmreg_p__parameterized5_5219 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wE.congr_cl_wE[29].congr_cl_wE_reg | tri_rlmreg_p__parameterized5_5220 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wE.congr_cl_wE[2].congr_cl_wE_reg | tri_rlmreg_p__parameterized5_5221 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wE.congr_cl_wE[30].congr_cl_wE_reg | tri_rlmreg_p__parameterized5_5222 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wE.congr_cl_wE[31].congr_cl_wE_reg | tri_rlmreg_p__parameterized5_5223 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wE.congr_cl_wE[32].congr_cl_wE_reg | tri_rlmreg_p__parameterized5_5224 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wE.congr_cl_wE[33].congr_cl_wE_reg | tri_rlmreg_p__parameterized5_5225 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wE.congr_cl_wE[34].congr_cl_wE_reg | tri_rlmreg_p__parameterized5_5226 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wE.congr_cl_wE[35].congr_cl_wE_reg | tri_rlmreg_p__parameterized5_5227 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wE.congr_cl_wE[36].congr_cl_wE_reg | tri_rlmreg_p__parameterized5_5228 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wE.congr_cl_wE[37].congr_cl_wE_reg | tri_rlmreg_p__parameterized5_5229 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wE.congr_cl_wE[38].congr_cl_wE_reg | tri_rlmreg_p__parameterized5_5230 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wE.congr_cl_wE[39].congr_cl_wE_reg | tri_rlmreg_p__parameterized5_5231 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wE.congr_cl_wE[3].congr_cl_wE_reg | tri_rlmreg_p__parameterized5_5232 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wE.congr_cl_wE[40].congr_cl_wE_reg | tri_rlmreg_p__parameterized5_5233 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wE.congr_cl_wE[41].congr_cl_wE_reg | tri_rlmreg_p__parameterized5_5234 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wE.congr_cl_wE[42].congr_cl_wE_reg | tri_rlmreg_p__parameterized5_5235 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wE.congr_cl_wE[43].congr_cl_wE_reg | tri_rlmreg_p__parameterized5_5236 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wE.congr_cl_wE[44].congr_cl_wE_reg | tri_rlmreg_p__parameterized5_5237 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wE.congr_cl_wE[45].congr_cl_wE_reg | tri_rlmreg_p__parameterized5_5238 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wE.congr_cl_wE[46].congr_cl_wE_reg | tri_rlmreg_p__parameterized5_5239 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wE.congr_cl_wE[47].congr_cl_wE_reg | tri_rlmreg_p__parameterized5_5240 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wE.congr_cl_wE[48].congr_cl_wE_reg | tri_rlmreg_p__parameterized5_5241 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wE.congr_cl_wE[49].congr_cl_wE_reg | tri_rlmreg_p__parameterized5_5242 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wE.congr_cl_wE[4].congr_cl_wE_reg | tri_rlmreg_p__parameterized5_5243 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wE.congr_cl_wE[50].congr_cl_wE_reg | tri_rlmreg_p__parameterized5_5244 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wE.congr_cl_wE[51].congr_cl_wE_reg | tri_rlmreg_p__parameterized5_5245 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wE.congr_cl_wE[52].congr_cl_wE_reg | tri_rlmreg_p__parameterized5_5246 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wE.congr_cl_wE[53].congr_cl_wE_reg | tri_rlmreg_p__parameterized5_5247 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wE.congr_cl_wE[54].congr_cl_wE_reg | tri_rlmreg_p__parameterized5_5248 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wE.congr_cl_wE[55].congr_cl_wE_reg | tri_rlmreg_p__parameterized5_5249 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wE.congr_cl_wE[56].congr_cl_wE_reg | tri_rlmreg_p__parameterized5_5250 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wE.congr_cl_wE[57].congr_cl_wE_reg | tri_rlmreg_p__parameterized5_5251 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wE.congr_cl_wE[58].congr_cl_wE_reg | tri_rlmreg_p__parameterized5_5252 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wE.congr_cl_wE[59].congr_cl_wE_reg | tri_rlmreg_p__parameterized5_5253 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wE.congr_cl_wE[5].congr_cl_wE_reg | tri_rlmreg_p__parameterized5_5254 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wE.congr_cl_wE[60].congr_cl_wE_reg | tri_rlmreg_p__parameterized5_5255 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wE.congr_cl_wE[61].congr_cl_wE_reg | tri_rlmreg_p__parameterized5_5256 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wE.congr_cl_wE[62].congr_cl_wE_reg | tri_rlmreg_p__parameterized5_5257 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wE.congr_cl_wE[63].congr_cl_wE_reg | tri_rlmreg_p__parameterized5_5258 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wE.congr_cl_wE[6].congr_cl_wE_reg | tri_rlmreg_p__parameterized5_5259 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wE.congr_cl_wE[7].congr_cl_wE_reg | tri_rlmreg_p__parameterized5_5260 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wE.congr_cl_wE[8].congr_cl_wE_reg | tri_rlmreg_p__parameterized5_5261 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wE.congr_cl_wE[9].congr_cl_wE_reg | tri_rlmreg_p__parameterized5_5262 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wF.congr_cl_wF[0].congr_cl_wF_reg | tri_rlmreg_p__parameterized5_5263 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wF.congr_cl_wF[10].congr_cl_wF_reg | tri_rlmreg_p__parameterized5_5264 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wF.congr_cl_wF[11].congr_cl_wF_reg | tri_rlmreg_p__parameterized5_5265 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wF.congr_cl_wF[12].congr_cl_wF_reg | tri_rlmreg_p__parameterized5_5266 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wF.congr_cl_wF[13].congr_cl_wF_reg | tri_rlmreg_p__parameterized5_5267 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wF.congr_cl_wF[14].congr_cl_wF_reg | tri_rlmreg_p__parameterized5_5268 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wF.congr_cl_wF[15].congr_cl_wF_reg | tri_rlmreg_p__parameterized5_5269 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wF.congr_cl_wF[16].congr_cl_wF_reg | tri_rlmreg_p__parameterized5_5270 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wF.congr_cl_wF[17].congr_cl_wF_reg | tri_rlmreg_p__parameterized5_5271 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wF.congr_cl_wF[18].congr_cl_wF_reg | tri_rlmreg_p__parameterized5_5272 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wF.congr_cl_wF[19].congr_cl_wF_reg | tri_rlmreg_p__parameterized5_5273 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wF.congr_cl_wF[1].congr_cl_wF_reg | tri_rlmreg_p__parameterized5_5274 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wF.congr_cl_wF[20].congr_cl_wF_reg | tri_rlmreg_p__parameterized5_5275 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wF.congr_cl_wF[21].congr_cl_wF_reg | tri_rlmreg_p__parameterized5_5276 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wF.congr_cl_wF[22].congr_cl_wF_reg | tri_rlmreg_p__parameterized5_5277 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wF.congr_cl_wF[23].congr_cl_wF_reg | tri_rlmreg_p__parameterized5_5278 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wF.congr_cl_wF[24].congr_cl_wF_reg | tri_rlmreg_p__parameterized5_5279 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wF.congr_cl_wF[25].congr_cl_wF_reg | tri_rlmreg_p__parameterized5_5280 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wF.congr_cl_wF[26].congr_cl_wF_reg | tri_rlmreg_p__parameterized5_5281 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wF.congr_cl_wF[27].congr_cl_wF_reg | tri_rlmreg_p__parameterized5_5282 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wF.congr_cl_wF[28].congr_cl_wF_reg | tri_rlmreg_p__parameterized5_5283 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wF.congr_cl_wF[29].congr_cl_wF_reg | tri_rlmreg_p__parameterized5_5284 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wF.congr_cl_wF[2].congr_cl_wF_reg | tri_rlmreg_p__parameterized5_5285 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wF.congr_cl_wF[30].congr_cl_wF_reg | tri_rlmreg_p__parameterized5_5286 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wF.congr_cl_wF[31].congr_cl_wF_reg | tri_rlmreg_p__parameterized5_5287 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wF.congr_cl_wF[32].congr_cl_wF_reg | tri_rlmreg_p__parameterized5_5288 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wF.congr_cl_wF[33].congr_cl_wF_reg | tri_rlmreg_p__parameterized5_5289 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wF.congr_cl_wF[34].congr_cl_wF_reg | tri_rlmreg_p__parameterized5_5290 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wF.congr_cl_wF[35].congr_cl_wF_reg | tri_rlmreg_p__parameterized5_5291 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wF.congr_cl_wF[36].congr_cl_wF_reg | tri_rlmreg_p__parameterized5_5292 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wF.congr_cl_wF[37].congr_cl_wF_reg | tri_rlmreg_p__parameterized5_5293 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wF.congr_cl_wF[38].congr_cl_wF_reg | tri_rlmreg_p__parameterized5_5294 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wF.congr_cl_wF[39].congr_cl_wF_reg | tri_rlmreg_p__parameterized5_5295 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wF.congr_cl_wF[3].congr_cl_wF_reg | tri_rlmreg_p__parameterized5_5296 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wF.congr_cl_wF[40].congr_cl_wF_reg | tri_rlmreg_p__parameterized5_5297 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wF.congr_cl_wF[41].congr_cl_wF_reg | tri_rlmreg_p__parameterized5_5298 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wF.congr_cl_wF[42].congr_cl_wF_reg | tri_rlmreg_p__parameterized5_5299 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wF.congr_cl_wF[43].congr_cl_wF_reg | tri_rlmreg_p__parameterized5_5300 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wF.congr_cl_wF[44].congr_cl_wF_reg | tri_rlmreg_p__parameterized5_5301 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wF.congr_cl_wF[45].congr_cl_wF_reg | tri_rlmreg_p__parameterized5_5302 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wF.congr_cl_wF[46].congr_cl_wF_reg | tri_rlmreg_p__parameterized5_5303 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wF.congr_cl_wF[47].congr_cl_wF_reg | tri_rlmreg_p__parameterized5_5304 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wF.congr_cl_wF[48].congr_cl_wF_reg | tri_rlmreg_p__parameterized5_5305 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wF.congr_cl_wF[49].congr_cl_wF_reg | tri_rlmreg_p__parameterized5_5306 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wF.congr_cl_wF[4].congr_cl_wF_reg | tri_rlmreg_p__parameterized5_5307 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wF.congr_cl_wF[50].congr_cl_wF_reg | tri_rlmreg_p__parameterized5_5308 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wF.congr_cl_wF[51].congr_cl_wF_reg | tri_rlmreg_p__parameterized5_5309 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wF.congr_cl_wF[52].congr_cl_wF_reg | tri_rlmreg_p__parameterized5_5310 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wF.congr_cl_wF[53].congr_cl_wF_reg | tri_rlmreg_p__parameterized5_5311 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wF.congr_cl_wF[54].congr_cl_wF_reg | tri_rlmreg_p__parameterized5_5312 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wF.congr_cl_wF[55].congr_cl_wF_reg | tri_rlmreg_p__parameterized5_5313 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wF.congr_cl_wF[56].congr_cl_wF_reg | tri_rlmreg_p__parameterized5_5314 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wF.congr_cl_wF[57].congr_cl_wF_reg | tri_rlmreg_p__parameterized5_5315 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wF.congr_cl_wF[58].congr_cl_wF_reg | tri_rlmreg_p__parameterized5_5316 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wF.congr_cl_wF[59].congr_cl_wF_reg | tri_rlmreg_p__parameterized5_5317 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wF.congr_cl_wF[5].congr_cl_wF_reg | tri_rlmreg_p__parameterized5_5318 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wF.congr_cl_wF[60].congr_cl_wF_reg | tri_rlmreg_p__parameterized5_5319 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wF.congr_cl_wF[61].congr_cl_wF_reg | tri_rlmreg_p__parameterized5_5320 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wF.congr_cl_wF[62].congr_cl_wF_reg | tri_rlmreg_p__parameterized5_5321 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wF.congr_cl_wF[63].congr_cl_wF_reg | tri_rlmreg_p__parameterized5_5322 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wF.congr_cl_wF[6].congr_cl_wF_reg | tri_rlmreg_p__parameterized5_5323 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wF.congr_cl_wF[7].congr_cl_wF_reg | tri_rlmreg_p__parameterized5_5324 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wF.congr_cl_wF[8].congr_cl_wF_reg | tri_rlmreg_p__parameterized5_5325 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wF.congr_cl_wF[9].congr_cl_wF_reg | tri_rlmreg_p__parameterized5_5326 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wG.congr_cl_wG[0].congr_cl_wG_reg | tri_rlmreg_p__parameterized5_5327 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wG.congr_cl_wG[10].congr_cl_wG_reg | tri_rlmreg_p__parameterized5_5328 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wG.congr_cl_wG[11].congr_cl_wG_reg | tri_rlmreg_p__parameterized5_5329 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wG.congr_cl_wG[12].congr_cl_wG_reg | tri_rlmreg_p__parameterized5_5330 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wG.congr_cl_wG[13].congr_cl_wG_reg | tri_rlmreg_p__parameterized5_5331 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wG.congr_cl_wG[14].congr_cl_wG_reg | tri_rlmreg_p__parameterized5_5332 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wG.congr_cl_wG[15].congr_cl_wG_reg | tri_rlmreg_p__parameterized5_5333 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wG.congr_cl_wG[16].congr_cl_wG_reg | tri_rlmreg_p__parameterized5_5334 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wG.congr_cl_wG[17].congr_cl_wG_reg | tri_rlmreg_p__parameterized5_5335 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wG.congr_cl_wG[18].congr_cl_wG_reg | tri_rlmreg_p__parameterized5_5336 | 1 | 1 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wG.congr_cl_wG[19].congr_cl_wG_reg | tri_rlmreg_p__parameterized5_5337 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wG.congr_cl_wG[1].congr_cl_wG_reg | tri_rlmreg_p__parameterized5_5338 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wG.congr_cl_wG[20].congr_cl_wG_reg | tri_rlmreg_p__parameterized5_5339 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wG.congr_cl_wG[21].congr_cl_wG_reg | tri_rlmreg_p__parameterized5_5340 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wG.congr_cl_wG[22].congr_cl_wG_reg | tri_rlmreg_p__parameterized5_5341 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wG.congr_cl_wG[23].congr_cl_wG_reg | tri_rlmreg_p__parameterized5_5342 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wG.congr_cl_wG[24].congr_cl_wG_reg | tri_rlmreg_p__parameterized5_5343 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wG.congr_cl_wG[25].congr_cl_wG_reg | tri_rlmreg_p__parameterized5_5344 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wG.congr_cl_wG[26].congr_cl_wG_reg | tri_rlmreg_p__parameterized5_5345 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wG.congr_cl_wG[27].congr_cl_wG_reg | tri_rlmreg_p__parameterized5_5346 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wG.congr_cl_wG[28].congr_cl_wG_reg | tri_rlmreg_p__parameterized5_5347 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wG.congr_cl_wG[29].congr_cl_wG_reg | tri_rlmreg_p__parameterized5_5348 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wG.congr_cl_wG[2].congr_cl_wG_reg | tri_rlmreg_p__parameterized5_5349 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wG.congr_cl_wG[30].congr_cl_wG_reg | tri_rlmreg_p__parameterized5_5350 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wG.congr_cl_wG[31].congr_cl_wG_reg | tri_rlmreg_p__parameterized5_5351 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wG.congr_cl_wG[32].congr_cl_wG_reg | tri_rlmreg_p__parameterized5_5352 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wG.congr_cl_wG[33].congr_cl_wG_reg | tri_rlmreg_p__parameterized5_5353 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wG.congr_cl_wG[34].congr_cl_wG_reg | tri_rlmreg_p__parameterized5_5354 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wG.congr_cl_wG[35].congr_cl_wG_reg | tri_rlmreg_p__parameterized5_5355 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wG.congr_cl_wG[36].congr_cl_wG_reg | tri_rlmreg_p__parameterized5_5356 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wG.congr_cl_wG[37].congr_cl_wG_reg | tri_rlmreg_p__parameterized5_5357 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wG.congr_cl_wG[38].congr_cl_wG_reg | tri_rlmreg_p__parameterized5_5358 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wG.congr_cl_wG[39].congr_cl_wG_reg | tri_rlmreg_p__parameterized5_5359 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wG.congr_cl_wG[3].congr_cl_wG_reg | tri_rlmreg_p__parameterized5_5360 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wG.congr_cl_wG[40].congr_cl_wG_reg | tri_rlmreg_p__parameterized5_5361 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wG.congr_cl_wG[41].congr_cl_wG_reg | tri_rlmreg_p__parameterized5_5362 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wG.congr_cl_wG[42].congr_cl_wG_reg | tri_rlmreg_p__parameterized5_5363 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wG.congr_cl_wG[43].congr_cl_wG_reg | tri_rlmreg_p__parameterized5_5364 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wG.congr_cl_wG[44].congr_cl_wG_reg | tri_rlmreg_p__parameterized5_5365 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wG.congr_cl_wG[45].congr_cl_wG_reg | tri_rlmreg_p__parameterized5_5366 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wG.congr_cl_wG[46].congr_cl_wG_reg | tri_rlmreg_p__parameterized5_5367 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wG.congr_cl_wG[47].congr_cl_wG_reg | tri_rlmreg_p__parameterized5_5368 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wG.congr_cl_wG[48].congr_cl_wG_reg | tri_rlmreg_p__parameterized5_5369 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wG.congr_cl_wG[49].congr_cl_wG_reg | tri_rlmreg_p__parameterized5_5370 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wG.congr_cl_wG[4].congr_cl_wG_reg | tri_rlmreg_p__parameterized5_5371 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wG.congr_cl_wG[50].congr_cl_wG_reg | tri_rlmreg_p__parameterized5_5372 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wG.congr_cl_wG[51].congr_cl_wG_reg | tri_rlmreg_p__parameterized5_5373 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wG.congr_cl_wG[52].congr_cl_wG_reg | tri_rlmreg_p__parameterized5_5374 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wG.congr_cl_wG[53].congr_cl_wG_reg | tri_rlmreg_p__parameterized5_5375 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wG.congr_cl_wG[54].congr_cl_wG_reg | tri_rlmreg_p__parameterized5_5376 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wG.congr_cl_wG[55].congr_cl_wG_reg | tri_rlmreg_p__parameterized5_5377 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wG.congr_cl_wG[56].congr_cl_wG_reg | tri_rlmreg_p__parameterized5_5378 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wG.congr_cl_wG[57].congr_cl_wG_reg | tri_rlmreg_p__parameterized5_5379 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wG.congr_cl_wG[58].congr_cl_wG_reg | tri_rlmreg_p__parameterized5_5380 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wG.congr_cl_wG[59].congr_cl_wG_reg | tri_rlmreg_p__parameterized5_5381 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wG.congr_cl_wG[5].congr_cl_wG_reg | tri_rlmreg_p__parameterized5_5382 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wG.congr_cl_wG[60].congr_cl_wG_reg | tri_rlmreg_p__parameterized5_5383 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wG.congr_cl_wG[61].congr_cl_wG_reg | tri_rlmreg_p__parameterized5_5384 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wG.congr_cl_wG[62].congr_cl_wG_reg | tri_rlmreg_p__parameterized5_5385 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wG.congr_cl_wG[63].congr_cl_wG_reg | tri_rlmreg_p__parameterized5_5386 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wG.congr_cl_wG[6].congr_cl_wG_reg | tri_rlmreg_p__parameterized5_5387 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wG.congr_cl_wG[7].congr_cl_wG_reg | tri_rlmreg_p__parameterized5_5388 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wG.congr_cl_wG[8].congr_cl_wG_reg | tri_rlmreg_p__parameterized5_5389 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wG.congr_cl_wG[9].congr_cl_wG_reg | tri_rlmreg_p__parameterized5_5390 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wH.congr_cl_wH[0].congr_cl_wH_reg | tri_rlmreg_p__parameterized5_5391 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wH.congr_cl_wH[10].congr_cl_wH_reg | tri_rlmreg_p__parameterized5_5392 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wH.congr_cl_wH[11].congr_cl_wH_reg | tri_rlmreg_p__parameterized5_5393 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wH.congr_cl_wH[12].congr_cl_wH_reg | tri_rlmreg_p__parameterized5_5394 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wH.congr_cl_wH[13].congr_cl_wH_reg | tri_rlmreg_p__parameterized5_5395 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wH.congr_cl_wH[14].congr_cl_wH_reg | tri_rlmreg_p__parameterized5_5396 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wH.congr_cl_wH[15].congr_cl_wH_reg | tri_rlmreg_p__parameterized5_5397 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wH.congr_cl_wH[16].congr_cl_wH_reg | tri_rlmreg_p__parameterized5_5398 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wH.congr_cl_wH[17].congr_cl_wH_reg | tri_rlmreg_p__parameterized5_5399 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wH.congr_cl_wH[18].congr_cl_wH_reg | tri_rlmreg_p__parameterized5_5400 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wH.congr_cl_wH[19].congr_cl_wH_reg | tri_rlmreg_p__parameterized5_5401 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wH.congr_cl_wH[1].congr_cl_wH_reg | tri_rlmreg_p__parameterized5_5402 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wH.congr_cl_wH[20].congr_cl_wH_reg | tri_rlmreg_p__parameterized5_5403 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wH.congr_cl_wH[21].congr_cl_wH_reg | tri_rlmreg_p__parameterized5_5404 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wH.congr_cl_wH[22].congr_cl_wH_reg | tri_rlmreg_p__parameterized5_5405 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wH.congr_cl_wH[23].congr_cl_wH_reg | tri_rlmreg_p__parameterized5_5406 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wH.congr_cl_wH[24].congr_cl_wH_reg | tri_rlmreg_p__parameterized5_5407 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wH.congr_cl_wH[25].congr_cl_wH_reg | tri_rlmreg_p__parameterized5_5408 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wH.congr_cl_wH[26].congr_cl_wH_reg | tri_rlmreg_p__parameterized5_5409 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wH.congr_cl_wH[27].congr_cl_wH_reg | tri_rlmreg_p__parameterized5_5410 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wH.congr_cl_wH[28].congr_cl_wH_reg | tri_rlmreg_p__parameterized5_5411 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wH.congr_cl_wH[29].congr_cl_wH_reg | tri_rlmreg_p__parameterized5_5412 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wH.congr_cl_wH[2].congr_cl_wH_reg | tri_rlmreg_p__parameterized5_5413 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wH.congr_cl_wH[30].congr_cl_wH_reg | tri_rlmreg_p__parameterized5_5414 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wH.congr_cl_wH[31].congr_cl_wH_reg | tri_rlmreg_p__parameterized5_5415 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wH.congr_cl_wH[32].congr_cl_wH_reg | tri_rlmreg_p__parameterized5_5416 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wH.congr_cl_wH[33].congr_cl_wH_reg | tri_rlmreg_p__parameterized5_5417 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wH.congr_cl_wH[34].congr_cl_wH_reg | tri_rlmreg_p__parameterized5_5418 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wH.congr_cl_wH[35].congr_cl_wH_reg | tri_rlmreg_p__parameterized5_5419 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wH.congr_cl_wH[36].congr_cl_wH_reg | tri_rlmreg_p__parameterized5_5420 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wH.congr_cl_wH[37].congr_cl_wH_reg | tri_rlmreg_p__parameterized5_5421 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wH.congr_cl_wH[38].congr_cl_wH_reg | tri_rlmreg_p__parameterized5_5422 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wH.congr_cl_wH[39].congr_cl_wH_reg | tri_rlmreg_p__parameterized5_5423 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wH.congr_cl_wH[3].congr_cl_wH_reg | tri_rlmreg_p__parameterized5_5424 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wH.congr_cl_wH[40].congr_cl_wH_reg | tri_rlmreg_p__parameterized5_5425 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wH.congr_cl_wH[41].congr_cl_wH_reg | tri_rlmreg_p__parameterized5_5426 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wH.congr_cl_wH[42].congr_cl_wH_reg | tri_rlmreg_p__parameterized5_5427 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wH.congr_cl_wH[43].congr_cl_wH_reg | tri_rlmreg_p__parameterized5_5428 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wH.congr_cl_wH[44].congr_cl_wH_reg | tri_rlmreg_p__parameterized5_5429 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wH.congr_cl_wH[45].congr_cl_wH_reg | tri_rlmreg_p__parameterized5_5430 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wH.congr_cl_wH[46].congr_cl_wH_reg | tri_rlmreg_p__parameterized5_5431 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wH.congr_cl_wH[47].congr_cl_wH_reg | tri_rlmreg_p__parameterized5_5432 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wH.congr_cl_wH[48].congr_cl_wH_reg | tri_rlmreg_p__parameterized5_5433 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wH.congr_cl_wH[49].congr_cl_wH_reg | tri_rlmreg_p__parameterized5_5434 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wH.congr_cl_wH[4].congr_cl_wH_reg | tri_rlmreg_p__parameterized5_5435 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wH.congr_cl_wH[50].congr_cl_wH_reg | tri_rlmreg_p__parameterized5_5436 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wH.congr_cl_wH[51].congr_cl_wH_reg | tri_rlmreg_p__parameterized5_5437 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wH.congr_cl_wH[52].congr_cl_wH_reg | tri_rlmreg_p__parameterized5_5438 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wH.congr_cl_wH[53].congr_cl_wH_reg | tri_rlmreg_p__parameterized5_5439 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wH.congr_cl_wH[54].congr_cl_wH_reg | tri_rlmreg_p__parameterized5_5440 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wH.congr_cl_wH[55].congr_cl_wH_reg | tri_rlmreg_p__parameterized5_5441 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wH.congr_cl_wH[56].congr_cl_wH_reg | tri_rlmreg_p__parameterized5_5442 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wH.congr_cl_wH[57].congr_cl_wH_reg | tri_rlmreg_p__parameterized5_5443 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wH.congr_cl_wH[58].congr_cl_wH_reg | tri_rlmreg_p__parameterized5_5444 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wH.congr_cl_wH[59].congr_cl_wH_reg | tri_rlmreg_p__parameterized5_5445 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wH.congr_cl_wH[5].congr_cl_wH_reg | tri_rlmreg_p__parameterized5_5446 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wH.congr_cl_wH[60].congr_cl_wH_reg | tri_rlmreg_p__parameterized5_5447 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wH.congr_cl_wH[61].congr_cl_wH_reg | tri_rlmreg_p__parameterized5_5448 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wH.congr_cl_wH[62].congr_cl_wH_reg | tri_rlmreg_p__parameterized5_5449 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wH.congr_cl_wH[63].congr_cl_wH_reg | tri_rlmreg_p__parameterized5_5450 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wH.congr_cl_wH[6].congr_cl_wH_reg | tri_rlmreg_p__parameterized5_5451 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wH.congr_cl_wH[7].congr_cl_wH_reg | tri_rlmreg_p__parameterized5_5452 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wH.congr_cl_wH[8].congr_cl_wH_reg | tri_rlmreg_p__parameterized5_5453 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| congr_cl_wH.congr_cl_wH[9].congr_cl_wH_reg | tri_rlmreg_p__parameterized5_5454 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| ex3_binv_val_reg | tri_rlmlatch_p_5455 | 10 | 10 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex3_congr_cl_reg | tri_regk__parameterized11 | 986 | 986 | 0 | 0 | 6 | 0 | 0 | 0 | +| ex3_thrd_id_reg | tri_regk__parameterized2_5456 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex4_binv_val_reg | tri_rlmlatch_p_5457 | 25 | 25 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex4_cache_acc_reg | tri_rlmlatch_p_5458 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex4_congr_cl_reg | tri_rlmreg_p__parameterized0_5459 | 12 | 12 | 0 | 0 | 6 | 0 | 0 | 0 | +| ex4_larx_val_reg | tri_rlmlatch_p_5460 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex4_lock_set_reg | tri_rlmlatch_p_5461 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex4_pfetch_val_reg | tri_rlmlatch_p_5462 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex4_stq2_congr_cl_m_reg | tri_rlmlatch_p_5463 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex4_stq3_set_rel_coll_reg | tri_rlmlatch_p_5464 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex4_stq4_set_rel_coll_reg | tri_rlmlatch_p_5465 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex4_thrd_id_reg | tri_rlmreg_p__parameterized37_5466 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex4_watch_set_reg | tri_rlmlatch_p_5467 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex4_way_val.ex4_way_val[0].ex4_way_val_reg | tri_rlmreg_p__parameterized5_5468 | 14 | 14 | 0 | 0 | 3 | 0 | 0 | 0 | +| ex4_way_val.ex4_way_val[1].ex4_way_val_reg | tri_rlmreg_p__parameterized5_5469 | 17 | 17 | 0 | 0 | 3 | 0 | 0 | 0 | +| ex4_way_val.ex4_way_val[2].ex4_way_val_reg | tri_rlmreg_p__parameterized5_5470 | 16 | 16 | 0 | 0 | 3 | 0 | 0 | 0 | +| ex4_way_val.ex4_way_val[3].ex4_way_val_reg | tri_rlmreg_p__parameterized5_5471 | 15 | 15 | 0 | 0 | 3 | 0 | 0 | 0 | +| ex4_way_val.ex4_way_val[4].ex4_way_val_reg | tri_rlmreg_p__parameterized5_5472 | 13 | 13 | 0 | 0 | 3 | 0 | 0 | 0 | +| ex4_way_val.ex4_way_val[5].ex4_way_val_reg | tri_rlmreg_p__parameterized5_5473 | 15 | 15 | 0 | 0 | 3 | 0 | 0 | 0 | +| ex4_way_val.ex4_way_val[6].ex4_way_val_reg | tri_rlmreg_p__parameterized5_5474 | 13 | 13 | 0 | 0 | 3 | 0 | 0 | 0 | +| ex4_way_val.ex4_way_val[7].ex4_way_val_reg | tri_rlmreg_p__parameterized5_5475 | 13 | 13 | 0 | 0 | 3 | 0 | 0 | 0 | +| ex4_xuop_upd_val_reg | tri_rlmlatch_p_5476 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex5_binv_val_reg | tri_rlmlatch_p_5477 | 10 | 10 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex5_cClass_lock_set_reg | tri_regk__parameterized2_5478 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex5_cClass_thrd_watch_reg | tri_regk__parameterized2_5479 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex5_clr_lck_way_reg | tri_regk__parameterized14_5480 | 4 | 4 | 0 | 0 | 8 | 0 | 0 | 0 | +| ex5_congr_cl_reg | tri_regk__parameterized11_5481 | 76 | 76 | 0 | 0 | 6 | 0 | 0 | 0 | +| ex5_cr_watch_reg | tri_regk__parameterized2_5482 | 4 | 4 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex5_dc_perr_det_reg | tri_rlmlatch_p_5483 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex5_dc_perr_flush_reg | tri_rlmlatch_p_5484 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex5_dir_multihit_val_b_reg | tri_rlmlatch_p_5485 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex5_dir_perr_det_reg | tri_rlmlatch_p_5486 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex5_dir_perr_flush_reg | tri_rlmlatch_p_5487 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex5_dir_way.ex5_dir_way[0].ex5_dir_way_reg | tri_regk__parameterized9 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| ex5_dir_way.ex5_dir_way[1].ex5_dir_way_reg | tri_regk__parameterized9_5488 | 1 | 1 | 0 | 0 | 3 | 0 | 0 | 0 | +| ex5_dir_way.ex5_dir_way[2].ex5_dir_way_reg | tri_regk__parameterized9_5489 | 1 | 1 | 0 | 0 | 3 | 0 | 0 | 0 | +| ex5_dir_way.ex5_dir_way[3].ex5_dir_way_reg | tri_regk__parameterized9_5490 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| ex5_dir_way.ex5_dir_way[4].ex5_dir_way_reg | tri_regk__parameterized9_5491 | 1 | 1 | 0 | 0 | 3 | 0 | 0 | 0 | +| ex5_dir_way.ex5_dir_way[5].ex5_dir_way_reg | tri_regk__parameterized9_5492 | 1 | 1 | 0 | 0 | 3 | 0 | 0 | 0 | +| ex5_dir_way.ex5_dir_way[6].ex5_dir_way_reg | tri_regk__parameterized9_5493 | 2 | 2 | 0 | 0 | 3 | 0 | 0 | 0 | +| ex5_dir_way.ex5_dir_way[7].ex5_dir_way_reg | tri_regk__parameterized9_5494 | 1 | 1 | 0 | 0 | 3 | 0 | 0 | 0 | +| ex5_err_det_way_reg | tri_rlmreg_p__parameterized12_5495 | 72 | 72 | 0 | 0 | 8 | 0 | 0 | 0 | +| ex5_lock_set_reg | tri_rlmlatch_p_5496 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex5_lose_watch_reg | tri_regk__parameterized2_5497 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex5_mhit_cacc_reg | tri_rlmlatch_p_5498 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex5_perr_lock_lost_reg | tri_rlmlatch_p_5499 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex5_perr_watchlost_reg | tri_rlmreg_p__parameterized37_5500 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex5_stp_perr_flush_reg | tri_rlmlatch_p_5501 | 4 | 4 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex5_watch_set_reg | tri_rlmlatch_p_5502 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex5_way_hit_reg | tri_regk__parameterized14_5503 | 24 | 24 | 0 | 0 | 8 | 0 | 0 | 0 | +| ex5_way_perr_det_reg | tri_rlmlatch_p_5504 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex5_way_upd_reg | tri_regk__parameterized14_5505 | 45 | 45 | 0 | 0 | 8 | 0 | 0 | 0 | +| ex5_way_val.ex5_way_val[0].ex5_way_val_reg | tri_regk__parameterized9_5506 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| ex5_way_val.ex5_way_val[1].ex5_way_val_reg | tri_regk__parameterized9_5507 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| ex5_way_val.ex5_way_val[2].ex5_way_val_reg | tri_regk__parameterized9_5508 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| ex5_way_val.ex5_way_val[3].ex5_way_val_reg | tri_regk__parameterized9_5509 | 3 | 3 | 0 | 0 | 3 | 0 | 0 | 0 | +| ex5_way_val.ex5_way_val[4].ex5_way_val_reg | tri_regk__parameterized9_5510 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| ex5_way_val.ex5_way_val[5].ex5_way_val_reg | tri_regk__parameterized9_5511 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| ex5_way_val.ex5_way_val[6].ex5_way_val_reg | tri_regk__parameterized9_5512 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| ex5_way_val.ex5_way_val[7].ex5_way_val_reg | tri_regk__parameterized9_5513 | 3 | 3 | 0 | 0 | 3 | 0 | 0 | 0 | +| ex5_xuop_upd_val_reg | tri_rlmlatch_p_5514 | 11 | 11 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex6_dir_way.ex6_dir_way[0].ex6_dir_way_reg | tri_rlmreg_p__parameterized5_5515 | 384 | 384 | 0 | 0 | 3 | 0 | 0 | 0 | +| ex6_dir_way.ex6_dir_way[1].ex6_dir_way_reg | tri_rlmreg_p__parameterized5_5516 | 384 | 384 | 0 | 0 | 3 | 0 | 0 | 0 | +| ex6_dir_way.ex6_dir_way[2].ex6_dir_way_reg | tri_rlmreg_p__parameterized5_5517 | 384 | 384 | 0 | 0 | 3 | 0 | 0 | 0 | +| ex6_dir_way.ex6_dir_way[3].ex6_dir_way_reg | tri_rlmreg_p__parameterized5_5518 | 384 | 384 | 0 | 0 | 3 | 0 | 0 | 0 | +| ex6_dir_way.ex6_dir_way[4].ex6_dir_way_reg | tri_rlmreg_p__parameterized5_5519 | 384 | 384 | 0 | 0 | 3 | 0 | 0 | 0 | +| ex6_dir_way.ex6_dir_way[5].ex6_dir_way_reg | tri_rlmreg_p__parameterized5_5520 | 384 | 384 | 0 | 0 | 3 | 0 | 0 | 0 | +| ex6_dir_way.ex6_dir_way[6].ex6_dir_way_reg | tri_rlmreg_p__parameterized5_5521 | 384 | 384 | 0 | 0 | 3 | 0 | 0 | 0 | +| ex6_dir_way.ex6_dir_way[7].ex6_dir_way_reg | tri_rlmreg_p__parameterized5_5522 | 384 | 384 | 0 | 0 | 3 | 0 | 0 | 0 | +| ex6_watch_set_reg | tri_rlmlatch_p_5523 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex6_way_upd_reg | tri_rlmreg_p__parameterized12_5524 | 11 | 11 | 0 | 0 | 8 | 0 | 0 | 0 | +| ex7_dir_way.ex7_dir_way[0].ex7_dir_way_reg | tri_regk__parameterized2_5525 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex7_dir_way.ex7_dir_way[1].ex7_dir_way_reg | tri_regk__parameterized2_5526 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex7_dir_way.ex7_dir_way[2].ex7_dir_way_reg | tri_regk__parameterized2_5527 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex7_dir_way.ex7_dir_way[3].ex7_dir_way_reg | tri_regk__parameterized2_5528 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex7_dir_way.ex7_dir_way[4].ex7_dir_way_reg | tri_regk__parameterized2_5529 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex7_dir_way.ex7_dir_way[5].ex7_dir_way_reg | tri_regk__parameterized2_5530 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex7_dir_way.ex7_dir_way[6].ex7_dir_way_reg | tri_regk__parameterized2_5531 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex7_dir_way.ex7_dir_way[7].ex7_dir_way_reg | tri_regk__parameterized2_5532 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex7_watch_set_inval_reg | tri_rlmlatch_p_5533 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex7_way_upd_reg | tri_regk__parameterized14_5534 | 10 | 10 | 0 | 0 | 8 | 0 | 0 | 0 | +| inj_dirmultihit_ldp_reg | tri_rlmlatch_p_5535 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| inj_dirmultihit_stp_reg | tri_rlmlatch_p_5536 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| lock_finval_reg | tri_rlmlatch_p_5537 | 0 | 0 | 0 | 0 | 8 | 0 | 0 | 0 | +| p0_congr_cl_act_reg | tri_rlmreg_p__parameterized33_5538 | 275 | 275 | 0 | 0 | 64 | 0 | 0 | 0 | +| p0_wren_cpy_reg | tri_rlmlatch_p_5539 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| p0_wren_reg | tri_rlmlatch_p_5540 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| p0_wren_stg_reg | tri_rlmlatch_p_5541 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| p1_congr_cl_act_reg | tri_rlmreg_p__parameterized33_5542 | 271 | 271 | 0 | 0 | 64 | 0 | 0 | 0 | +| p1_wren_cpy_reg | tri_rlmlatch_p_5543 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| p1_wren_reg | tri_rlmlatch_p_5544 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| rel2_back_inv_reg | tri_rlmlatch_p_5545 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| rel2_clr_stg_val_reg | tri_rlmlatch_p_5546 | 3 | 3 | 0 | 0 | 1 | 0 | 0 | 0 | +| rel2_lock_set_reg | tri_rlmlatch_p_5547 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| rel2_set_stg_val_reg | tri_rlmlatch_p_5548 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| rel2_thrd_id_reg | tri_rlmreg_p__parameterized37_5549 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| rel2_watch_set_reg | tri_rlmlatch_p_5550 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| rel3_back_inv_reg | tri_regk__parameterized2_5551 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| rel3_clr_stg_val_reg | tri_rlmlatch_p_5552 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| rel3_lock_set_reg | tri_regk__parameterized2_5553 | 22 | 22 | 0 | 0 | 1 | 0 | 0 | 0 | +| rel3_set_dir_val_reg | tri_rlmlatch_p_5554 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| rel3_set_stg_val_reg | tri_rlmlatch_p_5555 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| rel3_thrd_id_reg | tri_regk__parameterized2_5556 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| rel3_upd_val_reg | tri_regk__parameterized2_5557 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| rel3_watch_set_reg | tri_regk__parameterized2_5558 | 18 | 18 | 0 | 0 | 1 | 0 | 0 | 0 | +| rel4_all_watch_lost_reg | tri_rlmreg_p__parameterized37_5559 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| rel4_clr_stg_val_reg | tri_rlmlatch_p_5560 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| rel4_set_dir_val_reg | tri_rlmlatch_p_5561 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| rel5_clr_stg_val_reg | tri_rlmlatch_p_5562 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| spr_xucr0_clfc_reg | tri_rlmlatch_p_5563 | 8 | 8 | 0 | 0 | 1 | 0 | 0 | 0 | +| stm_watchlost_state_reg | tri_rlmreg_p__parameterized37_5564 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| stq2_cen_acc_reg | tri_rlmlatch_p_5565 | 3 | 3 | 0 | 0 | 1 | 0 | 0 | 0 | +| stq2_ci_reg | tri_rlmlatch_p_5566 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| stq2_congr_cl_reg | tri_rlmreg_p__parameterized0_5567 | 964 | 964 | 0 | 0 | 6 | 0 | 0 | 0 | +| stq2_dci_val_reg | tri_rlmlatch_p_5568 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| stq2_inval_op_reg | tri_rlmlatch_p_5569 | 3 | 3 | 0 | 0 | 1 | 0 | 0 | 0 | +| stq2_l_fld_b1_reg | tri_rlmlatch_p_5570 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| stq2_lock_clr_reg | tri_rlmlatch_p_5571 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| stq2_store_val_reg | tri_rlmlatch_p_5572 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| stq2_thrd_id_reg | tri_rlmreg_p__parameterized37_5573 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| stq2_val_reg | tri_rlmlatch_p_5574 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| stq2_watch_clr_all_reg | tri_rlmlatch_p_5575 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| stq2_watch_clr_reg | tri_rlmlatch_p_5576 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| stq3_congr_cl_reg | tri_regk__parameterized11_5577 | 12 | 12 | 0 | 0 | 6 | 0 | 0 | 0 | +| stq3_dci_val_reg | tri_rlmlatch_p_5578 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| stq3_dir_upd_val_reg | tri_rlmlatch_p_5579 | 28 | 28 | 0 | 0 | 1 | 0 | 0 | 0 | +| stq3_ex6_ldp_err_reg | tri_rlmreg_p__parameterized12_5580 | 8 | 8 | 0 | 0 | 8 | 0 | 0 | 0 | +| stq3_inval_op_reg | tri_regk__parameterized2_5581 | 23 | 23 | 0 | 0 | 1 | 0 | 0 | 0 | +| stq3_l_fld_b1_reg | tri_regk__parameterized2_5582 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| stq3_lock_clr_reg | tri_regk__parameterized2_5583 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| stq3_rel3_val_reg | tri_rlmlatch_p_5584 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| stq3_store_val_reg | tri_regk__parameterized2_5585 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| stq3_stq5_stp_err_reg | tri_rlmreg_p__parameterized12_5586 | 8 | 8 | 0 | 0 | 8 | 0 | 0 | 0 | +| stq3_thrd_id_reg | tri_regk__parameterized2_5587 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| stq3_val_reg | tri_rlmlatch_p_5588 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| stq3_watch_clr_all_reg | tri_regk__parameterized2_5589 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| stq3_watch_clr_reg | tri_regk__parameterized2_5590 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| stq3_way_val.stq3_way_val[0].stq3_way_val_reg | tri_regk__parameterized9_5591 | 5 | 5 | 0 | 0 | 3 | 0 | 0 | 0 | +| stq3_way_val.stq3_way_val[1].stq3_way_val_reg | tri_regk__parameterized9_5592 | 3 | 3 | 0 | 0 | 3 | 0 | 0 | 0 | +| stq3_way_val.stq3_way_val[2].stq3_way_val_reg | tri_regk__parameterized9_5593 | 8 | 8 | 0 | 0 | 3 | 0 | 0 | 0 | +| stq3_way_val.stq3_way_val[3].stq3_way_val_reg | tri_regk__parameterized9_5594 | 5 | 5 | 0 | 0 | 3 | 0 | 0 | 0 | +| stq3_way_val.stq3_way_val[4].stq3_way_val_reg | tri_regk__parameterized9_5595 | 7 | 7 | 0 | 0 | 3 | 0 | 0 | 0 | +| stq3_way_val.stq3_way_val[5].stq3_way_val_reg | tri_regk__parameterized9_5596 | 6 | 6 | 0 | 0 | 3 | 0 | 0 | 0 | +| stq3_way_val.stq3_way_val[6].stq3_way_val_reg | tri_regk__parameterized9_5597 | 3 | 3 | 0 | 0 | 3 | 0 | 0 | 0 | +| stq3_way_val.stq3_way_val[7].stq3_way_val_reg | tri_regk__parameterized9_5598 | 19 | 19 | 0 | 0 | 3 | 0 | 0 | 0 | +| stq4_cClass_lock_set_reg | tri_rlmlatch_p_5599 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| stq4_cClass_thrd_watch_reg | tri_rlmreg_p__parameterized37_5600 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| stq4_clr_lck_way_reg | tri_rlmreg_p__parameterized12_5601 | 3 | 3 | 0 | 0 | 8 | 0 | 0 | 0 | +| stq4_congr_cl_reg | tri_rlmreg_p__parameterized0_5602 | 83 | 83 | 0 | 0 | 6 | 0 | 0 | 0 | +| stq4_dci_val_reg | tri_rlmlatch_p_5603 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| stq4_dir_multihit_val_b_reg | tri_rlmlatch_p_5604 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| stq4_dir_perr_det_reg | tri_rlmlatch_p_5605 | 3 | 3 | 0 | 0 | 1 | 0 | 0 | 0 | +| stq4_dir_upd_val_reg | tri_rlmlatch_p_5606 | 17 | 17 | 0 | 0 | 1 | 0 | 0 | 0 | +| stq4_dir_way.stq4_dir_way[0].stq4_dir_way_reg | tri_rlmreg_p__parameterized5_5607 | 3 | 3 | 0 | 0 | 3 | 0 | 0 | 0 | +| stq4_dir_way.stq4_dir_way[1].stq4_dir_way_reg | tri_rlmreg_p__parameterized5_5608 | 3 | 3 | 0 | 0 | 3 | 0 | 0 | 0 | +| stq4_dir_way.stq4_dir_way[2].stq4_dir_way_reg | tri_rlmreg_p__parameterized5_5609 | 2 | 2 | 0 | 0 | 3 | 0 | 0 | 0 | +| stq4_dir_way.stq4_dir_way[3].stq4_dir_way_reg | tri_rlmreg_p__parameterized5_5610 | 3 | 3 | 0 | 0 | 3 | 0 | 0 | 0 | +| stq4_dir_way.stq4_dir_way[4].stq4_dir_way_reg | tri_rlmreg_p__parameterized5_5611 | 3 | 3 | 0 | 0 | 3 | 0 | 0 | 0 | +| stq4_dir_way.stq4_dir_way[5].stq4_dir_way_reg | tri_rlmreg_p__parameterized5_5612 | 2 | 2 | 0 | 0 | 3 | 0 | 0 | 0 | +| stq4_dir_way.stq4_dir_way[6].stq4_dir_way_reg | tri_rlmreg_p__parameterized5_5613 | 3 | 3 | 0 | 0 | 3 | 0 | 0 | 0 | +| stq4_dir_way.stq4_dir_way[7].stq4_dir_way_reg | tri_rlmreg_p__parameterized5_5614 | 2 | 2 | 0 | 0 | 3 | 0 | 0 | 0 | +| stq4_err_det_way_reg | tri_rlmreg_p__parameterized12_5615 | 24 | 24 | 0 | 0 | 8 | 0 | 0 | 0 | +| stq4_ex6_ldp_err_reg | tri_rlmreg_p__parameterized12_5616 | 0 | 0 | 0 | 0 | 8 | 0 | 0 | 0 | +| stq4_ex7_ldp_err_reg | tri_rlmreg_p__parameterized12_5617 | 0 | 0 | 0 | 0 | 8 | 0 | 0 | 0 | +| stq4_l_fld_b1_reg | tri_rlmlatch_p_5618 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| stq4_lose_watch_reg | tri_rlmlatch_p_5619 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| stq4_perr_lock_lost_reg | tri_rlmlatch_p_5620 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| stq4_perr_watchlost_reg | tri_rlmreg_p__parameterized37_5621 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| stq4_rel4_val_reg | tri_rlmlatch_p_5622 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| stq4_rel_way_clr_reg | tri_rlmreg_p__parameterized12_5623 | 5 | 5 | 0 | 0 | 8 | 0 | 0 | 0 | +| stq4_stq5_stp_err_reg | tri_rlmreg_p__parameterized12_5624 | 0 | 0 | 0 | 0 | 8 | 0 | 0 | 0 | +| stq4_stq6_stp_err_reg | tri_rlmreg_p__parameterized12_5625 | 0 | 0 | 0 | 0 | 8 | 0 | 0 | 0 | +| stq4_thrd_id_reg | tri_rlmreg_p__parameterized37_5626 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| stq4_val_reg | tri_rlmlatch_p_5627 | 9 | 9 | 0 | 0 | 1 | 0 | 0 | 0 | +| stq4_watch_clr_all_reg | tri_rlmlatch_p_5628 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| stq4_way_hit_reg | tri_rlmreg_p__parameterized12_5629 | 2 | 2 | 0 | 0 | 8 | 0 | 0 | 0 | +| stq4_way_upd_reg | tri_rlmreg_p__parameterized12_5630 | 47 | 47 | 0 | 0 | 8 | 0 | 0 | 0 | +| stq4_way_val.stq4_way_val[0].stq4_way_val_reg | tri_rlmreg_p__parameterized37_5631 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| stq4_way_val.stq4_way_val[1].stq4_way_val_reg | tri_rlmreg_p__parameterized37_5632 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| stq4_way_val.stq4_way_val[2].stq4_way_val_reg | tri_rlmreg_p__parameterized37_5633 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| stq4_way_val.stq4_way_val[3].stq4_way_val_reg | tri_rlmreg_p__parameterized37_5634 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| stq4_way_val.stq4_way_val[4].stq4_way_val_reg | tri_rlmreg_p__parameterized37_5635 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| stq4_way_val.stq4_way_val[5].stq4_way_val_reg | tri_rlmreg_p__parameterized37_5636 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| stq4_way_val.stq4_way_val[6].stq4_way_val_reg | tri_rlmreg_p__parameterized37_5637 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| stq4_way_val.stq4_way_val[7].stq4_way_val_reg | tri_rlmreg_p__parameterized37_5638 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| stq5_congr_cl_reg | tri_regk__parameterized11_5639 | 9 | 9 | 0 | 0 | 6 | 0 | 0 | 0 | +| stq5_dir_err_val_reg | tri_rlmlatch_p_5640 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| stq5_dir_way.stq5_dir_way[0].stq5_dir_way_reg | tri_regk__parameterized9_5641 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| stq5_dir_way.stq5_dir_way[1].stq5_dir_way_reg | tri_regk__parameterized9_5642 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| stq5_dir_way.stq5_dir_way[2].stq5_dir_way_reg | tri_regk__parameterized9_5643 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| stq5_dir_way.stq5_dir_way[3].stq5_dir_way_reg | tri_regk__parameterized9_5644 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| stq5_dir_way.stq5_dir_way[4].stq5_dir_way_reg | tri_regk__parameterized9_5645 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| stq5_dir_way.stq5_dir_way[5].stq5_dir_way_reg | tri_regk__parameterized9_5646 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| stq5_dir_way.stq5_dir_way[6].stq5_dir_way_reg | tri_regk__parameterized9_5647 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| stq5_dir_way.stq5_dir_way[7].stq5_dir_way_reg | tri_regk__parameterized9_5648 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| stq5_way_perr_inval_reg | tri_rlmreg_p__parameterized12_5649 | 0 | 0 | 0 | 0 | 8 | 0 | 0 | 0 | +| stq5_way_upd_reg | tri_regk__parameterized14_5650 | 34 | 34 | 0 | 0 | 8 | 0 | 0 | 0 | +| stq6_congr_cl_reg | tri_rlmreg_p__parameterized0_5651 | 3 | 3 | 0 | 0 | 6 | 0 | 0 | 0 | +| stq6_dir_data_reg | tri_rlmreg_p__parameterized2_5652 | 0 | 0 | 0 | 0 | 2 | 0 | 0 | 0 | +| stq6_way_upd_reg | tri_rlmreg_p__parameterized12_5653 | 13 | 13 | 0 | 0 | 8 | 0 | 0 | 0 | +| stq6_wren_reg | tri_rlmlatch_p_5654 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| stq7_dir_data_reg | tri_rlmreg_p__parameterized2_5655 | 0 | 0 | 0 | 0 | 2 | 0 | 0 | 0 | +| stq7_way_upd_reg | tri_rlmreg_p__parameterized12_5656 | 5 | 5 | 0 | 0 | 8 | 0 | 0 | 0 | +| stq7_wren_reg | tri_rlmlatch_p_5657 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| val_finval_reg | tri_rlmlatch_p_5658 | 8 | 8 | 0 | 0 | 8 | 0 | 0 | 0 | +| watch_finval_reg | tri_rlmreg_p__parameterized37_5659 | 0 | 0 | 0 | 0 | 8 | 0 | 0 | 0 | +| xucr0_cslc_binv_reg | tri_rlmlatch_p_5660 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xucr0_cslc_xuop_reg | tri_rlmlatch_p_5661 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| rel4_dir_wr_val_reg | tri_rlmlatch_p_4914 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| spr_xucr0_cls_reg | tri_rlmlatch_p_4915 | 3 | 3 | 0 | 0 | 1 | 0 | 0 | 0 | +| spr_xucr0_dcdis_reg | tri_rlmlatch_p_4916 | 5 | 5 | 0 | 0 | 1 | 0 | 0 | 0 | +| perv_1to0_reg | tri_plat__parameterized5 | 541 | 541 | 0 | 0 | 6 | 0 | 0 | 0 | +| pf.pfetch | lq_pfetch | 3564 | 3564 | 0 | 0 | 2038 | 0 | 4 | 0 | +| (pf.pfetch) | lq_pfetch | 10 | 10 | 0 | 0 | 0 | 0 | 0 | 0 | +| byp1_rpt_ary_latch | tri_rlmreg_p__parameterized2_4755 | 0 | 0 | 0 | 0 | 2 | 0 | 0 | 0 | +| byp_rpt_ary_latch | tri_rlmreg_p__parameterized2_4756 | 68 | 68 | 0 | 0 | 2 | 0 | 0 | 0 | +| cp_flush2_latch | tri_rlmreg_p__parameterized37_4757 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| cp_flush3_latch | tri_rlmreg_p__parameterized37_4758 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| cp_flush4_latch | tri_rlmreg_p__parameterized37_4759 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| cp_flush_latch | tri_rlmreg_p__parameterized37_4760 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex6_eff_addr_latch | tri_rlmreg_p__parameterized258 | 61 | 61 | 0 | 0 | 60 | 0 | 0 | 0 | +| ex6_iar_latch | tri_rlmreg_p__parameterized227_4761 | 12 | 12 | 0 | 0 | 12 | 0 | 0 | 0 | +| ex6_req_val_4pf_latch | tri_rlmreg_p__parameterized37_4762 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex6_thrd_latch | tri_rlmreg_p__parameterized37_4763 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex7_eff_addr_latch | tri_rlmreg_p__parameterized258_4764 | 61 | 61 | 0 | 0 | 60 | 0 | 0 | 0 | +| ex7_iar_latch | tri_rlmreg_p__parameterized227_4765 | 18 | 18 | 0 | 0 | 12 | 0 | 0 | 0 | +| ex7_req_val_4pf_latch | tri_rlmreg_p__parameterized37_4766 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex7_thrd_latch | tri_rlmreg_p__parameterized37_4767 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex8_burst_cnt_latch | tri_rlmreg_p__parameterized2_4768 | 2 | 2 | 0 | 0 | 2 | 0 | 0 | 0 | +| ex8_dup_flag_latch | tri_rlmreg_p__parameterized37_4769 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex8_eff_addr_latch | tri_rlmreg_p__parameterized258_4770 | 124 | 124 | 0 | 0 | 60 | 0 | 0 | 0 | +| ex8_iar_latch | tri_rlmreg_p__parameterized227_4771 | 12 | 12 | 0 | 0 | 12 | 0 | 0 | 0 | +| ex8_last_dat_addr_latch | tri_rlmreg_p__parameterized257 | 0 | 0 | 0 | 0 | 22 | 0 | 0 | 0 | +| ex8_pf_hits_latch | tri_rlmreg_p__parameterized5_4772 | 2 | 2 | 0 | 0 | 2 | 0 | 0 | 0 | +| ex8_pf_state_latch | tri_rlmreg_p__parameterized2_4773 | 2 | 2 | 0 | 0 | 2 | 0 | 0 | 0 | +| ex8_pfetch_pe_latch | tri_rlmreg_p__parameterized37_4774 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex8_req_val_4pf_latch | tri_rlmreg_p__parameterized37_4775 | 26 | 26 | 0 | 0 | 3 | 0 | 0 | 0 | +| ex8_rpt_pe_latch | tri_rlmreg_p__parameterized2_4776 | 2 | 2 | 0 | 0 | 2 | 0 | 0 | 0 | +| ex8_stride_latch | tri_rlmreg_p__parameterized257_4777 | 22 | 22 | 0 | 0 | 22 | 0 | 0 | 0 | +| ex8_thrd_latch | tri_rlmreg_p__parameterized37_4778 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| inj_pfetch_parity_latch | tri_rlmreg_p__parameterized37_4779 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| latch_pf1_burst_cnt | tri_rlmreg_p__parameterized2_4780 | 7 | 7 | 0 | 0 | 2 | 0 | 0 | 0 | +| latch_pf1_data_ea | tri_rlmreg_p__parameterized258_4781 | 80 | 80 | 0 | 0 | 60 | 0 | 0 | 0 | +| latch_pf1_dup_flag | tri_rlmreg_p__parameterized37_4782 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| latch_pf1_hits | tri_rlmreg_p__parameterized5_4783 | 3 | 3 | 0 | 0 | 2 | 0 | 0 | 0 | +| latch_pf1_iar | tri_rlmreg_p__parameterized227_4784 | 12 | 12 | 0 | 0 | 12 | 0 | 0 | 0 | +| latch_pf1_new_stride | tri_rlmreg_p__parameterized257_4785 | 51 | 51 | 0 | 0 | 22 | 0 | 0 | 0 | +| latch_pf1_pf_state | tri_rlmreg_p__parameterized2_4786 | 6 | 6 | 0 | 0 | 2 | 0 | 0 | 0 | +| latch_pf1_rpt_stride | tri_rlmreg_p__parameterized257_4787 | 3 | 3 | 0 | 0 | 22 | 0 | 0 | 0 | +| latch_pf1_same_cline | tri_rlmreg_p__parameterized37_4788 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| latch_pf1_stride_too_small | tri_rlmreg_p__parameterized37_4789 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| latch_pf1_thrd | tri_rlmreg_p__parameterized37_4790 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| latch_pf2_burst_cnt | tri_rlmreg_p__parameterized2_4791 | 0 | 0 | 0 | 0 | 2 | 0 | 0 | 0 | +| latch_pf2_data_ea | tri_rlmreg_p__parameterized258_4792 | 2 | 2 | 0 | 0 | 22 | 0 | 0 | 0 | +| latch_pf2_gen_pfetch | tri_rlmreg_p__parameterized37_4793 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| latch_pf2_hits | tri_rlmreg_p__parameterized5_4794 | 1 | 1 | 0 | 0 | 2 | 0 | 0 | 0 | +| latch_pf2_iar | tri_rlmreg_p__parameterized227_4795 | 114 | 114 | 0 | 0 | 12 | 0 | 0 | 0 | +| latch_pf2_pf_state | tri_rlmreg_p__parameterized2_4796 | 1 | 1 | 0 | 0 | 2 | 0 | 0 | 0 | +| latch_pf2_rpt_stride | tri_rlmreg_p__parameterized257_4797 | 0 | 0 | 0 | 0 | 22 | 0 | 0 | 0 | +| latch_pf2_thrd | tri_rlmreg_p__parameterized37_4798 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| latch_pf3_req_addr | tri_rlmreg_p__parameterized258_4799 | 63 | 63 | 0 | 0 | 60 | 0 | 0 | 0 | +| latch_pf3_req_val | tri_rlmreg_p__parameterized37_4800 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| latch_pf3_thrd | tri_rlmreg_p__parameterized37_4801 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| latch_pf_count | tri_rlmreg_p__parameterized5_4802 | 6 | 6 | 0 | 0 | 3 | 0 | 0 | 0 | +| latch_pf_iar_tbl_val | tri_rlmreg_p__parameterized3_4803 | 783 | 783 | 0 | 0 | 16 | 0 | 0 | 0 | +| latch_pf_state | tri_rlmreg_p__parameterized164_4804 | 29 | 29 | 0 | 0 | 5 | 0 | 0 | 0 | +| latch_pfq_dup_flag | tri_rlmreg_p__parameterized259 | 0 | 0 | 0 | 0 | 8 | 0 | 0 | 0 | +| latch_rpt_lru | tri_rlmreg_p__parameterized17_4805 | 0 | 0 | 0 | 0 | 32 | 0 | 0 | 0 | +| odq_report_itag_latch | tri_rlmreg_p__parameterized13_4806 | 68 | 68 | 0 | 0 | 7 | 0 | 0 | 0 | +| odq_report_tid_latch | tri_rlmreg_p__parameterized37_4807 | 3 | 3 | 0 | 0 | 1 | 0 | 0 | 0 | +| odq_resolved_latch | tri_rlmreg_p__parameterized37_4808 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| pf1_req_val_4pf_latch | tri_rlmreg_p__parameterized37_4809 | 8 | 8 | 0 | 0 | 2 | 0 | 0 | 0 | +| pf1_rpt_pe_latch | tri_rlmreg_p__parameterized2_4810 | 2 | 2 | 0 | 0 | 2 | 0 | 0 | 0 | +| pf2_req_val_4pf_latch | tri_rlmreg_p__parameterized37_4811 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| pf2_rpt_pe_latch | tri_rlmreg_p__parameterized2_4812 | 140 | 140 | 0 | 0 | 2 | 0 | 0 | 0 | +| pf3_stride_latch | tri_rlmreg_p__parameterized257_4813 | 0 | 0 | 0 | 0 | 22 | 0 | 0 | 0 | +| pfq_full_latch | tri_rlmlatch_p_4814 | 3 | 3 | 0 | 0 | 1 | 0 | 0 | 0 | +| pfq_rd_ptr_latch | tri_rlmreg_p__parameterized5_4815 | 500 | 500 | 0 | 0 | 9 | 0 | 0 | 0 | +| pfq_wrt_ptr_latch | tri_rlmreg_p__parameterized5_4816 | 699 | 699 | 0 | 0 | 3 | 0 | 0 | 0 | +| rpt | tri_32x70_2w_1r1w | 310 | 310 | 0 | 0 | 200 | 0 | 4 | 0 | +| (rpt) | tri_32x70_2w_1r1w | 0 | 0 | 0 | 0 | 0 | 0 | 4 | 0 | +| arrA_bit0_latch | tri_regk__parameterized8 | 0 | 0 | 0 | 0 | 32 | 0 | 0 | 0 | +| arrA_bit0_out_latch | tri_regk__parameterized2_4908 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| arrC_bit0_latch | tri_regk__parameterized8_4909 | 0 | 0 | 0 | 0 | 32 | 0 | 0 | 0 | +| arrC_bit0_out_latch | tri_regk__parameterized2_4910 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| data_out0_reg | tri_rlmreg_p__parameterized65_4911 | 159 | 159 | 0 | 0 | 66 | 0 | 0 | 0 | +| data_out1_reg | tri_rlmreg_p__parameterized65_4912 | 149 | 149 | 0 | 0 | 66 | 0 | 0 | 0 | +| rd_act_reg | tri_rlmreg_p__parameterized2_4913 | 0 | 0 | 0 | 0 | 2 | 0 | 0 | 0 | +| rpt_byp_dat1_latch | tri_rlmreg_p__parameterized65 | 46 | 46 | 0 | 0 | 66 | 0 | 0 | 0 | +| rpt_byp_dat_latch | tri_rlmreg_p__parameterized65_4817 | 0 | 0 | 0 | 0 | 66 | 0 | 0 | 0 | +| rv_i0_ifar_latch | tri_rlmreg_p__parameterized227_4818 | 12 | 12 | 0 | 0 | 12 | 0 | 0 | 0 | +| rv_i0_isLoad_latch | tri_rlmreg_p__parameterized37_4819 | 3 | 3 | 0 | 0 | 1 | 0 | 0 | 0 | +| rv_i0_itag_latch | tri_rlmreg_p__parameterized13_4820 | 7 | 7 | 0 | 0 | 7 | 0 | 0 | 0 | +| rv_i0_rte_lq_latch | tri_rlmreg_p__parameterized37_4821 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| rv_i0_vld_latch | tri_rlmreg_p__parameterized37_4822 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| rv_i1_ifar_latch | tri_rlmreg_p__parameterized227_4823 | 12 | 12 | 0 | 0 | 12 | 0 | 0 | 0 | +| rv_i1_isLoad_latch | tri_rlmreg_p__parameterized37_4824 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| rv_i1_itag_latch | tri_rlmreg_p__parameterized13_4825 | 7 | 7 | 0 | 0 | 7 | 0 | 0 | 0 | +| rv_i1_rte_lq_latch | tri_rlmreg_p__parameterized37_4826 | 3 | 3 | 0 | 0 | 1 | 0 | 0 | 0 | +| rv_i1_vld_latch | tri_rlmreg_p__parameterized37_4827 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl4.pf_iar_table[0].pf_iar_tbl_latch | tri_rlmreg_p__parameterized227_4828 | 24 | 24 | 0 | 0 | 12 | 0 | 0 | 0 | +| xhdl4.pf_iar_table[0].pf_itag_tbl_latch | tri_rlmreg_p__parameterized13_4829 | 14 | 14 | 0 | 0 | 7 | 0 | 0 | 0 | +| xhdl4.pf_iar_table[0].pf_tid_tbl_latch | tri_rlmreg_p__parameterized37_4830 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl4.pf_iar_table[10].pf_iar_tbl_latch | tri_rlmreg_p__parameterized227_4831 | 7 | 7 | 0 | 0 | 12 | 0 | 0 | 0 | +| xhdl4.pf_iar_table[10].pf_itag_tbl_latch | tri_rlmreg_p__parameterized13_4832 | 0 | 0 | 0 | 0 | 7 | 0 | 0 | 0 | +| xhdl4.pf_iar_table[10].pf_tid_tbl_latch | tri_rlmreg_p__parameterized37_4833 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl4.pf_iar_table[11].pf_iar_tbl_latch | tri_rlmreg_p__parameterized227_4834 | 5 | 5 | 0 | 0 | 12 | 0 | 0 | 0 | +| xhdl4.pf_iar_table[11].pf_itag_tbl_latch | tri_rlmreg_p__parameterized13_4835 | 1 | 1 | 0 | 0 | 7 | 0 | 0 | 0 | +| xhdl4.pf_iar_table[11].pf_tid_tbl_latch | tri_rlmreg_p__parameterized37_4836 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl4.pf_iar_table[12].pf_iar_tbl_latch | tri_rlmreg_p__parameterized227_4837 | 0 | 0 | 0 | 0 | 12 | 0 | 0 | 0 | +| xhdl4.pf_iar_table[12].pf_itag_tbl_latch | tri_rlmreg_p__parameterized13_4838 | 1 | 1 | 0 | 0 | 7 | 0 | 0 | 0 | +| xhdl4.pf_iar_table[12].pf_tid_tbl_latch | tri_rlmreg_p__parameterized37_4839 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl4.pf_iar_table[13].pf_iar_tbl_latch | tri_rlmreg_p__parameterized227_4840 | 0 | 0 | 0 | 0 | 12 | 0 | 0 | 0 | +| xhdl4.pf_iar_table[13].pf_itag_tbl_latch | tri_rlmreg_p__parameterized13_4841 | 1 | 1 | 0 | 0 | 7 | 0 | 0 | 0 | +| xhdl4.pf_iar_table[13].pf_tid_tbl_latch | tri_rlmreg_p__parameterized37_4842 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl4.pf_iar_table[14].pf_iar_tbl_latch | tri_rlmreg_p__parameterized227_4843 | 0 | 0 | 0 | 0 | 12 | 0 | 0 | 0 | +| xhdl4.pf_iar_table[14].pf_itag_tbl_latch | tri_rlmreg_p__parameterized13_4844 | 1 | 1 | 0 | 0 | 7 | 0 | 0 | 0 | +| xhdl4.pf_iar_table[14].pf_tid_tbl_latch | tri_rlmreg_p__parameterized37_4845 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl4.pf_iar_table[15].pf_iar_tbl_latch | tri_rlmreg_p__parameterized227_4846 | 5 | 5 | 0 | 0 | 12 | 0 | 0 | 0 | +| xhdl4.pf_iar_table[15].pf_itag_tbl_latch | tri_rlmreg_p__parameterized13_4847 | 0 | 0 | 0 | 0 | 7 | 0 | 0 | 0 | +| xhdl4.pf_iar_table[15].pf_tid_tbl_latch | tri_rlmreg_p__parameterized37_4848 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl4.pf_iar_table[1].pf_iar_tbl_latch | tri_rlmreg_p__parameterized227_4849 | 7 | 7 | 0 | 0 | 12 | 0 | 0 | 0 | +| xhdl4.pf_iar_table[1].pf_itag_tbl_latch | tri_rlmreg_p__parameterized13_4850 | 0 | 0 | 0 | 0 | 7 | 0 | 0 | 0 | +| xhdl4.pf_iar_table[1].pf_tid_tbl_latch | tri_rlmreg_p__parameterized37_4851 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl4.pf_iar_table[2].pf_iar_tbl_latch | tri_rlmreg_p__parameterized227_4852 | 7 | 7 | 0 | 0 | 12 | 0 | 0 | 0 | +| xhdl4.pf_iar_table[2].pf_itag_tbl_latch | tri_rlmreg_p__parameterized13_4853 | 0 | 0 | 0 | 0 | 7 | 0 | 0 | 0 | +| xhdl4.pf_iar_table[2].pf_tid_tbl_latch | tri_rlmreg_p__parameterized37_4854 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl4.pf_iar_table[3].pf_iar_tbl_latch | tri_rlmreg_p__parameterized227_4855 | 0 | 0 | 0 | 0 | 12 | 0 | 0 | 0 | +| xhdl4.pf_iar_table[3].pf_itag_tbl_latch | tri_rlmreg_p__parameterized13_4856 | 0 | 0 | 0 | 0 | 7 | 0 | 0 | 0 | +| xhdl4.pf_iar_table[3].pf_tid_tbl_latch | tri_rlmreg_p__parameterized37_4857 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl4.pf_iar_table[4].pf_iar_tbl_latch | tri_rlmreg_p__parameterized227_4858 | 0 | 0 | 0 | 0 | 12 | 0 | 0 | 0 | +| xhdl4.pf_iar_table[4].pf_itag_tbl_latch | tri_rlmreg_p__parameterized13_4859 | 0 | 0 | 0 | 0 | 7 | 0 | 0 | 0 | +| xhdl4.pf_iar_table[4].pf_tid_tbl_latch | tri_rlmreg_p__parameterized37_4860 | 6 | 6 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl4.pf_iar_table[5].pf_iar_tbl_latch | tri_rlmreg_p__parameterized227_4861 | 21 | 21 | 0 | 0 | 12 | 0 | 0 | 0 | +| xhdl4.pf_iar_table[5].pf_itag_tbl_latch | tri_rlmreg_p__parameterized13_4862 | 0 | 0 | 0 | 0 | 7 | 0 | 0 | 0 | +| xhdl4.pf_iar_table[5].pf_tid_tbl_latch | tri_rlmreg_p__parameterized37_4863 | 6 | 6 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl4.pf_iar_table[6].pf_iar_tbl_latch | tri_rlmreg_p__parameterized227_4864 | 5 | 5 | 0 | 0 | 12 | 0 | 0 | 0 | +| xhdl4.pf_iar_table[6].pf_itag_tbl_latch | tri_rlmreg_p__parameterized13_4865 | 0 | 0 | 0 | 0 | 7 | 0 | 0 | 0 | +| xhdl4.pf_iar_table[6].pf_tid_tbl_latch | tri_rlmreg_p__parameterized37_4866 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl4.pf_iar_table[7].pf_iar_tbl_latch | tri_rlmreg_p__parameterized227_4867 | 0 | 0 | 0 | 0 | 12 | 0 | 0 | 0 | +| xhdl4.pf_iar_table[7].pf_itag_tbl_latch | tri_rlmreg_p__parameterized13_4868 | 0 | 0 | 0 | 0 | 7 | 0 | 0 | 0 | +| xhdl4.pf_iar_table[7].pf_tid_tbl_latch | tri_rlmreg_p__parameterized37_4869 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl4.pf_iar_table[8].pf_iar_tbl_latch | tri_rlmreg_p__parameterized227_4870 | 0 | 0 | 0 | 0 | 12 | 0 | 0 | 0 | +| xhdl4.pf_iar_table[8].pf_itag_tbl_latch | tri_rlmreg_p__parameterized13_4871 | 0 | 0 | 0 | 0 | 7 | 0 | 0 | 0 | +| xhdl4.pf_iar_table[8].pf_tid_tbl_latch | tri_rlmreg_p__parameterized37_4872 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl4.pf_iar_table[9].pf_iar_tbl_latch | tri_rlmreg_p__parameterized227_4873 | 12 | 12 | 0 | 0 | 12 | 0 | 0 | 0 | +| xhdl4.pf_iar_table[9].pf_itag_tbl_latch | tri_rlmreg_p__parameterized13_4874 | 0 | 0 | 0 | 0 | 7 | 0 | 0 | 0 | +| xhdl4.pf_iar_table[9].pf_tid_tbl_latch | tri_rlmreg_p__parameterized37_4875 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl7.pfq_gen[0].pfq_data_ea_latch | tri_rlmreg_p__parameterized258_4876 | 0 | 0 | 0 | 0 | 60 | 0 | 0 | 0 | +| xhdl7.pfq_gen[0].pfq_dscr_latch | tri_rlmreg_p__parameterized5_4877 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| xhdl7.pfq_gen[0].pfq_stride_latch | tri_rlmreg_p__parameterized257_4878 | 0 | 0 | 0 | 0 | 22 | 0 | 0 | 0 | +| xhdl7.pfq_gen[0].pfq_thrd_latch | tri_rlmreg_p__parameterized37_4879 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl7.pfq_gen[1].pfq_data_ea_latch | tri_rlmreg_p__parameterized258_4880 | 0 | 0 | 0 | 0 | 60 | 0 | 0 | 0 | +| xhdl7.pfq_gen[1].pfq_dscr_latch | tri_rlmreg_p__parameterized5_4881 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| xhdl7.pfq_gen[1].pfq_stride_latch | tri_rlmreg_p__parameterized257_4882 | 0 | 0 | 0 | 0 | 22 | 0 | 0 | 0 | +| xhdl7.pfq_gen[1].pfq_thrd_latch | tri_rlmreg_p__parameterized37_4883 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl7.pfq_gen[2].pfq_data_ea_latch | tri_rlmreg_p__parameterized258_4884 | 0 | 0 | 0 | 0 | 60 | 0 | 0 | 0 | +| xhdl7.pfq_gen[2].pfq_dscr_latch | tri_rlmreg_p__parameterized5_4885 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| xhdl7.pfq_gen[2].pfq_stride_latch | tri_rlmreg_p__parameterized257_4886 | 0 | 0 | 0 | 0 | 22 | 0 | 0 | 0 | +| xhdl7.pfq_gen[2].pfq_thrd_latch | tri_rlmreg_p__parameterized37_4887 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl7.pfq_gen[3].pfq_data_ea_latch | tri_rlmreg_p__parameterized258_4888 | 0 | 0 | 0 | 0 | 60 | 0 | 0 | 0 | +| xhdl7.pfq_gen[3].pfq_dscr_latch | tri_rlmreg_p__parameterized5_4889 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| xhdl7.pfq_gen[3].pfq_stride_latch | tri_rlmreg_p__parameterized257_4890 | 0 | 0 | 0 | 0 | 22 | 0 | 0 | 0 | +| xhdl7.pfq_gen[3].pfq_thrd_latch | tri_rlmreg_p__parameterized37_4891 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl7.pfq_gen[4].pfq_data_ea_latch | tri_rlmreg_p__parameterized258_4892 | 0 | 0 | 0 | 0 | 60 | 0 | 0 | 0 | +| xhdl7.pfq_gen[4].pfq_dscr_latch | tri_rlmreg_p__parameterized5_4893 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| xhdl7.pfq_gen[4].pfq_stride_latch | tri_rlmreg_p__parameterized257_4894 | 0 | 0 | 0 | 0 | 22 | 0 | 0 | 0 | +| xhdl7.pfq_gen[4].pfq_thrd_latch | tri_rlmreg_p__parameterized37_4895 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl7.pfq_gen[5].pfq_data_ea_latch | tri_rlmreg_p__parameterized258_4896 | 0 | 0 | 0 | 0 | 60 | 0 | 0 | 0 | +| xhdl7.pfq_gen[5].pfq_dscr_latch | tri_rlmreg_p__parameterized5_4897 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| xhdl7.pfq_gen[5].pfq_stride_latch | tri_rlmreg_p__parameterized257_4898 | 0 | 0 | 0 | 0 | 22 | 0 | 0 | 0 | +| xhdl7.pfq_gen[5].pfq_thrd_latch | tri_rlmreg_p__parameterized37_4899 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl7.pfq_gen[6].pfq_data_ea_latch | tri_rlmreg_p__parameterized258_4900 | 0 | 0 | 0 | 0 | 60 | 0 | 0 | 0 | +| xhdl7.pfq_gen[6].pfq_dscr_latch | tri_rlmreg_p__parameterized5_4901 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| xhdl7.pfq_gen[6].pfq_stride_latch | tri_rlmreg_p__parameterized257_4902 | 0 | 0 | 0 | 0 | 22 | 0 | 0 | 0 | +| xhdl7.pfq_gen[6].pfq_thrd_latch | tri_rlmreg_p__parameterized37_4903 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl7.pfq_gen[7].pfq_data_ea_latch | tri_rlmreg_p__parameterized258_4904 | 0 | 0 | 0 | 0 | 60 | 0 | 0 | 0 | +| xhdl7.pfq_gen[7].pfq_dscr_latch | tri_rlmreg_p__parameterized5_4905 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| xhdl7.pfq_gen[7].pfq_stride_latch | tri_rlmreg_p__parameterized257_4906 | 0 | 0 | 0 | 0 | 22 | 0 | 0 | 0 | +| xhdl7.pfq_gen[7].pfq_thrd_latch | tri_rlmreg_p__parameterized37_4907 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| spr | lq_spr | 1545 | 1545 | 0 | 0 | 878 | 0 | 0 | 0 | +| flush_latch | tri_rlmreg_p__parameterized37_4694 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| lq_spr_cspr | lq_spr_cspr | 277 | 277 | 0 | 0 | 559 | 0 | 0 | 0 | +| dac1_latch_gen.dac1_latch | tri_ser_rlmreg_p__parameterized12_4716 | 0 | 0 | 0 | 0 | 64 | 0 | 0 | 0 | +| tri_ser_rlmreg_p | tri_aoi22_nlats_wlcb__parameterized12_4754 | 0 | 0 | 0 | 0 | 64 | 0 | 0 | 0 | +| dac2_latch_gen.dac2_latch | tri_ser_rlmreg_p__parameterized12_4717 | 75 | 75 | 0 | 0 | 64 | 0 | 0 | 0 | +| tri_ser_rlmreg_p | tri_aoi22_nlats_wlcb__parameterized12_4753 | 75 | 75 | 0 | 0 | 64 | 0 | 0 | 0 | +| dac3_latch | tri_ser_rlmreg_p__parameterized12_4718 | 0 | 0 | 0 | 0 | 64 | 0 | 0 | 0 | +| tri_ser_rlmreg_p | tri_aoi22_nlats_wlcb__parameterized12_4752 | 0 | 0 | 0 | 0 | 64 | 0 | 0 | 0 | +| dac4_latch | tri_ser_rlmreg_p__parameterized12_4719 | 82 | 82 | 0 | 0 | 64 | 0 | 0 | 0 | +| tri_ser_rlmreg_p | tri_aoi22_nlats_wlcb__parameterized12_4751 | 82 | 82 | 0 | 0 | 64 | 0 | 0 | 0 | +| dbcr0_dac1.dbcr0_dac1[0].dbcr0_dac1_latch | tri_rlmreg_p__parameterized2_4720 | 1 | 1 | 0 | 0 | 2 | 0 | 0 | 0 | +| dbcr0_dac2.dbcr0_dac2[0].dbcr0_dac2_latch | tri_rlmreg_p__parameterized2_4721 | 1 | 1 | 0 | 0 | 2 | 0 | 0 | 0 | +| dbcr0_dac3.dbcr0_dac3[0].dbcr0_dac3_latch | tri_rlmreg_p__parameterized2_4722 | 1 | 1 | 0 | 0 | 2 | 0 | 0 | 0 | +| dbcr0_dac4.dbcr0_dac4[0].dbcr0_dac4_latch | tri_rlmreg_p__parameterized2_4723 | 1 | 1 | 0 | 0 | 2 | 0 | 0 | 0 | +| dbcr2_dvc1m_on_latch | tri_rlmreg_p__parameterized37_4724 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| dbcr2_dvc2m_on_latch | tri_rlmreg_p__parameterized37_4725 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| dvc1_latch_gen.dvc1_latch | tri_ser_rlmreg_p__parameterized12_4726 | 18 | 18 | 0 | 0 | 64 | 0 | 0 | 0 | +| tri_ser_rlmreg_p | tri_aoi22_nlats_wlcb__parameterized12_4750 | 18 | 18 | 0 | 0 | 64 | 0 | 0 | 0 | +| dvc2_latch_gen.dvc2_latch | tri_ser_rlmreg_p__parameterized12_4727 | 17 | 17 | 0 | 0 | 64 | 0 | 0 | 0 | +| tri_ser_rlmreg_p | tri_aoi22_nlats_wlcb__parameterized12_4749 | 17 | 17 | 0 | 0 | 64 | 0 | 0 | 0 | +| ex2_val_latch | tri_rlmreg_p__parameterized37_4728 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex3_dac12m_latch | tri_regk__parameterized14_4729 | 2 | 2 | 0 | 0 | 8 | 0 | 0 | 0 | +| ex3_dac34m_latch | tri_regk__parameterized14_4730 | 2 | 2 | 0 | 0 | 8 | 0 | 0 | 0 | +| ex3_is_any_load_dac_latch | tri_regk__parameterized2_4731 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex3_is_any_store_dac_latch | tri_regk__parameterized2_4732 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex3_val_latch | tri_rlmreg_p__parameterized37_4733 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex4_dacrw_cmpr_latch | tri_rlmreg_p__parameterized9_4734 | 7 | 7 | 0 | 0 | 4 | 0 | 0 | 0 | +| ex4_data_val_reg | tri_rlmlatch_p_4735 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex4_val_latch | tri_rlmreg_p__parameterized37_4736 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| exx_act_latch | tri_rlmreg_p__parameterized2_4737 | 13 | 13 | 0 | 0 | 2 | 0 | 0 | 0 | +| lesr1_latch | tri_ser_rlmreg_p__parameterized7 | 0 | 0 | 0 | 0 | 24 | 0 | 0 | 0 | +| tri_ser_rlmreg_p | tri_aoi22_nlats_wlcb__parameterized7_4748 | 0 | 0 | 0 | 0 | 24 | 0 | 0 | 0 | +| lesr2_latch | tri_ser_rlmreg_p__parameterized7_4738 | 32 | 32 | 0 | 0 | 24 | 0 | 0 | 0 | +| tri_ser_rlmreg_p | tri_aoi22_nlats_wlcb__parameterized7 | 32 | 32 | 0 | 0 | 24 | 0 | 0 | 0 | +| lsucr0_latch | tri_ser_rlmreg_p__parameterized29 | 0 | 0 | 0 | 0 | 11 | 0 | 0 | 0 | +| tri_ser_rlmreg_p | tri_aoi22_nlats_wlcb__parameterized29 | 0 | 0 | 0 | 0 | 11 | 0 | 0 | 0 | +| msr_ds_latch | tri_rlmreg_p__parameterized37_4739 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| msr_gs_latch | tri_rlmreg_p__parameterized37_4740 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| msr_pr_latch | tri_rlmreg_p__parameterized37_4741 | 19 | 19 | 0 | 0 | 1 | 0 | 0 | 0 | +| pesr_latch | tri_ser_rlmreg_p__parameterized6_4742 | 0 | 0 | 0 | 0 | 32 | 0 | 0 | 0 | +| tri_ser_rlmreg_p | tri_aoi22_nlats_wlcb__parameterized6_4747 | 0 | 0 | 0 | 0 | 32 | 0 | 0 | 0 | +| xucr2_latch | tri_ser_rlmreg_p__parameterized6_4743 | 3 | 3 | 0 | 0 | 32 | 0 | 0 | 0 | +| tri_ser_rlmreg_p | tri_aoi22_nlats_wlcb__parameterized6_4746 | 3 | 3 | 0 | 0 | 32 | 0 | 0 | 0 | +| xudbg0_done_reg | tri_rlmlatch_p_4744 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xudbg0_inprog_reg | tri_rlmlatch_p_4745 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xudbg0_latch | tri_ser_rlmreg_p__parameterized0 | 0 | 0 | 0 | 0 | 9 | 0 | 0 | 0 | +| tri_ser_rlmreg_p | tri_aoi22_nlats_wlcb__parameterized0 | 0 | 0 | 0 | 0 | 9 | 0 | 0 | 0 | +| slowspr_addr_in_latch | tri_rlmreg_p__parameterized6_4695 | 386 | 386 | 0 | 0 | 10 | 0 | 0 | 0 | +| slowspr_addr_out_latch | tri_rlmreg_p__parameterized6_4696 | 20 | 20 | 0 | 0 | 10 | 0 | 0 | 0 | +| slowspr_data_in_latch | tri_rlmreg_p__parameterized33_4697 | 691 | 691 | 0 | 0 | 64 | 0 | 0 | 0 | +| slowspr_data_out_latch | tri_rlmreg_p__parameterized33_4698 | 32 | 32 | 0 | 0 | 64 | 0 | 0 | 0 | +| slowspr_done_out_latch | tri_rlmlatch_p_4699 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| slowspr_etid_in_latch | tri_rlmreg_p__parameterized2_4700 | 11 | 11 | 0 | 0 | 2 | 0 | 0 | 0 | +| slowspr_etid_out_latch | tri_rlmreg_p__parameterized2_4701 | 69 | 69 | 0 | 0 | 2 | 0 | 0 | 0 | +| slowspr_rw_in_latch | tri_rlmlatch_p_4702 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| slowspr_rw_out_latch | tri_rlmlatch_p_4703 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| slowspr_val_in_latch | tri_rlmlatch_p_4704 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| slowspr_val_out_latch | tri_rlmlatch_p_4705 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| thread.thread[0].lq_spr_tspr | lq_spr_tspr | 54 | 54 | 0 | 0 | 161 | 0 | 0 | 0 | +| acop_latch_gen.acop_latch | tri_ser_rlmreg_p__parameterized6_4706 | 0 | 0 | 0 | 0 | 32 | 0 | 0 | 0 | +| tri_ser_rlmreg_p | tri_aoi22_nlats_wlcb__parameterized6_4715 | 0 | 0 | 0 | 0 | 32 | 0 | 0 | 0 | +| dbcr2_latch_gen.dbcr2_latch | tri_ser_rlmreg_p__parameterized2 | 45 | 45 | 0 | 0 | 29 | 0 | 0 | 0 | +| tri_ser_rlmreg_p | tri_aoi22_nlats_wlcb__parameterized2 | 45 | 45 | 0 | 0 | 29 | 0 | 0 | 0 | +| dbcr3_latch | tri_ser_rlmreg_p__parameterized11_4707 | 4 | 4 | 0 | 0 | 10 | 0 | 0 | 0 | +| tri_ser_rlmreg_p | tri_aoi22_nlats_wlcb__parameterized11_4714 | 4 | 4 | 0 | 0 | 10 | 0 | 0 | 0 | +| dscr_latch | tri_ser_rlmreg_p__parameterized28 | 5 | 5 | 0 | 0 | 6 | 0 | 0 | 0 | +| tri_ser_rlmreg_p | tri_aoi22_nlats_wlcb__parameterized28 | 5 | 5 | 0 | 0 | 6 | 0 | 0 | 0 | +| eplc_latch_gen.eplc_latch | tri_ser_rlmreg_p__parameterized27 | 0 | 0 | 0 | 0 | 25 | 0 | 0 | 0 | +| tri_ser_rlmreg_p | tri_aoi22_nlats_wlcb__parameterized27_4713 | 0 | 0 | 0 | 0 | 25 | 0 | 0 | 0 | +| eplc_we_reg | tri_rlmlatch_p_4708 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| epsc_latch_gen.epsc_latch | tri_ser_rlmreg_p__parameterized27_4709 | 0 | 0 | 0 | 0 | 25 | 0 | 0 | 0 | +| tri_ser_rlmreg_p | tri_aoi22_nlats_wlcb__parameterized27 | 0 | 0 | 0 | 0 | 25 | 0 | 0 | 0 | +| epsc_we_reg | tri_rlmlatch_p_4710 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| hacop_latch_gen.hacop_latch | tri_ser_rlmreg_p__parameterized6_4711 | 0 | 0 | 0 | 0 | 32 | 0 | 0 | 0 | +| tri_ser_rlmreg_p | tri_aoi22_nlats_wlcb__parameterized6_4712 | 0 | 0 | 0 | 0 | 32 | 0 | 0 | 0 | +| dat | lq_data | 10256 | 10256 | 0 | 0 | 3289 | 32 | 0 | 0 | +| dc32K.tridcarr | tri_256x144_8w_1r1w | 1441 | 1441 | 0 | 0 | 1160 | 32 | 0 | 0 | +| (dc32K.tridcarr) | tri_256x144_8w_1r1w | 0 | 0 | 0 | 0 | 0 | 32 | 0 | 0 | +| rd_act_reg | tri_rlmreg_p__parameterized12_4685 | 1152 | 1152 | 0 | 0 | 8 | 0 | 0 | 0 | +| wayReg[0].data_out_reg | tri_inv_nlats__parameterized8 | 37 | 37 | 0 | 0 | 144 | 0 | 0 | 0 | +| wayReg[1].data_out_reg | tri_inv_nlats__parameterized8_4686 | 36 | 36 | 0 | 0 | 144 | 0 | 0 | 0 | +| wayReg[2].data_out_reg | tri_inv_nlats__parameterized8_4687 | 36 | 36 | 0 | 0 | 144 | 0 | 0 | 0 | +| wayReg[3].data_out_reg | tri_inv_nlats__parameterized8_4688 | 36 | 36 | 0 | 0 | 144 | 0 | 0 | 0 | +| wayReg[4].data_out_reg | tri_inv_nlats__parameterized8_4689 | 36 | 36 | 0 | 0 | 144 | 0 | 0 | 0 | +| wayReg[5].data_out_reg | tri_inv_nlats__parameterized8_4690 | 36 | 36 | 0 | 0 | 144 | 0 | 0 | 0 | +| wayReg[6].data_out_reg | tri_inv_nlats__parameterized8_4691 | 36 | 36 | 0 | 0 | 144 | 0 | 0 | 0 | +| wayReg[7].data_out_reg | tri_inv_nlats__parameterized8_4692 | 36 | 36 | 0 | 0 | 144 | 0 | 0 | 0 | +| ex2_stg_act_reg | tri_rlmlatch_p_4462 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex3_stg_act_reg | tri_rlmlatch_p_4463 | 2 | 2 | 0 | 0 | 2 | 0 | 0 | 0 | +| ex4_stg_act_reg | tri_rlmlatch_p_4464 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| inj_dcache_parity_reg | tri_rlmlatch_p_4465 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| l1dcld | lq_data_ld | 3470 | 3470 | 0 | 0 | 390 | 0 | 0 | 0 | +| ex5_ld_hit_data_reg | tri_regk__parameterized1_4522 | 0 | 0 | 0 | 0 | 64 | 0 | 0 | 0 | +| l1dcrotrWA.l1dcrotrWA[0].sgrp.bits | tri_rot16s_ru | 0 | 0 | 0 | 0 | 18 | 0 | 0 | 0 | +| be_shx01_sgn0_lat | tri_inv_nlats__parameterized11_4680 | 0 | 0 | 0 | 0 | 4 | 0 | 0 | 0 | +| be_shx04_sgn0_lat | tri_inv_nlats__parameterized10_4681 | 0 | 0 | 0 | 0 | 4 | 0 | 0 | 0 | +| le_shx01_gp0_lat | tri_inv_nlats__parameterized11_4682 | 0 | 0 | 0 | 0 | 4 | 0 | 0 | 0 | +| le_shx04_gp0_lat | tri_inv_nlats__parameterized10_4683 | 0 | 0 | 0 | 0 | 4 | 0 | 0 | 0 | +| mask_lat | tri_inv_nlats__parameterized12_4684 | 0 | 0 | 0 | 0 | 2 | 0 | 0 | 0 | +| l1dcrotrWA.l1dcrotrWA[1].grp.bits | tri_rot16_ru | 0 | 0 | 0 | 0 | 2 | 0 | 0 | 0 | +| mask_lat | tri_inv_nlats__parameterized12_4679 | 0 | 0 | 0 | 0 | 2 | 0 | 0 | 0 | +| l1dcrotrWA.l1dcrotrWA[2].grp.bits | tri_rot16_ru_4523 | 0 | 0 | 0 | 0 | 2 | 0 | 0 | 0 | +| mask_lat | tri_inv_nlats__parameterized12_4678 | 0 | 0 | 0 | 0 | 2 | 0 | 0 | 0 | +| l1dcrotrWA.l1dcrotrWA[3].grp.bits | tri_rot16_ru_4524 | 0 | 0 | 0 | 0 | 2 | 0 | 0 | 0 | +| mask_lat | tri_inv_nlats__parameterized12_4677 | 0 | 0 | 0 | 0 | 2 | 0 | 0 | 0 | +| l1dcrotrWA.l1dcrotrWA[4].grp.bits | tri_rot16_ru_4525 | 0 | 0 | 0 | 0 | 2 | 0 | 0 | 0 | +| mask_lat | tri_inv_nlats__parameterized12_4676 | 0 | 0 | 0 | 0 | 2 | 0 | 0 | 0 | +| l1dcrotrWA.l1dcrotrWA[5].grp.bits | tri_rot16_ru_4526 | 0 | 0 | 0 | 0 | 2 | 0 | 0 | 0 | +| mask_lat | tri_inv_nlats__parameterized12_4675 | 0 | 0 | 0 | 0 | 2 | 0 | 0 | 0 | +| l1dcrotrWA.l1dcrotrWA[6].grp.bits | tri_rot16_ru_4527 | 0 | 0 | 0 | 0 | 2 | 0 | 0 | 0 | +| mask_lat | tri_inv_nlats__parameterized12_4674 | 0 | 0 | 0 | 0 | 2 | 0 | 0 | 0 | +| l1dcrotrWA.l1dcrotrWA[7].grp.bits | tri_rot16_ru_4528 | 0 | 0 | 0 | 0 | 2 | 0 | 0 | 0 | +| mask_lat | tri_inv_nlats__parameterized12_4673 | 0 | 0 | 0 | 0 | 2 | 0 | 0 | 0 | +| l1dcrotrWB.l1dcrotrWB[0].sgrp.bits | tri_rot16s_ru_4529 | 0 | 0 | 0 | 0 | 18 | 0 | 0 | 0 | +| be_shx01_sgn0_lat | tri_inv_nlats__parameterized11_4668 | 0 | 0 | 0 | 0 | 4 | 0 | 0 | 0 | +| be_shx04_sgn0_lat | tri_inv_nlats__parameterized10_4669 | 0 | 0 | 0 | 0 | 4 | 0 | 0 | 0 | +| le_shx01_gp0_lat | tri_inv_nlats__parameterized11_4670 | 0 | 0 | 0 | 0 | 4 | 0 | 0 | 0 | +| le_shx04_gp0_lat | tri_inv_nlats__parameterized10_4671 | 0 | 0 | 0 | 0 | 4 | 0 | 0 | 0 | +| mask_lat | tri_inv_nlats__parameterized12_4672 | 0 | 0 | 0 | 0 | 2 | 0 | 0 | 0 | +| l1dcrotrWB.l1dcrotrWB[1].grp.bits | tri_rot16_ru_4530 | 0 | 0 | 0 | 0 | 2 | 0 | 0 | 0 | +| mask_lat | tri_inv_nlats__parameterized12_4667 | 0 | 0 | 0 | 0 | 2 | 0 | 0 | 0 | +| l1dcrotrWB.l1dcrotrWB[2].grp.bits | tri_rot16_ru_4531 | 0 | 0 | 0 | 0 | 2 | 0 | 0 | 0 | +| mask_lat | tri_inv_nlats__parameterized12_4666 | 0 | 0 | 0 | 0 | 2 | 0 | 0 | 0 | +| l1dcrotrWB.l1dcrotrWB[3].grp.bits | tri_rot16_ru_4532 | 0 | 0 | 0 | 0 | 2 | 0 | 0 | 0 | +| mask_lat | tri_inv_nlats__parameterized12_4665 | 0 | 0 | 0 | 0 | 2 | 0 | 0 | 0 | +| l1dcrotrWB.l1dcrotrWB[4].grp.bits | tri_rot16_ru_4533 | 0 | 0 | 0 | 0 | 2 | 0 | 0 | 0 | +| mask_lat | tri_inv_nlats__parameterized12_4664 | 0 | 0 | 0 | 0 | 2 | 0 | 0 | 0 | +| l1dcrotrWB.l1dcrotrWB[5].grp.bits | tri_rot16_ru_4534 | 0 | 0 | 0 | 0 | 2 | 0 | 0 | 0 | +| mask_lat | tri_inv_nlats__parameterized12_4663 | 0 | 0 | 0 | 0 | 2 | 0 | 0 | 0 | +| l1dcrotrWB.l1dcrotrWB[6].grp.bits | tri_rot16_ru_4535 | 0 | 0 | 0 | 0 | 2 | 0 | 0 | 0 | +| mask_lat | tri_inv_nlats__parameterized12_4662 | 0 | 0 | 0 | 0 | 2 | 0 | 0 | 0 | +| l1dcrotrWB.l1dcrotrWB[7].grp.bits | tri_rot16_ru_4536 | 0 | 0 | 0 | 0 | 2 | 0 | 0 | 0 | +| mask_lat | tri_inv_nlats__parameterized12_4661 | 0 | 0 | 0 | 0 | 2 | 0 | 0 | 0 | +| l1dcrotrWC.l1dcrotrWC[0].sgrp.bits | tri_rot16s_ru_4537 | 0 | 0 | 0 | 0 | 18 | 0 | 0 | 0 | +| be_shx01_sgn0_lat | tri_inv_nlats__parameterized11_4656 | 0 | 0 | 0 | 0 | 4 | 0 | 0 | 0 | +| be_shx04_sgn0_lat | tri_inv_nlats__parameterized10_4657 | 0 | 0 | 0 | 0 | 4 | 0 | 0 | 0 | +| le_shx01_gp0_lat | tri_inv_nlats__parameterized11_4658 | 0 | 0 | 0 | 0 | 4 | 0 | 0 | 0 | +| le_shx04_gp0_lat | tri_inv_nlats__parameterized10_4659 | 0 | 0 | 0 | 0 | 4 | 0 | 0 | 0 | +| mask_lat | tri_inv_nlats__parameterized12_4660 | 0 | 0 | 0 | 0 | 2 | 0 | 0 | 0 | +| l1dcrotrWC.l1dcrotrWC[1].grp.bits | tri_rot16_ru_4538 | 0 | 0 | 0 | 0 | 2 | 0 | 0 | 0 | +| mask_lat | tri_inv_nlats__parameterized12_4655 | 0 | 0 | 0 | 0 | 2 | 0 | 0 | 0 | +| l1dcrotrWC.l1dcrotrWC[2].grp.bits | tri_rot16_ru_4539 | 0 | 0 | 0 | 0 | 2 | 0 | 0 | 0 | +| mask_lat | tri_inv_nlats__parameterized12_4654 | 0 | 0 | 0 | 0 | 2 | 0 | 0 | 0 | +| l1dcrotrWC.l1dcrotrWC[3].grp.bits | tri_rot16_ru_4540 | 0 | 0 | 0 | 0 | 2 | 0 | 0 | 0 | +| mask_lat | tri_inv_nlats__parameterized12_4653 | 0 | 0 | 0 | 0 | 2 | 0 | 0 | 0 | +| l1dcrotrWC.l1dcrotrWC[4].grp.bits | tri_rot16_ru_4541 | 0 | 0 | 0 | 0 | 2 | 0 | 0 | 0 | +| mask_lat | tri_inv_nlats__parameterized12_4652 | 0 | 0 | 0 | 0 | 2 | 0 | 0 | 0 | +| l1dcrotrWC.l1dcrotrWC[5].grp.bits | tri_rot16_ru_4542 | 0 | 0 | 0 | 0 | 2 | 0 | 0 | 0 | +| mask_lat | tri_inv_nlats__parameterized12_4651 | 0 | 0 | 0 | 0 | 2 | 0 | 0 | 0 | +| l1dcrotrWC.l1dcrotrWC[6].grp.bits | tri_rot16_ru_4543 | 0 | 0 | 0 | 0 | 2 | 0 | 0 | 0 | +| mask_lat | tri_inv_nlats__parameterized12_4650 | 0 | 0 | 0 | 0 | 2 | 0 | 0 | 0 | +| l1dcrotrWC.l1dcrotrWC[7].grp.bits | tri_rot16_ru_4544 | 0 | 0 | 0 | 0 | 2 | 0 | 0 | 0 | +| mask_lat | tri_inv_nlats__parameterized12_4649 | 0 | 0 | 0 | 0 | 2 | 0 | 0 | 0 | +| l1dcrotrWD.l1dcrotrWD[0].sgrp.bits | tri_rot16s_ru_4545 | 3435 | 3435 | 0 | 0 | 69 | 0 | 0 | 0 | +| be_shx01_gp0_lat | tri_inv_nlats__parameterized11_4640 | 70 | 70 | 0 | 0 | 4 | 0 | 0 | 0 | +| be_shx01_sgn0_lat | tri_inv_nlats__parameterized11_4641 | 0 | 0 | 0 | 0 | 4 | 0 | 0 | 0 | +| be_shx04_gp0_lat | tri_inv_nlats__parameterized10_4642 | 1111 | 1111 | 0 | 0 | 15 | 0 | 0 | 0 | +| be_shx04_sgn0_lat | tri_inv_nlats__parameterized10_4643 | 0 | 0 | 0 | 0 | 4 | 0 | 0 | 0 | +| bele_gp0_lat | tri_inv_nlats__parameterized9 | 2021 | 2021 | 0 | 0 | 22 | 0 | 0 | 0 | +| le_shx01_gp0_lat | tri_inv_nlats__parameterized11_4644 | 10 | 10 | 0 | 0 | 4 | 0 | 0 | 0 | +| le_shx01_sgn0_lat | tri_inv_nlats__parameterized11_4645 | 0 | 0 | 0 | 0 | 4 | 0 | 0 | 0 | +| le_shx04_gp0_lat | tri_inv_nlats__parameterized10_4646 | 24 | 24 | 0 | 0 | 4 | 0 | 0 | 0 | +| le_shx04_sgn0_lat | tri_inv_nlats__parameterized10_4647 | 193 | 193 | 0 | 0 | 4 | 0 | 0 | 0 | +| mask_lat | tri_inv_nlats__parameterized12_4648 | 6 | 6 | 0 | 0 | 4 | 0 | 0 | 0 | +| l1dcrotrWD.l1dcrotrWD[1].grp.bits | tri_rot16_ru_4546 | 35 | 35 | 0 | 0 | 21 | 0 | 0 | 0 | +| be_shx01_gp0_lat | tri_inv_nlats__parameterized11_4636 | 32 | 32 | 0 | 0 | 2 | 0 | 0 | 0 | +| le_shx01_gp0_lat | tri_inv_nlats__parameterized11_4637 | 3 | 3 | 0 | 0 | 4 | 0 | 0 | 0 | +| le_shx04_gp0_lat | tri_inv_nlats__parameterized10_4638 | 0 | 0 | 0 | 0 | 13 | 0 | 0 | 0 | +| mask_lat | tri_inv_nlats__parameterized12_4639 | 0 | 0 | 0 | 0 | 2 | 0 | 0 | 0 | +| l1dcrotrWD.l1dcrotrWD[2].grp.bits | tri_rot16_ru_4547 | 0 | 0 | 0 | 0 | 2 | 0 | 0 | 0 | +| mask_lat | tri_inv_nlats__parameterized12_4635 | 0 | 0 | 0 | 0 | 2 | 0 | 0 | 0 | +| l1dcrotrWD.l1dcrotrWD[3].grp.bits | tri_rot16_ru_4548 | 0 | 0 | 0 | 0 | 2 | 0 | 0 | 0 | +| mask_lat | tri_inv_nlats__parameterized12_4634 | 0 | 0 | 0 | 0 | 2 | 0 | 0 | 0 | +| l1dcrotrWD.l1dcrotrWD[4].grp.bits | tri_rot16_ru_4549 | 0 | 0 | 0 | 0 | 2 | 0 | 0 | 0 | +| mask_lat | tri_inv_nlats__parameterized12_4633 | 0 | 0 | 0 | 0 | 2 | 0 | 0 | 0 | +| l1dcrotrWD.l1dcrotrWD[5].grp.bits | tri_rot16_ru_4550 | 0 | 0 | 0 | 0 | 2 | 0 | 0 | 0 | +| mask_lat | tri_inv_nlats__parameterized12_4632 | 0 | 0 | 0 | 0 | 2 | 0 | 0 | 0 | +| l1dcrotrWD.l1dcrotrWD[6].grp.bits | tri_rot16_ru_4551 | 0 | 0 | 0 | 0 | 2 | 0 | 0 | 0 | +| mask_lat | tri_inv_nlats__parameterized12_4631 | 0 | 0 | 0 | 0 | 2 | 0 | 0 | 0 | +| l1dcrotrWD.l1dcrotrWD[7].grp.bits | tri_rot16_ru_4552 | 0 | 0 | 0 | 0 | 2 | 0 | 0 | 0 | +| mask_lat | tri_inv_nlats__parameterized12_4630 | 0 | 0 | 0 | 0 | 2 | 0 | 0 | 0 | +| l1dcrotrWE.l1dcrotrWE[0].sgrp.bits | tri_rot16s_ru_4553 | 0 | 0 | 0 | 0 | 18 | 0 | 0 | 0 | +| be_shx01_sgn0_lat | tri_inv_nlats__parameterized11_4625 | 0 | 0 | 0 | 0 | 4 | 0 | 0 | 0 | +| be_shx04_sgn0_lat | tri_inv_nlats__parameterized10_4626 | 0 | 0 | 0 | 0 | 4 | 0 | 0 | 0 | +| le_shx01_gp0_lat | tri_inv_nlats__parameterized11_4627 | 0 | 0 | 0 | 0 | 4 | 0 | 0 | 0 | +| le_shx04_gp0_lat | tri_inv_nlats__parameterized10_4628 | 0 | 0 | 0 | 0 | 4 | 0 | 0 | 0 | +| mask_lat | tri_inv_nlats__parameterized12_4629 | 0 | 0 | 0 | 0 | 2 | 0 | 0 | 0 | +| l1dcrotrWE.l1dcrotrWE[1].grp.bits | tri_rot16_ru_4554 | 0 | 0 | 0 | 0 | 2 | 0 | 0 | 0 | +| mask_lat | tri_inv_nlats__parameterized12_4624 | 0 | 0 | 0 | 0 | 2 | 0 | 0 | 0 | +| l1dcrotrWE.l1dcrotrWE[2].grp.bits | tri_rot16_ru_4555 | 0 | 0 | 0 | 0 | 2 | 0 | 0 | 0 | +| mask_lat | tri_inv_nlats__parameterized12_4623 | 0 | 0 | 0 | 0 | 2 | 0 | 0 | 0 | +| l1dcrotrWE.l1dcrotrWE[3].grp.bits | tri_rot16_ru_4556 | 0 | 0 | 0 | 0 | 2 | 0 | 0 | 0 | +| mask_lat | tri_inv_nlats__parameterized12_4622 | 0 | 0 | 0 | 0 | 2 | 0 | 0 | 0 | +| l1dcrotrWE.l1dcrotrWE[4].grp.bits | tri_rot16_ru_4557 | 0 | 0 | 0 | 0 | 2 | 0 | 0 | 0 | +| mask_lat | tri_inv_nlats__parameterized12_4621 | 0 | 0 | 0 | 0 | 2 | 0 | 0 | 0 | +| l1dcrotrWE.l1dcrotrWE[5].grp.bits | tri_rot16_ru_4558 | 0 | 0 | 0 | 0 | 2 | 0 | 0 | 0 | +| mask_lat | tri_inv_nlats__parameterized12_4620 | 0 | 0 | 0 | 0 | 2 | 0 | 0 | 0 | +| l1dcrotrWE.l1dcrotrWE[6].grp.bits | tri_rot16_ru_4559 | 0 | 0 | 0 | 0 | 2 | 0 | 0 | 0 | +| mask_lat | tri_inv_nlats__parameterized12_4619 | 0 | 0 | 0 | 0 | 2 | 0 | 0 | 0 | +| l1dcrotrWE.l1dcrotrWE[7].grp.bits | tri_rot16_ru_4560 | 0 | 0 | 0 | 0 | 2 | 0 | 0 | 0 | +| mask_lat | tri_inv_nlats__parameterized12_4618 | 0 | 0 | 0 | 0 | 2 | 0 | 0 | 0 | +| l1dcrotrWF.l1dcrotrWF[0].sgrp.bits | tri_rot16s_ru_4561 | 0 | 0 | 0 | 0 | 18 | 0 | 0 | 0 | +| be_shx01_sgn0_lat | tri_inv_nlats__parameterized11_4613 | 0 | 0 | 0 | 0 | 4 | 0 | 0 | 0 | +| be_shx04_sgn0_lat | tri_inv_nlats__parameterized10_4614 | 0 | 0 | 0 | 0 | 4 | 0 | 0 | 0 | +| le_shx01_gp0_lat | tri_inv_nlats__parameterized11_4615 | 0 | 0 | 0 | 0 | 4 | 0 | 0 | 0 | +| le_shx04_gp0_lat | tri_inv_nlats__parameterized10_4616 | 0 | 0 | 0 | 0 | 4 | 0 | 0 | 0 | +| mask_lat | tri_inv_nlats__parameterized12_4617 | 0 | 0 | 0 | 0 | 2 | 0 | 0 | 0 | +| l1dcrotrWF.l1dcrotrWF[1].grp.bits | tri_rot16_ru_4562 | 0 | 0 | 0 | 0 | 2 | 0 | 0 | 0 | +| mask_lat | tri_inv_nlats__parameterized12_4612 | 0 | 0 | 0 | 0 | 2 | 0 | 0 | 0 | +| l1dcrotrWF.l1dcrotrWF[2].grp.bits | tri_rot16_ru_4563 | 0 | 0 | 0 | 0 | 2 | 0 | 0 | 0 | +| mask_lat | tri_inv_nlats__parameterized12_4611 | 0 | 0 | 0 | 0 | 2 | 0 | 0 | 0 | +| l1dcrotrWF.l1dcrotrWF[3].grp.bits | tri_rot16_ru_4564 | 0 | 0 | 0 | 0 | 2 | 0 | 0 | 0 | +| mask_lat | tri_inv_nlats__parameterized12_4610 | 0 | 0 | 0 | 0 | 2 | 0 | 0 | 0 | +| l1dcrotrWF.l1dcrotrWF[4].grp.bits | tri_rot16_ru_4565 | 0 | 0 | 0 | 0 | 2 | 0 | 0 | 0 | +| mask_lat | tri_inv_nlats__parameterized12_4609 | 0 | 0 | 0 | 0 | 2 | 0 | 0 | 0 | +| l1dcrotrWF.l1dcrotrWF[5].grp.bits | tri_rot16_ru_4566 | 0 | 0 | 0 | 0 | 2 | 0 | 0 | 0 | +| mask_lat | tri_inv_nlats__parameterized12_4608 | 0 | 0 | 0 | 0 | 2 | 0 | 0 | 0 | +| l1dcrotrWF.l1dcrotrWF[6].grp.bits | tri_rot16_ru_4567 | 0 | 0 | 0 | 0 | 2 | 0 | 0 | 0 | +| mask_lat | tri_inv_nlats__parameterized12_4607 | 0 | 0 | 0 | 0 | 2 | 0 | 0 | 0 | +| l1dcrotrWF.l1dcrotrWF[7].grp.bits | tri_rot16_ru_4568 | 0 | 0 | 0 | 0 | 2 | 0 | 0 | 0 | +| mask_lat | tri_inv_nlats__parameterized12_4606 | 0 | 0 | 0 | 0 | 2 | 0 | 0 | 0 | +| l1dcrotrWG.l1dcrotrWG[0].sgrp.bits | tri_rot16s_ru_4569 | 0 | 0 | 0 | 0 | 18 | 0 | 0 | 0 | +| be_shx01_sgn0_lat | tri_inv_nlats__parameterized11_4601 | 0 | 0 | 0 | 0 | 4 | 0 | 0 | 0 | +| be_shx04_sgn0_lat | tri_inv_nlats__parameterized10_4602 | 0 | 0 | 0 | 0 | 4 | 0 | 0 | 0 | +| le_shx01_gp0_lat | tri_inv_nlats__parameterized11_4603 | 0 | 0 | 0 | 0 | 4 | 0 | 0 | 0 | +| le_shx04_gp0_lat | tri_inv_nlats__parameterized10_4604 | 0 | 0 | 0 | 0 | 4 | 0 | 0 | 0 | +| mask_lat | tri_inv_nlats__parameterized12_4605 | 0 | 0 | 0 | 0 | 2 | 0 | 0 | 0 | +| l1dcrotrWG.l1dcrotrWG[1].grp.bits | tri_rot16_ru_4570 | 0 | 0 | 0 | 0 | 2 | 0 | 0 | 0 | +| mask_lat | tri_inv_nlats__parameterized12_4600 | 0 | 0 | 0 | 0 | 2 | 0 | 0 | 0 | +| l1dcrotrWG.l1dcrotrWG[2].grp.bits | tri_rot16_ru_4571 | 0 | 0 | 0 | 0 | 2 | 0 | 0 | 0 | +| mask_lat | tri_inv_nlats__parameterized12_4599 | 0 | 0 | 0 | 0 | 2 | 0 | 0 | 0 | +| l1dcrotrWG.l1dcrotrWG[3].grp.bits | tri_rot16_ru_4572 | 0 | 0 | 0 | 0 | 2 | 0 | 0 | 0 | +| mask_lat | tri_inv_nlats__parameterized12_4598 | 0 | 0 | 0 | 0 | 2 | 0 | 0 | 0 | +| l1dcrotrWG.l1dcrotrWG[4].grp.bits | tri_rot16_ru_4573 | 0 | 0 | 0 | 0 | 2 | 0 | 0 | 0 | +| mask_lat | tri_inv_nlats__parameterized12_4597 | 0 | 0 | 0 | 0 | 2 | 0 | 0 | 0 | +| l1dcrotrWG.l1dcrotrWG[5].grp.bits | tri_rot16_ru_4574 | 0 | 0 | 0 | 0 | 2 | 0 | 0 | 0 | +| mask_lat | tri_inv_nlats__parameterized12_4596 | 0 | 0 | 0 | 0 | 2 | 0 | 0 | 0 | +| l1dcrotrWG.l1dcrotrWG[6].grp.bits | tri_rot16_ru_4575 | 0 | 0 | 0 | 0 | 2 | 0 | 0 | 0 | +| mask_lat | tri_inv_nlats__parameterized12_4595 | 0 | 0 | 0 | 0 | 2 | 0 | 0 | 0 | +| l1dcrotrWG.l1dcrotrWG[7].grp.bits | tri_rot16_ru_4576 | 0 | 0 | 0 | 0 | 2 | 0 | 0 | 0 | +| mask_lat | tri_inv_nlats__parameterized12_4594 | 0 | 0 | 0 | 0 | 2 | 0 | 0 | 0 | +| l1dcrotrWH.l1dcrotrWH[0].sgrp.bits | tri_rot16s_ru_4577 | 0 | 0 | 0 | 0 | 18 | 0 | 0 | 0 | +| be_shx01_sgn0_lat | tri_inv_nlats__parameterized11 | 0 | 0 | 0 | 0 | 4 | 0 | 0 | 0 | +| be_shx04_sgn0_lat | tri_inv_nlats__parameterized10 | 0 | 0 | 0 | 0 | 4 | 0 | 0 | 0 | +| le_shx01_gp0_lat | tri_inv_nlats__parameterized11_4591 | 0 | 0 | 0 | 0 | 4 | 0 | 0 | 0 | +| le_shx04_gp0_lat | tri_inv_nlats__parameterized10_4592 | 0 | 0 | 0 | 0 | 4 | 0 | 0 | 0 | +| mask_lat | tri_inv_nlats__parameterized12_4593 | 0 | 0 | 0 | 0 | 2 | 0 | 0 | 0 | +| l1dcrotrWH.l1dcrotrWH[1].grp.bits | tri_rot16_ru_4578 | 0 | 0 | 0 | 0 | 2 | 0 | 0 | 0 | +| mask_lat | tri_inv_nlats__parameterized12_4590 | 0 | 0 | 0 | 0 | 2 | 0 | 0 | 0 | +| l1dcrotrWH.l1dcrotrWH[2].grp.bits | tri_rot16_ru_4579 | 0 | 0 | 0 | 0 | 2 | 0 | 0 | 0 | +| mask_lat | tri_inv_nlats__parameterized12_4589 | 0 | 0 | 0 | 0 | 2 | 0 | 0 | 0 | +| l1dcrotrWH.l1dcrotrWH[3].grp.bits | tri_rot16_ru_4580 | 0 | 0 | 0 | 0 | 2 | 0 | 0 | 0 | +| mask_lat | tri_inv_nlats__parameterized12_4588 | 0 | 0 | 0 | 0 | 2 | 0 | 0 | 0 | +| l1dcrotrWH.l1dcrotrWH[4].grp.bits | tri_rot16_ru_4581 | 0 | 0 | 0 | 0 | 2 | 0 | 0 | 0 | +| mask_lat | tri_inv_nlats__parameterized12_4587 | 0 | 0 | 0 | 0 | 2 | 0 | 0 | 0 | +| l1dcrotrWH.l1dcrotrWH[5].grp.bits | tri_rot16_ru_4582 | 0 | 0 | 0 | 0 | 2 | 0 | 0 | 0 | +| mask_lat | tri_inv_nlats__parameterized12_4586 | 0 | 0 | 0 | 0 | 2 | 0 | 0 | 0 | +| l1dcrotrWH.l1dcrotrWH[6].grp.bits | tri_rot16_ru_4583 | 0 | 0 | 0 | 0 | 2 | 0 | 0 | 0 | +| mask_lat | tri_inv_nlats__parameterized12_4585 | 0 | 0 | 0 | 0 | 2 | 0 | 0 | 0 | +| l1dcrotrWH.l1dcrotrWH[7].grp.bits | tri_rot16_ru_4584 | 0 | 0 | 0 | 0 | 2 | 0 | 0 | 0 | +| mask_lat | tri_inv_nlats__parameterized12 | 0 | 0 | 0 | 0 | 2 | 0 | 0 | 0 | +| l1dcst | lq_data_st | 5078 | 5078 | 0 | 0 | 1584 | 0 | 0 | 0 | +| (l1dcst) | lq_data_st | 2 | 2 | 0 | 0 | 0 | 0 | 0 | 0 | +| rel2_data_val_reg | tri_rlmlatch_p_4474 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| rmw | tri_lq_rmw | 3318 | 3318 | 0 | 0 | 928 | 0 | 0 | 0 | +| ex3_stq5_rd_addr_reg | tri_rlmreg_p__parameterized12_4501 | 23 | 23 | 0 | 0 | 8 | 0 | 0 | 0 | +| stq6_addr_reg | tri_rlmreg_p__parameterized12_4502 | 9 | 9 | 0 | 0 | 8 | 0 | 0 | 0 | +| stq6_arr_wren_reg | tri_rlmlatch_p_4503 | 5 | 5 | 0 | 0 | 1 | 0 | 0 | 0 | +| stq6_byp_wr_data_wabcd_reg | tri_rlmreg_p__parameterized251_4504 | 0 | 0 | 0 | 0 | 144 | 0 | 0 | 0 | +| stq6_byp_wr_data_wefgh_reg | tri_rlmreg_p__parameterized251_4505 | 1 | 1 | 0 | 0 | 144 | 0 | 0 | 0 | +| stq6_byte_en_wabcd_reg | tri_rlmreg_p__parameterized3_4506 | 0 | 0 | 0 | 0 | 16 | 0 | 0 | 0 | +| stq6_byte_en_wefgh_reg | tri_rlmreg_p__parameterized3_4507 | 0 | 0 | 0 | 0 | 16 | 0 | 0 | 0 | +| stq6_stg_act_latch | tri_rlmlatch_p_4508 | 4 | 4 | 0 | 0 | 4 | 0 | 0 | 0 | +| stq6_way_en_reg | tri_rlmreg_p__parameterized12_4509 | 1471 | 1471 | 0 | 0 | 8 | 0 | 0 | 0 | +| stq7_addr_reg | tri_rlmreg_p__parameterized12_4510 | 1 | 1 | 0 | 0 | 8 | 0 | 0 | 0 | +| stq7_arr_wren_reg | tri_rlmlatch_p_4511 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| stq7_byp_val_wabcd_reg | tri_rlmreg_p__parameterized9_4512 | 0 | 0 | 0 | 0 | 4 | 0 | 0 | 0 | +| stq7_byp_val_wefgh_reg | tri_rlmreg_p__parameterized9_4513 | 0 | 0 | 0 | 0 | 4 | 0 | 0 | 0 | +| stq7_stg_act_latch | tri_rlmlatch_p_4514 | 2 | 2 | 0 | 0 | 2 | 0 | 0 | 0 | +| stq7_way_en_reg | tri_rlmreg_p__parameterized12_4515 | 37 | 37 | 0 | 0 | 8 | 0 | 0 | 0 | +| stq7_wr_data_wabcd_reg | tri_rlmreg_p__parameterized251_4516 | 873 | 873 | 0 | 0 | 144 | 0 | 0 | 0 | +| stq7_wr_data_wefgh_reg | tri_rlmreg_p__parameterized251_4517 | 891 | 891 | 0 | 0 | 144 | 0 | 0 | 0 | +| stq8_wr_data_wabcd_reg | tri_rlmreg_p__parameterized251_4518 | 0 | 0 | 0 | 0 | 128 | 0 | 0 | 0 | +| stq8_wr_data_wefgh_reg | tri_rlmreg_p__parameterized251_4519 | 0 | 0 | 0 | 0 | 128 | 0 | 0 | 0 | +| stq_byp_val_wabcd_reg | tri_rlmreg_p__parameterized9_4520 | 0 | 0 | 0 | 0 | 4 | 0 | 0 | 0 | +| stq_byp_val_wefgh_reg | tri_rlmreg_p__parameterized9_4521 | 0 | 0 | 0 | 0 | 4 | 0 | 0 | 0 | +| stq2_addr_reg | tri_rlmreg_p__parameterized12_4475 | 8 | 8 | 0 | 0 | 8 | 0 | 0 | 0 | +| stq2_byte_en_reg | tri_rlmreg_p__parameterized3_4476 | 16 | 16 | 0 | 0 | 16 | 0 | 0 | 0 | +| stq2_le_mode_reg | tri_rlmlatch_p_4477 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| stq2_mftgpr_val_reg | tri_rlmlatch_p_4478 | 8 | 8 | 0 | 0 | 1 | 0 | 0 | 0 | +| stq2_opsize_reg | tri_rlmreg_p__parameterized4_4479 | 12 | 12 | 0 | 0 | 5 | 0 | 0 | 0 | +| stq2_rot_addr_reg | tri_rlmreg_p__parameterized4_4480 | 10 | 10 | 0 | 0 | 4 | 0 | 0 | 0 | +| stq2_stg_act_latch | tri_rlmlatch_p_4481 | 134 | 134 | 0 | 0 | 3 | 0 | 0 | 0 | +| stq2_upd_val_reg | tri_rlmlatch_p_4482 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| stq3_addr_reg | tri_regk__parameterized14 | 8 | 8 | 0 | 0 | 8 | 0 | 0 | 0 | +| stq3_blk_req_reg | tri_rlmlatch_p_4483 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| stq3_byte_en_reg | tri_regk__parameterized19 | 16 | 16 | 0 | 0 | 16 | 0 | 0 | 0 | +| stq3_opsize_reg | tri_rlmreg_p__parameterized4_4484 | 67 | 67 | 0 | 0 | 5 | 0 | 0 | 0 | +| stq3_rot_sel1_reg | tri_regk__parameterized15 | 642 | 642 | 0 | 0 | 8 | 0 | 0 | 0 | +| stq3_rot_sel2_reg | tri_regk__parameterized16 | 3 | 3 | 0 | 0 | 8 | 0 | 0 | 0 | +| stq3_rot_sel3_reg | tri_regk__parameterized16_4485 | 64 | 64 | 0 | 0 | 8 | 0 | 0 | 0 | +| stq3_stg_act_latch | tri_rlmlatch_p_4486 | 4 | 4 | 0 | 0 | 2 | 0 | 0 | 0 | +| stq3_store_rel_data_reg | tri_regk__parameterized18 | 432 | 432 | 0 | 0 | 128 | 0 | 0 | 0 | +| stq3_store_rel_par_reg | tri_regk__parameterized19_4487 | 44 | 44 | 0 | 0 | 16 | 0 | 0 | 0 | +| stq3_upd_val_reg | tri_rlmlatch_p_4488 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| stq4_addr_reg | tri_rlmreg_p__parameterized12_4489 | 25 | 25 | 0 | 0 | 8 | 0 | 0 | 0 | +| stq4_byte_en_reg | tri_rlmreg_p__parameterized3_4490 | 16 | 16 | 0 | 0 | 16 | 0 | 0 | 0 | +| stq4_dcarr_data_reg | tri_rlmreg_p__parameterized1_4491 | 133 | 133 | 0 | 0 | 128 | 0 | 0 | 0 | +| stq4_dcarr_par_reg | tri_rlmreg_p__parameterized3_4492 | 16 | 16 | 0 | 0 | 16 | 0 | 0 | 0 | +| stq4_rot_data_reg | tri_rlmreg_p__parameterized33_4493 | 63 | 63 | 0 | 0 | 64 | 0 | 0 | 0 | +| stq4_stg_act_latch | tri_rlmlatch_p_4494 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| stq4_upd_val_reg | tri_rlmlatch_p_4495 | 9 | 9 | 0 | 0 | 1 | 0 | 0 | 0 | +| stq5_addr_reg | tri_regk__parameterized14_4496 | 8 | 8 | 0 | 0 | 8 | 0 | 0 | 0 | +| stq5_arr_way_en_reg | tri_regk__parameterized15_4497 | 16 | 16 | 0 | 0 | 8 | 0 | 0 | 0 | +| stq5_arr_wren_reg | tri_rlmlatch_p_4498 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| stq5_byte_en_reg | tri_regk__parameterized19_4499 | 0 | 0 | 0 | 0 | 16 | 0 | 0 | 0 | +| stq5_dcarr_wrt_data_reg | tri_regk__parameterized17 | 0 | 0 | 0 | 0 | 144 | 0 | 0 | 0 | +| stq5_stg_act_latch | tri_rlmlatch_p_4500 | 0 | 0 | 0 | 0 | 4 | 0 | 0 | 0 | +| perv_1to0_reg | tri_plat__parameterized6 | 247 | 247 | 0 | 0 | 2 | 0 | 0 | 0 | +| perv_2to1_reg | tri_plat__parameterized6_4466 | 13 | 13 | 0 | 0 | 15 | 0 | 0 | 0 | +| spr_xucr0_dcdis_reg | tri_rlmlatch_p_4467 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| stq2_stg_act_reg | tri_rlmlatch_p_4468 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| stq3_stg_act_reg | tri_rlmlatch_p_4469 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| stq4_stg_act_reg | tri_rlmlatch_p_4470 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| stq5_rot_data_reg | tri_regk__parameterized1_4471 | 1 | 1 | 0 | 0 | 64 | 0 | 0 | 0 | +| stq5_stg_act_reg | tri_rlmlatch_p_4472 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| stq6_rot_data_reg | tri_rlmreg_p__parameterized33_4473 | 0 | 0 | 0 | 0 | 64 | 0 | 0 | 0 | +| lq_perv | lq_perv | 1 | 0 | 0 | 1 | 2 | 0 | 0 | 0 | +| perv_3to2_reg | tri_plat__parameterized8 | 1 | 0 | 0 | 1 | 2 | 0 | 0 | 0 | +| lsq | lq_lsq | 21613 | 21613 | 0 | 0 | 8192 | 8 | 0 | 0 | +| an_ac_reld_core_tag_reg | tri_rlmreg_p__parameterized4_2929 | 70 | 70 | 0 | 0 | 5 | 0 | 0 | 0 | +| an_ac_reld_crit_qw_reg | tri_rlmlatch_p_2930 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| an_ac_reld_data_reg | tri_rlmreg_p__parameterized1 | 10 | 10 | 0 | 0 | 128 | 0 | 0 | 0 | +| an_ac_reld_data_vld_reg | tri_rlmlatch_p_2931 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| an_ac_reld_data_vld_stg1_reg | tri_rlmlatch_p_2932 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| an_ac_reld_qw_reg | tri_rlmreg_p__parameterized2_2933 | 4 | 4 | 0 | 0 | 2 | 0 | 0 | 0 | +| an_ac_req_ld_pop_reg | tri_rlmlatch_p_2934 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| an_ac_req_st_pop_reg | tri_rlmlatch_p_2935 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| arb | lq_arb | 145 | 145 | 0 | 0 | 240 | 0 | 0 | 0 | +| ld_cred_blk_cnt_reg | tri_rlmreg_p__parameterized9_4439 | 6 | 6 | 0 | 0 | 4 | 0 | 0 | 0 | +| ld_cred_err_reg | tri_rlmlatch_p_4440 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| ld_noCred_hold_reg | tri_rlmlatch_p_4441 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ld_pop_rcvd_reg | tri_rlmlatch_p_4442 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| ld_st_noCred_flp_reg | tri_rlmlatch_p_4443 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| load_cred_cnt_reg | tri_rlmreg_p__parameterized164 | 9 | 9 | 0 | 0 | 5 | 0 | 0 | 0 | +| mmq2_req_val_reg | tri_rlmlatch_p_4444 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| mmq3_req_val_reg | tri_rlmlatch_p_4445 | 45 | 45 | 0 | 0 | 1 | 0 | 0 | 0 | +| req_l2_ld_sent_reg | tri_rlmlatch_p_4446 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| req_l2_val_reg | tri_rlmlatch_p_4447 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| req_sel_byteEn_reg | tri_rlmreg_p__parameterized3_4448 | 0 | 0 | 0 | 0 | 16 | 0 | 0 | 0 | +| req_sel_cTag_reg | tri_rlmreg_p__parameterized4_4449 | 0 | 0 | 0 | 0 | 4 | 0 | 0 | 0 | +| req_sel_p_addr_reg | tri_rlmreg_p__parameterized219_4450 | 0 | 0 | 0 | 0 | 26 | 0 | 0 | 0 | +| req_sel_ttype_reg | tri_rlmreg_p__parameterized0_4451 | 0 | 0 | 0 | 0 | 6 | 0 | 0 | 0 | +| req_sel_wimge_reg | tri_rlmreg_p__parameterized4_4452 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| spr_lsucr0_b2b_reg | tri_rlmlatch_p_4453 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| spr_xucr0_cls_reg | tri_rlmlatch_p_4454 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| spr_xucr0_cred_reg | tri_rlmlatch_p_4455 | 4 | 4 | 0 | 0 | 1 | 0 | 0 | 0 | +| st_cred_err_reg | tri_rlmlatch_p_4456 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| st_rej_hold_cred_reg | tri_rlmlatch_p_4457 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| store_cred_cnt_reg | tri_rlmreg_p__parameterized66 | 6 | 6 | 0 | 0 | 6 | 0 | 0 | 0 | +| stq2_req_val_reg | tri_rlmlatch_p_4458 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| stq2_store_data_reg | tri_rlmreg_p__parameterized1_4459 | 32 | 32 | 0 | 0 | 128 | 0 | 0 | 0 | +| stq4_data_override_reg | tri_rlmlatch_p_4460 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| stq4_req_st_data_reg | tri_rlmreg_p__parameterized268 | 25 | 25 | 0 | 0 | 25 | 0 | 0 | 0 | +| unit_last_sel_reg | tri_rlmreg_p__parameterized193_4461 | 9 | 9 | 0 | 0 | 4 | 0 | 0 | 0 | +| dc32Kdir64B.arr | tri_64x34_8w_1r1w | 419 | 419 | 0 | 0 | 275 | 8 | 0 | 0 | +| (dc32Kdir64B.arr) | tri_64x34_8w_1r1w | 1 | 1 | 0 | 0 | 0 | 8 | 0 | 0 | +| data_out_reg | tri_rlmreg_p__parameterized256 | 146 | 146 | 0 | 0 | 272 | 0 | 0 | 0 | +| rd_act_reg | tri_rlmlatch_p_4438 | 272 | 272 | 0 | 0 | 3 | 0 | 0 | 0 | +| ex3_itag_reg | tri_rlmreg_p__parameterized13_2936 | 7 | 7 | 0 | 0 | 7 | 0 | 0 | 0 | +| ex4_algebraic_reg | tri_rlmlatch_p_2937 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex4_byte_en_reg | tri_rlmreg_p__parameterized3_2938 | 16 | 16 | 0 | 0 | 16 | 0 | 0 | 0 | +| ex4_itag_reg | tri_rlmreg_p__parameterized13_2939 | 7 | 7 | 0 | 0 | 7 | 0 | 0 | 0 | +| ex4_opsize_reg | tri_rlmreg_p__parameterized5_2940 | 3 | 3 | 0 | 0 | 3 | 0 | 0 | 0 | +| ex4_p_addr_reg | tri_rlmreg_p__parameterized0_2941 | 14 | 14 | 0 | 0 | 6 | 0 | 0 | 0 | +| ex4_thrd_id_reg | tri_rlmreg_p__parameterized37_2942 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex5_algebraic_reg | tri_rlmlatch_p_2943 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex5_byte_en_reg | tri_rlmreg_p__parameterized3_2944 | 122 | 122 | 0 | 0 | 16 | 0 | 0 | 0 | +| ex5_dreq_val_reg | tri_rlmlatch_p_2945 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex5_opsize_reg | tri_rlmreg_p__parameterized5_2946 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| ex5_thrd_id_reg | tri_rlmreg_p__parameterized37_2947 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| imq | lq_imq | 350 | 350 | 0 | 0 | 304 | 0 | 0 | 0 | +| iu_lq_cTag_reg | tri_rlmreg_p__parameterized2_4390 | 8 | 8 | 0 | 0 | 2 | 0 | 0 | 0 | +| iu_lq_ra_reg | tri_rlmreg_p__parameterized61_4391 | 104 | 104 | 0 | 0 | 26 | 0 | 0 | 0 | +| iu_lq_request_reg | tri_rlmreg_p__parameterized37_4392 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| iu_lq_wimge_reg | tri_rlmreg_p__parameterized4_4393 | 4 | 4 | 0 | 0 | 1 | 0 | 0 | 0 | +| iuq_entry_cTag.iuq_entry_cTag[0].iuq_entry_cTag_reg | tri_rlmreg_p__parameterized2_4394 | 0 | 0 | 0 | 0 | 2 | 0 | 0 | 0 | +| iuq_entry_cTag.iuq_entry_cTag[1].iuq_entry_cTag_reg | tri_rlmreg_p__parameterized2_4395 | 0 | 0 | 0 | 0 | 2 | 0 | 0 | 0 | +| iuq_entry_cTag.iuq_entry_cTag[2].iuq_entry_cTag_reg | tri_rlmreg_p__parameterized2_4396 | 0 | 0 | 0 | 0 | 2 | 0 | 0 | 0 | +| iuq_entry_cTag.iuq_entry_cTag[3].iuq_entry_cTag_reg | tri_rlmreg_p__parameterized2_4397 | 0 | 0 | 0 | 0 | 2 | 0 | 0 | 0 | +| iuq_entry_p_addr.iuq_entry_p_addr[0].iuq_entry_p_addr_reg | tri_rlmreg_p__parameterized61_4398 | 0 | 0 | 0 | 0 | 26 | 0 | 0 | 0 | +| iuq_entry_p_addr.iuq_entry_p_addr[1].iuq_entry_p_addr_reg | tri_rlmreg_p__parameterized61_4399 | 0 | 0 | 0 | 0 | 26 | 0 | 0 | 0 | +| iuq_entry_p_addr.iuq_entry_p_addr[2].iuq_entry_p_addr_reg | tri_rlmreg_p__parameterized61_4400 | 0 | 0 | 0 | 0 | 26 | 0 | 0 | 0 | +| iuq_entry_p_addr.iuq_entry_p_addr[3].iuq_entry_p_addr_reg | tri_rlmreg_p__parameterized61_4401 | 0 | 0 | 0 | 0 | 26 | 0 | 0 | 0 | +| iuq_entry_seq.iuq_entry_seq[0].iuq_entry_seq_reg | tri_rlmreg_p__parameterized5_4402 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| iuq_entry_seq.iuq_entry_seq[1].iuq_entry_seq_reg | tri_rlmreg_p__parameterized5_4403 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| iuq_entry_seq.iuq_entry_seq[2].iuq_entry_seq_reg | tri_rlmreg_p__parameterized5_4404 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| iuq_entry_seq.iuq_entry_seq[3].iuq_entry_seq_reg | tri_rlmreg_p__parameterized5_4405 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| iuq_entry_val_reg | tri_rlmreg_p__parameterized9_4406 | 9 | 9 | 0 | 0 | 4 | 0 | 0 | 0 | +| iuq_entry_wimge.iuq_entry_wimge[0].iuq_entry_wimge_reg | tri_rlmreg_p__parameterized4_4407 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| iuq_entry_wimge.iuq_entry_wimge[1].iuq_entry_wimge_reg | tri_rlmreg_p__parameterized4_4408 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| iuq_entry_wimge.iuq_entry_wimge[2].iuq_entry_wimge_reg | tri_rlmreg_p__parameterized4_4409 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| iuq_entry_wimge.iuq_entry_wimge[3].iuq_entry_wimge_reg | tri_rlmreg_p__parameterized4_4410 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| iuq_seq_rd_reg | tri_rlmreg_p__parameterized5_4411 | 67 | 67 | 0 | 0 | 3 | 0 | 0 | 0 | +| iuq_seq_reg | tri_rlmreg_p__parameterized5_4412 | 14 | 14 | 0 | 0 | 3 | 0 | 0 | 0 | +| mm_lq_lsu_addr_reg | tri_rlmreg_p__parameterized219_4413 | 52 | 52 | 0 | 0 | 26 | 0 | 0 | 0 | +| mm_lq_lsu_gs_reg | tri_rlmlatch_p_4414 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| mm_lq_lsu_ind_reg | tri_rlmlatch_p_4415 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| mm_lq_lsu_lbit_reg | tri_rlmlatch_p_4416 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| mm_lq_lsu_lpid_reg | tri_rlmreg_p__parameterized12_4417 | 16 | 16 | 0 | 0 | 8 | 0 | 0 | 0 | +| mm_lq_lsu_req_reg | tri_rlmreg_p__parameterized37_4418 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| mm_lq_lsu_ttype_reg | tri_rlmreg_p__parameterized2_4419 | 4 | 4 | 0 | 0 | 2 | 0 | 0 | 0 | +| mm_lq_lsu_wimge_reg | tri_rlmreg_p__parameterized4_4420 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| mmq_entry_gs_reg | tri_rlmreg_p__parameterized2_4421 | 0 | 0 | 0 | 0 | 2 | 0 | 0 | 0 | +| mmq_entry_ind_reg | tri_rlmreg_p__parameterized2_4422 | 0 | 0 | 0 | 0 | 2 | 0 | 0 | 0 | +| mmq_entry_lbit_reg | tri_rlmreg_p__parameterized2_4423 | 0 | 0 | 0 | 0 | 2 | 0 | 0 | 0 | +| mmq_entry_lpid.mmq_entry_lpid[0].mmq_entry_lpid_reg | tri_rlmreg_p__parameterized12_4424 | 0 | 0 | 0 | 0 | 8 | 0 | 0 | 0 | +| mmq_entry_lpid.mmq_entry_lpid[1].mmq_entry_lpid_reg | tri_rlmreg_p__parameterized12_4425 | 0 | 0 | 0 | 0 | 8 | 0 | 0 | 0 | +| mmq_entry_p_addr.mmq_entry_p_addr[0].mmq_entry_p_addr_reg | tri_rlmreg_p__parameterized219_4426 | 0 | 0 | 0 | 0 | 26 | 0 | 0 | 0 | +| mmq_entry_p_addr.mmq_entry_p_addr[1].mmq_entry_p_addr_reg | tri_rlmreg_p__parameterized219_4427 | 0 | 0 | 0 | 0 | 26 | 0 | 0 | 0 | +| mmq_entry_seq.mmq_entry_seq[0].mmq_entry_seq_reg | tri_rlmreg_p__parameterized5_4428 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| mmq_entry_seq.mmq_entry_seq[1].mmq_entry_seq_reg | tri_rlmreg_p__parameterized5_4429 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| mmq_entry_ttype.mmq_entry_ttype[0].mmq_entry_ttype_reg | tri_rlmreg_p__parameterized2_4430 | 0 | 0 | 0 | 0 | 2 | 0 | 0 | 0 | +| mmq_entry_ttype.mmq_entry_ttype[1].mmq_entry_ttype_reg | tri_rlmreg_p__parameterized2_4431 | 0 | 0 | 0 | 0 | 2 | 0 | 0 | 0 | +| mmq_entry_val_reg | tri_rlmreg_p__parameterized2_4432 | 11 | 11 | 0 | 0 | 2 | 0 | 0 | 0 | +| mmq_entry_wimge.mmq_entry_wimge[0].mmq_entry_wimge_reg | tri_rlmreg_p__parameterized4_4433 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| mmq_entry_wimge.mmq_entry_wimge[1].mmq_entry_wimge_reg | tri_rlmreg_p__parameterized4_4434 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| mmq_ret_token_reg | tri_rlmlatch_p_4435 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| mmq_seq_rd_reg | tri_rlmreg_p__parameterized5_4436 | 49 | 49 | 0 | 0 | 3 | 0 | 0 | 0 | +| mmq_seq_reg | tri_rlmreg_p__parameterized5_4437 | 8 | 8 | 0 | 0 | 3 | 0 | 0 | 0 | +| ldq | lq_ldq | 4882 | 4882 | 0 | 0 | 2042 | 0 | 0 | 0 | +| cpl_group_last_sel_reg | tri_rlmreg_p__parameterized200_4022 | 2 | 2 | 0 | 0 | 4 | 0 | 0 | 0 | +| cpl_grpEntry_last_sel.cpl_grpEntry_last_sel[0].cpl_grpEntry_last_sel_reg | tri_rlmreg_p__parameterized200_4023 | 11 | 11 | 0 | 0 | 4 | 0 | 0 | 0 | +| cpl_grpEntry_last_sel.cpl_grpEntry_last_sel[1].cpl_grpEntry_last_sel_reg | tri_rlmreg_p__parameterized200_4024 | 9 | 9 | 0 | 0 | 4 | 0 | 0 | 0 | +| cpl_grpEntry_last_sel.cpl_grpEntry_last_sel[2].cpl_grpEntry_last_sel_reg | tri_rlmreg_p__parameterized200_4025 | 10 | 10 | 0 | 0 | 4 | 0 | 0 | 0 | +| cpl_grpEntry_last_sel.cpl_grpEntry_last_sel[3].cpl_grpEntry_last_sel_reg | tri_rlmreg_p__parameterized200_4026 | 23 | 23 | 0 | 0 | 4 | 0 | 0 | 0 | +| dbg_int_en_reg | tri_rlmreg_p__parameterized37_4027 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex4_ldreq_reg | tri_rlmlatch_p_4028 | 18 | 18 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex4_pfetch_val_reg | tri_rlmlatch_p_4029 | 19 | 19 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex4_stg_act_reg | tri_rlmlatch_p_4030 | 9 | 9 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex5_ld_gath_reg | tri_rlmlatch_p_4031 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex5_ldm_hit_reg | tri_rlmreg_p__parameterized12_4032 | 0 | 0 | 0 | 0 | 8 | 0 | 0 | 0 | +| ex5_ldq_full_restart_reg | tri_rlmlatch_p_4033 | 3 | 3 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex5_ldq_hit_reg | tri_rlmlatch_p_4034 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex5_ldq_restart_reg | tri_rlmlatch_p_4035 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex5_ldq_set_hold_reg | tri_rlmlatch_p_4036 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex5_ldqe_set_all_reg | tri_rlmreg_p__parameterized12_4037 | 113 | 113 | 0 | 0 | 8 | 0 | 0 | 0 | +| ex5_ldqe_set_val_reg | tri_rlmreg_p__parameterized12_4038 | 0 | 0 | 0 | 0 | 8 | 0 | 0 | 0 | +| ex5_ldreq_val_reg | tri_rlmlatch_p_4039 | 8 | 8 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex5_lgqe_set_all_reg | tri_rlmreg_p__parameterized12_4040 | 16 | 16 | 0 | 0 | 8 | 0 | 0 | 0 | +| ex5_lgqe_set_val_reg | tri_rlmreg_p__parameterized12_4041 | 16 | 16 | 0 | 0 | 8 | 0 | 0 | 0 | +| ex5_odq_ldreq_val_reg | tri_rlmlatch_p_4042 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex5_othreq_val_reg | tri_rlmlatch_p_4043 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex5_p_addr_reg | tri_rlmreg_p__parameterized219_4044 | 26 | 26 | 0 | 0 | 26 | 0 | 0 | 0 | +| ex5_pfetch_val_reg | tri_rlmlatch_p_4045 | 4 | 4 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex5_reserved_taken_reg | tri_rlmlatch_p_4046 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex5_resv_taken_restart_reg | tri_rlmlatch_p_4047 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex5_stg_act_reg | tri_rlmlatch_p_4048 | 0 | 0 | 0 | 0 | 4 | 0 | 0 | 0 | +| ex5_streq_val_reg | tri_rlmlatch_p_4049 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex5_wimge_reg | tri_rlmreg_p__parameterized4_4050 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex6_ldqe_pfetch_val_reg | tri_rlmreg_p__parameterized12_4051 | 8 | 8 | 0 | 0 | 8 | 0 | 0 | 0 | +| ex7_ldqe_pfetch_val_reg | tri_rlmreg_p__parameterized12_4052 | 4 | 4 | 0 | 0 | 8 | 0 | 0 | 0 | +| fifo_ldq_req.fifo_ldq_req[0].fifo_ldq_req_reg | tri_rlmreg_p__parameterized12_4053 | 185 | 185 | 0 | 0 | 8 | 0 | 0 | 0 | +| fifo_ldq_req.fifo_ldq_req[1].fifo_ldq_req_reg | tri_rlmreg_p__parameterized12_4054 | 26 | 26 | 0 | 0 | 8 | 0 | 0 | 0 | +| fifo_ldq_req.fifo_ldq_req[2].fifo_ldq_req_reg | tri_rlmreg_p__parameterized12_4055 | 27 | 27 | 0 | 0 | 8 | 0 | 0 | 0 | +| fifo_ldq_req.fifo_ldq_req[3].fifo_ldq_req_reg | tri_rlmreg_p__parameterized12_4056 | 28 | 28 | 0 | 0 | 8 | 0 | 0 | 0 | +| fifo_ldq_req.fifo_ldq_req[4].fifo_ldq_req_reg | tri_rlmreg_p__parameterized12_4057 | 26 | 26 | 0 | 0 | 8 | 0 | 0 | 0 | +| fifo_ldq_req.fifo_ldq_req[5].fifo_ldq_req_reg | tri_rlmreg_p__parameterized12_4058 | 26 | 26 | 0 | 0 | 8 | 0 | 0 | 0 | +| fifo_ldq_req.fifo_ldq_req[6].fifo_ldq_req_reg | tri_rlmreg_p__parameterized12_4059 | 26 | 26 | 0 | 0 | 8 | 0 | 0 | 0 | +| fifo_ldq_req.fifo_ldq_req[7].fifo_ldq_req_reg | tri_rlmreg_p__parameterized12_4060 | 28 | 28 | 0 | 0 | 8 | 0 | 0 | 0 | +| fifo_ldq_req_nxt_ptr_reg | tri_rlmreg_p__parameterized266 | 24 | 24 | 0 | 0 | 9 | 0 | 0 | 0 | +| fifo_ldq_req_pfetch_reg | tri_rlmreg_p__parameterized12_4061 | 0 | 0 | 0 | 0 | 8 | 0 | 0 | 0 | +| fifo_ldq_req_tid.fifo_ldq_req_tid[0].fifo_ldq_req_tid_reg | tri_rlmreg_p__parameterized37_4062 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| fifo_ldq_req_tid.fifo_ldq_req_tid[1].fifo_ldq_req_tid_reg | tri_rlmreg_p__parameterized37_4063 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| fifo_ldq_req_tid.fifo_ldq_req_tid[2].fifo_ldq_req_tid_reg | tri_rlmreg_p__parameterized37_4064 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| fifo_ldq_req_tid.fifo_ldq_req_tid[3].fifo_ldq_req_tid_reg | tri_rlmreg_p__parameterized37_4065 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| fifo_ldq_req_tid.fifo_ldq_req_tid[4].fifo_ldq_req_tid_reg | tri_rlmreg_p__parameterized37_4066 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| fifo_ldq_req_tid.fifo_ldq_req_tid[5].fifo_ldq_req_tid_reg | tri_rlmreg_p__parameterized37_4067 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| fifo_ldq_req_tid.fifo_ldq_req_tid[6].fifo_ldq_req_tid_reg | tri_rlmreg_p__parameterized37_4068 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| fifo_ldq_req_tid.fifo_ldq_req_tid[7].fifo_ldq_req_tid_reg | tri_rlmreg_p__parameterized37_4069 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| fifo_ldq_req_val_reg | tri_rlmreg_p__parameterized12_4070 | 48 | 48 | 0 | 0 | 8 | 0 | 0 | 0 | +| iu_lq_cp_flush_reg | tri_rlmreg_p__parameterized37_4071 | 4 | 4 | 0 | 0 | 1 | 0 | 0 | 0 | +| l2_rel0_resp_cTag_reg | tri_rlmreg_p__parameterized9_4072 | 377 | 377 | 0 | 0 | 4 | 0 | 0 | 0 | +| l2_rel0_resp_crit_qw_reg | tri_rlmlatch_p_4073 | 18 | 18 | 0 | 0 | 1 | 0 | 0 | 0 | +| l2_rel0_resp_ldq_val_reg | tri_rlmlatch_p_4074 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| l2_rel0_resp_qw_reg | tri_rlmreg_p__parameterized5_4075 | 3 | 3 | 0 | 0 | 2 | 0 | 0 | 0 | +| ldq_err_inval_rel_reg | tri_rlmlatch_p_4076 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| ldq_full_qHit_held_reg | tri_rlmlatch_p_4077 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ldq_hold_tid_reg | tri_rlmreg_p__parameterized37_4078 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ldq_l2_rel0_qHitBlk_reg | tri_rlmlatch_p_4079 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ldq_oth_qHit_clr_reg | tri_rlmlatch_p_4080 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| ldq_rel0_l2_val_reg | tri_rlmreg_p__parameterized12_4081 | 16 | 16 | 0 | 0 | 8 | 0 | 0 | 0 | +| ldq_rel0_upd_gpr_reg | tri_rlmreg_p__parameterized12_4082 | 2 | 2 | 0 | 0 | 8 | 0 | 0 | 0 | +| ldq_rel1_algEn_reg | tri_rlmlatch_p_4083 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ldq_rel1_algebraic_sel_reg | tri_rlmreg_p__parameterized9_4084 | 0 | 0 | 0 | 0 | 4 | 0 | 0 | 0 | +| ldq_rel1_arb_val_reg | tri_rlmlatch_p_4085 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| ldq_rel1_axu_reg | tri_rlmlatch_p_4086 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| ldq_rel1_byte_swap_reg | tri_rlmlatch_p_4087 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| ldq_rel1_cTag_reg | tri_rlmreg_p__parameterized9_4088 | 0 | 0 | 0 | 0 | 4 | 0 | 0 | 0 | +| ldq_rel1_classID_reg | tri_rlmreg_p__parameterized2_4089 | 2 | 2 | 0 | 0 | 2 | 0 | 0 | 0 | +| ldq_rel1_data_sel_reg | tri_rlmlatch_p_4090 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| ldq_rel1_dir_tid_reg | tri_rlmreg_p__parameterized37_4091 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| ldq_rel1_dvcEn_reg | tri_rlmreg_p__parameterized2_4092 | 1 | 1 | 0 | 0 | 2 | 0 | 0 | 0 | +| ldq_rel1_entrySent_reg | tri_rlmreg_p__parameterized12_4093 | 9 | 9 | 0 | 0 | 8 | 0 | 0 | 0 | +| ldq_rel1_gpr_val_reg | tri_rlmlatch_p_4094 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| ldq_rel1_l2_val_reg | tri_rlmreg_p__parameterized12_4095 | 8 | 8 | 0 | 0 | 8 | 0 | 0 | 0 | +| ldq_rel1_lockSet_reg | tri_rlmlatch_p_4096 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| ldq_rel1_opsize_reg | tri_rlmreg_p__parameterized5_4097 | 47 | 47 | 0 | 0 | 3 | 0 | 0 | 0 | +| ldq_rel1_p_addr_reg | tri_rlmreg_p__parameterized219_4098 | 40 | 40 | 0 | 0 | 42 | 0 | 0 | 0 | +| ldq_rel1_resp_qw_reg | tri_rlmreg_p__parameterized5_4099 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| ldq_rel1_rot_sel1_reg | tri_rlmreg_p__parameterized12_4100 | 408 | 408 | 0 | 0 | 8 | 0 | 0 | 0 | +| ldq_rel1_rot_sel2_reg | tri_rlmreg_p__parameterized12_4101 | 0 | 0 | 0 | 0 | 8 | 0 | 0 | 0 | +| ldq_rel1_rot_sel3_reg | tri_rlmreg_p__parameterized12_4102 | 0 | 0 | 0 | 0 | 4 | 0 | 0 | 0 | +| ldq_rel1_tGpr_reg | tri_rlmreg_p__parameterized46_4103 | 0 | 0 | 0 | 0 | 9 | 0 | 0 | 0 | +| ldq_rel1_tid_reg | tri_rlmreg_p__parameterized37_4104 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| ldq_rel1_upd_gpr_reg | tri_rlmreg_p__parameterized12_4105 | 8 | 8 | 0 | 0 | 8 | 0 | 0 | 0 | +| ldq_rel1_val_reg | tri_rlmlatch_p_4106 | 31 | 31 | 0 | 0 | 1 | 0 | 0 | 0 | +| ldq_rel1_watchSet_reg | tri_rlmlatch_p_4107 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| ldq_rel1_wimge_i_reg | tri_rlmlatch_p_4108 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| ldq_rel2_beats_home_reg | tri_rlmreg_p__parameterized12_4109 | 8 | 8 | 0 | 0 | 8 | 0 | 0 | 0 | +| ldq_rel2_cclass_reg | tri_rlmreg_p__parameterized0_4110 | 6 | 6 | 0 | 0 | 6 | 0 | 0 | 0 | +| ldq_rel2_entrySent_reg | tri_rlmreg_p__parameterized12_4111 | 12 | 12 | 0 | 0 | 8 | 0 | 0 | 0 | +| ldq_rel2_l2_val_reg | tri_rlmreg_p__parameterized12_4112 | 8 | 8 | 0 | 0 | 8 | 0 | 0 | 0 | +| ldq_rel2_set_val_reg | tri_rlmlatch_p_4113 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ldq_rel2_tid_reg | tri_rlmreg_p__parameterized37_4114 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ldq_rel2_upd_gpr_reg | tri_rlmreg_p__parameterized12_4115 | 8 | 8 | 0 | 0 | 8 | 0 | 0 | 0 | +| ldq_rel3_beats_home_reg | tri_rlmreg_p__parameterized12_4116 | 8 | 8 | 0 | 0 | 8 | 0 | 0 | 0 | +| ldq_rel3_cclass_reg | tri_rlmreg_p__parameterized0_4117 | 6 | 6 | 0 | 0 | 6 | 0 | 0 | 0 | +| ldq_rel3_entrySent_reg | tri_rlmreg_p__parameterized12_4118 | 8 | 8 | 0 | 0 | 8 | 0 | 0 | 0 | +| ldq_rel3_l2_val_reg | tri_rlmreg_p__parameterized12_4119 | 8 | 8 | 0 | 0 | 8 | 0 | 0 | 0 | +| ldq_rel3_set_val_reg | tri_rlmlatch_p_4120 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| ldq_rel3_upd_gpr_reg | tri_rlmreg_p__parameterized12_4121 | 50 | 50 | 0 | 0 | 8 | 0 | 0 | 0 | +| ldq_rel4_beats_home_reg | tri_rlmreg_p__parameterized12_4122 | 8 | 8 | 0 | 0 | 8 | 0 | 0 | 0 | +| ldq_rel4_cclass_reg | tri_rlmreg_p__parameterized0_4123 | 0 | 0 | 0 | 0 | 6 | 0 | 0 | 0 | +| ldq_rel4_l2_val_reg | tri_rlmreg_p__parameterized12_4124 | 8 | 8 | 0 | 0 | 8 | 0 | 0 | 0 | +| ldq_rel4_odq_cpl_reg | tri_rlmreg_p__parameterized12_4125 | 0 | 0 | 0 | 0 | 8 | 0 | 0 | 0 | +| ldq_rel4_sentL1_reg | tri_rlmreg_p__parameterized12_4126 | 8 | 8 | 0 | 0 | 8 | 0 | 0 | 0 | +| ldq_rel4_set_val_reg | tri_rlmlatch_p_4127 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ldq_rel5_beats_home_reg | tri_rlmreg_p__parameterized12_4128 | 0 | 0 | 0 | 0 | 8 | 0 | 0 | 0 | +| ldq_rel5_l2_val_reg | tri_rlmreg_p__parameterized12_4129 | 0 | 0 | 0 | 0 | 8 | 0 | 0 | 0 | +| ldq_rel5_odq_cpl_reg | tri_rlmreg_p__parameterized12_4130 | 0 | 0 | 0 | 0 | 8 | 0 | 0 | 0 | +| ldq_rel5_sentL1_reg | tri_rlmreg_p__parameterized12_4131 | 0 | 0 | 0 | 0 | 8 | 0 | 0 | 0 | +| ldq_rel6_req_done_reg | tri_rlmreg_p__parameterized12_4132 | 2 | 2 | 0 | 0 | 8 | 0 | 0 | 0 | +| ldq_rel_qHit_clr_reg | tri_rlmreg_p__parameterized12_4133 | 0 | 0 | 0 | 0 | 8 | 0 | 0 | 0 | +| ldq_resv_qHit_held_reg | tri_rlmlatch_p_4134 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ldq_stq_rel1_blk_store_reg | tri_rlmlatch_p_4135 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| ldqe_algebraic_reg | tri_rlmreg_p__parameterized12_4136 | 0 | 0 | 0 | 0 | 8 | 0 | 0 | 0 | +| ldqe_axu_reg | tri_rlmreg_p__parameterized12_4137 | 0 | 0 | 0 | 0 | 8 | 0 | 0 | 0 | +| ldqe_beat_cntr.ldqe_beat_cntr[0].ldqe_beat_cntr_reg | tri_rlmreg_p__parameterized9_4138 | 5 | 5 | 0 | 0 | 4 | 0 | 0 | 0 | +| ldqe_beat_cntr.ldqe_beat_cntr[1].ldqe_beat_cntr_reg | tri_rlmreg_p__parameterized9_4139 | 5 | 5 | 0 | 0 | 4 | 0 | 0 | 0 | +| ldqe_beat_cntr.ldqe_beat_cntr[2].ldqe_beat_cntr_reg | tri_rlmreg_p__parameterized9_4140 | 5 | 5 | 0 | 0 | 4 | 0 | 0 | 0 | +| ldqe_beat_cntr.ldqe_beat_cntr[3].ldqe_beat_cntr_reg | tri_rlmreg_p__parameterized9_4141 | 5 | 5 | 0 | 0 | 4 | 0 | 0 | 0 | +| ldqe_beat_cntr.ldqe_beat_cntr[4].ldqe_beat_cntr_reg | tri_rlmreg_p__parameterized9_4142 | 5 | 5 | 0 | 0 | 4 | 0 | 0 | 0 | +| ldqe_beat_cntr.ldqe_beat_cntr[5].ldqe_beat_cntr_reg | tri_rlmreg_p__parameterized9_4143 | 5 | 5 | 0 | 0 | 4 | 0 | 0 | 0 | +| ldqe_beat_cntr.ldqe_beat_cntr[6].ldqe_beat_cntr_reg | tri_rlmreg_p__parameterized9_4144 | 5 | 5 | 0 | 0 | 4 | 0 | 0 | 0 | +| ldqe_beat_cntr.ldqe_beat_cntr[7].ldqe_beat_cntr_reg | tri_rlmreg_p__parameterized9_4145 | 5 | 5 | 0 | 0 | 4 | 0 | 0 | 0 | +| ldqe_byte_swap_reg | tri_rlmreg_p__parameterized12_4146 | 0 | 0 | 0 | 0 | 8 | 0 | 0 | 0 | +| ldqe_class_id.ldqe_class_id[0].ldqe_class_id_reg | tri_rlmreg_p__parameterized2_4147 | 2 | 2 | 0 | 0 | 2 | 0 | 0 | 0 | +| ldqe_class_id.ldqe_class_id[1].ldqe_class_id_reg | tri_rlmreg_p__parameterized2_4148 | 2 | 2 | 0 | 0 | 2 | 0 | 0 | 0 | +| ldqe_class_id.ldqe_class_id[2].ldqe_class_id_reg | tri_rlmreg_p__parameterized2_4149 | 2 | 2 | 0 | 0 | 2 | 0 | 0 | 0 | +| ldqe_class_id.ldqe_class_id[3].ldqe_class_id_reg | tri_rlmreg_p__parameterized2_4150 | 2 | 2 | 0 | 0 | 2 | 0 | 0 | 0 | +| ldqe_class_id.ldqe_class_id[4].ldqe_class_id_reg | tri_rlmreg_p__parameterized2_4151 | 2 | 2 | 0 | 0 | 2 | 0 | 0 | 0 | +| ldqe_class_id.ldqe_class_id[5].ldqe_class_id_reg | tri_rlmreg_p__parameterized2_4152 | 2 | 2 | 0 | 0 | 2 | 0 | 0 | 0 | +| ldqe_class_id.ldqe_class_id[6].ldqe_class_id_reg | tri_rlmreg_p__parameterized2_4153 | 2 | 2 | 0 | 0 | 2 | 0 | 0 | 0 | +| ldqe_class_id.ldqe_class_id[7].ldqe_class_id_reg | tri_rlmreg_p__parameterized2_4154 | 2 | 2 | 0 | 0 | 2 | 0 | 0 | 0 | +| ldqe_cntr_reset_reg | tri_rlmreg_p__parameterized12_4155 | 19 | 19 | 0 | 0 | 8 | 0 | 0 | 0 | +| ldqe_dGpr_reg | tri_rlmreg_p__parameterized12_4156 | 13 | 13 | 0 | 0 | 8 | 0 | 0 | 0 | +| ldqe_dRel_reg | tri_rlmreg_p__parameterized12_4157 | 39 | 39 | 0 | 0 | 8 | 0 | 0 | 0 | +| ldqe_dacrw.ldqe_dacrw[0].ldqe_dacrw_reg | tri_rlmreg_p__parameterized9_4158 | 4 | 4 | 0 | 0 | 4 | 0 | 0 | 0 | +| ldqe_dacrw.ldqe_dacrw[1].ldqe_dacrw_reg | tri_rlmreg_p__parameterized9_4159 | 4 | 4 | 0 | 0 | 4 | 0 | 0 | 0 | +| ldqe_dacrw.ldqe_dacrw[2].ldqe_dacrw_reg | tri_rlmreg_p__parameterized9_4160 | 4 | 4 | 0 | 0 | 4 | 0 | 0 | 0 | +| ldqe_dacrw.ldqe_dacrw[3].ldqe_dacrw_reg | tri_rlmreg_p__parameterized9_4161 | 5 | 5 | 0 | 0 | 4 | 0 | 0 | 0 | +| ldqe_dacrw.ldqe_dacrw[4].ldqe_dacrw_reg | tri_rlmreg_p__parameterized9_4162 | 4 | 4 | 0 | 0 | 4 | 0 | 0 | 0 | +| ldqe_dacrw.ldqe_dacrw[5].ldqe_dacrw_reg | tri_rlmreg_p__parameterized9_4163 | 4 | 4 | 0 | 0 | 4 | 0 | 0 | 0 | +| ldqe_dacrw.ldqe_dacrw[6].ldqe_dacrw_reg | tri_rlmreg_p__parameterized9_4164 | 4 | 4 | 0 | 0 | 4 | 0 | 0 | 0 | +| ldqe_dacrw.ldqe_dacrw[7].ldqe_dacrw_reg | tri_rlmreg_p__parameterized9_4165 | 5 | 5 | 0 | 0 | 4 | 0 | 0 | 0 | +| ldqe_dvc.ldqe_dvc[0].ldqe_dvc_reg | tri_rlmreg_p__parameterized2_4166 | 2 | 2 | 0 | 0 | 2 | 0 | 0 | 0 | +| ldqe_dvc.ldqe_dvc[1].ldqe_dvc_reg | tri_rlmreg_p__parameterized2_4167 | 0 | 0 | 0 | 0 | 2 | 0 | 0 | 0 | +| ldqe_dvc.ldqe_dvc[2].ldqe_dvc_reg | tri_rlmreg_p__parameterized2_4168 | 0 | 0 | 0 | 0 | 2 | 0 | 0 | 0 | +| ldqe_dvc.ldqe_dvc[3].ldqe_dvc_reg | tri_rlmreg_p__parameterized2_4169 | 0 | 0 | 0 | 0 | 2 | 0 | 0 | 0 | +| ldqe_dvc.ldqe_dvc[4].ldqe_dvc_reg | tri_rlmreg_p__parameterized2_4170 | 0 | 0 | 0 | 0 | 2 | 0 | 0 | 0 | +| ldqe_dvc.ldqe_dvc[5].ldqe_dvc_reg | tri_rlmreg_p__parameterized2_4171 | 0 | 0 | 0 | 0 | 2 | 0 | 0 | 0 | +| ldqe_dvc.ldqe_dvc[6].ldqe_dvc_reg | tri_rlmreg_p__parameterized2_4172 | 0 | 0 | 0 | 0 | 2 | 0 | 0 | 0 | +| ldqe_dvc.ldqe_dvc[7].ldqe_dvc_reg | tri_rlmreg_p__parameterized2_4173 | 0 | 0 | 0 | 0 | 2 | 0 | 0 | 0 | +| ldqe_iTag.ldqe_iTag[0].ldqe_iTag_reg | tri_rlmreg_p__parameterized13_4174 | 0 | 0 | 0 | 0 | 7 | 0 | 0 | 0 | +| ldqe_iTag.ldqe_iTag[1].ldqe_iTag_reg | tri_rlmreg_p__parameterized13_4175 | 0 | 0 | 0 | 0 | 7 | 0 | 0 | 0 | +| ldqe_iTag.ldqe_iTag[2].ldqe_iTag_reg | tri_rlmreg_p__parameterized13_4176 | 0 | 0 | 0 | 0 | 7 | 0 | 0 | 0 | +| ldqe_iTag.ldqe_iTag[3].ldqe_iTag_reg | tri_rlmreg_p__parameterized13_4177 | 0 | 0 | 0 | 0 | 7 | 0 | 0 | 0 | +| ldqe_iTag.ldqe_iTag[4].ldqe_iTag_reg | tri_rlmreg_p__parameterized13_4178 | 0 | 0 | 0 | 0 | 7 | 0 | 0 | 0 | +| ldqe_iTag.ldqe_iTag[5].ldqe_iTag_reg | tri_rlmreg_p__parameterized13_4179 | 0 | 0 | 0 | 0 | 7 | 0 | 0 | 0 | +| ldqe_iTag.ldqe_iTag[6].ldqe_iTag_reg | tri_rlmreg_p__parameterized13_4180 | 0 | 0 | 0 | 0 | 7 | 0 | 0 | 0 | +| ldqe_iTag.ldqe_iTag[7].ldqe_iTag_reg | tri_rlmreg_p__parameterized13_4181 | 0 | 0 | 0 | 0 | 7 | 0 | 0 | 0 | +| ldqe_lock_set_reg | tri_rlmreg_p__parameterized12_4182 | 16 | 16 | 0 | 0 | 8 | 0 | 0 | 0 | +| ldqe_mkill_reg | tri_rlmreg_p__parameterized12_4183 | 60 | 60 | 0 | 0 | 8 | 0 | 0 | 0 | +| ldqe_need_cpl_reg | tri_rlmreg_p__parameterized12_4184 | 85 | 85 | 0 | 0 | 8 | 0 | 0 | 0 | +| ldqe_op_size.ldqe_op_size[0].ldqe_op_size_reg | tri_rlmreg_p__parameterized5_4185 | 3 | 3 | 0 | 0 | 3 | 0 | 0 | 0 | +| ldqe_op_size.ldqe_op_size[1].ldqe_op_size_reg | tri_rlmreg_p__parameterized5_4186 | 3 | 3 | 0 | 0 | 3 | 0 | 0 | 0 | +| ldqe_op_size.ldqe_op_size[2].ldqe_op_size_reg | tri_rlmreg_p__parameterized5_4187 | 3 | 3 | 0 | 0 | 3 | 0 | 0 | 0 | +| ldqe_op_size.ldqe_op_size[3].ldqe_op_size_reg | tri_rlmreg_p__parameterized5_4188 | 3 | 3 | 0 | 0 | 3 | 0 | 0 | 0 | +| ldqe_op_size.ldqe_op_size[4].ldqe_op_size_reg | tri_rlmreg_p__parameterized5_4189 | 3 | 3 | 0 | 0 | 3 | 0 | 0 | 0 | +| ldqe_op_size.ldqe_op_size[5].ldqe_op_size_reg | tri_rlmreg_p__parameterized5_4190 | 3 | 3 | 0 | 0 | 3 | 0 | 0 | 0 | +| ldqe_op_size.ldqe_op_size[6].ldqe_op_size_reg | tri_rlmreg_p__parameterized5_4191 | 3 | 3 | 0 | 0 | 3 | 0 | 0 | 0 | +| ldqe_op_size.ldqe_op_size[7].ldqe_op_size_reg | tri_rlmreg_p__parameterized5_4192 | 3 | 3 | 0 | 0 | 3 | 0 | 0 | 0 | +| ldqe_p_addr.ldqe_p_addr[0].ldqe_p_addr_reg | tri_rlmreg_p__parameterized219_4193 | 8 | 8 | 0 | 0 | 42 | 0 | 0 | 0 | +| ldqe_p_addr.ldqe_p_addr[1].ldqe_p_addr_reg | tri_rlmreg_p__parameterized219_4194 | 7 | 7 | 0 | 0 | 42 | 0 | 0 | 0 | +| ldqe_p_addr.ldqe_p_addr[2].ldqe_p_addr_reg | tri_rlmreg_p__parameterized219_4195 | 6 | 6 | 0 | 0 | 42 | 0 | 0 | 0 | +| ldqe_p_addr.ldqe_p_addr[3].ldqe_p_addr_reg | tri_rlmreg_p__parameterized219_4196 | 6 | 6 | 0 | 0 | 42 | 0 | 0 | 0 | +| ldqe_p_addr.ldqe_p_addr[4].ldqe_p_addr_reg | tri_rlmreg_p__parameterized219_4197 | 6 | 6 | 0 | 0 | 42 | 0 | 0 | 0 | +| ldqe_p_addr.ldqe_p_addr[5].ldqe_p_addr_reg | tri_rlmreg_p__parameterized219_4198 | 5 | 5 | 0 | 0 | 42 | 0 | 0 | 0 | +| ldqe_p_addr.ldqe_p_addr[6].ldqe_p_addr_reg | tri_rlmreg_p__parameterized219_4199 | 7 | 7 | 0 | 0 | 42 | 0 | 0 | 0 | +| ldqe_p_addr.ldqe_p_addr[7].ldqe_p_addr_reg | tri_rlmreg_p__parameterized219_4200 | 8 | 8 | 0 | 0 | 42 | 0 | 0 | 0 | +| ldqe_pfetch_reg | tri_rlmreg_p__parameterized12_4201 | 1 | 1 | 0 | 0 | 8 | 0 | 0 | 0 | +| ldqe_qHit_held_reg | tri_rlmreg_p__parameterized12_4202 | 5 | 5 | 0 | 0 | 8 | 0 | 0 | 0 | +| ldqe_rel3_drop_cpl_rpt_reg | tri_rlmreg_p__parameterized12_4203 | 17 | 17 | 0 | 0 | 8 | 0 | 0 | 0 | +| ldqe_relDir_start_reg | tri_rlmreg_p__parameterized12_4204 | 0 | 0 | 0 | 0 | 8 | 0 | 0 | 0 | +| ldqe_req_cmpl_reg | tri_rlmreg_p__parameterized12_4205 | 97 | 97 | 0 | 0 | 8 | 0 | 0 | 0 | +| ldqe_reset_cpl_rpt_reg | tri_rlmreg_p__parameterized12_4206 | 0 | 0 | 0 | 0 | 8 | 0 | 0 | 0 | +| ldqe_resolved_reg | tri_rlmreg_p__parameterized12_4207 | 11 | 11 | 0 | 0 | 8 | 0 | 0 | 0 | +| ldqe_resv_reg | tri_rlmreg_p__parameterized12_4208 | 8 | 8 | 0 | 0 | 8 | 0 | 0 | 0 | +| ldqe_rst_eccdet_reg | tri_rlmreg_p__parameterized12_4209 | 24 | 24 | 0 | 0 | 8 | 0 | 0 | 0 | +| ldqe_sentRel_cntr.ldqe_sentRel_cntr[0].ldqe_sentRel_cntr_reg | tri_rlmreg_p__parameterized9_4210 | 9 | 9 | 0 | 0 | 4 | 0 | 0 | 0 | +| ldqe_sentRel_cntr.ldqe_sentRel_cntr[1].ldqe_sentRel_cntr_reg | tri_rlmreg_p__parameterized9_4211 | 9 | 9 | 0 | 0 | 4 | 0 | 0 | 0 | +| ldqe_sentRel_cntr.ldqe_sentRel_cntr[2].ldqe_sentRel_cntr_reg | tri_rlmreg_p__parameterized9_4212 | 9 | 9 | 0 | 0 | 4 | 0 | 0 | 0 | +| ldqe_sentRel_cntr.ldqe_sentRel_cntr[3].ldqe_sentRel_cntr_reg | tri_rlmreg_p__parameterized9_4213 | 10 | 10 | 0 | 0 | 4 | 0 | 0 | 0 | +| ldqe_sentRel_cntr.ldqe_sentRel_cntr[4].ldqe_sentRel_cntr_reg | tri_rlmreg_p__parameterized9_4214 | 9 | 9 | 0 | 0 | 4 | 0 | 0 | 0 | +| ldqe_sentRel_cntr.ldqe_sentRel_cntr[5].ldqe_sentRel_cntr_reg | tri_rlmreg_p__parameterized9_4215 | 9 | 9 | 0 | 0 | 4 | 0 | 0 | 0 | +| ldqe_sentRel_cntr.ldqe_sentRel_cntr[6].ldqe_sentRel_cntr_reg | tri_rlmreg_p__parameterized9_4216 | 10 | 10 | 0 | 0 | 4 | 0 | 0 | 0 | +| ldqe_sentRel_cntr.ldqe_sentRel_cntr[7].ldqe_sentRel_cntr_reg | tri_rlmreg_p__parameterized9_4217 | 9 | 9 | 0 | 0 | 4 | 0 | 0 | 0 | +| ldqe_sent_cpl_reg | tri_rlmreg_p__parameterized12_4218 | 2 | 2 | 0 | 0 | 8 | 0 | 0 | 0 | +| ldqe_state.ldqe_state[0].ldqe_state_reg | tri_rlmreg_p__parameterized265 | 100 | 100 | 0 | 0 | 7 | 0 | 0 | 0 | +| ldqe_state.ldqe_state[1].ldqe_state_reg | tri_rlmreg_p__parameterized265_4219 | 106 | 106 | 0 | 0 | 7 | 0 | 0 | 0 | +| ldqe_state.ldqe_state[2].ldqe_state_reg | tri_rlmreg_p__parameterized265_4220 | 103 | 103 | 0 | 0 | 7 | 0 | 0 | 0 | +| ldqe_state.ldqe_state[3].ldqe_state_reg | tri_rlmreg_p__parameterized265_4221 | 107 | 107 | 0 | 0 | 7 | 0 | 0 | 0 | +| ldqe_state.ldqe_state[4].ldqe_state_reg | tri_rlmreg_p__parameterized265_4222 | 107 | 107 | 0 | 0 | 7 | 0 | 0 | 0 | +| ldqe_state.ldqe_state[5].ldqe_state_reg | tri_rlmreg_p__parameterized265_4223 | 105 | 105 | 0 | 0 | 7 | 0 | 0 | 0 | +| ldqe_state.ldqe_state[6].ldqe_state_reg | tri_rlmreg_p__parameterized265_4224 | 164 | 164 | 0 | 0 | 7 | 0 | 0 | 0 | +| ldqe_state.ldqe_state[7].ldqe_state_reg | tri_rlmreg_p__parameterized265_4225 | 41 | 41 | 0 | 0 | 7 | 0 | 0 | 0 | +| ldqe_tgpr.ldqe_tgpr[0].ldqe_tgpr_reg | tri_rlmreg_p__parameterized46_4226 | 9 | 9 | 0 | 0 | 9 | 0 | 0 | 0 | +| ldqe_tgpr.ldqe_tgpr[1].ldqe_tgpr_reg | tri_rlmreg_p__parameterized46_4227 | 9 | 9 | 0 | 0 | 9 | 0 | 0 | 0 | +| ldqe_tgpr.ldqe_tgpr[2].ldqe_tgpr_reg | tri_rlmreg_p__parameterized46_4228 | 9 | 9 | 0 | 0 | 9 | 0 | 0 | 0 | +| ldqe_tgpr.ldqe_tgpr[3].ldqe_tgpr_reg | tri_rlmreg_p__parameterized46_4229 | 9 | 9 | 0 | 0 | 9 | 0 | 0 | 0 | +| ldqe_tgpr.ldqe_tgpr[4].ldqe_tgpr_reg | tri_rlmreg_p__parameterized46_4230 | 9 | 9 | 0 | 0 | 9 | 0 | 0 | 0 | +| ldqe_tgpr.ldqe_tgpr[5].ldqe_tgpr_reg | tri_rlmreg_p__parameterized46_4231 | 9 | 9 | 0 | 0 | 9 | 0 | 0 | 0 | +| ldqe_tgpr.ldqe_tgpr[6].ldqe_tgpr_reg | tri_rlmreg_p__parameterized46_4232 | 9 | 9 | 0 | 0 | 9 | 0 | 0 | 0 | +| ldqe_tgpr.ldqe_tgpr[7].ldqe_tgpr_reg | tri_rlmreg_p__parameterized46_4233 | 9 | 9 | 0 | 0 | 9 | 0 | 0 | 0 | +| ldqe_thrd_id.ldqe_thrd_id[0].ldqe_thrd_id_reg | tri_rlmreg_p__parameterized37_4234 | 4 | 4 | 0 | 0 | 1 | 0 | 0 | 0 | +| ldqe_thrd_id.ldqe_thrd_id[1].ldqe_thrd_id_reg | tri_rlmreg_p__parameterized37_4235 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| ldqe_thrd_id.ldqe_thrd_id[2].ldqe_thrd_id_reg | tri_rlmreg_p__parameterized37_4236 | 4 | 4 | 0 | 0 | 1 | 0 | 0 | 0 | +| ldqe_thrd_id.ldqe_thrd_id[3].ldqe_thrd_id_reg | tri_rlmreg_p__parameterized37_4237 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| ldqe_thrd_id.ldqe_thrd_id[4].ldqe_thrd_id_reg | tri_rlmreg_p__parameterized37_4238 | 4 | 4 | 0 | 0 | 1 | 0 | 0 | 0 | +| ldqe_thrd_id.ldqe_thrd_id[5].ldqe_thrd_id_reg | tri_rlmreg_p__parameterized37_4239 | 3 | 3 | 0 | 0 | 1 | 0 | 0 | 0 | +| ldqe_thrd_id.ldqe_thrd_id[6].ldqe_thrd_id_reg | tri_rlmreg_p__parameterized37_4240 | 3 | 3 | 0 | 0 | 1 | 0 | 0 | 0 | +| ldqe_thrd_id.ldqe_thrd_id[7].ldqe_thrd_id_reg | tri_rlmreg_p__parameterized37_4241 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| ldqe_ttype.ldqe_ttype[0].ldqe_ttype_reg | tri_rlmreg_p__parameterized0_4242 | 6 | 6 | 0 | 0 | 6 | 0 | 0 | 0 | +| ldqe_ttype.ldqe_ttype[1].ldqe_ttype_reg | tri_rlmreg_p__parameterized0_4243 | 6 | 6 | 0 | 0 | 6 | 0 | 0 | 0 | +| ldqe_ttype.ldqe_ttype[2].ldqe_ttype_reg | tri_rlmreg_p__parameterized0_4244 | 6 | 6 | 0 | 0 | 6 | 0 | 0 | 0 | +| ldqe_ttype.ldqe_ttype[3].ldqe_ttype_reg | tri_rlmreg_p__parameterized0_4245 | 6 | 6 | 0 | 0 | 6 | 0 | 0 | 0 | +| ldqe_ttype.ldqe_ttype[4].ldqe_ttype_reg | tri_rlmreg_p__parameterized0_4246 | 6 | 6 | 0 | 0 | 6 | 0 | 0 | 0 | +| ldqe_ttype.ldqe_ttype[5].ldqe_ttype_reg | tri_rlmreg_p__parameterized0_4247 | 6 | 6 | 0 | 0 | 6 | 0 | 0 | 0 | +| ldqe_ttype.ldqe_ttype[6].ldqe_ttype_reg | tri_rlmreg_p__parameterized0_4248 | 6 | 6 | 0 | 0 | 6 | 0 | 0 | 0 | +| ldqe_ttype.ldqe_ttype[7].ldqe_ttype_reg | tri_rlmreg_p__parameterized0_4249 | 6 | 6 | 0 | 0 | 6 | 0 | 0 | 0 | +| ldqe_val_reg | tri_rlmreg_p__parameterized12_4250 | 0 | 0 | 0 | 0 | 8 | 0 | 0 | 0 | +| ldqe_watch_set_reg | tri_rlmreg_p__parameterized12_4251 | 0 | 0 | 0 | 0 | 8 | 0 | 0 | 0 | +| ldqe_wimge.ldqe_wimge[0].ldqe_wimge_reg | tri_rlmreg_p__parameterized4_4252 | 0 | 0 | 0 | 0 | 2 | 0 | 0 | 0 | +| ldqe_wimge.ldqe_wimge[1].ldqe_wimge_reg | tri_rlmreg_p__parameterized4_4253 | 2 | 2 | 0 | 0 | 2 | 0 | 0 | 0 | +| ldqe_wimge.ldqe_wimge[2].ldqe_wimge_reg | tri_rlmreg_p__parameterized4_4254 | 1 | 1 | 0 | 0 | 2 | 0 | 0 | 0 | +| ldqe_wimge.ldqe_wimge[3].ldqe_wimge_reg | tri_rlmreg_p__parameterized4_4255 | 1 | 1 | 0 | 0 | 2 | 0 | 0 | 0 | +| ldqe_wimge.ldqe_wimge[4].ldqe_wimge_reg | tri_rlmreg_p__parameterized4_4256 | 2 | 2 | 0 | 0 | 2 | 0 | 0 | 0 | +| ldqe_wimge.ldqe_wimge[5].ldqe_wimge_reg | tri_rlmreg_p__parameterized4_4257 | 0 | 0 | 0 | 0 | 2 | 0 | 0 | 0 | +| ldqe_wimge.ldqe_wimge[6].ldqe_wimge_reg | tri_rlmreg_p__parameterized4_4258 | 0 | 0 | 0 | 0 | 2 | 0 | 0 | 0 | +| ldqe_wimge.ldqe_wimge[7].ldqe_wimge_reg | tri_rlmreg_p__parameterized4_4259 | 0 | 0 | 0 | 0 | 2 | 0 | 0 | 0 | +| lgq_rel0_upd_gpr_reg | tri_rlmreg_p__parameterized12_4260 | 83 | 83 | 0 | 0 | 8 | 0 | 0 | 0 | +| lgq_rel1_gpr_val_reg | tri_rlmlatch_p_4261 | 4 | 4 | 0 | 0 | 1 | 0 | 0 | 0 | +| lgq_rel1_upd_gpr_reg | tri_rlmreg_p__parameterized12_4262 | 0 | 0 | 0 | 0 | 8 | 0 | 0 | 0 | +| lgq_rel2_upd_gpr_reg | tri_rlmreg_p__parameterized12_4263 | 2 | 2 | 0 | 0 | 8 | 0 | 0 | 0 | +| lgq_rel3_upd_gpr_reg | tri_rlmreg_p__parameterized12_4264 | 56 | 56 | 0 | 0 | 8 | 0 | 0 | 0 | +| lgq_rel4_upd_gpr_reg | tri_rlmreg_p__parameterized12_4265 | 0 | 0 | 0 | 0 | 8 | 0 | 0 | 0 | +| lgq_rel5_upd_gpr_reg | tri_rlmreg_p__parameterized12_4266 | 0 | 0 | 0 | 0 | 8 | 0 | 0 | 0 | +| lgqe_algebraic_reg | tri_rlmreg_p__parameterized12_4267 | 4 | 4 | 0 | 0 | 8 | 0 | 0 | 0 | +| lgqe_axu_reg | tri_rlmreg_p__parameterized12_4268 | 4 | 4 | 0 | 0 | 8 | 0 | 0 | 0 | +| lgqe_byte_swap_reg | tri_rlmreg_p__parameterized12_4269 | 4 | 4 | 0 | 0 | 8 | 0 | 0 | 0 | +| lgqe_dacrw.lgqe_dacrw[0].lgqe_dacrw_reg | tri_rlmreg_p__parameterized9_4270 | 4 | 4 | 0 | 0 | 4 | 0 | 0 | 0 | +| lgqe_dacrw.lgqe_dacrw[1].lgqe_dacrw_reg | tri_rlmreg_p__parameterized9_4271 | 4 | 4 | 0 | 0 | 4 | 0 | 0 | 0 | +| lgqe_dacrw.lgqe_dacrw[2].lgqe_dacrw_reg | tri_rlmreg_p__parameterized9_4272 | 4 | 4 | 0 | 0 | 4 | 0 | 0 | 0 | +| lgqe_dacrw.lgqe_dacrw[3].lgqe_dacrw_reg | tri_rlmreg_p__parameterized9_4273 | 4 | 4 | 0 | 0 | 4 | 0 | 0 | 0 | +| lgqe_dacrw.lgqe_dacrw[4].lgqe_dacrw_reg | tri_rlmreg_p__parameterized9_4274 | 4 | 4 | 0 | 0 | 4 | 0 | 0 | 0 | +| lgqe_dacrw.lgqe_dacrw[5].lgqe_dacrw_reg | tri_rlmreg_p__parameterized9_4275 | 4 | 4 | 0 | 0 | 4 | 0 | 0 | 0 | +| lgqe_dacrw.lgqe_dacrw[6].lgqe_dacrw_reg | tri_rlmreg_p__parameterized9_4276 | 4 | 4 | 0 | 0 | 4 | 0 | 0 | 0 | +| lgqe_dacrw.lgqe_dacrw[7].lgqe_dacrw_reg | tri_rlmreg_p__parameterized9_4277 | 4 | 4 | 0 | 0 | 4 | 0 | 0 | 0 | +| lgqe_dvc.lgqe_dvc[0].lgqe_dvc_reg | tri_rlmreg_p__parameterized2_4278 | 2 | 2 | 0 | 0 | 2 | 0 | 0 | 0 | +| lgqe_dvc.lgqe_dvc[1].lgqe_dvc_reg | tri_rlmreg_p__parameterized2_4279 | 1 | 1 | 0 | 0 | 2 | 0 | 0 | 0 | +| lgqe_dvc.lgqe_dvc[2].lgqe_dvc_reg | tri_rlmreg_p__parameterized2_4280 | 1 | 1 | 0 | 0 | 2 | 0 | 0 | 0 | +| lgqe_dvc.lgqe_dvc[3].lgqe_dvc_reg | tri_rlmreg_p__parameterized2_4281 | 2 | 2 | 0 | 0 | 2 | 0 | 0 | 0 | +| lgqe_dvc.lgqe_dvc[4].lgqe_dvc_reg | tri_rlmreg_p__parameterized2_4282 | 0 | 0 | 0 | 0 | 2 | 0 | 0 | 0 | +| lgqe_dvc.lgqe_dvc[5].lgqe_dvc_reg | tri_rlmreg_p__parameterized2_4283 | 2 | 2 | 0 | 0 | 2 | 0 | 0 | 0 | +| lgqe_dvc.lgqe_dvc[6].lgqe_dvc_reg | tri_rlmreg_p__parameterized2_4284 | 0 | 0 | 0 | 0 | 2 | 0 | 0 | 0 | +| lgqe_dvc.lgqe_dvc[7].lgqe_dvc_reg | tri_rlmreg_p__parameterized2_4285 | 0 | 0 | 0 | 0 | 2 | 0 | 0 | 0 | +| lgqe_gpr_done_reg | tri_rlmreg_p__parameterized12_4286 | 0 | 0 | 0 | 0 | 8 | 0 | 0 | 0 | +| lgqe_iTag.lgqe_iTag[0].lgqe_iTag_reg | tri_rlmreg_p__parameterized13_4287 | 2 | 2 | 0 | 0 | 7 | 0 | 0 | 0 | +| lgqe_iTag.lgqe_iTag[1].lgqe_iTag_reg | tri_rlmreg_p__parameterized13_4288 | 0 | 0 | 0 | 0 | 7 | 0 | 0 | 0 | +| lgqe_iTag.lgqe_iTag[2].lgqe_iTag_reg | tri_rlmreg_p__parameterized13_4289 | 0 | 0 | 0 | 0 | 7 | 0 | 0 | 0 | +| lgqe_iTag.lgqe_iTag[3].lgqe_iTag_reg | tri_rlmreg_p__parameterized13_4290 | 0 | 0 | 0 | 0 | 7 | 0 | 0 | 0 | +| lgqe_iTag.lgqe_iTag[4].lgqe_iTag_reg | tri_rlmreg_p__parameterized13_4291 | 0 | 0 | 0 | 0 | 7 | 0 | 0 | 0 | +| lgqe_iTag.lgqe_iTag[5].lgqe_iTag_reg | tri_rlmreg_p__parameterized13_4292 | 0 | 0 | 0 | 0 | 7 | 0 | 0 | 0 | +| lgqe_iTag.lgqe_iTag[6].lgqe_iTag_reg | tri_rlmreg_p__parameterized13_4293 | 4 | 4 | 0 | 0 | 7 | 0 | 0 | 0 | +| lgqe_iTag.lgqe_iTag[7].lgqe_iTag_reg | tri_rlmreg_p__parameterized13_4294 | 3 | 3 | 0 | 0 | 7 | 0 | 0 | 0 | +| lgqe_ldTag.lgqe_ldTag[0].lgqe_ldTag_reg | tri_rlmreg_p__parameterized9_4295 | 18 | 18 | 0 | 0 | 3 | 0 | 0 | 0 | +| lgqe_ldTag.lgqe_ldTag[1].lgqe_ldTag_reg | tri_rlmreg_p__parameterized9_4296 | 10 | 10 | 0 | 0 | 3 | 0 | 0 | 0 | +| lgqe_ldTag.lgqe_ldTag[2].lgqe_ldTag_reg | tri_rlmreg_p__parameterized9_4297 | 25 | 25 | 0 | 0 | 3 | 0 | 0 | 0 | +| lgqe_ldTag.lgqe_ldTag[3].lgqe_ldTag_reg | tri_rlmreg_p__parameterized9_4298 | 15 | 15 | 0 | 0 | 3 | 0 | 0 | 0 | +| lgqe_ldTag.lgqe_ldTag[4].lgqe_ldTag_reg | tri_rlmreg_p__parameterized9_4299 | 18 | 18 | 0 | 0 | 3 | 0 | 0 | 0 | +| lgqe_ldTag.lgqe_ldTag[5].lgqe_ldTag_reg | tri_rlmreg_p__parameterized9_4300 | 13 | 13 | 0 | 0 | 3 | 0 | 0 | 0 | +| lgqe_ldTag.lgqe_ldTag[6].lgqe_ldTag_reg | tri_rlmreg_p__parameterized9_4301 | 11 | 11 | 0 | 0 | 3 | 0 | 0 | 0 | +| lgqe_ldTag.lgqe_ldTag[7].lgqe_ldTag_reg | tri_rlmreg_p__parameterized9_4302 | 15 | 15 | 0 | 0 | 3 | 0 | 0 | 0 | +| lgqe_need_cpl_reg | tri_rlmreg_p__parameterized12_4303 | 39 | 39 | 0 | 0 | 8 | 0 | 0 | 0 | +| lgqe_op_size.lgqe_op_size[0].lgqe_op_size_reg | tri_rlmreg_p__parameterized5_4304 | 3 | 3 | 0 | 0 | 3 | 0 | 0 | 0 | +| lgqe_op_size.lgqe_op_size[1].lgqe_op_size_reg | tri_rlmreg_p__parameterized5_4305 | 3 | 3 | 0 | 0 | 3 | 0 | 0 | 0 | +| lgqe_op_size.lgqe_op_size[2].lgqe_op_size_reg | tri_rlmreg_p__parameterized5_4306 | 3 | 3 | 0 | 0 | 3 | 0 | 0 | 0 | +| lgqe_op_size.lgqe_op_size[3].lgqe_op_size_reg | tri_rlmreg_p__parameterized5_4307 | 3 | 3 | 0 | 0 | 3 | 0 | 0 | 0 | +| lgqe_op_size.lgqe_op_size[4].lgqe_op_size_reg | tri_rlmreg_p__parameterized5_4308 | 3 | 3 | 0 | 0 | 3 | 0 | 0 | 0 | +| lgqe_op_size.lgqe_op_size[5].lgqe_op_size_reg | tri_rlmreg_p__parameterized5_4309 | 3 | 3 | 0 | 0 | 3 | 0 | 0 | 0 | +| lgqe_op_size.lgqe_op_size[6].lgqe_op_size_reg | tri_rlmreg_p__parameterized5_4310 | 3 | 3 | 0 | 0 | 3 | 0 | 0 | 0 | +| lgqe_op_size.lgqe_op_size[7].lgqe_op_size_reg | tri_rlmreg_p__parameterized5_4311 | 3 | 3 | 0 | 0 | 3 | 0 | 0 | 0 | +| lgqe_p_addr.lgqe_p_addr[0].lgqe_p_addr_reg | tri_rlmreg_p__parameterized13_4312 | 7 | 7 | 0 | 0 | 6 | 0 | 0 | 0 | +| lgqe_p_addr.lgqe_p_addr[1].lgqe_p_addr_reg | tri_rlmreg_p__parameterized13_4313 | 10 | 10 | 0 | 0 | 6 | 0 | 0 | 0 | +| lgqe_p_addr.lgqe_p_addr[2].lgqe_p_addr_reg | tri_rlmreg_p__parameterized13_4314 | 3 | 3 | 0 | 0 | 6 | 0 | 0 | 0 | +| lgqe_p_addr.lgqe_p_addr[3].lgqe_p_addr_reg | tri_rlmreg_p__parameterized13_4315 | 9 | 9 | 0 | 0 | 6 | 0 | 0 | 0 | +| lgqe_p_addr.lgqe_p_addr[4].lgqe_p_addr_reg | tri_rlmreg_p__parameterized13_4316 | 9 | 9 | 0 | 0 | 6 | 0 | 0 | 0 | +| lgqe_p_addr.lgqe_p_addr[5].lgqe_p_addr_reg | tri_rlmreg_p__parameterized13_4317 | 6 | 6 | 0 | 0 | 6 | 0 | 0 | 0 | +| lgqe_p_addr.lgqe_p_addr[6].lgqe_p_addr_reg | tri_rlmreg_p__parameterized13_4318 | 3 | 3 | 0 | 0 | 6 | 0 | 0 | 0 | +| lgqe_p_addr.lgqe_p_addr[7].lgqe_p_addr_reg | tri_rlmreg_p__parameterized13_4319 | 4 | 4 | 0 | 0 | 6 | 0 | 0 | 0 | +| lgqe_resolved_reg | tri_rlmreg_p__parameterized12_4320 | 11 | 11 | 0 | 0 | 8 | 0 | 0 | 0 | +| lgqe_tgpr.lgqe_tgpr[0].lgqe_tgpr_reg | tri_rlmreg_p__parameterized46_4321 | 9 | 9 | 0 | 0 | 9 | 0 | 0 | 0 | +| lgqe_tgpr.lgqe_tgpr[1].lgqe_tgpr_reg | tri_rlmreg_p__parameterized46_4322 | 9 | 9 | 0 | 0 | 9 | 0 | 0 | 0 | +| lgqe_tgpr.lgqe_tgpr[2].lgqe_tgpr_reg | tri_rlmreg_p__parameterized46_4323 | 9 | 9 | 0 | 0 | 9 | 0 | 0 | 0 | +| lgqe_tgpr.lgqe_tgpr[3].lgqe_tgpr_reg | tri_rlmreg_p__parameterized46_4324 | 9 | 9 | 0 | 0 | 9 | 0 | 0 | 0 | +| lgqe_tgpr.lgqe_tgpr[4].lgqe_tgpr_reg | tri_rlmreg_p__parameterized46_4325 | 9 | 9 | 0 | 0 | 9 | 0 | 0 | 0 | +| lgqe_tgpr.lgqe_tgpr[5].lgqe_tgpr_reg | tri_rlmreg_p__parameterized46_4326 | 9 | 9 | 0 | 0 | 9 | 0 | 0 | 0 | +| lgqe_tgpr.lgqe_tgpr[6].lgqe_tgpr_reg | tri_rlmreg_p__parameterized46_4327 | 9 | 9 | 0 | 0 | 9 | 0 | 0 | 0 | +| lgqe_tgpr.lgqe_tgpr[7].lgqe_tgpr_reg | tri_rlmreg_p__parameterized46_4328 | 9 | 9 | 0 | 0 | 9 | 0 | 0 | 0 | +| lgqe_thrd_id.lgqe_thrd_id[0].lgqe_thrd_id_reg | tri_rlmreg_p__parameterized37_4329 | 8 | 8 | 0 | 0 | 1 | 0 | 0 | 0 | +| lgqe_thrd_id.lgqe_thrd_id[1].lgqe_thrd_id_reg | tri_rlmreg_p__parameterized37_4330 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| lgqe_thrd_id.lgqe_thrd_id[2].lgqe_thrd_id_reg | tri_rlmreg_p__parameterized37_4331 | 9 | 9 | 0 | 0 | 1 | 0 | 0 | 0 | +| lgqe_thrd_id.lgqe_thrd_id[3].lgqe_thrd_id_reg | tri_rlmreg_p__parameterized37_4332 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| lgqe_thrd_id.lgqe_thrd_id[4].lgqe_thrd_id_reg | tri_rlmreg_p__parameterized37_4333 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| lgqe_thrd_id.lgqe_thrd_id[5].lgqe_thrd_id_reg | tri_rlmreg_p__parameterized37_4334 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| lgqe_thrd_id.lgqe_thrd_id[6].lgqe_thrd_id_reg | tri_rlmreg_p__parameterized37_4335 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| lgqe_thrd_id.lgqe_thrd_id[7].lgqe_thrd_id_reg | tri_rlmreg_p__parameterized37_4336 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| lgqe_valid_reg | tri_rlmreg_p__parameterized12_4337 | 200 | 200 | 0 | 0 | 8 | 0 | 0 | 0 | +| lq1_iu_dacrw_reg | tri_rlmreg_p__parameterized9_4338 | 0 | 0 | 0 | 0 | 4 | 0 | 0 | 0 | +| lq1_iu_exception_val_reg | tri_rlmlatch_p_4339 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| lq1_iu_execute_vld_reg | tri_rlmreg_p__parameterized37_4340 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| lq1_iu_itag_reg | tri_rlmreg_p__parameterized101 | 0 | 0 | 0 | 0 | 6 | 0 | 0 | 0 | +| lq1_iu_n_flush_reg | tri_rlmlatch_p_4341 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| lq1_iu_np1_flush_reg | tri_rlmlatch_p_4342 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| lq_mm_lmq_stq_empty_reg | tri_rlmlatch_p_4343 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| lq_pc_ldq_quiesce_reg | tri_rlmreg_p__parameterized37_4344 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| lq_pc_pfetch_quiesce_reg | tri_rlmreg_p__parameterized37_4345 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| lq_pc_stq_quiesce_reg | tri_rlmreg_p__parameterized37_4346 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| lq_xu_quiesce_reg | tri_rlmreg_p__parameterized37_4347 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| odq_ldq_n_flush_reg | tri_rlmlatch_p_4348 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| odq_ldq_report_itag_reg | tri_rlmreg_p__parameterized13_4349 | 110 | 110 | 0 | 0 | 7 | 0 | 0 | 0 | +| odq_ldq_report_tid_reg | tri_rlmreg_p__parameterized37_4350 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| odq_ldq_resolved_reg | tri_rlmlatch_p_4351 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| rel2_blk_req_reg | tri_rlmlatch_p_4352 | 10 | 10 | 0 | 0 | 1 | 0 | 0 | 0 | +| rel2_rviss_blk_reg | tri_rlmlatch_p_4353 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| relq | lq_ldq_relq | 207 | 207 | 0 | 0 | 92 | 0 | 0 | 0 | +| inj_relq_parity_reg | tri_rlmlatch_p_4361 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| ldq_rel0_arb_cTag_reg | tri_rlmreg_p__parameterized9_4362 | 2 | 2 | 0 | 0 | 3 | 0 | 0 | 0 | +| ldq_rel0_arb_qw_reg | tri_rlmreg_p__parameterized5_4363 | 4 | 4 | 0 | 0 | 2 | 0 | 0 | 0 | +| ldq_rel0_arb_thresh_reg | tri_rlmlatch_p_4364 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| ldq_rel0_arb_val_reg | tri_rlmlatch_p_4365 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| ldq_rel1_arb_sent_reg | tri_rlmreg_p__parameterized12_4366 | 9 | 9 | 0 | 0 | 8 | 0 | 0 | 0 | +| ldq_rel1_beat_upd_reg | tri_rlmreg_p__parameterized12_4367 | 24 | 24 | 0 | 0 | 4 | 0 | 0 | 0 | +| ldq_rel1_rdat_sel_reg | tri_rlmlatch_p_4368 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| ldq_rel2_beat_upd_reg | tri_rlmreg_p__parameterized12_4369 | 12 | 12 | 0 | 0 | 4 | 0 | 0 | 0 | +| ldq_rel2_rdat_sel_reg | tri_rlmlatch_p_4370 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| ldqe_relAttempts.ldqe_relAttempts[0].ldqe_relAttempts_reg | tri_rlmreg_p__parameterized192_4371 | 6 | 6 | 0 | 0 | 3 | 0 | 0 | 0 | +| ldqe_relAttempts.ldqe_relAttempts[1].ldqe_relAttempts_reg | tri_rlmreg_p__parameterized192_4372 | 7 | 7 | 0 | 0 | 3 | 0 | 0 | 0 | +| ldqe_relAttempts.ldqe_relAttempts[2].ldqe_relAttempts_reg | tri_rlmreg_p__parameterized192_4373 | 6 | 6 | 0 | 0 | 3 | 0 | 0 | 0 | +| ldqe_relAttempts.ldqe_relAttempts[3].ldqe_relAttempts_reg | tri_rlmreg_p__parameterized192_4374 | 7 | 7 | 0 | 0 | 3 | 0 | 0 | 0 | +| ldqe_relAttempts.ldqe_relAttempts[4].ldqe_relAttempts_reg | tri_rlmreg_p__parameterized192_4375 | 6 | 6 | 0 | 0 | 3 | 0 | 0 | 0 | +| ldqe_relAttempts.ldqe_relAttempts[5].ldqe_relAttempts_reg | tri_rlmreg_p__parameterized192_4376 | 7 | 7 | 0 | 0 | 3 | 0 | 0 | 0 | +| ldqe_relAttempts.ldqe_relAttempts[6].ldqe_relAttempts_reg | tri_rlmreg_p__parameterized192_4377 | 6 | 6 | 0 | 0 | 3 | 0 | 0 | 0 | +| ldqe_relAttempts.ldqe_relAttempts[7].ldqe_relAttempts_reg | tri_rlmreg_p__parameterized192_4378 | 7 | 7 | 0 | 0 | 3 | 0 | 0 | 0 | +| ldqe_rel_datRet.ldqe_rel_datRet[0].ldqe_rel_datRet_reg | tri_rlmreg_p__parameterized12_4379 | 8 | 8 | 0 | 0 | 4 | 0 | 0 | 0 | +| ldqe_rel_datRet.ldqe_rel_datRet[1].ldqe_rel_datRet_reg | tri_rlmreg_p__parameterized12_4380 | 5 | 5 | 0 | 0 | 4 | 0 | 0 | 0 | +| ldqe_rel_datRet.ldqe_rel_datRet[2].ldqe_rel_datRet_reg | tri_rlmreg_p__parameterized12_4381 | 6 | 6 | 0 | 0 | 4 | 0 | 0 | 0 | +| ldqe_rel_datRet.ldqe_rel_datRet[3].ldqe_rel_datRet_reg | tri_rlmreg_p__parameterized12_4382 | 8 | 8 | 0 | 0 | 4 | 0 | 0 | 0 | +| ldqe_rel_datRet.ldqe_rel_datRet[4].ldqe_rel_datRet_reg | tri_rlmreg_p__parameterized12_4383 | 13 | 13 | 0 | 0 | 4 | 0 | 0 | 0 | +| ldqe_rel_datRet.ldqe_rel_datRet[5].ldqe_rel_datRet_reg | tri_rlmreg_p__parameterized12_4384 | 6 | 6 | 0 | 0 | 4 | 0 | 0 | 0 | +| ldqe_rel_datRet.ldqe_rel_datRet[6].ldqe_rel_datRet_reg | tri_rlmreg_p__parameterized12_4385 | 9 | 9 | 0 | 0 | 4 | 0 | 0 | 0 | +| ldqe_rel_datRet.ldqe_rel_datRet[7].ldqe_rel_datRet_reg | tri_rlmreg_p__parameterized12_4386 | 9 | 9 | 0 | 0 | 4 | 0 | 0 | 0 | +| rel_group_last_sel_reg | tri_rlmreg_p__parameterized200_4387 | 9 | 9 | 0 | 0 | 2 | 0 | 0 | 0 | +| rel_grpEntry_last_sel.rel_grpEntry_last_sel[0].rel_grpEntry_last_sel_reg | tri_rlmreg_p__parameterized200_4388 | 19 | 19 | 0 | 0 | 4 | 0 | 0 | 0 | +| rel_grpEntry_last_sel.rel_grpEntry_last_sel[1].rel_grpEntry_last_sel_reg | tri_rlmreg_p__parameterized200_4389 | 5 | 5 | 0 | 0 | 4 | 0 | 0 | 0 | +| rrotl | lq_ldq_rot | 255 | 255 | 0 | 0 | 74 | 0 | 0 | 0 | +| rel2_byte_mask_reg | tri_rlmreg_p__parameterized12_4357 | 0 | 0 | 0 | 0 | 8 | 0 | 0 | 0 | +| rel2_dvc1_val_reg | tri_rlmlatch_p_4358 | 10 | 10 | 0 | 0 | 1 | 0 | 0 | 0 | +| rel2_dvc2_val_reg | tri_rlmlatch_p_4359 | 10 | 10 | 0 | 0 | 1 | 0 | 0 | 0 | +| rel2_rot_data_reg | tri_rlmreg_p__parameterized1_4360 | 235 | 235 | 0 | 0 | 64 | 0 | 0 | 0 | +| rv_lq_rvs_empty_reg | tri_rlmreg_p__parameterized37_4354 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| spr_lsucr0_lca_reg | tri_rlmreg_p__parameterized5_4355 | 12 | 12 | 0 | 0 | 3 | 0 | 0 | 0 | +| spr_lsucr0_lge_reg | tri_rlmlatch_p_4356 | 4 | 4 | 0 | 0 | 1 | 0 | 0 | 0 | +| ldq_odq_addr_reg | tri_rlmreg_p__parameterized61 | 36 | 36 | 0 | 0 | 38 | 0 | 0 | 0 | +| ldq_odq_cline_chk_reg | tri_rlmlatch_p_2948 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| ldq_odq_inv_reg | tri_rlmlatch_p_2949 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| ldq_odq_itag_reg | tri_rlmreg_p__parameterized13_2950 | 0 | 0 | 0 | 0 | 7 | 0 | 0 | 0 | +| odq | lq_odq | 4150 | 4150 | 0 | 0 | 1672 | 0 | 0 | 0 | +| collision_vector_reg | tri_rlmreg_p__parameterized3_3527 | 75 | 75 | 0 | 0 | 15 | 0 | 0 | 0 | +| compress_val_reg | tri_rlmlatch_p_3528 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| cp_flush2_reg | tri_rlmreg_p__parameterized37_3529 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| cp_flush3_reg | tri_rlmreg_p__parameterized37_3530 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| cp_flush4_reg | tri_rlmreg_p__parameterized37_3531 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| cp_flush5_reg | tri_rlmreg_p__parameterized37_3532 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| cp_flush_reg | tri_rlmreg_p__parameterized37_3533 | 3 | 3 | 0 | 0 | 1 | 0 | 0 | 0 | +| cp_i0_completed_itag_latch_gen[0].cp_i0_completed_itag_latch | tri_rlmreg_p__parameterized13_3534 | 64 | 64 | 0 | 0 | 7 | 0 | 0 | 0 | +| cp_i0_completed_latch | tri_rlmreg_p__parameterized37_3535 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| cp_i1_completed_itag_latch_gen[0].cp_i1_completed_itag_latch | tri_rlmreg_p__parameterized13_3536 | 64 | 64 | 0 | 0 | 7 | 0 | 0 | 0 | +| cp_i1_completed_latch | tri_rlmreg_p__parameterized37_3537 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| entry_ex0_blk_reg | tri_rlmlatch_p_3538 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| entry_ex1_blk_reg | tri_rlmlatch_p_3539 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| entry_ex2_blk_reg | tri_rlmlatch_p_3540 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| entry_ex3_blk_reg | tri_rlmlatch_p_3541 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| entry_ex4_blk_reg | tri_rlmlatch_p_3542 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| entry_ex5_blk_reg | tri_rlmlatch_p_3543 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| entry_ex6_blk_reg | tri_rlmlatch_p_3544 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| entry_rv1_blk_reg | tri_rlmlatch_p_3545 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex0_binv_addr_reg | tri_rlmreg_p__parameterized0_3546 | 10 | 10 | 0 | 0 | 6 | 0 | 0 | 0 | +| ex0_binv_val_reg | tri_rlmlatch_p_3547 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex0_i0_isLoad_reg | tri_rlmlatch_p_3548 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex0_i0_isStore_reg | tri_rlmlatch_p_3549 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex0_i0_itag_reg | tri_rlmreg_p__parameterized13_3550 | 7 | 7 | 0 | 0 | 7 | 0 | 0 | 0 | +| ex0_i0_rte_lq_reg | tri_rlmlatch_p_3551 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex0_i0_rte_sq_reg | tri_rlmlatch_p_3552 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex0_i0_s3_t_reg | tri_rlmreg_p__parameterized5_3553 | 2 | 2 | 0 | 0 | 3 | 0 | 0 | 0 | +| ex0_i0_ucode_preissue_reg | tri_rlmlatch_p_3554 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex0_i0_vld_reg | tri_rlmreg_p__parameterized37_3555 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex0_i1_isLoad_reg | tri_rlmlatch_p_3556 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex0_i1_isStore_reg | tri_rlmlatch_p_3557 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex0_i1_itag_reg | tri_rlmreg_p__parameterized13_3558 | 7 | 7 | 0 | 0 | 7 | 0 | 0 | 0 | +| ex0_i1_rte_lq_reg | tri_rlmlatch_p_3559 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex0_i1_rte_sq_reg | tri_rlmlatch_p_3560 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex0_i1_s3_t_reg | tri_rlmreg_p__parameterized5_3561 | 2 | 2 | 0 | 0 | 3 | 0 | 0 | 0 | +| ex0_i1_ucode_preissue_reg | tri_rlmlatch_p_3562 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex0_i1_vld_reg | tri_rlmreg_p__parameterized37_3563 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex1_binv_addr_reg | tri_rlmreg_p__parameterized0_3564 | 10 | 10 | 0 | 0 | 6 | 0 | 0 | 0 | +| ex1_binv_val_reg | tri_rlmlatch_p_3565 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex1_i0_instq_reg | tri_rlmlatch_p_3566 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex1_i0_isLoad_reg | tri_rlmlatch_p_3567 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex1_i0_itag_reg | tri_rlmreg_p__parameterized13_3568 | 0 | 0 | 0 | 0 | 7 | 0 | 0 | 0 | +| ex1_i0_pre_reg | tri_rlmlatch_p_3569 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex1_i0_vld_reg | tri_rlmreg_p__parameterized37_3570 | 21 | 21 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex1_i1_instq_reg | tri_rlmlatch_p_3571 | 28 | 28 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex1_i1_isLoad_reg | tri_rlmlatch_p_3572 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex1_i1_itag_reg | tri_rlmreg_p__parameterized13_3573 | 14 | 14 | 0 | 0 | 7 | 0 | 0 | 0 | +| ex1_i1_pre_reg | tri_rlmlatch_p_3574 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex1_i1_vld_reg | tri_rlmreg_p__parameterized37_3575 | 4 | 4 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex2_binv_addr_reg | tri_rlmreg_p__parameterized0_3576 | 10 | 10 | 0 | 0 | 6 | 0 | 0 | 0 | +| ex2_binv_val_reg | tri_rlmlatch_p_3577 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex3_binv_addr_reg | tri_rlmreg_p__parameterized0_3578 | 10 | 10 | 0 | 0 | 6 | 0 | 0 | 0 | +| ex3_binv_val_reg | tri_rlmlatch_p_3579 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex4_binv_addr_reg | tri_rlmreg_p__parameterized0_3580 | 10 | 10 | 0 | 0 | 6 | 0 | 0 | 0 | +| ex4_binv_val_reg | tri_rlmlatch_p_3581 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex5_binv_addr_reg | tri_rlmreg_p__parameterized0_3582 | 4 | 4 | 0 | 0 | 6 | 0 | 0 | 0 | +| ex5_binv_val_reg | tri_rlmlatch_p_3583 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| flushed_credit_count[0].flushed_credit_count_reg | tri_rlmreg_p__parameterized9_3584 | 9 | 9 | 0 | 0 | 4 | 0 | 0 | 0 | +| ldq_odq_cline_chk_reg | tri_rlmlatch_p_3585 | 22 | 22 | 0 | 0 | 1 | 0 | 0 | 0 | +| ldq_odq_fwd_reg | tri_rlmlatch_p_3586 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| ldq_odq_hit_reg | tri_rlmlatch_p_3587 | 23 | 23 | 0 | 0 | 1 | 0 | 0 | 0 | +| ldq_odq_inv_reg | tri_rlmlatch_p_3588 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ldq_odq_itag_reg | tri_rlmreg_p__parameterized13_3589 | 8 | 8 | 0 | 0 | 7 | 0 | 0 | 0 | +| ldq_odq_pfetch_vld_ex6_reg | tri_rlmlatch_p_3590 | 39 | 39 | 0 | 0 | 1 | 0 | 0 | 0 | +| ldq_odq_tid_reg | tri_rlmreg_p__parameterized37_3591 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| ldq_odq_vld_reg | tri_rlmlatch_p_3592 | 12 | 12 | 0 | 0 | 1 | 0 | 0 | 0 | +| ldq_odq_wimge_i_reg | tri_rlmlatch_p_3593 | 22 | 22 | 0 | 0 | 1 | 0 | 0 | 0 | +| lq_iu_credit_free_reg | tri_rlmreg_p__parameterized37_3594 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| next_fill_ptr_reg | tri_rlmreg_p__parameterized264 | 863 | 863 | 0 | 0 | 17 | 0 | 0 | 0 | +| odq_ldq_ex7_pfetch_blk_reg | tri_rlmlatch_p_3595 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| oqe[0].orderq_entry_bi_flush_reg | tri_rlmlatch_p_3596 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| oqe[0].orderq_entry_cmmt_reg | tri_rlmlatch_p_3597 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| oqe[0].orderq_entry_dacrw_reg | tri_rlmreg_p__parameterized9_3598 | 8 | 8 | 0 | 0 | 4 | 0 | 0 | 0 | +| oqe[0].orderq_entry_eccue_reg | tri_rlmlatch_p_3599 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| oqe[0].orderq_entry_flushed_reg | tri_rlmlatch_p_3600 | 6 | 6 | 0 | 0 | 1 | 0 | 0 | 0 | +| oqe[0].orderq_entry_hit_reg | tri_rlmlatch_p_3601 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| oqe[0].orderq_entry_instq_reg | tri_rlmlatch_p_3602 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| oqe[0].orderq_entry_inuse_reg | tri_rlmlatch_p_3603 | 3 | 3 | 0 | 0 | 1 | 0 | 0 | 0 | +| oqe[0].orderq_entry_itag_reg | tri_rlmreg_p__parameterized13_3604 | 33 | 33 | 0 | 0 | 7 | 0 | 0 | 0 | +| oqe[0].orderq_entry_ld_chk_reg | tri_rlmlatch_p_3605 | 5 | 5 | 0 | 0 | 1 | 0 | 0 | 0 | +| oqe[0].orderq_entry_ld_reg | tri_rlmlatch_p_3606 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| oqe[0].orderq_entry_n_flush_reg | tri_rlmlatch_p_3607 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| oqe[0].orderq_entry_np1_flush_reg | tri_rlmlatch_p_3608 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| oqe[0].orderq_entry_pre_reg | tri_rlmlatch_p_3609 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| oqe[0].orderq_entry_stTag_reg | tri_rlmreg_p__parameterized9_3610 | 20 | 20 | 0 | 0 | 4 | 0 | 0 | 0 | +| oqe[0].orderq_entry_tid_reg | tri_rlmreg_p__parameterized37_3611 | 4 | 4 | 0 | 0 | 1 | 0 | 0 | 0 | +| oqe[0].orderq_entry_val2_reg | tri_rlmlatch_p_3612 | 7 | 7 | 0 | 0 | 1 | 0 | 0 | 0 | +| oqe[0].orderq_entry_val_reg | tri_rlmlatch_p_3613 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| oqe[10].addrq_entry_address_reg | tri_rlmreg_p__parameterized61_3614 | 72 | 72 | 0 | 0 | 38 | 0 | 0 | 0 | +| oqe[10].addrq_entry_bytemask_reg | tri_rlmreg_p__parameterized3_3615 | 24 | 24 | 0 | 0 | 16 | 0 | 0 | 0 | +| oqe[10].addrq_entry_inuse_reg | tri_rlmlatch_p_3616 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| oqe[10].addrq_entry_itag_reg | tri_rlmreg_p__parameterized13_3617 | 4 | 4 | 0 | 0 | 7 | 0 | 0 | 0 | +| oqe[10].addrq_entry_tid_reg | tri_rlmreg_p__parameterized37_3618 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| oqe[10].addrq_entry_val_reg | tri_rlmlatch_p_3619 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| oqe[10].orderq_entry_bi_flag_reg | tri_rlmlatch_p_3620 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| oqe[10].orderq_entry_bi_flush_reg | tri_rlmlatch_p_3621 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| oqe[10].orderq_entry_cls_op_reg | tri_rlmlatch_p_3622 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| oqe[10].orderq_entry_cmmt_reg | tri_rlmlatch_p_3623 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| oqe[10].orderq_entry_dacrw_reg | tri_rlmreg_p__parameterized9_3624 | 0 | 0 | 0 | 0 | 4 | 0 | 0 | 0 | +| oqe[10].orderq_entry_eccue_reg | tri_rlmlatch_p_3625 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| oqe[10].orderq_entry_flushed_reg | tri_rlmlatch_p_3626 | 119 | 119 | 0 | 0 | 1 | 0 | 0 | 0 | +| oqe[10].orderq_entry_hit_reg | tri_rlmlatch_p_3627 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| oqe[10].orderq_entry_i_reg | tri_rlmlatch_p_3628 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| oqe[10].orderq_entry_instq_reg | tri_rlmlatch_p_3629 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| oqe[10].orderq_entry_inuse_reg | tri_rlmlatch_p_3630 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| oqe[10].orderq_entry_itag_reg | tri_rlmreg_p__parameterized13_3631 | 24 | 24 | 0 | 0 | 7 | 0 | 0 | 0 | +| oqe[10].orderq_entry_ld_chk_reg | tri_rlmlatch_p_3632 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| oqe[10].orderq_entry_ld_reg | tri_rlmlatch_p_3633 | 5 | 5 | 0 | 0 | 1 | 0 | 0 | 0 | +| oqe[10].orderq_entry_n_flush_reg | tri_rlmlatch_p_3634 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| oqe[10].orderq_entry_np1_flush_reg | tri_rlmlatch_p_3635 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| oqe[10].orderq_entry_pre_reg | tri_rlmlatch_p_3636 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| oqe[10].orderq_entry_stTag_reg | tri_rlmreg_p__parameterized9_3637 | 22 | 22 | 0 | 0 | 4 | 0 | 0 | 0 | +| oqe[10].orderq_entry_tid_reg | tri_rlmreg_p__parameterized37_3638 | 13 | 13 | 0 | 0 | 1 | 0 | 0 | 0 | +| oqe[10].orderq_entry_val2_reg | tri_rlmlatch_p_3639 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| oqe[10].orderq_entry_val_reg | tri_rlmlatch_p_3640 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| oqe[11].addrq_entry_address_reg | tri_rlmreg_p__parameterized61_3641 | 70 | 70 | 0 | 0 | 38 | 0 | 0 | 0 | +| oqe[11].addrq_entry_bytemask_reg | tri_rlmreg_p__parameterized3_3642 | 24 | 24 | 0 | 0 | 16 | 0 | 0 | 0 | +| oqe[11].addrq_entry_inuse_reg | tri_rlmlatch_p_3643 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| oqe[11].addrq_entry_itag_reg | tri_rlmreg_p__parameterized13_3644 | 4 | 4 | 0 | 0 | 7 | 0 | 0 | 0 | +| oqe[11].addrq_entry_tid_reg | tri_rlmreg_p__parameterized37_3645 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| oqe[11].addrq_entry_val_reg | tri_rlmlatch_p_3646 | 3 | 3 | 0 | 0 | 1 | 0 | 0 | 0 | +| oqe[11].orderq_entry_bi_flag_reg | tri_rlmlatch_p_3647 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| oqe[11].orderq_entry_bi_flush_reg | tri_rlmlatch_p_3648 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| oqe[11].orderq_entry_cls_op_reg | tri_rlmlatch_p_3649 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| oqe[11].orderq_entry_cmmt_reg | tri_rlmlatch_p_3650 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| oqe[11].orderq_entry_dacrw_reg | tri_rlmreg_p__parameterized9_3651 | 0 | 0 | 0 | 0 | 4 | 0 | 0 | 0 | +| oqe[11].orderq_entry_eccue_reg | tri_rlmlatch_p_3652 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| oqe[11].orderq_entry_flushed_reg | tri_rlmlatch_p_3653 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| oqe[11].orderq_entry_hit_reg | tri_rlmlatch_p_3654 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| oqe[11].orderq_entry_i_reg | tri_rlmlatch_p_3655 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| oqe[11].orderq_entry_instq_reg | tri_rlmlatch_p_3656 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| oqe[11].orderq_entry_inuse_reg | tri_rlmlatch_p_3657 | 4 | 4 | 0 | 0 | 1 | 0 | 0 | 0 | +| oqe[11].orderq_entry_itag_reg | tri_rlmreg_p__parameterized13_3658 | 7 | 7 | 0 | 0 | 7 | 0 | 0 | 0 | +| oqe[11].orderq_entry_ld_chk_reg | tri_rlmlatch_p_3659 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| oqe[11].orderq_entry_ld_reg | tri_rlmlatch_p_3660 | 3 | 3 | 0 | 0 | 1 | 0 | 0 | 0 | +| oqe[11].orderq_entry_n_flush_reg | tri_rlmlatch_p_3661 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| oqe[11].orderq_entry_np1_flush_reg | tri_rlmlatch_p_3662 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| oqe[11].orderq_entry_pre_reg | tri_rlmlatch_p_3663 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| oqe[11].orderq_entry_stTag_reg | tri_rlmreg_p__parameterized9_3664 | 22 | 22 | 0 | 0 | 4 | 0 | 0 | 0 | +| oqe[11].orderq_entry_tid_reg | tri_rlmreg_p__parameterized37_3665 | 11 | 11 | 0 | 0 | 1 | 0 | 0 | 0 | +| oqe[11].orderq_entry_val2_reg | tri_rlmlatch_p_3666 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| oqe[11].orderq_entry_val_reg | tri_rlmlatch_p_3667 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| oqe[12].addrq_entry_address_reg | tri_rlmreg_p__parameterized61_3668 | 69 | 69 | 0 | 0 | 38 | 0 | 0 | 0 | +| oqe[12].addrq_entry_bytemask_reg | tri_rlmreg_p__parameterized3_3669 | 24 | 24 | 0 | 0 | 16 | 0 | 0 | 0 | +| oqe[12].addrq_entry_inuse_reg | tri_rlmlatch_p_3670 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| oqe[12].addrq_entry_itag_reg | tri_rlmreg_p__parameterized13_3671 | 3 | 3 | 0 | 0 | 7 | 0 | 0 | 0 | +| oqe[12].addrq_entry_tid_reg | tri_rlmreg_p__parameterized37_3672 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| oqe[12].addrq_entry_val_reg | tri_rlmlatch_p_3673 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| oqe[12].orderq_entry_bi_flag_reg | tri_rlmlatch_p_3674 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| oqe[12].orderq_entry_bi_flush_reg | tri_rlmlatch_p_3675 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| oqe[12].orderq_entry_cls_op_reg | tri_rlmlatch_p_3676 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| oqe[12].orderq_entry_cmmt_reg | tri_rlmlatch_p_3677 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| oqe[12].orderq_entry_dacrw_reg | tri_rlmreg_p__parameterized9_3678 | 0 | 0 | 0 | 0 | 4 | 0 | 0 | 0 | +| oqe[12].orderq_entry_eccue_reg | tri_rlmlatch_p_3679 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| oqe[12].orderq_entry_flushed_reg | tri_rlmlatch_p_3680 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| oqe[12].orderq_entry_hit_reg | tri_rlmlatch_p_3681 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| oqe[12].orderq_entry_i_reg | tri_rlmlatch_p_3682 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| oqe[12].orderq_entry_instq_reg | tri_rlmlatch_p_3683 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| oqe[12].orderq_entry_inuse_reg | tri_rlmlatch_p_3684 | 15 | 15 | 0 | 0 | 1 | 0 | 0 | 0 | +| oqe[12].orderq_entry_itag_reg | tri_rlmreg_p__parameterized13_3685 | 7 | 7 | 0 | 0 | 7 | 0 | 0 | 0 | +| oqe[12].orderq_entry_ld_chk_reg | tri_rlmlatch_p_3686 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| oqe[12].orderq_entry_ld_reg | tri_rlmlatch_p_3687 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| oqe[12].orderq_entry_n_flush_reg | tri_rlmlatch_p_3688 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| oqe[12].orderq_entry_np1_flush_reg | tri_rlmlatch_p_3689 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| oqe[12].orderq_entry_pre_reg | tri_rlmlatch_p_3690 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| oqe[12].orderq_entry_stTag_reg | tri_rlmreg_p__parameterized9_3691 | 128 | 128 | 0 | 0 | 4 | 0 | 0 | 0 | +| oqe[12].orderq_entry_tid_reg | tri_rlmreg_p__parameterized37_3692 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| oqe[12].orderq_entry_val2_reg | tri_rlmlatch_p_3693 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| oqe[12].orderq_entry_val_reg | tri_rlmlatch_p_3694 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| oqe[13].addrq_entry_address_reg | tri_rlmreg_p__parameterized61_3695 | 70 | 70 | 0 | 0 | 38 | 0 | 0 | 0 | +| oqe[13].addrq_entry_bytemask_reg | tri_rlmreg_p__parameterized3_3696 | 24 | 24 | 0 | 0 | 16 | 0 | 0 | 0 | +| oqe[13].addrq_entry_inuse_reg | tri_rlmlatch_p_3697 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| oqe[13].addrq_entry_itag_reg | tri_rlmreg_p__parameterized13_3698 | 3 | 3 | 0 | 0 | 7 | 0 | 0 | 0 | +| oqe[13].addrq_entry_tid_reg | tri_rlmreg_p__parameterized37_3699 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| oqe[13].addrq_entry_val_reg | tri_rlmlatch_p_3700 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| oqe[13].orderq_entry_bi_flag_reg | tri_rlmlatch_p_3701 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| oqe[13].orderq_entry_bi_flush_reg | tri_rlmlatch_p_3702 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| oqe[13].orderq_entry_cls_op_reg | tri_rlmlatch_p_3703 | 4 | 4 | 0 | 0 | 1 | 0 | 0 | 0 | +| oqe[13].orderq_entry_cmmt_reg | tri_rlmlatch_p_3704 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| oqe[13].orderq_entry_dacrw_reg | tri_rlmreg_p__parameterized9_3705 | 0 | 0 | 0 | 0 | 4 | 0 | 0 | 0 | +| oqe[13].orderq_entry_eccue_reg | tri_rlmlatch_p_3706 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| oqe[13].orderq_entry_flushed_reg | tri_rlmlatch_p_3707 | 3 | 3 | 0 | 0 | 1 | 0 | 0 | 0 | +| oqe[13].orderq_entry_hit_reg | tri_rlmlatch_p_3708 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| oqe[13].orderq_entry_i_reg | tri_rlmlatch_p_3709 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| oqe[13].orderq_entry_instq_reg | tri_rlmlatch_p_3710 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| oqe[13].orderq_entry_inuse_reg | tri_rlmlatch_p_3711 | 74 | 74 | 0 | 0 | 1 | 0 | 0 | 0 | +| oqe[13].orderq_entry_itag_reg | tri_rlmreg_p__parameterized13_3712 | 15 | 15 | 0 | 0 | 7 | 0 | 0 | 0 | +| oqe[13].orderq_entry_ld_chk_reg | tri_rlmlatch_p_3713 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| oqe[13].orderq_entry_ld_reg | tri_rlmlatch_p_3714 | 3 | 3 | 0 | 0 | 1 | 0 | 0 | 0 | +| oqe[13].orderq_entry_n_flush_reg | tri_rlmlatch_p_3715 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| oqe[13].orderq_entry_np1_flush_reg | tri_rlmlatch_p_3716 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| oqe[13].orderq_entry_pre_reg | tri_rlmlatch_p_3717 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| oqe[13].orderq_entry_stTag_reg | tri_rlmreg_p__parameterized9_3718 | 8 | 8 | 0 | 0 | 4 | 0 | 0 | 0 | +| oqe[13].orderq_entry_tid_reg | tri_rlmreg_p__parameterized37_3719 | 11 | 11 | 0 | 0 | 1 | 0 | 0 | 0 | +| oqe[13].orderq_entry_val2_reg | tri_rlmlatch_p_3720 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| oqe[13].orderq_entry_val_reg | tri_rlmlatch_p_3721 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| oqe[14].addrq_entry_address_reg | tri_rlmreg_p__parameterized61_3722 | 69 | 69 | 0 | 0 | 38 | 0 | 0 | 0 | +| oqe[14].addrq_entry_bytemask_reg | tri_rlmreg_p__parameterized3_3723 | 24 | 24 | 0 | 0 | 16 | 0 | 0 | 0 | +| oqe[14].addrq_entry_inuse_reg | tri_rlmlatch_p_3724 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| oqe[14].addrq_entry_itag_reg | tri_rlmreg_p__parameterized13_3725 | 4 | 4 | 0 | 0 | 7 | 0 | 0 | 0 | +| oqe[14].addrq_entry_tid_reg | tri_rlmreg_p__parameterized37_3726 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| oqe[14].addrq_entry_val_reg | tri_rlmlatch_p_3727 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| oqe[14].orderq_entry_bi_flag_reg | tri_rlmlatch_p_3728 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| oqe[14].orderq_entry_bi_flush_reg | tri_rlmlatch_p_3729 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| oqe[14].orderq_entry_cls_op_reg | tri_rlmlatch_p_3730 | 4 | 4 | 0 | 0 | 1 | 0 | 0 | 0 | +| oqe[14].orderq_entry_cmmt_reg | tri_rlmlatch_p_3731 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| oqe[14].orderq_entry_dacrw_reg | tri_rlmreg_p__parameterized9_3732 | 0 | 0 | 0 | 0 | 4 | 0 | 0 | 0 | +| oqe[14].orderq_entry_eccue_reg | tri_rlmlatch_p_3733 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| oqe[14].orderq_entry_flushed_reg | tri_rlmlatch_p_3734 | 7 | 7 | 0 | 0 | 1 | 0 | 0 | 0 | +| oqe[14].orderq_entry_hit_reg | tri_rlmlatch_p_3735 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| oqe[14].orderq_entry_i_reg | tri_rlmlatch_p_3736 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| oqe[14].orderq_entry_instq_reg | tri_rlmlatch_p_3737 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| oqe[14].orderq_entry_inuse_reg | tri_rlmlatch_p_3738 | 33 | 33 | 0 | 0 | 1 | 0 | 0 | 0 | +| oqe[14].orderq_entry_itag_reg | tri_rlmreg_p__parameterized13_3739 | 8 | 8 | 0 | 0 | 7 | 0 | 0 | 0 | +| oqe[14].orderq_entry_ld_chk_reg | tri_rlmlatch_p_3740 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| oqe[14].orderq_entry_ld_reg | tri_rlmlatch_p_3741 | 3 | 3 | 0 | 0 | 1 | 0 | 0 | 0 | +| oqe[14].orderq_entry_n_flush_reg | tri_rlmlatch_p_3742 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| oqe[14].orderq_entry_np1_flush_reg | tri_rlmlatch_p_3743 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| oqe[14].orderq_entry_pre_reg | tri_rlmlatch_p_3744 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| oqe[14].orderq_entry_stTag_reg | tri_rlmreg_p__parameterized9_3745 | 8 | 8 | 0 | 0 | 4 | 0 | 0 | 0 | +| oqe[14].orderq_entry_tid_reg | tri_rlmreg_p__parameterized37_3746 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| oqe[14].orderq_entry_val2_reg | tri_rlmlatch_p_3747 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| oqe[14].orderq_entry_val_reg | tri_rlmlatch_p_3748 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| oqe[15].addrq_entry_address_reg | tri_rlmreg_p__parameterized61_3749 | 31 | 31 | 0 | 0 | 38 | 0 | 0 | 0 | +| oqe[15].addrq_entry_bytemask_reg | tri_rlmreg_p__parameterized3_3750 | 8 | 8 | 0 | 0 | 16 | 0 | 0 | 0 | +| oqe[15].addrq_entry_inuse_reg | tri_rlmlatch_p_3751 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| oqe[15].addrq_entry_itag_reg | tri_rlmreg_p__parameterized13_3752 | 3 | 3 | 0 | 0 | 7 | 0 | 0 | 0 | +| oqe[15].addrq_entry_tid_reg | tri_rlmreg_p__parameterized37_3753 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| oqe[15].addrq_entry_val_reg | tri_rlmlatch_p_3754 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| oqe[15].orderq_entry_bi_flag_reg | tri_rlmlatch_p_3755 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| oqe[15].orderq_entry_bi_flush_reg | tri_rlmlatch_p_3756 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| oqe[15].orderq_entry_cls_op_reg | tri_rlmlatch_p_3757 | 4 | 4 | 0 | 0 | 1 | 0 | 0 | 0 | +| oqe[15].orderq_entry_cmmt_reg | tri_rlmlatch_p_3758 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| oqe[15].orderq_entry_dacrw_reg | tri_rlmreg_p__parameterized9_3759 | 0 | 0 | 0 | 0 | 4 | 0 | 0 | 0 | +| oqe[15].orderq_entry_eccue_reg | tri_rlmlatch_p_3760 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| oqe[15].orderq_entry_flushed_reg | tri_rlmlatch_p_3761 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| oqe[15].orderq_entry_hit_reg | tri_rlmlatch_p_3762 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| oqe[15].orderq_entry_i_reg | tri_rlmlatch_p_3763 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| oqe[15].orderq_entry_instq_reg | tri_rlmlatch_p_3764 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| oqe[15].orderq_entry_inuse_reg | tri_rlmlatch_p_3765 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| oqe[15].orderq_entry_itag_reg | tri_rlmreg_p__parameterized13_3766 | 8 | 8 | 0 | 0 | 7 | 0 | 0 | 0 | +| oqe[15].orderq_entry_ld_chk_reg | tri_rlmlatch_p_3767 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| oqe[15].orderq_entry_ld_reg | tri_rlmlatch_p_3768 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| oqe[15].orderq_entry_n_flush_reg | tri_rlmlatch_p_3769 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| oqe[15].orderq_entry_np1_flush_reg | tri_rlmlatch_p_3770 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| oqe[15].orderq_entry_pre_reg | tri_rlmlatch_p_3771 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| oqe[15].orderq_entry_stTag_reg | tri_rlmreg_p__parameterized9_3772 | 8 | 8 | 0 | 0 | 4 | 0 | 0 | 0 | +| oqe[15].orderq_entry_tid_reg | tri_rlmreg_p__parameterized37_3773 | 7 | 7 | 0 | 0 | 1 | 0 | 0 | 0 | +| oqe[15].orderq_entry_val2_reg | tri_rlmlatch_p_3774 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| oqe[15].orderq_entry_val_reg | tri_rlmlatch_p_3775 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| oqe[1].addrq_entry_address_reg | tri_rlmreg_p__parameterized61_3776 | 74 | 74 | 0 | 0 | 38 | 0 | 0 | 0 | +| oqe[1].addrq_entry_bytemask_reg | tri_rlmreg_p__parameterized3_3777 | 24 | 24 | 0 | 0 | 16 | 0 | 0 | 0 | +| oqe[1].addrq_entry_inuse_reg | tri_rlmlatch_p_3778 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| oqe[1].addrq_entry_itag_reg | tri_rlmreg_p__parameterized13_3779 | 3 | 3 | 0 | 0 | 7 | 0 | 0 | 0 | +| oqe[1].addrq_entry_tid_reg | tri_rlmreg_p__parameterized37_3780 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| oqe[1].addrq_entry_val_reg | tri_rlmlatch_p_3781 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| oqe[1].orderq_entry_bi_flag_reg | tri_rlmlatch_p_3782 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| oqe[1].orderq_entry_bi_flush_reg | tri_rlmlatch_p_3783 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| oqe[1].orderq_entry_cls_op_reg | tri_rlmlatch_p_3784 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| oqe[1].orderq_entry_cmmt_reg | tri_rlmlatch_p_3785 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| oqe[1].orderq_entry_dacrw_reg | tri_rlmreg_p__parameterized9_3786 | 0 | 0 | 0 | 0 | 4 | 0 | 0 | 0 | +| oqe[1].orderq_entry_eccue_reg | tri_rlmlatch_p_3787 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| oqe[1].orderq_entry_flushed_reg | tri_rlmlatch_p_3788 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| oqe[1].orderq_entry_hit_reg | tri_rlmlatch_p_3789 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| oqe[1].orderq_entry_i_reg | tri_rlmlatch_p_3790 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| oqe[1].orderq_entry_instq_reg | tri_rlmlatch_p_3791 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| oqe[1].orderq_entry_inuse_reg | tri_rlmlatch_p_3792 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| oqe[1].orderq_entry_itag_reg | tri_rlmreg_p__parameterized13_3793 | 32 | 32 | 0 | 0 | 7 | 0 | 0 | 0 | +| oqe[1].orderq_entry_ld_chk_reg | tri_rlmlatch_p_3794 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| oqe[1].orderq_entry_ld_reg | tri_rlmlatch_p_3795 | 4 | 4 | 0 | 0 | 1 | 0 | 0 | 0 | +| oqe[1].orderq_entry_n_flush_reg | tri_rlmlatch_p_3796 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| oqe[1].orderq_entry_np1_flush_reg | tri_rlmlatch_p_3797 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| oqe[1].orderq_entry_pre_reg | tri_rlmlatch_p_3798 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| oqe[1].orderq_entry_stTag_reg | tri_rlmreg_p__parameterized9_3799 | 20 | 20 | 0 | 0 | 4 | 0 | 0 | 0 | +| oqe[1].orderq_entry_tid_reg | tri_rlmreg_p__parameterized37_3800 | 6 | 6 | 0 | 0 | 1 | 0 | 0 | 0 | +| oqe[1].orderq_entry_val2_reg | tri_rlmlatch_p_3801 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| oqe[1].orderq_entry_val_reg | tri_rlmlatch_p_3802 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| oqe[2].addrq_entry_address_reg | tri_rlmreg_p__parameterized61_3803 | 72 | 72 | 0 | 0 | 38 | 0 | 0 | 0 | +| oqe[2].addrq_entry_bytemask_reg | tri_rlmreg_p__parameterized3_3804 | 24 | 24 | 0 | 0 | 16 | 0 | 0 | 0 | +| oqe[2].addrq_entry_inuse_reg | tri_rlmlatch_p_3805 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| oqe[2].addrq_entry_itag_reg | tri_rlmreg_p__parameterized13_3806 | 4 | 4 | 0 | 0 | 7 | 0 | 0 | 0 | +| oqe[2].addrq_entry_tid_reg | tri_rlmreg_p__parameterized37_3807 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| oqe[2].addrq_entry_val_reg | tri_rlmlatch_p_3808 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| oqe[2].orderq_entry_bi_flag_reg | tri_rlmlatch_p_3809 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| oqe[2].orderq_entry_bi_flush_reg | tri_rlmlatch_p_3810 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| oqe[2].orderq_entry_cls_op_reg | tri_rlmlatch_p_3811 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| oqe[2].orderq_entry_cmmt_reg | tri_rlmlatch_p_3812 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| oqe[2].orderq_entry_dacrw_reg | tri_rlmreg_p__parameterized9_3813 | 0 | 0 | 0 | 0 | 4 | 0 | 0 | 0 | +| oqe[2].orderq_entry_eccue_reg | tri_rlmlatch_p_3814 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| oqe[2].orderq_entry_flushed_reg | tri_rlmlatch_p_3815 | 9 | 9 | 0 | 0 | 1 | 0 | 0 | 0 | +| oqe[2].orderq_entry_hit_reg | tri_rlmlatch_p_3816 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| oqe[2].orderq_entry_i_reg | tri_rlmlatch_p_3817 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| oqe[2].orderq_entry_instq_reg | tri_rlmlatch_p_3818 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| oqe[2].orderq_entry_inuse_reg | tri_rlmlatch_p_3819 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| oqe[2].orderq_entry_itag_reg | tri_rlmreg_p__parameterized13_3820 | 13 | 13 | 0 | 0 | 7 | 0 | 0 | 0 | +| oqe[2].orderq_entry_ld_chk_reg | tri_rlmlatch_p_3821 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| oqe[2].orderq_entry_ld_reg | tri_rlmlatch_p_3822 | 7 | 7 | 0 | 0 | 1 | 0 | 0 | 0 | +| oqe[2].orderq_entry_n_flush_reg | tri_rlmlatch_p_3823 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| oqe[2].orderq_entry_np1_flush_reg | tri_rlmlatch_p_3824 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| oqe[2].orderq_entry_pre_reg | tri_rlmlatch_p_3825 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| oqe[2].orderq_entry_stTag_reg | tri_rlmreg_p__parameterized9_3826 | 34 | 34 | 0 | 0 | 4 | 0 | 0 | 0 | +| oqe[2].orderq_entry_tid_reg | tri_rlmreg_p__parameterized37_3827 | 11 | 11 | 0 | 0 | 1 | 0 | 0 | 0 | +| oqe[2].orderq_entry_val2_reg | tri_rlmlatch_p_3828 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| oqe[2].orderq_entry_val_reg | tri_rlmlatch_p_3829 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| oqe[3].addrq_entry_address_reg | tri_rlmreg_p__parameterized61_3830 | 72 | 72 | 0 | 0 | 38 | 0 | 0 | 0 | +| oqe[3].addrq_entry_bytemask_reg | tri_rlmreg_p__parameterized3_3831 | 24 | 24 | 0 | 0 | 16 | 0 | 0 | 0 | +| oqe[3].addrq_entry_inuse_reg | tri_rlmlatch_p_3832 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| oqe[3].addrq_entry_itag_reg | tri_rlmreg_p__parameterized13_3833 | 4 | 4 | 0 | 0 | 7 | 0 | 0 | 0 | +| oqe[3].addrq_entry_tid_reg | tri_rlmreg_p__parameterized37_3834 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| oqe[3].addrq_entry_val_reg | tri_rlmlatch_p_3835 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| oqe[3].orderq_entry_bi_flag_reg | tri_rlmlatch_p_3836 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| oqe[3].orderq_entry_bi_flush_reg | tri_rlmlatch_p_3837 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| oqe[3].orderq_entry_cls_op_reg | tri_rlmlatch_p_3838 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| oqe[3].orderq_entry_cmmt_reg | tri_rlmlatch_p_3839 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| oqe[3].orderq_entry_dacrw_reg | tri_rlmreg_p__parameterized9_3840 | 0 | 0 | 0 | 0 | 4 | 0 | 0 | 0 | +| oqe[3].orderq_entry_eccue_reg | tri_rlmlatch_p_3841 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| oqe[3].orderq_entry_flushed_reg | tri_rlmlatch_p_3842 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| oqe[3].orderq_entry_hit_reg | tri_rlmlatch_p_3843 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| oqe[3].orderq_entry_i_reg | tri_rlmlatch_p_3844 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| oqe[3].orderq_entry_instq_reg | tri_rlmlatch_p_3845 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| oqe[3].orderq_entry_inuse_reg | tri_rlmlatch_p_3846 | 19 | 19 | 0 | 0 | 1 | 0 | 0 | 0 | +| oqe[3].orderq_entry_itag_reg | tri_rlmreg_p__parameterized13_3847 | 7 | 7 | 0 | 0 | 7 | 0 | 0 | 0 | +| oqe[3].orderq_entry_ld_chk_reg | tri_rlmlatch_p_3848 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| oqe[3].orderq_entry_ld_reg | tri_rlmlatch_p_3849 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| oqe[3].orderq_entry_n_flush_reg | tri_rlmlatch_p_3850 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| oqe[3].orderq_entry_np1_flush_reg | tri_rlmlatch_p_3851 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| oqe[3].orderq_entry_pre_reg | tri_rlmlatch_p_3852 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| oqe[3].orderq_entry_stTag_reg | tri_rlmreg_p__parameterized9_3853 | 20 | 20 | 0 | 0 | 4 | 0 | 0 | 0 | +| oqe[3].orderq_entry_tid_reg | tri_rlmreg_p__parameterized37_3854 | 10 | 10 | 0 | 0 | 1 | 0 | 0 | 0 | +| oqe[3].orderq_entry_val2_reg | tri_rlmlatch_p_3855 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| oqe[3].orderq_entry_val_reg | tri_rlmlatch_p_3856 | 3 | 3 | 0 | 0 | 1 | 0 | 0 | 0 | +| oqe[4].addrq_entry_address_reg | tri_rlmreg_p__parameterized61_3857 | 69 | 69 | 0 | 0 | 38 | 0 | 0 | 0 | +| oqe[4].addrq_entry_bytemask_reg | tri_rlmreg_p__parameterized3_3858 | 24 | 24 | 0 | 0 | 16 | 0 | 0 | 0 | +| oqe[4].addrq_entry_inuse_reg | tri_rlmlatch_p_3859 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| oqe[4].addrq_entry_itag_reg | tri_rlmreg_p__parameterized13_3860 | 4 | 4 | 0 | 0 | 7 | 0 | 0 | 0 | +| oqe[4].addrq_entry_tid_reg | tri_rlmreg_p__parameterized37_3861 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| oqe[4].addrq_entry_val_reg | tri_rlmlatch_p_3862 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| oqe[4].orderq_entry_bi_flag_reg | tri_rlmlatch_p_3863 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| oqe[4].orderq_entry_bi_flush_reg | tri_rlmlatch_p_3864 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| oqe[4].orderq_entry_cls_op_reg | tri_rlmlatch_p_3865 | 4 | 4 | 0 | 0 | 1 | 0 | 0 | 0 | +| oqe[4].orderq_entry_cmmt_reg | tri_rlmlatch_p_3866 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| oqe[4].orderq_entry_dacrw_reg | tri_rlmreg_p__parameterized9_3867 | 0 | 0 | 0 | 0 | 4 | 0 | 0 | 0 | +| oqe[4].orderq_entry_eccue_reg | tri_rlmlatch_p_3868 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| oqe[4].orderq_entry_flushed_reg | tri_rlmlatch_p_3869 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| oqe[4].orderq_entry_hit_reg | tri_rlmlatch_p_3870 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| oqe[4].orderq_entry_i_reg | tri_rlmlatch_p_3871 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| oqe[4].orderq_entry_instq_reg | tri_rlmlatch_p_3872 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| oqe[4].orderq_entry_inuse_reg | tri_rlmlatch_p_3873 | 3 | 3 | 0 | 0 | 1 | 0 | 0 | 0 | +| oqe[4].orderq_entry_itag_reg | tri_rlmreg_p__parameterized13_3874 | 14 | 14 | 0 | 0 | 7 | 0 | 0 | 0 | +| oqe[4].orderq_entry_ld_chk_reg | tri_rlmlatch_p_3875 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| oqe[4].orderq_entry_ld_reg | tri_rlmlatch_p_3876 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| oqe[4].orderq_entry_n_flush_reg | tri_rlmlatch_p_3877 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| oqe[4].orderq_entry_np1_flush_reg | tri_rlmlatch_p_3878 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| oqe[4].orderq_entry_pre_reg | tri_rlmlatch_p_3879 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| oqe[4].orderq_entry_stTag_reg | tri_rlmreg_p__parameterized9_3880 | 8 | 8 | 0 | 0 | 4 | 0 | 0 | 0 | +| oqe[4].orderq_entry_tid_reg | tri_rlmreg_p__parameterized37_3881 | 13 | 13 | 0 | 0 | 1 | 0 | 0 | 0 | +| oqe[4].orderq_entry_val2_reg | tri_rlmlatch_p_3882 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| oqe[4].orderq_entry_val_reg | tri_rlmlatch_p_3883 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| oqe[5].addrq_entry_address_reg | tri_rlmreg_p__parameterized61_3884 | 69 | 69 | 0 | 0 | 38 | 0 | 0 | 0 | +| oqe[5].addrq_entry_bytemask_reg | tri_rlmreg_p__parameterized3_3885 | 24 | 24 | 0 | 0 | 16 | 0 | 0 | 0 | +| oqe[5].addrq_entry_inuse_reg | tri_rlmlatch_p_3886 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| oqe[5].addrq_entry_itag_reg | tri_rlmreg_p__parameterized13_3887 | 4 | 4 | 0 | 0 | 7 | 0 | 0 | 0 | +| oqe[5].addrq_entry_tid_reg | tri_rlmreg_p__parameterized37_3888 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| oqe[5].addrq_entry_val_reg | tri_rlmlatch_p_3889 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| oqe[5].orderq_entry_bi_flag_reg | tri_rlmlatch_p_3890 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| oqe[5].orderq_entry_bi_flush_reg | tri_rlmlatch_p_3891 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| oqe[5].orderq_entry_cls_op_reg | tri_rlmlatch_p_3892 | 3 | 3 | 0 | 0 | 1 | 0 | 0 | 0 | +| oqe[5].orderq_entry_cmmt_reg | tri_rlmlatch_p_3893 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| oqe[5].orderq_entry_dacrw_reg | tri_rlmreg_p__parameterized9_3894 | 0 | 0 | 0 | 0 | 4 | 0 | 0 | 0 | +| oqe[5].orderq_entry_eccue_reg | tri_rlmlatch_p_3895 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| oqe[5].orderq_entry_flushed_reg | tri_rlmlatch_p_3896 | 3 | 3 | 0 | 0 | 1 | 0 | 0 | 0 | +| oqe[5].orderq_entry_hit_reg | tri_rlmlatch_p_3897 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| oqe[5].orderq_entry_i_reg | tri_rlmlatch_p_3898 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| oqe[5].orderq_entry_instq_reg | tri_rlmlatch_p_3899 | 3 | 3 | 0 | 0 | 1 | 0 | 0 | 0 | +| oqe[5].orderq_entry_inuse_reg | tri_rlmlatch_p_3900 | 7 | 7 | 0 | 0 | 1 | 0 | 0 | 0 | +| oqe[5].orderq_entry_itag_reg | tri_rlmreg_p__parameterized13_3901 | 9 | 9 | 0 | 0 | 7 | 0 | 0 | 0 | +| oqe[5].orderq_entry_ld_chk_reg | tri_rlmlatch_p_3902 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| oqe[5].orderq_entry_ld_reg | tri_rlmlatch_p_3903 | 8 | 8 | 0 | 0 | 1 | 0 | 0 | 0 | +| oqe[5].orderq_entry_n_flush_reg | tri_rlmlatch_p_3904 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| oqe[5].orderq_entry_np1_flush_reg | tri_rlmlatch_p_3905 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| oqe[5].orderq_entry_pre_reg | tri_rlmlatch_p_3906 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| oqe[5].orderq_entry_stTag_reg | tri_rlmreg_p__parameterized9_3907 | 8 | 8 | 0 | 0 | 4 | 0 | 0 | 0 | +| oqe[5].orderq_entry_tid_reg | tri_rlmreg_p__parameterized37_3908 | 10 | 10 | 0 | 0 | 1 | 0 | 0 | 0 | +| oqe[5].orderq_entry_val2_reg | tri_rlmlatch_p_3909 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| oqe[5].orderq_entry_val_reg | tri_rlmlatch_p_3910 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| oqe[6].addrq_entry_address_reg | tri_rlmreg_p__parameterized61_3911 | 71 | 71 | 0 | 0 | 38 | 0 | 0 | 0 | +| oqe[6].addrq_entry_bytemask_reg | tri_rlmreg_p__parameterized3_3912 | 24 | 24 | 0 | 0 | 16 | 0 | 0 | 0 | +| oqe[6].addrq_entry_inuse_reg | tri_rlmlatch_p_3913 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| oqe[6].addrq_entry_itag_reg | tri_rlmreg_p__parameterized13_3914 | 4 | 4 | 0 | 0 | 7 | 0 | 0 | 0 | +| oqe[6].addrq_entry_tid_reg | tri_rlmreg_p__parameterized37_3915 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| oqe[6].addrq_entry_val_reg | tri_rlmlatch_p_3916 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| oqe[6].orderq_entry_bi_flag_reg | tri_rlmlatch_p_3917 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| oqe[6].orderq_entry_bi_flush_reg | tri_rlmlatch_p_3918 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| oqe[6].orderq_entry_cls_op_reg | tri_rlmlatch_p_3919 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| oqe[6].orderq_entry_cmmt_reg | tri_rlmlatch_p_3920 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| oqe[6].orderq_entry_dacrw_reg | tri_rlmreg_p__parameterized9_3921 | 0 | 0 | 0 | 0 | 4 | 0 | 0 | 0 | +| oqe[6].orderq_entry_eccue_reg | tri_rlmlatch_p_3922 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| oqe[6].orderq_entry_flushed_reg | tri_rlmlatch_p_3923 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| oqe[6].orderq_entry_hit_reg | tri_rlmlatch_p_3924 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| oqe[6].orderq_entry_i_reg | tri_rlmlatch_p_3925 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| oqe[6].orderq_entry_instq_reg | tri_rlmlatch_p_3926 | 7 | 7 | 0 | 0 | 1 | 0 | 0 | 0 | +| oqe[6].orderq_entry_inuse_reg | tri_rlmlatch_p_3927 | 5 | 5 | 0 | 0 | 1 | 0 | 0 | 0 | +| oqe[6].orderq_entry_itag_reg | tri_rlmreg_p__parameterized13_3928 | 9 | 9 | 0 | 0 | 7 | 0 | 0 | 0 | +| oqe[6].orderq_entry_ld_chk_reg | tri_rlmlatch_p_3929 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| oqe[6].orderq_entry_ld_reg | tri_rlmlatch_p_3930 | 5 | 5 | 0 | 0 | 1 | 0 | 0 | 0 | +| oqe[6].orderq_entry_n_flush_reg | tri_rlmlatch_p_3931 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| oqe[6].orderq_entry_np1_flush_reg | tri_rlmlatch_p_3932 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| oqe[6].orderq_entry_pre_reg | tri_rlmlatch_p_3933 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| oqe[6].orderq_entry_stTag_reg | tri_rlmreg_p__parameterized9_3934 | 58 | 58 | 0 | 0 | 4 | 0 | 0 | 0 | +| oqe[6].orderq_entry_tid_reg | tri_rlmreg_p__parameterized37_3935 | 10 | 10 | 0 | 0 | 1 | 0 | 0 | 0 | +| oqe[6].orderq_entry_val2_reg | tri_rlmlatch_p_3936 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| oqe[6].orderq_entry_val_reg | tri_rlmlatch_p_3937 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| oqe[7].addrq_entry_address_reg | tri_rlmreg_p__parameterized61_3938 | 69 | 69 | 0 | 0 | 38 | 0 | 0 | 0 | +| oqe[7].addrq_entry_bytemask_reg | tri_rlmreg_p__parameterized3_3939 | 24 | 24 | 0 | 0 | 16 | 0 | 0 | 0 | +| oqe[7].addrq_entry_inuse_reg | tri_rlmlatch_p_3940 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| oqe[7].addrq_entry_itag_reg | tri_rlmreg_p__parameterized13_3941 | 3 | 3 | 0 | 0 | 7 | 0 | 0 | 0 | +| oqe[7].addrq_entry_tid_reg | tri_rlmreg_p__parameterized37_3942 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| oqe[7].addrq_entry_val_reg | tri_rlmlatch_p_3943 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| oqe[7].orderq_entry_bi_flag_reg | tri_rlmlatch_p_3944 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| oqe[7].orderq_entry_bi_flush_reg | tri_rlmlatch_p_3945 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| oqe[7].orderq_entry_cls_op_reg | tri_rlmlatch_p_3946 | 4 | 4 | 0 | 0 | 1 | 0 | 0 | 0 | +| oqe[7].orderq_entry_cmmt_reg | tri_rlmlatch_p_3947 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| oqe[7].orderq_entry_dacrw_reg | tri_rlmreg_p__parameterized9_3948 | 0 | 0 | 0 | 0 | 4 | 0 | 0 | 0 | +| oqe[7].orderq_entry_eccue_reg | tri_rlmlatch_p_3949 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| oqe[7].orderq_entry_flushed_reg | tri_rlmlatch_p_3950 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| oqe[7].orderq_entry_hit_reg | tri_rlmlatch_p_3951 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| oqe[7].orderq_entry_i_reg | tri_rlmlatch_p_3952 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| oqe[7].orderq_entry_instq_reg | tri_rlmlatch_p_3953 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| oqe[7].orderq_entry_inuse_reg | tri_rlmlatch_p_3954 | 6 | 6 | 0 | 0 | 1 | 0 | 0 | 0 | +| oqe[7].orderq_entry_itag_reg | tri_rlmreg_p__parameterized13_3955 | 29 | 29 | 0 | 0 | 7 | 0 | 0 | 0 | +| oqe[7].orderq_entry_ld_chk_reg | tri_rlmlatch_p_3956 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| oqe[7].orderq_entry_ld_reg | tri_rlmlatch_p_3957 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| oqe[7].orderq_entry_n_flush_reg | tri_rlmlatch_p_3958 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| oqe[7].orderq_entry_np1_flush_reg | tri_rlmlatch_p_3959 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| oqe[7].orderq_entry_pre_reg | tri_rlmlatch_p_3960 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| oqe[7].orderq_entry_stTag_reg | tri_rlmreg_p__parameterized9_3961 | 20 | 20 | 0 | 0 | 4 | 0 | 0 | 0 | +| oqe[7].orderq_entry_tid_reg | tri_rlmreg_p__parameterized37_3962 | 12 | 12 | 0 | 0 | 1 | 0 | 0 | 0 | +| oqe[7].orderq_entry_val2_reg | tri_rlmlatch_p_3963 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| oqe[7].orderq_entry_val_reg | tri_rlmlatch_p_3964 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| oqe[8].addrq_entry_address_reg | tri_rlmreg_p__parameterized61_3965 | 69 | 69 | 0 | 0 | 38 | 0 | 0 | 0 | +| oqe[8].addrq_entry_bytemask_reg | tri_rlmreg_p__parameterized3_3966 | 24 | 24 | 0 | 0 | 16 | 0 | 0 | 0 | +| oqe[8].addrq_entry_inuse_reg | tri_rlmlatch_p_3967 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| oqe[8].addrq_entry_itag_reg | tri_rlmreg_p__parameterized13_3968 | 4 | 4 | 0 | 0 | 7 | 0 | 0 | 0 | +| oqe[8].addrq_entry_tid_reg | tri_rlmreg_p__parameterized37_3969 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| oqe[8].addrq_entry_val_reg | tri_rlmlatch_p_3970 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| oqe[8].orderq_entry_bi_flag_reg | tri_rlmlatch_p_3971 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| oqe[8].orderq_entry_bi_flush_reg | tri_rlmlatch_p_3972 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| oqe[8].orderq_entry_cls_op_reg | tri_rlmlatch_p_3973 | 4 | 4 | 0 | 0 | 1 | 0 | 0 | 0 | +| oqe[8].orderq_entry_cmmt_reg | tri_rlmlatch_p_3974 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| oqe[8].orderq_entry_dacrw_reg | tri_rlmreg_p__parameterized9_3975 | 0 | 0 | 0 | 0 | 4 | 0 | 0 | 0 | +| oqe[8].orderq_entry_eccue_reg | tri_rlmlatch_p_3976 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| oqe[8].orderq_entry_flushed_reg | tri_rlmlatch_p_3977 | 3 | 3 | 0 | 0 | 1 | 0 | 0 | 0 | +| oqe[8].orderq_entry_hit_reg | tri_rlmlatch_p_3978 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| oqe[8].orderq_entry_i_reg | tri_rlmlatch_p_3979 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| oqe[8].orderq_entry_instq_reg | tri_rlmlatch_p_3980 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| oqe[8].orderq_entry_inuse_reg | tri_rlmlatch_p_3981 | 5 | 5 | 0 | 0 | 1 | 0 | 0 | 0 | +| oqe[8].orderq_entry_itag_reg | tri_rlmreg_p__parameterized13_3982 | 10 | 10 | 0 | 0 | 7 | 0 | 0 | 0 | +| oqe[8].orderq_entry_ld_chk_reg | tri_rlmlatch_p_3983 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| oqe[8].orderq_entry_ld_reg | tri_rlmlatch_p_3984 | 3 | 3 | 0 | 0 | 1 | 0 | 0 | 0 | +| oqe[8].orderq_entry_n_flush_reg | tri_rlmlatch_p_3985 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| oqe[8].orderq_entry_np1_flush_reg | tri_rlmlatch_p_3986 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| oqe[8].orderq_entry_pre_reg | tri_rlmlatch_p_3987 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| oqe[8].orderq_entry_stTag_reg | tri_rlmreg_p__parameterized9_3988 | 8 | 8 | 0 | 0 | 4 | 0 | 0 | 0 | +| oqe[8].orderq_entry_tid_reg | tri_rlmreg_p__parameterized37_3989 | 11 | 11 | 0 | 0 | 1 | 0 | 0 | 0 | +| oqe[8].orderq_entry_val2_reg | tri_rlmlatch_p_3990 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| oqe[8].orderq_entry_val_reg | tri_rlmlatch_p_3991 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| oqe[9].addrq_entry_address_reg | tri_rlmreg_p__parameterized61_3992 | 72 | 72 | 0 | 0 | 38 | 0 | 0 | 0 | +| oqe[9].addrq_entry_bytemask_reg | tri_rlmreg_p__parameterized3_3993 | 24 | 24 | 0 | 0 | 16 | 0 | 0 | 0 | +| oqe[9].addrq_entry_inuse_reg | tri_rlmlatch_p_3994 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| oqe[9].addrq_entry_itag_reg | tri_rlmreg_p__parameterized13_3995 | 3 | 3 | 0 | 0 | 7 | 0 | 0 | 0 | +| oqe[9].addrq_entry_tid_reg | tri_rlmreg_p__parameterized37_3996 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| oqe[9].addrq_entry_val_reg | tri_rlmlatch_p_3997 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| oqe[9].orderq_entry_bi_flag_reg | tri_rlmlatch_p_3998 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| oqe[9].orderq_entry_bi_flush_reg | tri_rlmlatch_p_3999 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| oqe[9].orderq_entry_cls_op_reg | tri_rlmlatch_p_4000 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| oqe[9].orderq_entry_cmmt_reg | tri_rlmlatch_p_4001 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| oqe[9].orderq_entry_dacrw_reg | tri_rlmreg_p__parameterized9_4002 | 0 | 0 | 0 | 0 | 4 | 0 | 0 | 0 | +| oqe[9].orderq_entry_eccue_reg | tri_rlmlatch_p_4003 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| oqe[9].orderq_entry_flushed_reg | tri_rlmlatch_p_4004 | 3 | 3 | 0 | 0 | 1 | 0 | 0 | 0 | +| oqe[9].orderq_entry_hit_reg | tri_rlmlatch_p_4005 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| oqe[9].orderq_entry_i_reg | tri_rlmlatch_p_4006 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| oqe[9].orderq_entry_instq_reg | tri_rlmlatch_p_4007 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| oqe[9].orderq_entry_inuse_reg | tri_rlmlatch_p_4008 | 5 | 5 | 0 | 0 | 1 | 0 | 0 | 0 | +| oqe[9].orderq_entry_itag_reg | tri_rlmreg_p__parameterized13_4009 | 8 | 8 | 0 | 0 | 7 | 0 | 0 | 0 | +| oqe[9].orderq_entry_ld_chk_reg | tri_rlmlatch_p_4010 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| oqe[9].orderq_entry_ld_reg | tri_rlmlatch_p_4011 | 6 | 6 | 0 | 0 | 1 | 0 | 0 | 0 | +| oqe[9].orderq_entry_n_flush_reg | tri_rlmlatch_p_4012 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| oqe[9].orderq_entry_np1_flush_reg | tri_rlmlatch_p_4013 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| oqe[9].orderq_entry_pre_reg | tri_rlmlatch_p_4014 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| oqe[9].orderq_entry_stTag_reg | tri_rlmreg_p__parameterized9_4015 | 8 | 8 | 0 | 0 | 4 | 0 | 0 | 0 | +| oqe[9].orderq_entry_tid_reg | tri_rlmreg_p__parameterized37_4016 | 10 | 10 | 0 | 0 | 1 | 0 | 0 | 0 | +| oqe[9].orderq_entry_val2_reg | tri_rlmlatch_p_4017 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| oqe[9].orderq_entry_val_reg | tri_rlmlatch_p_4018 | 3 | 3 | 0 | 0 | 1 | 0 | 0 | 0 | +| rv1_binv_addr_reg | tri_rlmreg_p__parameterized0_4019 | 10 | 10 | 0 | 0 | 6 | 0 | 0 | 0 | +| rv1_binv_val_reg | tri_rlmlatch_p_4020 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xu_lq_spr_xucr0_cls_reg | tri_rlmlatch_p_4021 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| perv_1to0_reg | tri_plat__parameterized7 | 650 | 650 | 0 | 0 | 2 | 0 | 0 | 0 | +| perv_2to1_reg | tri_plat__parameterized7_2951 | 2 | 2 | 0 | 0 | 4 | 0 | 0 | 0 | +| rv1_back_inv_addr_reg | tri_rlmreg_p__parameterized52 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| spr_xucr0_cls_reg | tri_rlmlatch_p_2952 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| stq | lq_stq | 10712 | 10712 | 0 | 0 | 3401 | 0 | 0 | 0 | +| any_ack_hold_latch | tri_rlmreg_p__parameterized37_2953 | 7 | 7 | 0 | 0 | 1 | 0 | 0 | 0 | +| any_ack_val_ok_latch | tri_rlmreg_p__parameterized37_2954 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| arb_release_itag_vld_latch | tri_rlmreg_p__parameterized37_2955 | 3 | 3 | 0 | 0 | 1 | 0 | 0 | 0 | +| cp_flush_latch | tri_rlmreg_p__parameterized37_2956 | 20 | 20 | 0 | 0 | 1 | 0 | 0 | 0 | +| cp_i0_completed_latch | tri_rlmreg_p__parameterized37_2957 | 3 | 3 | 0 | 0 | 1 | 0 | 0 | 0 | +| cp_i1_completed_latch | tri_rlmreg_p__parameterized37_2958 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| cp_next_val_latch | tri_rlmreg_p__parameterized37_2959 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| cr_ack_latch | tri_rlmreg_p__parameterized37_2960 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| cr_wa_latch | tri_rlmreg_p__parameterized4_2961 | 12 | 12 | 0 | 0 | 5 | 0 | 0 | 0 | +| cr_wd_latch | tri_rlmreg_p__parameterized9_2962 | 5 | 5 | 0 | 0 | 4 | 0 | 0 | 0 | +| cr_we_latch | tri_rlmlatch_p_2963 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| credit_free_latch | tri_rlmreg_p__parameterized37_2964 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| dbg_int_en_latch | tri_rlmreg_p__parameterized37_2965 | 10 | 10 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex0_binv_addr_latch | tri_rlmreg_p__parameterized0_2966 | 6 | 6 | 0 | 0 | 6 | 0 | 0 | 0 | +| ex0_binv_val_latch | tri_rlmlatch_p_2967 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex0_cr_hole_latch | tri_rlmreg_p__parameterized37_2968 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex0_dir_rd_val_latch | tri_rlmlatch_p_2969 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex0_i0_flushed_latch | tri_rlmlatch_p_2970 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex0_i0_itag_latch | tri_rlmreg_p__parameterized13_2971 | 7 | 7 | 0 | 0 | 7 | 0 | 0 | 0 | +| ex0_i0_vld_latch | tri_rlmreg_p__parameterized37_2972 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex0_i1_flushed_latch | tri_rlmlatch_p_2973 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex0_i1_itag_latch | tri_rlmreg_p__parameterized13_2974 | 7 | 7 | 0 | 0 | 7 | 0 | 0 | 0 | +| ex0_i1_vld_latch | tri_rlmreg_p__parameterized37_2975 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex1_binv_addr_latch | tri_rlmreg_p__parameterized0_2976 | 7 | 7 | 0 | 0 | 6 | 0 | 0 | 0 | +| ex1_binv_val_latch | tri_rlmlatch_p_2977 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex1_i0_flushed_latch | tri_rlmlatch_p_2978 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex1_i0_itag_latch | tri_rlmreg_p__parameterized13_2979 | 0 | 0 | 0 | 0 | 7 | 0 | 0 | 0 | +| ex1_i0_vld_latch | tri_rlmreg_p__parameterized37_2980 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex1_i1_flushed_latch | tri_rlmlatch_p_2981 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex1_i1_itag_latch | tri_rlmreg_p__parameterized13_2982 | 0 | 0 | 0 | 0 | 7 | 0 | 0 | 0 | +| ex1_i1_vld_latch | tri_rlmreg_p__parameterized37_2983 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex2_binv_addr_latch | tri_rlmreg_p__parameterized0_2984 | 7 | 7 | 0 | 0 | 6 | 0 | 0 | 0 | +| ex2_binv_val_latch | tri_rlmlatch_p_2985 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex3_axu_itag_latch | tri_rlmreg_p__parameterized13_2986 | 51 | 51 | 0 | 0 | 7 | 0 | 0 | 0 | +| ex3_axu_val_latch | tri_rlmreg_p__parameterized37_2987 | 11 | 11 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex3_binv_addr_latch | tri_rlmreg_p__parameterized0_2988 | 1 | 1 | 0 | 0 | 6 | 0 | 0 | 0 | +| ex3_binv_val_latch | tri_rlmlatch_p_2989 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex3_fxu1_dvc1_cmp_latch | tri_rlmreg_p__parameterized12_2990 | 11 | 11 | 0 | 0 | 8 | 0 | 0 | 0 | +| ex3_fxu1_dvc2_cmp_latch | tri_rlmreg_p__parameterized12_2991 | 11 | 11 | 0 | 0 | 8 | 0 | 0 | 0 | +| ex3_fxu1_itag_latch | tri_rlmreg_p__parameterized13_2992 | 59 | 59 | 0 | 0 | 7 | 0 | 0 | 0 | +| ex3_fxu1_val_latch | tri_rlmreg_p__parameterized37_2993 | 15 | 15 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex3_nxt_oldest_latch | tri_rlmreg_p__parameterized227_2994 | 21 | 21 | 0 | 0 | 12 | 0 | 0 | 0 | +| ex3_req_itag_latch | tri_rlmreg_p__parameterized13_2995 | 490 | 490 | 0 | 0 | 7 | 0 | 0 | 0 | +| ex3_req_thrd_id_latch | tri_rlmreg_p__parameterized37_2996 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex3_streq_val_latch | tri_rlmreg_p__parameterized37_2997 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex4_axu_data_ptr_latch | tri_rlmreg_p__parameterized227_2998 | 10 | 10 | 0 | 0 | 12 | 0 | 0 | 0 | +| ex4_axu_val_latch | tri_rlmreg_p__parameterized37_2999 | 3 | 3 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex4_fu_data_latch | tri_rlmreg_p__parameterized33_3000 | 64 | 64 | 0 | 0 | 64 | 0 | 0 | 0 | +| ex4_fwd_agecmp_latch | tri_rlmreg_p__parameterized227_3001 | 35 | 35 | 0 | 0 | 12 | 0 | 0 | 0 | +| ex4_fxu1_data_ptr_latch | tri_rlmreg_p__parameterized227_3002 | 0 | 0 | 0 | 0 | 12 | 0 | 0 | 0 | +| ex4_fxu1_illeg_lswx_latch | tri_rlmlatch_p_3003 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex4_fxu1_strg_noop_latch | tri_rlmlatch_p_3004 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex4_fxu1_val_latch | tri_rlmreg_p__parameterized37_3005 | 1444 | 1444 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex4_ldreq_val_latch | tri_rlmreg_p__parameterized37_3006 | 9 | 9 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex4_pfetch_val_latch | tri_rlmlatch_p_3007 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex4_req_algebraic_latch | tri_rlmlatch_p_3008 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex4_req_byte_en_latch | tri_rlmreg_p__parameterized3_3009 | 13 | 13 | 0 | 0 | 16 | 0 | 0 | 0 | +| ex4_req_opsize_latch | tri_rlmreg_p__parameterized5_3010 | 228 | 228 | 0 | 0 | 3 | 0 | 0 | 0 | +| ex4_req_p_addr_l_latch | tri_rlmreg_p__parameterized0_3011 | 15 | 15 | 0 | 0 | 6 | 0 | 0 | 0 | +| ex4_req_thrd_id_latch | tri_rlmreg_p__parameterized37_3012 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex4_set_stq_latch | tri_rlmreg_p__parameterized227_3013 | 1050 | 1050 | 0 | 0 | 12 | 0 | 0 | 0 | +| ex4_wchkall_val_latch | tri_rlmreg_p__parameterized37_3014 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex5_fwd_data_latch | tri_rlmreg_p__parameterized33_3015 | 222 | 222 | 0 | 0 | 64 | 0 | 0 | 0 | +| ex5_fwd_val_latch | tri_rlmlatch_p_3016 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex5_older_ldmiss_latch | tri_rlmreg_p__parameterized227_3017 | 8 | 8 | 0 | 0 | 12 | 0 | 0 | 0 | +| ex5_qHit_set_miss_latch | tri_rlmreg_p__parameterized227_3018 | 30 | 30 | 0 | 0 | 12 | 0 | 0 | 0 | +| ex5_qHit_set_oth_latch | tri_rlmreg_p__parameterized227_3019 | 12 | 12 | 0 | 0 | 12 | 0 | 0 | 0 | +| ex5_req_thrd_id_latch | tri_rlmreg_p__parameterized37_3020 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex5_set_stq_latch | tri_rlmreg_p__parameterized227_3021 | 563 | 563 | 0 | 0 | 12 | 0 | 0 | 0 | +| ex5_stq_restart_latch | tri_rlmlatch_p_3022 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex5_stq_restart_miss_latch | tri_rlmlatch_p_3023 | 3 | 3 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex5_streq_val_latch | tri_rlmreg_p__parameterized37_3024 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| ext_ack_queue_dacrw_rpt_latch | tri_rlmreg_p__parameterized37_3025 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| ext_ack_queue_stcx_latch | tri_rlmreg_p__parameterized37_3026 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ext_ack_queue_sync_latch | tri_rlmreg_p__parameterized37_3027 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ext_ack_queue_v_latch | tri_rlmreg_p__parameterized37_3028 | 5 | 5 | 0 | 0 | 1 | 0 | 0 | 0 | +| icbi_ack_latch | tri_rlmreg_p__parameterized37_3029 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| icbi_addr_latch | tri_rlmreg_p__parameterized52_3030 | 36 | 36 | 0 | 0 | 36 | 0 | 0 | 0 | +| icbi_val_latch | tri_rlmreg_p__parameterized37_3031 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ici_val_latch | tri_rlmlatch_p_3032 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| icswxr_ack_dly1_latch | tri_rlmlatch_p_3033 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| icswxr_ack_latch | tri_rlmlatch_p_3034 | 32 | 32 | 0 | 0 | 1 | 0 | 0 | 0 | +| iu_icbi_ack_latch | tri_rlmreg_p__parameterized37_3035 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| iu_lq_icbi_complete_latch | tri_rlmreg_p__parameterized37_3036 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| l2_icbi_ack_latch | tri_rlmreg_p__parameterized37_3037 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| local_instr_ack_latch | tri_rlmreg_p__parameterized37_3038 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| lwsync_ack_latch | tri_rlmreg_p__parameterized37_3039 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| resv_ack_latch | tri_rlmreg_p__parameterized37_3040 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| rv0_cp_flush_latch | tri_rlmreg_p__parameterized37_3041 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| rv0_cr_hole_latch | tri_rlmreg_p__parameterized37_3042 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| rv1_binv_addr_latch | tri_rlmreg_p__parameterized0_3043 | 9 | 9 | 0 | 0 | 6 | 0 | 0 | 0 | +| rv1_binv_val_latch | tri_rlmlatch_p_3044 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| rv1_cp_flush_latch | tri_rlmreg_p__parameterized37_3045 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| rv1_cr_hole_latch | tri_rlmreg_p__parameterized37_3046 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| rv_lq_ld_vld_latch | tri_rlmlatch_p_3047 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| rv_lq_vld_latch | tri_rlmlatch_p_3048 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| spr_iucr0_icbi_ack_latch | tri_rlmlatch_p_3049 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| spr_lsucr0_dfwd_latch | tri_rlmlatch_p_3050 | 3 | 3 | 0 | 0 | 1 | 0 | 0 | 0 | +| spr_xucr0_cls_latch | tri_rlmlatch_p_3051 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| stcx_pass_latch | tri_rlmreg_p__parameterized37_3052 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| stq1_cmmt_ptr_latch | tri_rlmreg_p__parameterized267 | 1010 | 1010 | 0 | 0 | 16 | 0 | 0 | 0 | +| stq2_binv_blk_cclass_latch | tri_rlmlatch_p_3053 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| stq2_cmmt_flushed_latch | tri_rlmlatch_p_3054 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| stq2_cmmt_ptr_latch | tri_rlmreg_p__parameterized227_3055 | 515 | 515 | 0 | 0 | 12 | 0 | 0 | 0 | +| stq2_cmmt_val_latch | tri_rlmlatch_p_3056 | 3 | 3 | 0 | 0 | 1 | 0 | 0 | 0 | +| stq2_dci_val_latch | tri_rlmlatch_p_3057 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| stq2_ici_val_latch | tri_rlmlatch_p_3058 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| stq2_mftgpr_val_latch | tri_rlmlatch_p_3059 | 4 | 4 | 0 | 0 | 1 | 0 | 0 | 0 | +| stq2_reject_dci_latch | tri_rlmlatch_p_3060 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| stq2_rtry_cnt_latch | tri_rlmreg_p__parameterized191 | 7 | 7 | 0 | 0 | 3 | 0 | 0 | 0 | +| stq3_cmmt_dci_val_latch | tri_rlmlatch_p_3061 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| stq3_cmmt_flushed_latch | tri_rlmlatch_p_3062 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| stq3_cmmt_ptr_latch | tri_rlmreg_p__parameterized227_3063 | 353 | 353 | 0 | 0 | 12 | 0 | 0 | 0 | +| stq3_cmmt_reject_latch | tri_rlmlatch_p_3064 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| stq3_cmmt_val_latch | tri_rlmlatch_p_3065 | 7 | 7 | 0 | 0 | 1 | 0 | 0 | 0 | +| stq4_cmmt_dci_val_latch | tri_rlmlatch_p_3066 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| stq4_cmmt_flushed_latch | tri_rlmlatch_p_3067 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| stq4_cmmt_ptr_latch | tri_rlmreg_p__parameterized227_3068 | 27 | 27 | 0 | 0 | 12 | 0 | 0 | 0 | +| stq4_cmmt_tag_latch | tri_rlmreg_p__parameterized9_3069 | 0 | 0 | 0 | 0 | 4 | 0 | 0 | 0 | +| stq4_cmmt_val_latch | tri_rlmlatch_p_3070 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| stq4_xucr0_cul_latch | tri_rlmlatch_p_3071 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| stq5_cmmt_dci_val_latch | tri_rlmlatch_p_3072 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| stq5_cmmt_flushed_latch | tri_rlmlatch_p_3073 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| stq5_cmmt_ptr_latch | tri_rlmreg_p__parameterized227_3074 | 112 | 112 | 0 | 0 | 12 | 0 | 0 | 0 | +| stq5_cmmt_val_latch | tri_rlmlatch_p_3075 | 5 | 5 | 0 | 0 | 1 | 0 | 0 | 0 | +| stq6_cmmt_flushed_latch | tri_rlmlatch_p_3076 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| stq6_cmmt_ptr_latch | tri_rlmreg_p__parameterized227_3077 | 86 | 86 | 0 | 0 | 12 | 0 | 0 | 0 | +| stq6_cmmt_val_latch | tri_rlmlatch_p_3078 | 6 | 6 | 0 | 0 | 1 | 0 | 0 | 0 | +| stq7_cmmt_flushed_latch | tri_rlmlatch_p_3079 | 175 | 175 | 0 | 0 | 1 | 0 | 0 | 0 | +| stq7_cmmt_ptr_latch | tri_rlmreg_p__parameterized227_3080 | 5 | 5 | 0 | 0 | 12 | 0 | 0 | 0 | +| stq7_cmmt_val_latch | tri_rlmlatch_p_3081 | 197 | 197 | 0 | 0 | 1 | 0 | 0 | 0 | +| stq_cpl_need_hold_reg | tri_rlmlatch_p_3082 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| stq_fwd_pri_mask_latch | tri_rlmreg_p__parameterized5_3083 | 91 | 91 | 0 | 0 | 3 | 0 | 0 | 0 | +| stq_tag_val_latch | tri_rlmreg_p__parameterized227_3084 | 239 | 239 | 0 | 0 | 12 | 0 | 0 | 0 | +| stqe_ack_rcvd_latch | tri_rlmreg_p__parameterized227_3085 | 30 | 30 | 0 | 0 | 12 | 0 | 0 | 0 | +| stqe_addr_val_latch | tri_rlmreg_p__parameterized227_3086 | 33 | 33 | 0 | 0 | 12 | 0 | 0 | 0 | +| stqe_alloc_latch | tri_rlmreg_p__parameterized227_3087 | 49 | 49 | 0 | 0 | 12 | 0 | 0 | 0 | +| stqe_alloc_ptr_latch | tri_rlmreg_p__parameterized267_3088 | 423 | 423 | 0 | 0 | 12 | 0 | 0 | 0 | +| stqe_blk_loads_latch_gen.stqe_blk_loads_latch_gen[0].stqe_blk_loads_latch | tri_rlmreg_p__parameterized37_3089 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| stqe_blk_loads_latch_gen.stqe_blk_loads_latch_gen[10].stqe_blk_loads_latch | tri_rlmreg_p__parameterized37_3090 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| stqe_blk_loads_latch_gen.stqe_blk_loads_latch_gen[11].stqe_blk_loads_latch | tri_rlmreg_p__parameterized37_3091 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| stqe_blk_loads_latch_gen.stqe_blk_loads_latch_gen[1].stqe_blk_loads_latch | tri_rlmreg_p__parameterized37_3092 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| stqe_blk_loads_latch_gen.stqe_blk_loads_latch_gen[2].stqe_blk_loads_latch | tri_rlmreg_p__parameterized37_3093 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| stqe_blk_loads_latch_gen.stqe_blk_loads_latch_gen[3].stqe_blk_loads_latch | tri_rlmreg_p__parameterized37_3094 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| stqe_blk_loads_latch_gen.stqe_blk_loads_latch_gen[4].stqe_blk_loads_latch | tri_rlmreg_p__parameterized37_3095 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| stqe_blk_loads_latch_gen.stqe_blk_loads_latch_gen[5].stqe_blk_loads_latch | tri_rlmreg_p__parameterized37_3096 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| stqe_blk_loads_latch_gen.stqe_blk_loads_latch_gen[6].stqe_blk_loads_latch | tri_rlmreg_p__parameterized37_3097 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| stqe_blk_loads_latch_gen.stqe_blk_loads_latch_gen[7].stqe_blk_loads_latch | tri_rlmreg_p__parameterized37_3098 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| stqe_blk_loads_latch_gen.stqe_blk_loads_latch_gen[8].stqe_blk_loads_latch | tri_rlmreg_p__parameterized37_3099 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| stqe_blk_loads_latch_gen.stqe_blk_loads_latch_gen[9].stqe_blk_loads_latch | tri_rlmreg_p__parameterized37_3100 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| stqe_compl_rcvd_latch | tri_rlmreg_p__parameterized227_3101 | 12 | 12 | 0 | 0 | 12 | 0 | 0 | 0 | +| stqe_data_nxt_latch | tri_rlmreg_p__parameterized227_3102 | 6 | 6 | 0 | 0 | 12 | 0 | 0 | 0 | +| stqe_data_val_latch | tri_rlmreg_p__parameterized227_3103 | 64 | 64 | 0 | 0 | 12 | 0 | 0 | 0 | +| stqe_flushed_latch | tri_rlmreg_p__parameterized227_3104 | 216 | 216 | 0 | 0 | 12 | 0 | 0 | 0 | +| stqe_fwd_addr_val_latch | tri_rlmreg_p__parameterized227_3105 | 50 | 50 | 0 | 0 | 12 | 0 | 0 | 0 | +| stqe_have_cp_next_latch | tri_rlmreg_p__parameterized227_3106 | 9 | 9 | 0 | 0 | 12 | 0 | 0 | 0 | +| stqe_illeg_lswx_latch | tri_rlmreg_p__parameterized227_3107 | 0 | 0 | 0 | 0 | 12 | 0 | 0 | 0 | +| stqe_need_ready_ptr_latch | tri_rlmreg_p__parameterized267_3108 | 128 | 128 | 0 | 0 | 12 | 0 | 0 | 0 | +| stqe_odq_resolved_latch | tri_rlmreg_p__parameterized227_3109 | 2 | 2 | 0 | 0 | 12 | 0 | 0 | 0 | +| stqe_ready_sent_latch | tri_rlmreg_p__parameterized227_3110 | 13 | 13 | 0 | 0 | 12 | 0 | 0 | 0 | +| stqe_strg_noop_latch | tri_rlmreg_p__parameterized227_3111 | 0 | 0 | 0 | 0 | 12 | 0 | 0 | 0 | +| thrd_held_latch | tri_rlmreg_p__parameterized37_3112 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl15.stqe_lmqhit_latch_gen[0].stqe_lmqhit_latch | tri_rlmreg_p__parameterized12_3113 | 3 | 3 | 0 | 0 | 8 | 0 | 0 | 0 | +| xhdl15.stqe_lmqhit_latch_gen[10].stqe_lmqhit_latch | tri_rlmreg_p__parameterized12_3114 | 4 | 4 | 0 | 0 | 8 | 0 | 0 | 0 | +| xhdl15.stqe_lmqhit_latch_gen[11].stqe_lmqhit_latch | tri_rlmreg_p__parameterized12_3115 | 5 | 5 | 0 | 0 | 8 | 0 | 0 | 0 | +| xhdl15.stqe_lmqhit_latch_gen[1].stqe_lmqhit_latch | tri_rlmreg_p__parameterized12_3116 | 14 | 14 | 0 | 0 | 8 | 0 | 0 | 0 | +| xhdl15.stqe_lmqhit_latch_gen[2].stqe_lmqhit_latch | tri_rlmreg_p__parameterized12_3117 | 11 | 11 | 0 | 0 | 8 | 0 | 0 | 0 | +| xhdl15.stqe_lmqhit_latch_gen[3].stqe_lmqhit_latch | tri_rlmreg_p__parameterized12_3118 | 13 | 13 | 0 | 0 | 8 | 0 | 0 | 0 | +| xhdl15.stqe_lmqhit_latch_gen[4].stqe_lmqhit_latch | tri_rlmreg_p__parameterized12_3119 | 12 | 12 | 0 | 0 | 8 | 0 | 0 | 0 | +| xhdl15.stqe_lmqhit_latch_gen[5].stqe_lmqhit_latch | tri_rlmreg_p__parameterized12_3120 | 13 | 13 | 0 | 0 | 8 | 0 | 0 | 0 | +| xhdl15.stqe_lmqhit_latch_gen[6].stqe_lmqhit_latch | tri_rlmreg_p__parameterized12_3121 | 13 | 13 | 0 | 0 | 8 | 0 | 0 | 0 | +| xhdl15.stqe_lmqhit_latch_gen[7].stqe_lmqhit_latch | tri_rlmreg_p__parameterized12_3122 | 13 | 13 | 0 | 0 | 8 | 0 | 0 | 0 | +| xhdl15.stqe_lmqhit_latch_gen[8].stqe_lmqhit_latch | tri_rlmreg_p__parameterized12_3123 | 14 | 14 | 0 | 0 | 8 | 0 | 0 | 0 | +| xhdl15.stqe_lmqhit_latch_gen[9].stqe_lmqhit_latch | tri_rlmreg_p__parameterized12_3124 | 6 | 6 | 0 | 0 | 8 | 0 | 0 | 0 | +| xhdl16.stqe_need_ext_ack_latch_gen[0].stqe_need_ext_ack_latch | tri_rlmreg_p__parameterized37_3125 | 11 | 11 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl16.stqe_need_ext_ack_latch_gen[10].stqe_need_ext_ack_latch | tri_rlmreg_p__parameterized37_3126 | 5 | 5 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl16.stqe_need_ext_ack_latch_gen[11].stqe_need_ext_ack_latch | tri_rlmreg_p__parameterized37_3127 | 8 | 8 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl16.stqe_need_ext_ack_latch_gen[1].stqe_need_ext_ack_latch | tri_rlmreg_p__parameterized37_3128 | 9 | 9 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl16.stqe_need_ext_ack_latch_gen[2].stqe_need_ext_ack_latch | tri_rlmreg_p__parameterized37_3129 | 14 | 14 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl16.stqe_need_ext_ack_latch_gen[3].stqe_need_ext_ack_latch | tri_rlmreg_p__parameterized37_3130 | 4 | 4 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl16.stqe_need_ext_ack_latch_gen[4].stqe_need_ext_ack_latch | tri_rlmreg_p__parameterized37_3131 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl16.stqe_need_ext_ack_latch_gen[5].stqe_need_ext_ack_latch | tri_rlmreg_p__parameterized37_3132 | 13 | 13 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl16.stqe_need_ext_ack_latch_gen[6].stqe_need_ext_ack_latch | tri_rlmreg_p__parameterized37_3133 | 3 | 3 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl16.stqe_need_ext_ack_latch_gen[7].stqe_need_ext_ack_latch | tri_rlmreg_p__parameterized37_3134 | 10 | 10 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl16.stqe_need_ext_ack_latch_gen[8].stqe_need_ext_ack_latch | tri_rlmreg_p__parameterized37_3135 | 7 | 7 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl16.stqe_need_ext_ack_latch_gen[9].stqe_need_ext_ack_latch | tri_rlmreg_p__parameterized37_3136 | 5 | 5 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl17.stqe_itag_latch_gen[0].stqe_itag_latch | tri_rlmreg_p__parameterized13_3137 | 9 | 9 | 0 | 0 | 7 | 0 | 0 | 0 | +| xhdl17.stqe_itag_latch_gen[10].stqe_itag_latch | tri_rlmreg_p__parameterized13_3138 | 15 | 15 | 0 | 0 | 7 | 0 | 0 | 0 | +| xhdl17.stqe_itag_latch_gen[11].stqe_itag_latch | tri_rlmreg_p__parameterized13_3139 | 17 | 17 | 0 | 0 | 7 | 0 | 0 | 0 | +| xhdl17.stqe_itag_latch_gen[1].stqe_itag_latch | tri_rlmreg_p__parameterized13_3140 | 18 | 18 | 0 | 0 | 7 | 0 | 0 | 0 | +| xhdl17.stqe_itag_latch_gen[2].stqe_itag_latch | tri_rlmreg_p__parameterized13_3141 | 15 | 15 | 0 | 0 | 7 | 0 | 0 | 0 | +| xhdl17.stqe_itag_latch_gen[3].stqe_itag_latch | tri_rlmreg_p__parameterized13_3142 | 13 | 13 | 0 | 0 | 7 | 0 | 0 | 0 | +| xhdl17.stqe_itag_latch_gen[4].stqe_itag_latch | tri_rlmreg_p__parameterized13_3143 | 11 | 11 | 0 | 0 | 7 | 0 | 0 | 0 | +| xhdl17.stqe_itag_latch_gen[5].stqe_itag_latch | tri_rlmreg_p__parameterized13_3144 | 8 | 8 | 0 | 0 | 7 | 0 | 0 | 0 | +| xhdl17.stqe_itag_latch_gen[6].stqe_itag_latch | tri_rlmreg_p__parameterized13_3145 | 11 | 11 | 0 | 0 | 7 | 0 | 0 | 0 | +| xhdl17.stqe_itag_latch_gen[7].stqe_itag_latch | tri_rlmreg_p__parameterized13_3146 | 6 | 6 | 0 | 0 | 7 | 0 | 0 | 0 | +| xhdl17.stqe_itag_latch_gen[8].stqe_itag_latch | tri_rlmreg_p__parameterized13_3147 | 7 | 7 | 0 | 0 | 7 | 0 | 0 | 0 | +| xhdl17.stqe_itag_latch_gen[9].stqe_itag_latch | tri_rlmreg_p__parameterized13_3148 | 4 | 4 | 0 | 0 | 7 | 0 | 0 | 0 | +| xhdl18.stqe_addr_latch_gen[0].stqe_addr_latch | tri_rlmreg_p__parameterized219_3149 | 84 | 84 | 0 | 0 | 42 | 0 | 0 | 0 | +| xhdl18.stqe_addr_latch_gen[10].stqe_addr_latch | tri_rlmreg_p__parameterized219_3150 | 29 | 29 | 0 | 0 | 42 | 0 | 0 | 0 | +| xhdl18.stqe_addr_latch_gen[11].stqe_addr_latch | tri_rlmreg_p__parameterized219_3151 | 20 | 20 | 0 | 0 | 42 | 0 | 0 | 0 | +| xhdl18.stqe_addr_latch_gen[1].stqe_addr_latch | tri_rlmreg_p__parameterized219_3152 | 72 | 72 | 0 | 0 | 42 | 0 | 0 | 0 | +| xhdl18.stqe_addr_latch_gen[2].stqe_addr_latch | tri_rlmreg_p__parameterized219_3153 | 57 | 57 | 0 | 0 | 42 | 0 | 0 | 0 | +| xhdl18.stqe_addr_latch_gen[3].stqe_addr_latch | tri_rlmreg_p__parameterized219_3154 | 48 | 48 | 0 | 0 | 42 | 0 | 0 | 0 | +| xhdl18.stqe_addr_latch_gen[4].stqe_addr_latch | tri_rlmreg_p__parameterized219_3155 | 31 | 31 | 0 | 0 | 42 | 0 | 0 | 0 | +| xhdl18.stqe_addr_latch_gen[5].stqe_addr_latch | tri_rlmreg_p__parameterized219_3156 | 28 | 28 | 0 | 0 | 42 | 0 | 0 | 0 | +| xhdl18.stqe_addr_latch_gen[6].stqe_addr_latch | tri_rlmreg_p__parameterized219_3157 | 28 | 28 | 0 | 0 | 42 | 0 | 0 | 0 | +| xhdl18.stqe_addr_latch_gen[7].stqe_addr_latch | tri_rlmreg_p__parameterized219_3158 | 29 | 29 | 0 | 0 | 42 | 0 | 0 | 0 | +| xhdl18.stqe_addr_latch_gen[8].stqe_addr_latch | tri_rlmreg_p__parameterized219_3159 | 29 | 29 | 0 | 0 | 42 | 0 | 0 | 0 | +| xhdl18.stqe_addr_latch_gen[9].stqe_addr_latch | tri_rlmreg_p__parameterized219_3160 | 28 | 28 | 0 | 0 | 42 | 0 | 0 | 0 | +| xhdl19.stqe_rotcmp_latch_gen[0].stqe_rotcmp_latch | tri_rlmreg_p__parameterized3_3161 | 8 | 8 | 0 | 0 | 16 | 0 | 0 | 0 | +| xhdl19.stqe_rotcmp_latch_gen[10].stqe_rotcmp_latch | tri_rlmreg_p__parameterized3_3162 | 9 | 9 | 0 | 0 | 16 | 0 | 0 | 0 | +| xhdl19.stqe_rotcmp_latch_gen[11].stqe_rotcmp_latch | tri_rlmreg_p__parameterized3_3163 | 9 | 9 | 0 | 0 | 16 | 0 | 0 | 0 | +| xhdl19.stqe_rotcmp_latch_gen[1].stqe_rotcmp_latch | tri_rlmreg_p__parameterized3_3164 | 0 | 0 | 0 | 0 | 16 | 0 | 0 | 0 | +| xhdl19.stqe_rotcmp_latch_gen[2].stqe_rotcmp_latch | tri_rlmreg_p__parameterized3_3165 | 0 | 0 | 0 | 0 | 16 | 0 | 0 | 0 | +| xhdl19.stqe_rotcmp_latch_gen[3].stqe_rotcmp_latch | tri_rlmreg_p__parameterized3_3166 | 9 | 9 | 0 | 0 | 16 | 0 | 0 | 0 | +| xhdl19.stqe_rotcmp_latch_gen[4].stqe_rotcmp_latch | tri_rlmreg_p__parameterized3_3167 | 9 | 9 | 0 | 0 | 16 | 0 | 0 | 0 | +| xhdl19.stqe_rotcmp_latch_gen[5].stqe_rotcmp_latch | tri_rlmreg_p__parameterized3_3168 | 9 | 9 | 0 | 0 | 16 | 0 | 0 | 0 | +| xhdl19.stqe_rotcmp_latch_gen[6].stqe_rotcmp_latch | tri_rlmreg_p__parameterized3_3169 | 9 | 9 | 0 | 0 | 16 | 0 | 0 | 0 | +| xhdl19.stqe_rotcmp_latch_gen[7].stqe_rotcmp_latch | tri_rlmreg_p__parameterized3_3170 | 9 | 9 | 0 | 0 | 16 | 0 | 0 | 0 | +| xhdl19.stqe_rotcmp_latch_gen[8].stqe_rotcmp_latch | tri_rlmreg_p__parameterized3_3171 | 9 | 9 | 0 | 0 | 16 | 0 | 0 | 0 | +| xhdl19.stqe_rotcmp_latch_gen[9].stqe_rotcmp_latch | tri_rlmreg_p__parameterized3_3172 | 9 | 9 | 0 | 0 | 16 | 0 | 0 | 0 | +| xhdl20.stqe_cline_chk_latch_gen[0].stqe_cline_chk_latch | tri_rlmreg_p__parameterized37_3173 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl20.stqe_cline_chk_latch_gen[10].stqe_cline_chk_latch | tri_rlmreg_p__parameterized37_3174 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl20.stqe_cline_chk_latch_gen[11].stqe_cline_chk_latch | tri_rlmreg_p__parameterized37_3175 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl20.stqe_cline_chk_latch_gen[1].stqe_cline_chk_latch | tri_rlmreg_p__parameterized37_3176 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl20.stqe_cline_chk_latch_gen[2].stqe_cline_chk_latch | tri_rlmreg_p__parameterized37_3177 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl20.stqe_cline_chk_latch_gen[3].stqe_cline_chk_latch | tri_rlmreg_p__parameterized37_3178 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl20.stqe_cline_chk_latch_gen[4].stqe_cline_chk_latch | tri_rlmreg_p__parameterized37_3179 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl20.stqe_cline_chk_latch_gen[5].stqe_cline_chk_latch | tri_rlmreg_p__parameterized37_3180 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl20.stqe_cline_chk_latch_gen[6].stqe_cline_chk_latch | tri_rlmreg_p__parameterized37_3181 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl20.stqe_cline_chk_latch_gen[7].stqe_cline_chk_latch | tri_rlmreg_p__parameterized37_3182 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl20.stqe_cline_chk_latch_gen[8].stqe_cline_chk_latch | tri_rlmreg_p__parameterized37_3183 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl20.stqe_cline_chk_latch_gen[9].stqe_cline_chk_latch | tri_rlmreg_p__parameterized37_3184 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl21.stqe_ttype_latch_gen[0].stqe_ttype_latch | tri_rlmreg_p__parameterized0_3185 | 2 | 2 | 0 | 0 | 6 | 0 | 0 | 0 | +| xhdl21.stqe_ttype_latch_gen[10].stqe_ttype_latch | tri_rlmreg_p__parameterized0_3186 | 0 | 0 | 0 | 0 | 6 | 0 | 0 | 0 | +| xhdl21.stqe_ttype_latch_gen[11].stqe_ttype_latch | tri_rlmreg_p__parameterized0_3187 | 6 | 6 | 0 | 0 | 6 | 0 | 0 | 0 | +| xhdl21.stqe_ttype_latch_gen[1].stqe_ttype_latch | tri_rlmreg_p__parameterized0_3188 | 0 | 0 | 0 | 0 | 6 | 0 | 0 | 0 | +| xhdl21.stqe_ttype_latch_gen[2].stqe_ttype_latch | tri_rlmreg_p__parameterized0_3189 | 1 | 1 | 0 | 0 | 6 | 0 | 0 | 0 | +| xhdl21.stqe_ttype_latch_gen[3].stqe_ttype_latch | tri_rlmreg_p__parameterized0_3190 | 0 | 0 | 0 | 0 | 6 | 0 | 0 | 0 | +| xhdl21.stqe_ttype_latch_gen[4].stqe_ttype_latch | tri_rlmreg_p__parameterized0_3191 | 1 | 1 | 0 | 0 | 6 | 0 | 0 | 0 | +| xhdl21.stqe_ttype_latch_gen[5].stqe_ttype_latch | tri_rlmreg_p__parameterized0_3192 | 1 | 1 | 0 | 0 | 6 | 0 | 0 | 0 | +| xhdl21.stqe_ttype_latch_gen[6].stqe_ttype_latch | tri_rlmreg_p__parameterized0_3193 | 1 | 1 | 0 | 0 | 6 | 0 | 0 | 0 | +| xhdl21.stqe_ttype_latch_gen[7].stqe_ttype_latch | tri_rlmreg_p__parameterized0_3194 | 2 | 2 | 0 | 0 | 6 | 0 | 0 | 0 | +| xhdl21.stqe_ttype_latch_gen[8].stqe_ttype_latch | tri_rlmreg_p__parameterized0_3195 | 2 | 2 | 0 | 0 | 6 | 0 | 0 | 0 | +| xhdl21.stqe_ttype_latch_gen[9].stqe_ttype_latch | tri_rlmreg_p__parameterized0_3196 | 0 | 0 | 0 | 0 | 6 | 0 | 0 | 0 | +| xhdl22.stqe_byte_en_latch_gen[0].stqe_byte_en_latch | tri_rlmreg_p__parameterized3_3197 | 24 | 24 | 0 | 0 | 16 | 0 | 0 | 0 | +| xhdl22.stqe_byte_en_latch_gen[10].stqe_byte_en_latch | tri_rlmreg_p__parameterized3_3198 | 26 | 26 | 0 | 0 | 16 | 0 | 0 | 0 | +| xhdl22.stqe_byte_en_latch_gen[11].stqe_byte_en_latch | tri_rlmreg_p__parameterized3_3199 | 16 | 16 | 0 | 0 | 16 | 0 | 0 | 0 | +| xhdl22.stqe_byte_en_latch_gen[1].stqe_byte_en_latch | tri_rlmreg_p__parameterized3_3200 | 19 | 19 | 0 | 0 | 16 | 0 | 0 | 0 | +| xhdl22.stqe_byte_en_latch_gen[2].stqe_byte_en_latch | tri_rlmreg_p__parameterized3_3201 | 19 | 19 | 0 | 0 | 16 | 0 | 0 | 0 | +| xhdl22.stqe_byte_en_latch_gen[3].stqe_byte_en_latch | tri_rlmreg_p__parameterized3_3202 | 35 | 35 | 0 | 0 | 16 | 0 | 0 | 0 | +| xhdl22.stqe_byte_en_latch_gen[4].stqe_byte_en_latch | tri_rlmreg_p__parameterized3_3203 | 25 | 25 | 0 | 0 | 16 | 0 | 0 | 0 | +| xhdl22.stqe_byte_en_latch_gen[5].stqe_byte_en_latch | tri_rlmreg_p__parameterized3_3204 | 26 | 26 | 0 | 0 | 16 | 0 | 0 | 0 | +| xhdl22.stqe_byte_en_latch_gen[6].stqe_byte_en_latch | tri_rlmreg_p__parameterized3_3205 | 25 | 25 | 0 | 0 | 16 | 0 | 0 | 0 | +| xhdl22.stqe_byte_en_latch_gen[7].stqe_byte_en_latch | tri_rlmreg_p__parameterized3_3206 | 26 | 26 | 0 | 0 | 16 | 0 | 0 | 0 | +| xhdl22.stqe_byte_en_latch_gen[8].stqe_byte_en_latch | tri_rlmreg_p__parameterized3_3207 | 26 | 26 | 0 | 0 | 16 | 0 | 0 | 0 | +| xhdl22.stqe_byte_en_latch_gen[9].stqe_byte_en_latch | tri_rlmreg_p__parameterized3_3208 | 27 | 27 | 0 | 0 | 16 | 0 | 0 | 0 | +| xhdl23.stqe_wimge_latch_gen[0].stqe_wimge_latch | tri_rlmreg_p__parameterized4_3209 | 0 | 0 | 0 | 0 | 2 | 0 | 0 | 0 | +| xhdl23.stqe_wimge_latch_gen[10].stqe_wimge_latch | tri_rlmreg_p__parameterized4_3210 | 0 | 0 | 0 | 0 | 2 | 0 | 0 | 0 | +| xhdl23.stqe_wimge_latch_gen[11].stqe_wimge_latch | tri_rlmreg_p__parameterized4_3211 | 2 | 2 | 0 | 0 | 2 | 0 | 0 | 0 | +| xhdl23.stqe_wimge_latch_gen[1].stqe_wimge_latch | tri_rlmreg_p__parameterized4_3212 | 1 | 1 | 0 | 0 | 2 | 0 | 0 | 0 | +| xhdl23.stqe_wimge_latch_gen[2].stqe_wimge_latch | tri_rlmreg_p__parameterized4_3213 | 0 | 0 | 0 | 0 | 2 | 0 | 0 | 0 | +| xhdl23.stqe_wimge_latch_gen[3].stqe_wimge_latch | tri_rlmreg_p__parameterized4_3214 | 0 | 0 | 0 | 0 | 2 | 0 | 0 | 0 | +| xhdl23.stqe_wimge_latch_gen[4].stqe_wimge_latch | tri_rlmreg_p__parameterized4_3215 | 0 | 0 | 0 | 0 | 2 | 0 | 0 | 0 | +| xhdl23.stqe_wimge_latch_gen[5].stqe_wimge_latch | tri_rlmreg_p__parameterized4_3216 | 2 | 2 | 0 | 0 | 2 | 0 | 0 | 0 | +| xhdl23.stqe_wimge_latch_gen[6].stqe_wimge_latch | tri_rlmreg_p__parameterized4_3217 | 1 | 1 | 0 | 0 | 2 | 0 | 0 | 0 | +| xhdl23.stqe_wimge_latch_gen[7].stqe_wimge_latch | tri_rlmreg_p__parameterized4_3218 | 0 | 0 | 0 | 0 | 2 | 0 | 0 | 0 | +| xhdl23.stqe_wimge_latch_gen[8].stqe_wimge_latch | tri_rlmreg_p__parameterized4_3219 | 1 | 1 | 0 | 0 | 2 | 0 | 0 | 0 | +| xhdl23.stqe_wimge_latch_gen[9].stqe_wimge_latch | tri_rlmreg_p__parameterized4_3220 | 0 | 0 | 0 | 0 | 2 | 0 | 0 | 0 | +| xhdl24.stqe_byte_swap_latch_gen[0].stqe_byte_swap_latch | tri_rlmreg_p__parameterized37_3221 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl24.stqe_byte_swap_latch_gen[10].stqe_byte_swap_latch | tri_rlmreg_p__parameterized37_3222 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl24.stqe_byte_swap_latch_gen[11].stqe_byte_swap_latch | tri_rlmreg_p__parameterized37_3223 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl24.stqe_byte_swap_latch_gen[1].stqe_byte_swap_latch | tri_rlmreg_p__parameterized37_3224 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl24.stqe_byte_swap_latch_gen[2].stqe_byte_swap_latch | tri_rlmreg_p__parameterized37_3225 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl24.stqe_byte_swap_latch_gen[3].stqe_byte_swap_latch | tri_rlmreg_p__parameterized37_3226 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl24.stqe_byte_swap_latch_gen[4].stqe_byte_swap_latch | tri_rlmreg_p__parameterized37_3227 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl24.stqe_byte_swap_latch_gen[5].stqe_byte_swap_latch | tri_rlmreg_p__parameterized37_3228 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl24.stqe_byte_swap_latch_gen[6].stqe_byte_swap_latch | tri_rlmreg_p__parameterized37_3229 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl24.stqe_byte_swap_latch_gen[7].stqe_byte_swap_latch | tri_rlmreg_p__parameterized37_3230 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl24.stqe_byte_swap_latch_gen[8].stqe_byte_swap_latch | tri_rlmreg_p__parameterized37_3231 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl24.stqe_byte_swap_latch_gen[9].stqe_byte_swap_latch | tri_rlmreg_p__parameterized37_3232 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl25.stqe_opsize_latch_gen[0].stqe_opsize_latch | tri_rlmreg_p__parameterized5_3233 | 15 | 15 | 0 | 0 | 3 | 0 | 0 | 0 | +| xhdl25.stqe_opsize_latch_gen[10].stqe_opsize_latch | tri_rlmreg_p__parameterized5_3234 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| xhdl25.stqe_opsize_latch_gen[11].stqe_opsize_latch | tri_rlmreg_p__parameterized5_3235 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| xhdl25.stqe_opsize_latch_gen[1].stqe_opsize_latch | tri_rlmreg_p__parameterized5_3236 | 23 | 23 | 0 | 0 | 3 | 0 | 0 | 0 | +| xhdl25.stqe_opsize_latch_gen[2].stqe_opsize_latch | tri_rlmreg_p__parameterized5_3237 | 16 | 16 | 0 | 0 | 3 | 0 | 0 | 0 | +| xhdl25.stqe_opsize_latch_gen[3].stqe_opsize_latch | tri_rlmreg_p__parameterized5_3238 | 12 | 12 | 0 | 0 | 3 | 0 | 0 | 0 | +| xhdl25.stqe_opsize_latch_gen[4].stqe_opsize_latch | tri_rlmreg_p__parameterized5_3239 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| xhdl25.stqe_opsize_latch_gen[5].stqe_opsize_latch | tri_rlmreg_p__parameterized5_3240 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| xhdl25.stqe_opsize_latch_gen[6].stqe_opsize_latch | tri_rlmreg_p__parameterized5_3241 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| xhdl25.stqe_opsize_latch_gen[7].stqe_opsize_latch | tri_rlmreg_p__parameterized5_3242 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| xhdl25.stqe_opsize_latch_gen[8].stqe_opsize_latch | tri_rlmreg_p__parameterized5_3243 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| xhdl25.stqe_opsize_latch_gen[9].stqe_opsize_latch | tri_rlmreg_p__parameterized5_3244 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| xhdl26.stqe_axu_val_latch_gen[0].stqe_axu_val_latch | tri_rlmreg_p__parameterized37_3245 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl26.stqe_axu_val_latch_gen[10].stqe_axu_val_latch | tri_rlmreg_p__parameterized37_3246 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl26.stqe_axu_val_latch_gen[11].stqe_axu_val_latch | tri_rlmreg_p__parameterized37_3247 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl26.stqe_axu_val_latch_gen[1].stqe_axu_val_latch | tri_rlmreg_p__parameterized37_3248 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl26.stqe_axu_val_latch_gen[2].stqe_axu_val_latch | tri_rlmreg_p__parameterized37_3249 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl26.stqe_axu_val_latch_gen[3].stqe_axu_val_latch | tri_rlmreg_p__parameterized37_3250 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl26.stqe_axu_val_latch_gen[4].stqe_axu_val_latch | tri_rlmreg_p__parameterized37_3251 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl26.stqe_axu_val_latch_gen[5].stqe_axu_val_latch | tri_rlmreg_p__parameterized37_3252 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl26.stqe_axu_val_latch_gen[6].stqe_axu_val_latch | tri_rlmreg_p__parameterized37_3253 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl26.stqe_axu_val_latch_gen[7].stqe_axu_val_latch | tri_rlmreg_p__parameterized37_3254 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl26.stqe_axu_val_latch_gen[8].stqe_axu_val_latch | tri_rlmreg_p__parameterized37_3255 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl26.stqe_axu_val_latch_gen[9].stqe_axu_val_latch | tri_rlmreg_p__parameterized37_3256 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl27.stqe_epid_val_latch_gen[0].stqe_epid_val_latch | tri_rlmreg_p__parameterized37_3257 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl27.stqe_epid_val_latch_gen[10].stqe_epid_val_latch | tri_rlmreg_p__parameterized37_3258 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl27.stqe_epid_val_latch_gen[11].stqe_epid_val_latch | tri_rlmreg_p__parameterized37_3259 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl27.stqe_epid_val_latch_gen[1].stqe_epid_val_latch | tri_rlmreg_p__parameterized37_3260 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl27.stqe_epid_val_latch_gen[2].stqe_epid_val_latch | tri_rlmreg_p__parameterized37_3261 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl27.stqe_epid_val_latch_gen[3].stqe_epid_val_latch | tri_rlmreg_p__parameterized37_3262 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl27.stqe_epid_val_latch_gen[4].stqe_epid_val_latch | tri_rlmreg_p__parameterized37_3263 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl27.stqe_epid_val_latch_gen[5].stqe_epid_val_latch | tri_rlmreg_p__parameterized37_3264 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl27.stqe_epid_val_latch_gen[6].stqe_epid_val_latch | tri_rlmreg_p__parameterized37_3265 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl27.stqe_epid_val_latch_gen[7].stqe_epid_val_latch | tri_rlmreg_p__parameterized37_3266 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl27.stqe_epid_val_latch_gen[8].stqe_epid_val_latch | tri_rlmreg_p__parameterized37_3267 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl27.stqe_epid_val_latch_gen[9].stqe_epid_val_latch | tri_rlmreg_p__parameterized37_3268 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl29.stqe_is_store_latch_gen[0].stqe_is_store_latch | tri_rlmreg_p__parameterized37_3269 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl29.stqe_is_store_latch_gen[10].stqe_is_store_latch | tri_rlmreg_p__parameterized37_3270 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl29.stqe_is_store_latch_gen[11].stqe_is_store_latch | tri_rlmreg_p__parameterized37_3271 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl29.stqe_is_store_latch_gen[1].stqe_is_store_latch | tri_rlmreg_p__parameterized37_3272 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl29.stqe_is_store_latch_gen[2].stqe_is_store_latch | tri_rlmreg_p__parameterized37_3273 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl29.stqe_is_store_latch_gen[3].stqe_is_store_latch | tri_rlmreg_p__parameterized37_3274 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl29.stqe_is_store_latch_gen[4].stqe_is_store_latch | tri_rlmreg_p__parameterized37_3275 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl29.stqe_is_store_latch_gen[5].stqe_is_store_latch | tri_rlmreg_p__parameterized37_3276 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl29.stqe_is_store_latch_gen[6].stqe_is_store_latch | tri_rlmreg_p__parameterized37_3277 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl29.stqe_is_store_latch_gen[7].stqe_is_store_latch | tri_rlmreg_p__parameterized37_3278 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl29.stqe_is_store_latch_gen[8].stqe_is_store_latch | tri_rlmreg_p__parameterized37_3279 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl29.stqe_is_store_latch_gen[9].stqe_is_store_latch | tri_rlmreg_p__parameterized37_3280 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl30.stqe_is_sync_latch_gen[0].stqe_is_sync_latch | tri_rlmreg_p__parameterized37_3281 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl30.stqe_is_sync_latch_gen[10].stqe_is_sync_latch | tri_rlmreg_p__parameterized37_3282 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl30.stqe_is_sync_latch_gen[11].stqe_is_sync_latch | tri_rlmreg_p__parameterized37_3283 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl30.stqe_is_sync_latch_gen[1].stqe_is_sync_latch | tri_rlmreg_p__parameterized37_3284 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl30.stqe_is_sync_latch_gen[2].stqe_is_sync_latch | tri_rlmreg_p__parameterized37_3285 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl30.stqe_is_sync_latch_gen[3].stqe_is_sync_latch | tri_rlmreg_p__parameterized37_3286 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl30.stqe_is_sync_latch_gen[4].stqe_is_sync_latch | tri_rlmreg_p__parameterized37_3287 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl30.stqe_is_sync_latch_gen[5].stqe_is_sync_latch | tri_rlmreg_p__parameterized37_3288 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl30.stqe_is_sync_latch_gen[6].stqe_is_sync_latch | tri_rlmreg_p__parameterized37_3289 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl30.stqe_is_sync_latch_gen[7].stqe_is_sync_latch | tri_rlmreg_p__parameterized37_3290 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl30.stqe_is_sync_latch_gen[8].stqe_is_sync_latch | tri_rlmreg_p__parameterized37_3291 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl30.stqe_is_sync_latch_gen[9].stqe_is_sync_latch | tri_rlmreg_p__parameterized37_3292 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl31.stqe_is_resv_latch_gen[0].stqe_is_resv_latch | tri_rlmreg_p__parameterized37_3293 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl31.stqe_is_resv_latch_gen[10].stqe_is_resv_latch | tri_rlmreg_p__parameterized37_3294 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl31.stqe_is_resv_latch_gen[11].stqe_is_resv_latch | tri_rlmreg_p__parameterized37_3295 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl31.stqe_is_resv_latch_gen[1].stqe_is_resv_latch | tri_rlmreg_p__parameterized37_3296 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl31.stqe_is_resv_latch_gen[2].stqe_is_resv_latch | tri_rlmreg_p__parameterized37_3297 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl31.stqe_is_resv_latch_gen[3].stqe_is_resv_latch | tri_rlmreg_p__parameterized37_3298 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl31.stqe_is_resv_latch_gen[4].stqe_is_resv_latch | tri_rlmreg_p__parameterized37_3299 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl31.stqe_is_resv_latch_gen[5].stqe_is_resv_latch | tri_rlmreg_p__parameterized37_3300 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl31.stqe_is_resv_latch_gen[6].stqe_is_resv_latch | tri_rlmreg_p__parameterized37_3301 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl31.stqe_is_resv_latch_gen[7].stqe_is_resv_latch | tri_rlmreg_p__parameterized37_3302 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl31.stqe_is_resv_latch_gen[8].stqe_is_resv_latch | tri_rlmreg_p__parameterized37_3303 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl31.stqe_is_resv_latch_gen[9].stqe_is_resv_latch | tri_rlmreg_p__parameterized37_3304 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl33.stqe_is_icbi_latch_gen[0].stqe_is_icbi_latch | tri_rlmreg_p__parameterized37_3305 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl33.stqe_is_icbi_latch_gen[10].stqe_is_icbi_latch | tri_rlmreg_p__parameterized37_3306 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl33.stqe_is_icbi_latch_gen[11].stqe_is_icbi_latch | tri_rlmreg_p__parameterized37_3307 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl33.stqe_is_icbi_latch_gen[1].stqe_is_icbi_latch | tri_rlmreg_p__parameterized37_3308 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl33.stqe_is_icbi_latch_gen[2].stqe_is_icbi_latch | tri_rlmreg_p__parameterized37_3309 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl33.stqe_is_icbi_latch_gen[3].stqe_is_icbi_latch | tri_rlmreg_p__parameterized37_3310 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl33.stqe_is_icbi_latch_gen[4].stqe_is_icbi_latch | tri_rlmreg_p__parameterized37_3311 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl33.stqe_is_icbi_latch_gen[5].stqe_is_icbi_latch | tri_rlmreg_p__parameterized37_3312 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl33.stqe_is_icbi_latch_gen[6].stqe_is_icbi_latch | tri_rlmreg_p__parameterized37_3313 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl33.stqe_is_icbi_latch_gen[7].stqe_is_icbi_latch | tri_rlmreg_p__parameterized37_3314 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl33.stqe_is_icbi_latch_gen[8].stqe_is_icbi_latch | tri_rlmreg_p__parameterized37_3315 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl33.stqe_is_icbi_latch_gen[9].stqe_is_icbi_latch | tri_rlmreg_p__parameterized37_3316 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl34.stqe_is_inval_op_latch_gen[0].stqe_is_inval_op_latch | tri_rlmreg_p__parameterized37_3317 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl34.stqe_is_inval_op_latch_gen[10].stqe_is_inval_op_latch | tri_rlmreg_p__parameterized37_3318 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl34.stqe_is_inval_op_latch_gen[11].stqe_is_inval_op_latch | tri_rlmreg_p__parameterized37_3319 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl34.stqe_is_inval_op_latch_gen[1].stqe_is_inval_op_latch | tri_rlmreg_p__parameterized37_3320 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl34.stqe_is_inval_op_latch_gen[2].stqe_is_inval_op_latch | tri_rlmreg_p__parameterized37_3321 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl34.stqe_is_inval_op_latch_gen[3].stqe_is_inval_op_latch | tri_rlmreg_p__parameterized37_3322 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl34.stqe_is_inval_op_latch_gen[4].stqe_is_inval_op_latch | tri_rlmreg_p__parameterized37_3323 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl34.stqe_is_inval_op_latch_gen[5].stqe_is_inval_op_latch | tri_rlmreg_p__parameterized37_3324 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl34.stqe_is_inval_op_latch_gen[6].stqe_is_inval_op_latch | tri_rlmreg_p__parameterized37_3325 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl34.stqe_is_inval_op_latch_gen[7].stqe_is_inval_op_latch | tri_rlmreg_p__parameterized37_3326 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl34.stqe_is_inval_op_latch_gen[8].stqe_is_inval_op_latch | tri_rlmreg_p__parameterized37_3327 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl34.stqe_is_inval_op_latch_gen[9].stqe_is_inval_op_latch | tri_rlmreg_p__parameterized37_3328 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl35.stqe_dreq_val_latch_gen[0].stqe_dreq_val_latch | tri_rlmreg_p__parameterized37_3329 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl35.stqe_dreq_val_latch_gen[10].stqe_dreq_val_latch | tri_rlmreg_p__parameterized37_3330 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl35.stqe_dreq_val_latch_gen[11].stqe_dreq_val_latch | tri_rlmreg_p__parameterized37_3331 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl35.stqe_dreq_val_latch_gen[1].stqe_dreq_val_latch | tri_rlmreg_p__parameterized37_3332 | 11 | 11 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl35.stqe_dreq_val_latch_gen[2].stqe_dreq_val_latch | tri_rlmreg_p__parameterized37_3333 | 3 | 3 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl35.stqe_dreq_val_latch_gen[3].stqe_dreq_val_latch | tri_rlmreg_p__parameterized37_3334 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl35.stqe_dreq_val_latch_gen[4].stqe_dreq_val_latch | tri_rlmreg_p__parameterized37_3335 | 10 | 10 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl35.stqe_dreq_val_latch_gen[5].stqe_dreq_val_latch | tri_rlmreg_p__parameterized37_3336 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl35.stqe_dreq_val_latch_gen[6].stqe_dreq_val_latch | tri_rlmreg_p__parameterized37_3337 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl35.stqe_dreq_val_latch_gen[7].stqe_dreq_val_latch | tri_rlmreg_p__parameterized37_3338 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl35.stqe_dreq_val_latch_gen[8].stqe_dreq_val_latch | tri_rlmreg_p__parameterized37_3339 | 3 | 3 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl35.stqe_dreq_val_latch_gen[9].stqe_dreq_val_latch | tri_rlmreg_p__parameterized37_3340 | 3 | 3 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl36.stqe_has_data_latch_gen[0].stqe_has_data_latch | tri_rlmreg_p__parameterized37_3341 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl36.stqe_has_data_latch_gen[10].stqe_has_data_latch | tri_rlmreg_p__parameterized37_3342 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl36.stqe_has_data_latch_gen[11].stqe_has_data_latch | tri_rlmreg_p__parameterized37_3343 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl36.stqe_has_data_latch_gen[1].stqe_has_data_latch | tri_rlmreg_p__parameterized37_3344 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl36.stqe_has_data_latch_gen[2].stqe_has_data_latch | tri_rlmreg_p__parameterized37_3345 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl36.stqe_has_data_latch_gen[3].stqe_has_data_latch | tri_rlmreg_p__parameterized37_3346 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl36.stqe_has_data_latch_gen[4].stqe_has_data_latch | tri_rlmreg_p__parameterized37_3347 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl36.stqe_has_data_latch_gen[5].stqe_has_data_latch | tri_rlmreg_p__parameterized37_3348 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl36.stqe_has_data_latch_gen[6].stqe_has_data_latch | tri_rlmreg_p__parameterized37_3349 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl36.stqe_has_data_latch_gen[7].stqe_has_data_latch | tri_rlmreg_p__parameterized37_3350 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl36.stqe_has_data_latch_gen[8].stqe_has_data_latch | tri_rlmreg_p__parameterized37_3351 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl36.stqe_has_data_latch_gen[9].stqe_has_data_latch | tri_rlmreg_p__parameterized37_3352 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl37.stqe_send_l2_latch_gen[0].stqe_send_l2_latch | tri_rlmreg_p__parameterized37_3353 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl37.stqe_send_l2_latch_gen[10].stqe_send_l2_latch | tri_rlmreg_p__parameterized37_3354 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl37.stqe_send_l2_latch_gen[11].stqe_send_l2_latch | tri_rlmreg_p__parameterized37_3355 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl37.stqe_send_l2_latch_gen[1].stqe_send_l2_latch | tri_rlmreg_p__parameterized37_3356 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl37.stqe_send_l2_latch_gen[2].stqe_send_l2_latch | tri_rlmreg_p__parameterized37_3357 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl37.stqe_send_l2_latch_gen[3].stqe_send_l2_latch | tri_rlmreg_p__parameterized37_3358 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl37.stqe_send_l2_latch_gen[4].stqe_send_l2_latch | tri_rlmreg_p__parameterized37_3359 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl37.stqe_send_l2_latch_gen[5].stqe_send_l2_latch | tri_rlmreg_p__parameterized37_3360 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl37.stqe_send_l2_latch_gen[6].stqe_send_l2_latch | tri_rlmreg_p__parameterized37_3361 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl37.stqe_send_l2_latch_gen[7].stqe_send_l2_latch | tri_rlmreg_p__parameterized37_3362 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl37.stqe_send_l2_latch_gen[8].stqe_send_l2_latch | tri_rlmreg_p__parameterized37_3363 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl37.stqe_send_l2_latch_gen[9].stqe_send_l2_latch | tri_rlmreg_p__parameterized37_3364 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl38.stqe_lock_clr_latch_gen[0].stqe_lock_clr_latch | tri_rlmreg_p__parameterized37_3365 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl38.stqe_lock_clr_latch_gen[10].stqe_lock_clr_latch | tri_rlmreg_p__parameterized37_3366 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl38.stqe_lock_clr_latch_gen[11].stqe_lock_clr_latch | tri_rlmreg_p__parameterized37_3367 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl38.stqe_lock_clr_latch_gen[1].stqe_lock_clr_latch | tri_rlmreg_p__parameterized37_3368 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl38.stqe_lock_clr_latch_gen[2].stqe_lock_clr_latch | tri_rlmreg_p__parameterized37_3369 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl38.stqe_lock_clr_latch_gen[3].stqe_lock_clr_latch | tri_rlmreg_p__parameterized37_3370 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl38.stqe_lock_clr_latch_gen[4].stqe_lock_clr_latch | tri_rlmreg_p__parameterized37_3371 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl38.stqe_lock_clr_latch_gen[5].stqe_lock_clr_latch | tri_rlmreg_p__parameterized37_3372 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl38.stqe_lock_clr_latch_gen[6].stqe_lock_clr_latch | tri_rlmreg_p__parameterized37_3373 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl38.stqe_lock_clr_latch_gen[7].stqe_lock_clr_latch | tri_rlmreg_p__parameterized37_3374 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl38.stqe_lock_clr_latch_gen[8].stqe_lock_clr_latch | tri_rlmreg_p__parameterized37_3375 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl38.stqe_lock_clr_latch_gen[9].stqe_lock_clr_latch | tri_rlmreg_p__parameterized37_3376 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl39.stqe_watch_clr_latch_gen[0].stqe_watch_clr_latch | tri_rlmreg_p__parameterized37_3377 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl39.stqe_watch_clr_latch_gen[10].stqe_watch_clr_latch | tri_rlmreg_p__parameterized37_3378 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl39.stqe_watch_clr_latch_gen[11].stqe_watch_clr_latch | tri_rlmreg_p__parameterized37_3379 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl39.stqe_watch_clr_latch_gen[1].stqe_watch_clr_latch | tri_rlmreg_p__parameterized37_3380 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl39.stqe_watch_clr_latch_gen[2].stqe_watch_clr_latch | tri_rlmreg_p__parameterized37_3381 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl39.stqe_watch_clr_latch_gen[3].stqe_watch_clr_latch | tri_rlmreg_p__parameterized37_3382 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl39.stqe_watch_clr_latch_gen[4].stqe_watch_clr_latch | tri_rlmreg_p__parameterized37_3383 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl39.stqe_watch_clr_latch_gen[5].stqe_watch_clr_latch | tri_rlmreg_p__parameterized37_3384 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl39.stqe_watch_clr_latch_gen[6].stqe_watch_clr_latch | tri_rlmreg_p__parameterized37_3385 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl39.stqe_watch_clr_latch_gen[7].stqe_watch_clr_latch | tri_rlmreg_p__parameterized37_3386 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl39.stqe_watch_clr_latch_gen[8].stqe_watch_clr_latch | tri_rlmreg_p__parameterized37_3387 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl39.stqe_watch_clr_latch_gen[9].stqe_watch_clr_latch | tri_rlmreg_p__parameterized37_3388 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl40.stqe_l_fld_latch_gen[0].stqe_l_fld_latch | tri_rlmreg_p__parameterized2_3389 | 1 | 1 | 0 | 0 | 2 | 0 | 0 | 0 | +| xhdl40.stqe_l_fld_latch_gen[10].stqe_l_fld_latch | tri_rlmreg_p__parameterized2_3390 | 1 | 1 | 0 | 0 | 2 | 0 | 0 | 0 | +| xhdl40.stqe_l_fld_latch_gen[11].stqe_l_fld_latch | tri_rlmreg_p__parameterized2_3391 | 1 | 1 | 0 | 0 | 2 | 0 | 0 | 0 | +| xhdl40.stqe_l_fld_latch_gen[1].stqe_l_fld_latch | tri_rlmreg_p__parameterized2_3392 | 2 | 2 | 0 | 0 | 2 | 0 | 0 | 0 | +| xhdl40.stqe_l_fld_latch_gen[2].stqe_l_fld_latch | tri_rlmreg_p__parameterized2_3393 | 1 | 1 | 0 | 0 | 2 | 0 | 0 | 0 | +| xhdl40.stqe_l_fld_latch_gen[3].stqe_l_fld_latch | tri_rlmreg_p__parameterized2_3394 | 2 | 2 | 0 | 0 | 2 | 0 | 0 | 0 | +| xhdl40.stqe_l_fld_latch_gen[4].stqe_l_fld_latch | tri_rlmreg_p__parameterized2_3395 | 1 | 1 | 0 | 0 | 2 | 0 | 0 | 0 | +| xhdl40.stqe_l_fld_latch_gen[5].stqe_l_fld_latch | tri_rlmreg_p__parameterized2_3396 | 1 | 1 | 0 | 0 | 2 | 0 | 0 | 0 | +| xhdl40.stqe_l_fld_latch_gen[6].stqe_l_fld_latch | tri_rlmreg_p__parameterized2_3397 | 2 | 2 | 0 | 0 | 2 | 0 | 0 | 0 | +| xhdl40.stqe_l_fld_latch_gen[7].stqe_l_fld_latch | tri_rlmreg_p__parameterized2_3398 | 1 | 1 | 0 | 0 | 2 | 0 | 0 | 0 | +| xhdl40.stqe_l_fld_latch_gen[8].stqe_l_fld_latch | tri_rlmreg_p__parameterized2_3399 | 1 | 1 | 0 | 0 | 2 | 0 | 0 | 0 | +| xhdl40.stqe_l_fld_latch_gen[9].stqe_l_fld_latch | tri_rlmreg_p__parameterized2_3400 | 2 | 2 | 0 | 0 | 2 | 0 | 0 | 0 | +| xhdl41.stqe_thrd_id_latch_gen[0].stqe_thrd_id_latch | tri_rlmreg_p__parameterized37_3401 | 4 | 4 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl41.stqe_thrd_id_latch_gen[10].stqe_thrd_id_latch | tri_rlmreg_p__parameterized37_3402 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl41.stqe_thrd_id_latch_gen[11].stqe_thrd_id_latch | tri_rlmreg_p__parameterized37_3403 | 4 | 4 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl41.stqe_thrd_id_latch_gen[1].stqe_thrd_id_latch | tri_rlmreg_p__parameterized37_3404 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl41.stqe_thrd_id_latch_gen[2].stqe_thrd_id_latch | tri_rlmreg_p__parameterized37_3405 | 19 | 19 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl41.stqe_thrd_id_latch_gen[3].stqe_thrd_id_latch | tri_rlmreg_p__parameterized37_3406 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl41.stqe_thrd_id_latch_gen[4].stqe_thrd_id_latch | tri_rlmreg_p__parameterized37_3407 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl41.stqe_thrd_id_latch_gen[5].stqe_thrd_id_latch | tri_rlmreg_p__parameterized37_3408 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl41.stqe_thrd_id_latch_gen[6].stqe_thrd_id_latch | tri_rlmreg_p__parameterized37_3409 | 7 | 7 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl41.stqe_thrd_id_latch_gen[7].stqe_thrd_id_latch | tri_rlmreg_p__parameterized37_3410 | 3 | 3 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl41.stqe_thrd_id_latch_gen[8].stqe_thrd_id_latch | tri_rlmreg_p__parameterized37_3411 | 4 | 4 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl41.stqe_thrd_id_latch_gen[9].stqe_thrd_id_latch | tri_rlmreg_p__parameterized37_3412 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl42.stqe_tgpr_latch_gen[0].stqe_tgpr_latch | tri_rlmreg_p__parameterized46_3413 | 0 | 0 | 0 | 0 | 9 | 0 | 0 | 0 | +| xhdl42.stqe_tgpr_latch_gen[10].stqe_tgpr_latch | tri_rlmreg_p__parameterized46_3414 | 4 | 4 | 0 | 0 | 9 | 0 | 0 | 0 | +| xhdl42.stqe_tgpr_latch_gen[11].stqe_tgpr_latch | tri_rlmreg_p__parameterized46_3415 | 9 | 9 | 0 | 0 | 9 | 0 | 0 | 0 | +| xhdl42.stqe_tgpr_latch_gen[1].stqe_tgpr_latch | tri_rlmreg_p__parameterized46_3416 | 0 | 0 | 0 | 0 | 9 | 0 | 0 | 0 | +| xhdl42.stqe_tgpr_latch_gen[2].stqe_tgpr_latch | tri_rlmreg_p__parameterized46_3417 | 0 | 0 | 0 | 0 | 9 | 0 | 0 | 0 | +| xhdl42.stqe_tgpr_latch_gen[3].stqe_tgpr_latch | tri_rlmreg_p__parameterized46_3418 | 0 | 0 | 0 | 0 | 9 | 0 | 0 | 0 | +| xhdl42.stqe_tgpr_latch_gen[4].stqe_tgpr_latch | tri_rlmreg_p__parameterized46_3419 | 0 | 0 | 0 | 0 | 9 | 0 | 0 | 0 | +| xhdl42.stqe_tgpr_latch_gen[5].stqe_tgpr_latch | tri_rlmreg_p__parameterized46_3420 | 0 | 0 | 0 | 0 | 9 | 0 | 0 | 0 | +| xhdl42.stqe_tgpr_latch_gen[6].stqe_tgpr_latch | tri_rlmreg_p__parameterized46_3421 | 0 | 0 | 0 | 0 | 9 | 0 | 0 | 0 | +| xhdl42.stqe_tgpr_latch_gen[7].stqe_tgpr_latch | tri_rlmreg_p__parameterized46_3422 | 0 | 0 | 0 | 0 | 9 | 0 | 0 | 0 | +| xhdl42.stqe_tgpr_latch_gen[8].stqe_tgpr_latch | tri_rlmreg_p__parameterized46_3423 | 5 | 5 | 0 | 0 | 9 | 0 | 0 | 0 | +| xhdl42.stqe_tgpr_latch_gen[9].stqe_tgpr_latch | tri_rlmreg_p__parameterized46_3424 | 1 | 1 | 0 | 0 | 9 | 0 | 0 | 0 | +| xhdl43.stqe_dvc_en_latch_gen[0].stqe_dvc_en_latch | tri_rlmreg_p__parameterized2_3425 | 0 | 0 | 0 | 0 | 2 | 0 | 0 | 0 | +| xhdl43.stqe_dvc_en_latch_gen[10].stqe_dvc_en_latch | tri_rlmreg_p__parameterized2_3426 | 0 | 0 | 0 | 0 | 2 | 0 | 0 | 0 | +| xhdl43.stqe_dvc_en_latch_gen[11].stqe_dvc_en_latch | tri_rlmreg_p__parameterized2_3427 | 0 | 0 | 0 | 0 | 2 | 0 | 0 | 0 | +| xhdl43.stqe_dvc_en_latch_gen[1].stqe_dvc_en_latch | tri_rlmreg_p__parameterized2_3428 | 0 | 0 | 0 | 0 | 2 | 0 | 0 | 0 | +| xhdl43.stqe_dvc_en_latch_gen[2].stqe_dvc_en_latch | tri_rlmreg_p__parameterized2_3429 | 0 | 0 | 0 | 0 | 2 | 0 | 0 | 0 | +| xhdl43.stqe_dvc_en_latch_gen[3].stqe_dvc_en_latch | tri_rlmreg_p__parameterized2_3430 | 0 | 0 | 0 | 0 | 2 | 0 | 0 | 0 | +| xhdl43.stqe_dvc_en_latch_gen[4].stqe_dvc_en_latch | tri_rlmreg_p__parameterized2_3431 | 0 | 0 | 0 | 0 | 2 | 0 | 0 | 0 | +| xhdl43.stqe_dvc_en_latch_gen[5].stqe_dvc_en_latch | tri_rlmreg_p__parameterized2_3432 | 0 | 0 | 0 | 0 | 2 | 0 | 0 | 0 | +| xhdl43.stqe_dvc_en_latch_gen[6].stqe_dvc_en_latch | tri_rlmreg_p__parameterized2_3433 | 0 | 0 | 0 | 0 | 2 | 0 | 0 | 0 | +| xhdl43.stqe_dvc_en_latch_gen[7].stqe_dvc_en_latch | tri_rlmreg_p__parameterized2_3434 | 0 | 0 | 0 | 0 | 2 | 0 | 0 | 0 | +| xhdl43.stqe_dvc_en_latch_gen[8].stqe_dvc_en_latch | tri_rlmreg_p__parameterized2_3435 | 0 | 0 | 0 | 0 | 2 | 0 | 0 | 0 | +| xhdl43.stqe_dvc_en_latch_gen[9].stqe_dvc_en_latch | tri_rlmreg_p__parameterized2_3436 | 0 | 0 | 0 | 0 | 2 | 0 | 0 | 0 | +| xhdl44.stqe_dacrw_latch_gen[0].stqe_dacrw_latch | tri_rlmreg_p__parameterized9_3437 | 2 | 2 | 0 | 0 | 4 | 0 | 0 | 0 | +| xhdl44.stqe_dacrw_latch_gen[10].stqe_dacrw_latch | tri_rlmreg_p__parameterized9_3438 | 3 | 3 | 0 | 0 | 4 | 0 | 0 | 0 | +| xhdl44.stqe_dacrw_latch_gen[11].stqe_dacrw_latch | tri_rlmreg_p__parameterized9_3439 | 12 | 12 | 0 | 0 | 4 | 0 | 0 | 0 | +| xhdl44.stqe_dacrw_latch_gen[1].stqe_dacrw_latch | tri_rlmreg_p__parameterized9_3440 | 2 | 2 | 0 | 0 | 4 | 0 | 0 | 0 | +| xhdl44.stqe_dacrw_latch_gen[2].stqe_dacrw_latch | tri_rlmreg_p__parameterized9_3441 | 3 | 3 | 0 | 0 | 4 | 0 | 0 | 0 | +| xhdl44.stqe_dacrw_latch_gen[3].stqe_dacrw_latch | tri_rlmreg_p__parameterized9_3442 | 2 | 2 | 0 | 0 | 4 | 0 | 0 | 0 | +| xhdl44.stqe_dacrw_latch_gen[4].stqe_dacrw_latch | tri_rlmreg_p__parameterized9_3443 | 4 | 4 | 0 | 0 | 4 | 0 | 0 | 0 | +| xhdl44.stqe_dacrw_latch_gen[5].stqe_dacrw_latch | tri_rlmreg_p__parameterized9_3444 | 4 | 4 | 0 | 0 | 4 | 0 | 0 | 0 | +| xhdl44.stqe_dacrw_latch_gen[6].stqe_dacrw_latch | tri_rlmreg_p__parameterized9_3445 | 4 | 4 | 0 | 0 | 4 | 0 | 0 | 0 | +| xhdl44.stqe_dacrw_latch_gen[7].stqe_dacrw_latch | tri_rlmreg_p__parameterized9_3446 | 6 | 6 | 0 | 0 | 4 | 0 | 0 | 0 | +| xhdl44.stqe_dacrw_latch_gen[8].stqe_dacrw_latch | tri_rlmreg_p__parameterized9_3447 | 2 | 2 | 0 | 0 | 4 | 0 | 0 | 0 | +| xhdl44.stqe_dacrw_latch_gen[9].stqe_dacrw_latch | tri_rlmreg_p__parameterized9_3448 | 2 | 2 | 0 | 0 | 4 | 0 | 0 | 0 | +| xhdl45.stqe_dvcr_cmpr_latch_gen[0].stqe_dvcr_cmpr_latch | tri_rlmreg_p__parameterized2_3449 | 1 | 1 | 0 | 0 | 2 | 0 | 0 | 0 | +| xhdl45.stqe_dvcr_cmpr_latch_gen[10].stqe_dvcr_cmpr_latch | tri_rlmreg_p__parameterized2_3450 | 1 | 1 | 0 | 0 | 2 | 0 | 0 | 0 | +| xhdl45.stqe_dvcr_cmpr_latch_gen[11].stqe_dvcr_cmpr_latch | tri_rlmreg_p__parameterized2_3451 | 1 | 1 | 0 | 0 | 2 | 0 | 0 | 0 | +| xhdl45.stqe_dvcr_cmpr_latch_gen[1].stqe_dvcr_cmpr_latch | tri_rlmreg_p__parameterized2_3452 | 1 | 1 | 0 | 0 | 2 | 0 | 0 | 0 | +| xhdl45.stqe_dvcr_cmpr_latch_gen[2].stqe_dvcr_cmpr_latch | tri_rlmreg_p__parameterized2_3453 | 3 | 3 | 0 | 0 | 2 | 0 | 0 | 0 | +| xhdl45.stqe_dvcr_cmpr_latch_gen[3].stqe_dvcr_cmpr_latch | tri_rlmreg_p__parameterized2_3454 | 3 | 3 | 0 | 0 | 2 | 0 | 0 | 0 | +| xhdl45.stqe_dvcr_cmpr_latch_gen[4].stqe_dvcr_cmpr_latch | tri_rlmreg_p__parameterized2_3455 | 3 | 3 | 0 | 0 | 2 | 0 | 0 | 0 | +| xhdl45.stqe_dvcr_cmpr_latch_gen[5].stqe_dvcr_cmpr_latch | tri_rlmreg_p__parameterized2_3456 | 2 | 2 | 0 | 0 | 2 | 0 | 0 | 0 | +| xhdl45.stqe_dvcr_cmpr_latch_gen[6].stqe_dvcr_cmpr_latch | tri_rlmreg_p__parameterized2_3457 | 1 | 1 | 0 | 0 | 2 | 0 | 0 | 0 | +| xhdl45.stqe_dvcr_cmpr_latch_gen[7].stqe_dvcr_cmpr_latch | tri_rlmreg_p__parameterized2_3458 | 3 | 3 | 0 | 0 | 2 | 0 | 0 | 0 | +| xhdl45.stqe_dvcr_cmpr_latch_gen[8].stqe_dvcr_cmpr_latch | tri_rlmreg_p__parameterized2_3459 | 3 | 3 | 0 | 0 | 2 | 0 | 0 | 0 | +| xhdl45.stqe_dvcr_cmpr_latch_gen[9].stqe_dvcr_cmpr_latch | tri_rlmreg_p__parameterized2_3460 | 1 | 1 | 0 | 0 | 2 | 0 | 0 | 0 | +| xhdl47.stqe_qHit_held_latch_gen[0].stqe_qHit_held_latch | tri_rlmreg_p__parameterized37_3461 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl47.stqe_qHit_held_latch_gen[10].stqe_qHit_held_latch | tri_rlmreg_p__parameterized37_3462 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl47.stqe_qHit_held_latch_gen[11].stqe_qHit_held_latch | tri_rlmreg_p__parameterized37_3463 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl47.stqe_qHit_held_latch_gen[1].stqe_qHit_held_latch | tri_rlmreg_p__parameterized37_3464 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl47.stqe_qHit_held_latch_gen[2].stqe_qHit_held_latch | tri_rlmreg_p__parameterized37_3465 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl47.stqe_qHit_held_latch_gen[3].stqe_qHit_held_latch | tri_rlmreg_p__parameterized37_3466 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl47.stqe_qHit_held_latch_gen[4].stqe_qHit_held_latch | tri_rlmreg_p__parameterized37_3467 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl47.stqe_qHit_held_latch_gen[5].stqe_qHit_held_latch | tri_rlmreg_p__parameterized37_3468 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl47.stqe_qHit_held_latch_gen[6].stqe_qHit_held_latch | tri_rlmreg_p__parameterized37_3469 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl47.stqe_qHit_held_latch_gen[7].stqe_qHit_held_latch | tri_rlmreg_p__parameterized37_3470 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl47.stqe_qHit_held_latch_gen[8].stqe_qHit_held_latch | tri_rlmreg_p__parameterized37_3471 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl47.stqe_qHit_held_latch_gen[9].stqe_qHit_held_latch | tri_rlmreg_p__parameterized37_3472 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl48.stqe_held_early_clr_latch_gen[0].stqe_held_early_clr_latch | tri_rlmreg_p__parameterized37_3473 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl48.stqe_held_early_clr_latch_gen[10].stqe_held_early_clr_latch | tri_rlmreg_p__parameterized37_3474 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl48.stqe_held_early_clr_latch_gen[11].stqe_held_early_clr_latch | tri_rlmreg_p__parameterized37_3475 | 3 | 3 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl48.stqe_held_early_clr_latch_gen[1].stqe_held_early_clr_latch | tri_rlmreg_p__parameterized37_3476 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl48.stqe_held_early_clr_latch_gen[2].stqe_held_early_clr_latch | tri_rlmreg_p__parameterized37_3477 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl48.stqe_held_early_clr_latch_gen[3].stqe_held_early_clr_latch | tri_rlmreg_p__parameterized37_3478 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl48.stqe_held_early_clr_latch_gen[4].stqe_held_early_clr_latch | tri_rlmreg_p__parameterized37_3479 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl48.stqe_held_early_clr_latch_gen[5].stqe_held_early_clr_latch | tri_rlmreg_p__parameterized37_3480 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl48.stqe_held_early_clr_latch_gen[6].stqe_held_early_clr_latch | tri_rlmreg_p__parameterized37_3481 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl48.stqe_held_early_clr_latch_gen[7].stqe_held_early_clr_latch | tri_rlmreg_p__parameterized37_3482 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl48.stqe_held_early_clr_latch_gen[8].stqe_held_early_clr_latch | tri_rlmreg_p__parameterized37_3483 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl48.stqe_held_early_clr_latch_gen[9].stqe_held_early_clr_latch | tri_rlmreg_p__parameterized37_3484 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl49.stqe_data1_latch_gen[0].stqe_data1_latch | tri_rlmreg_p__parameterized33_3485 | 67 | 67 | 0 | 0 | 64 | 0 | 0 | 0 | +| xhdl49.stqe_data1_latch_gen[10].stqe_data1_latch | tri_rlmreg_p__parameterized33_3486 | 1 | 1 | 0 | 0 | 64 | 0 | 0 | 0 | +| xhdl49.stqe_data1_latch_gen[11].stqe_data1_latch | tri_rlmreg_p__parameterized33_3487 | 1 | 1 | 0 | 0 | 64 | 0 | 0 | 0 | +| xhdl49.stqe_data1_latch_gen[1].stqe_data1_latch | tri_rlmreg_p__parameterized33_3488 | 59 | 59 | 0 | 0 | 64 | 0 | 0 | 0 | +| xhdl49.stqe_data1_latch_gen[2].stqe_data1_latch | tri_rlmreg_p__parameterized33_3489 | 83 | 83 | 0 | 0 | 64 | 0 | 0 | 0 | +| xhdl49.stqe_data1_latch_gen[3].stqe_data1_latch | tri_rlmreg_p__parameterized33_3490 | 83 | 83 | 0 | 0 | 64 | 0 | 0 | 0 | +| xhdl49.stqe_data1_latch_gen[4].stqe_data1_latch | tri_rlmreg_p__parameterized33_3491 | 0 | 0 | 0 | 0 | 64 | 0 | 0 | 0 | +| xhdl49.stqe_data1_latch_gen[5].stqe_data1_latch | tri_rlmreg_p__parameterized33_3492 | 0 | 0 | 0 | 0 | 64 | 0 | 0 | 0 | +| xhdl49.stqe_data1_latch_gen[6].stqe_data1_latch | tri_rlmreg_p__parameterized33_3493 | 1 | 1 | 0 | 0 | 64 | 0 | 0 | 0 | +| xhdl49.stqe_data1_latch_gen[7].stqe_data1_latch | tri_rlmreg_p__parameterized33_3494 | 0 | 0 | 0 | 0 | 64 | 0 | 0 | 0 | +| xhdl49.stqe_data1_latch_gen[8].stqe_data1_latch | tri_rlmreg_p__parameterized33_3495 | 0 | 0 | 0 | 0 | 64 | 0 | 0 | 0 | +| xhdl49.stqe_data1_latch_gen[9].stqe_data1_latch | tri_rlmreg_p__parameterized33_3496 | 0 | 0 | 0 | 0 | 64 | 0 | 0 | 0 | +| xhdl50.cp_next_itag_latch_gen[0].cp_next_itag_latch | tri_rlmreg_p__parameterized13_3497 | 48 | 48 | 0 | 0 | 7 | 0 | 0 | 0 | +| xhdl51.cp_i0_completed_itag_latch_gen[0].cp_i0_completed_itag_latch | tri_rlmreg_p__parameterized13_3498 | 27 | 27 | 0 | 0 | 7 | 0 | 0 | 0 | +| xhdl52.cp_i1_completed_itag_latch_gen[0].cp_I1_completed_itag_latch | tri_rlmreg_p__parameterized13_3499 | 36 | 36 | 0 | 0 | 7 | 0 | 0 | 0 | +| xhdl53.ext_ack_queue_itag_latch_gen[0].ext_ack_queue_itag_latch | tri_rlmreg_p__parameterized13_3500 | 0 | 0 | 0 | 0 | 7 | 0 | 0 | 0 | +| xhdl54.ext_ack_queue_cr_wa_latch_gen[0].ext_ack_queue_cr_wa_latch | tri_rlmreg_p__parameterized4_3501 | 0 | 0 | 0 | 0 | 5 | 0 | 0 | 0 | +| xhdl55.ext_ack_queue_dacrw_det_latch_gen[0].ext_ack_queue_dacrw_det_latch | tri_rlmreg_p__parameterized9_3502 | 0 | 0 | 0 | 0 | 4 | 0 | 0 | 0 | +| xhdl56.stq_tag_ptr_latch_gen[0].stq_tag_ptr_latch | tri_rlmreg_p__parameterized227_3503 | 28 | 28 | 0 | 0 | 12 | 0 | 0 | 0 | +| xhdl56.stq_tag_ptr_latch_gen[10].stq_tag_ptr_latch | tri_rlmreg_p__parameterized227_3504 | 15 | 15 | 0 | 0 | 12 | 0 | 0 | 0 | +| xhdl56.stq_tag_ptr_latch_gen[11].stq_tag_ptr_latch | tri_rlmreg_p__parameterized227_3505 | 18 | 18 | 0 | 0 | 12 | 0 | 0 | 0 | +| xhdl56.stq_tag_ptr_latch_gen[1].stq_tag_ptr_latch | tri_rlmreg_p__parameterized227_3506 | 18 | 18 | 0 | 0 | 12 | 0 | 0 | 0 | +| xhdl56.stq_tag_ptr_latch_gen[2].stq_tag_ptr_latch | tri_rlmreg_p__parameterized227_3507 | 18 | 18 | 0 | 0 | 12 | 0 | 0 | 0 | +| xhdl56.stq_tag_ptr_latch_gen[3].stq_tag_ptr_latch | tri_rlmreg_p__parameterized227_3508 | 21 | 21 | 0 | 0 | 12 | 0 | 0 | 0 | +| xhdl56.stq_tag_ptr_latch_gen[4].stq_tag_ptr_latch | tri_rlmreg_p__parameterized227_3509 | 20 | 20 | 0 | 0 | 12 | 0 | 0 | 0 | +| xhdl56.stq_tag_ptr_latch_gen[5].stq_tag_ptr_latch | tri_rlmreg_p__parameterized227_3510 | 19 | 19 | 0 | 0 | 12 | 0 | 0 | 0 | +| xhdl56.stq_tag_ptr_latch_gen[6].stq_tag_ptr_latch | tri_rlmreg_p__parameterized227_3511 | 19 | 19 | 0 | 0 | 12 | 0 | 0 | 0 | +| xhdl56.stq_tag_ptr_latch_gen[7].stq_tag_ptr_latch | tri_rlmreg_p__parameterized227_3512 | 16 | 16 | 0 | 0 | 12 | 0 | 0 | 0 | +| xhdl56.stq_tag_ptr_latch_gen[8].stq_tag_ptr_latch | tri_rlmreg_p__parameterized227_3513 | 60 | 60 | 0 | 0 | 12 | 0 | 0 | 0 | +| xhdl56.stq_tag_ptr_latch_gen[9].stq_tag_ptr_latch | tri_rlmreg_p__parameterized227_3514 | 27 | 27 | 0 | 0 | 12 | 0 | 0 | 0 | +| xhdl57.stqe_all_thrd_chk_latch_gen[0].stqe_all_thrd_chk_latch | tri_rlmreg_p__parameterized37_3515 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl57.stqe_all_thrd_chk_latch_gen[10].stqe_all_thrd_chk_latch | tri_rlmreg_p__parameterized37_3516 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl57.stqe_all_thrd_chk_latch_gen[11].stqe_all_thrd_chk_latch | tri_rlmreg_p__parameterized37_3517 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl57.stqe_all_thrd_chk_latch_gen[1].stqe_all_thrd_chk_latch | tri_rlmreg_p__parameterized37_3518 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl57.stqe_all_thrd_chk_latch_gen[2].stqe_all_thrd_chk_latch | tri_rlmreg_p__parameterized37_3519 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl57.stqe_all_thrd_chk_latch_gen[3].stqe_all_thrd_chk_latch | tri_rlmreg_p__parameterized37_3520 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl57.stqe_all_thrd_chk_latch_gen[4].stqe_all_thrd_chk_latch | tri_rlmreg_p__parameterized37_3521 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl57.stqe_all_thrd_chk_latch_gen[5].stqe_all_thrd_chk_latch | tri_rlmreg_p__parameterized37_3522 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl57.stqe_all_thrd_chk_latch_gen[6].stqe_all_thrd_chk_latch | tri_rlmreg_p__parameterized37_3523 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl57.stqe_all_thrd_chk_latch_gen[7].stqe_all_thrd_chk_latch | tri_rlmreg_p__parameterized37_3524 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl57.stqe_all_thrd_chk_latch_gen[8].stqe_all_thrd_chk_latch | tri_rlmreg_p__parameterized37_3525 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl57.stqe_all_thrd_chk_latch_gen[9].stqe_all_thrd_chk_latch | tri_rlmreg_p__parameterized37_3526 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| mmu0 | mmq | 2291 | 2291 | 0 | 0 | 1523 | 0 | 0 | 0 | +| mmq_inval | mmq_inval | 527 | 527 | 0 | 0 | 440 | 0 | 0 | 0 | +| bus_snoop_hold_done_latch | tri_rlmreg_p__parameterized2_2857 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| bus_snoop_seq_latch | tri_rlmreg_p__parameterized2_2858 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| epcr_dgtmi_latch | tri_regk__parameterized20_2859 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex1_itag_latch | tri_rlmreg_p__parameterized13_2860 | 7 | 7 | 0 | 0 | 7 | 0 | 0 | 0 | +| ex1_state_latch | tri_rlmreg_p__parameterized2_2861 | 0 | 0 | 0 | 0 | 2 | 0 | 0 | 0 | +| ex1_t_latch | tri_rlmreg_p__parameterized5_2862 | 3 | 3 | 0 | 0 | 3 | 0 | 0 | 0 | +| ex1_ttype_latch | tri_rlmreg_p__parameterized9_2863 | 4 | 4 | 0 | 0 | 4 | 0 | 0 | 0 | +| ex1_valid_latch | tri_rlmreg_p__parameterized2_2864 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex2_itag_latch | tri_rlmreg_p__parameterized13_2865 | 7 | 7 | 0 | 0 | 7 | 0 | 0 | 0 | +| ex2_rs_is_latch | tri_rlmreg_p__parameterized46_2866 | 9 | 9 | 0 | 0 | 8 | 0 | 0 | 0 | +| ex2_state_latch | tri_rlmreg_p__parameterized2_2867 | 4 | 4 | 0 | 0 | 2 | 0 | 0 | 0 | +| ex2_t_latch | tri_rlmreg_p__parameterized5_2868 | 4 | 4 | 0 | 0 | 3 | 0 | 0 | 0 | +| ex2_ttype_latch | tri_rlmreg_p__parameterized0_2869 | 5 | 5 | 0 | 0 | 4 | 0 | 0 | 0 | +| ex2_valid_latch | tri_rlmreg_p__parameterized2_2870 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex3_ea_latch | tri_rlmreg_p__parameterized33_2871 | 26 | 26 | 0 | 0 | 52 | 0 | 0 | 0 | +| ex3_flush_req_latch | tri_rlmreg_p__parameterized2_2872 | 3 | 3 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex3_illeg_instr_latch | tri_rlmreg_p__parameterized2_2873 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex3_ivax_lpid_reject_latch | tri_rlmreg_p__parameterized2_2874 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex3_rs_is_latch | tri_rlmreg_p__parameterized46_2875 | 8 | 8 | 0 | 0 | 8 | 0 | 0 | 0 | +| ex3_state_latch | tri_rlmreg_p__parameterized2_2876 | 1 | 1 | 0 | 0 | 2 | 0 | 0 | 0 | +| ex3_t_latch | tri_rlmreg_p__parameterized5_2877 | 3 | 3 | 0 | 0 | 3 | 0 | 0 | 0 | +| ex3_ttype_latch | tri_rlmreg_p__parameterized0_2878 | 5 | 5 | 0 | 0 | 4 | 0 | 0 | 0 | +| ex3_valid_latch | tri_rlmreg_p__parameterized2_2879 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex4_illeg_instr_latch | tri_rlmreg_p__parameterized2_2880 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex4_ivax_lpid_reject_latch | tri_rlmreg_p__parameterized2_2881 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex4_rs_is_latch | tri_rlmreg_p__parameterized46_2882 | 8 | 8 | 0 | 0 | 8 | 0 | 0 | 0 | +| ex4_state_latch | tri_rlmreg_p__parameterized2_2883 | 1 | 1 | 0 | 0 | 2 | 0 | 0 | 0 | +| ex4_t_latch | tri_rlmreg_p__parameterized5_2884 | 3 | 3 | 0 | 0 | 3 | 0 | 0 | 0 | +| ex4_ttype_latch | tri_rlmreg_p__parameterized0_2885 | 58 | 58 | 0 | 0 | 4 | 0 | 0 | 0 | +| ex4_valid_latch | tri_rlmreg_p__parameterized2_2886 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex5_illeg_instr_latch | tri_rlmreg_p__parameterized2_2887 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex5_rs_is_latch | tri_rlmreg_p__parameterized46_2888 | 8 | 8 | 0 | 0 | 8 | 0 | 0 | 0 | +| ex5_state_latch | tri_rlmreg_p__parameterized2_2889 | 0 | 0 | 0 | 0 | 2 | 0 | 0 | 0 | +| ex5_t_latch | tri_rlmreg_p__parameterized5_2890 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| ex5_ttype_latch | tri_rlmreg_p__parameterized0_2891 | 67 | 67 | 0 | 0 | 4 | 0 | 0 | 0 | +| ex5_valid_latch | tri_rlmreg_p__parameterized2_2892 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex6_gs_latch | tri_rlmlatch_p_2893 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex6_illeg_instr_latch | tri_rlmreg_p__parameterized2_2894 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex6_ind_latch | tri_rlmlatch_p_2895 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex6_isel_latch | tri_rlmreg_p__parameterized5_2896 | 6 | 6 | 0 | 0 | 3 | 0 | 0 | 0 | +| ex6_lpid_latch | tri_rlmreg_p__parameterized12_2897 | 0 | 0 | 0 | 0 | 8 | 0 | 0 | 0 | +| ex6_pid_latch | tri_rlmreg_p__parameterized41_2898 | 5 | 5 | 0 | 0 | 14 | 0 | 0 | 0 | +| ex6_size_latch | tri_rlmreg_p__parameterized9_2899 | 19 | 19 | 0 | 0 | 4 | 0 | 0 | 0 | +| ex6_ts_latch | tri_rlmlatch_p_2900 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex6_ttype_latch | tri_rlmreg_p__parameterized0_2901 | 4 | 4 | 0 | 0 | 4 | 0 | 0 | 0 | +| ex6_valid_latch | tri_rlmreg_p__parameterized2_2902 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex7_illeg_instr_latch | tri_rlmreg_p__parameterized2_2903 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| hold_ack_latch | tri_rlmreg_p__parameterized2_2904 | 0 | 0 | 0 | 0 | 2 | 0 | 0 | 0 | +| hold_done_latch | tri_rlmreg_p__parameterized2_2905 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| hold_req_latch | tri_rlmreg_p__parameterized2_2906 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| inv_seq_inprogress_latch | tri_rlmreg_p__parameterized0_2907 | 159 | 159 | 0 | 0 | 4 | 0 | 0 | 0 | +| inv_seq_latch | tri_rlmreg_p__parameterized0_2908 | 61 | 61 | 0 | 0 | 4 | 0 | 0 | 0 | +| iu_flush_req_latch | tri_rlmreg_p__parameterized2_2909 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| local_barrier_latch | tri_rlmreg_p__parameterized2_2910 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| local_snoop_reject_latch | tri_rlmreg_p__parameterized2_2911 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| lpidr_latch | tri_regk__parameterized21 | 0 | 0 | 0 | 0 | 8 | 0 | 0 | 0 | +| lsu_addr_latch | tri_rlmreg_p__parameterized219_2912 | 0 | 0 | 0 | 0 | 26 | 0 | 0 | 0 | +| lsu_gs_latch | tri_rlmlatch_p_2913 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| lsu_ind_latch | tri_rlmlatch_p_2914 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| lsu_lbit_latch | tri_rlmlatch_p_2915 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| lsu_lpid_latch | tri_rlmreg_p__parameterized12_2916 | 0 | 0 | 0 | 0 | 8 | 0 | 0 | 0 | +| lsu_req_latch | tri_rlmreg_p__parameterized2_2917 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| lsu_tokens_latch | tri_rlmreg_p__parameterized215 | 3 | 3 | 0 | 0 | 2 | 0 | 0 | 0 | +| mm_pc_quiesce_latch | tri_rlmreg_p__parameterized12_2918 | 2 | 2 | 0 | 0 | 4 | 0 | 0 | 0 | +| mm_xu_itag_latch | tri_rlmreg_p__parameterized13_2919 | 0 | 0 | 0 | 0 | 7 | 0 | 0 | 0 | +| mm_xu_quiesce_latch | tri_rlmreg_p__parameterized2_2920 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| mmucr1_latch | tri_regk__parameterized21_2921 | 1 | 1 | 0 | 0 | 3 | 0 | 0 | 0 | +| ord_read_done_latch | tri_rlmreg_p__parameterized2_2922 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| snoop_ack_latch | tri_rlmreg_p__parameterized5_2923 | 1 | 1 | 0 | 0 | 2 | 0 | 0 | 0 | +| snoop_attr_clone_latch | tri_rlmreg_p__parameterized48_2924 | 1 | 1 | 0 | 0 | 26 | 0 | 0 | 0 | +| snoop_attr_latch | tri_rlmreg_p__parameterized269 | 1 | 1 | 0 | 0 | 26 | 0 | 0 | 0 | +| snoop_coming_latch | tri_rlmreg_p__parameterized4_2925 | 0 | 0 | 0 | 0 | 4 | 0 | 0 | 0 | +| snoop_valid_latch | tri_rlmreg_p__parameterized5_2926 | 0 | 0 | 0 | 0 | 2 | 0 | 0 | 0 | +| snoop_vpn_clone_latch | tri_rlmreg_p__parameterized34_2927 | 1 | 1 | 0 | 0 | 52 | 0 | 0 | 0 | +| snoop_vpn_latch | tri_rlmreg_p__parameterized34_2928 | 0 | 0 | 0 | 0 | 52 | 0 | 0 | 0 | +| xu_mm_ccr2_notlb_latch | tri_rlmreg_p__parameterized270 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| mmq_spr | mmq_spr | 1764 | 1764 | 0 | 0 | 1083 | 0 | 0 | 0 | +| cat_emf_act_latch | tri_rlmreg_p__parameterized2_2713 | 10 | 10 | 0 | 0 | 3 | 0 | 0 | 0 | +| cp_flush_latch | tri_rlmreg_p__parameterized2_2714 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| cp_flush_p1_latch | tri_rlmreg_p__parameterized2_2715 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| cp_mm_except_taken_t0_latch | tri_rlmreg_p__parameterized0_2716 | 5 | 5 | 0 | 0 | 5 | 0 | 0 | 0 | +| cswitch_latch | tri_rlmreg_p__parameterized200 | 6 | 6 | 0 | 0 | 1 | 0 | 0 | 0 | +| derat_mmucr1_0_een_latch | tri_rlmreg_p__parameterized4_2717 | 0 | 0 | 0 | 0 | 5 | 0 | 0 | 0 | +| derat_mmucr1_we_pending_latch | tri_rlmreg_p__parameterized2_2718 | 5 | 5 | 0 | 0 | 1 | 0 | 0 | 0 | +| fpga_bcfg_gen.mmucfg_47to48_latch | tri_rlmreg_p__parameterized271 | 1 | 1 | 0 | 0 | 2 | 0 | 0 | 0 | +| fpga_bcfg_gen.tlb0cfg_45to47_latch | tri_rlmreg_p__parameterized192 | 2 | 2 | 0 | 0 | 3 | 0 | 0 | 0 | +| ierat_mmucr1_0_een_latch | tri_rlmreg_p__parameterized9_2719 | 0 | 0 | 0 | 0 | 4 | 0 | 0 | 0 | +| ierat_mmucr1_we_pending_latch | tri_rlmreg_p__parameterized2_2720 | 4 | 4 | 0 | 0 | 1 | 0 | 0 | 0 | +| iu_mm_ierat_mmucr0_latch | tri_regk__parameterized22 | 2 | 2 | 0 | 0 | 18 | 0 | 0 | 0 | +| iu_mm_ierat_mmucr0_we_latch | tri_regk__parameterized20 | 4 | 4 | 0 | 0 | 1 | 0 | 0 | 0 | +| iu_mm_ierat_mmucr1_latch | tri_regk__parameterized23 | 0 | 0 | 0 | 0 | 4 | 0 | 0 | 0 | +| iu_mm_ierat_mmucr1_we_latch | tri_regk__parameterized20_2721 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| lper_0_alpn_latch | tri_rlmreg_p__parameterized53 | 17 | 17 | 0 | 0 | 30 | 0 | 0 | 0 | +| lper_0_lps_latch | tri_rlmreg_p__parameterized9_2722 | 0 | 0 | 0 | 0 | 4 | 0 | 0 | 0 | +| lper_1_alpn_latch | tri_rlmreg_p__parameterized53_2723 | 2 | 2 | 0 | 0 | 30 | 0 | 0 | 0 | +| lper_1_lps_latch | tri_rlmreg_p__parameterized9_2724 | 0 | 0 | 0 | 0 | 4 | 0 | 0 | 0 | +| lpidr_latch | tri_rlmreg_p__parameterized12_2725 | 4 | 4 | 0 | 0 | 8 | 0 | 0 | 0 | +| mas0_0_atsel_latch | tri_rlmlatch_p_2726 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| mas0_0_esel_latch | tri_rlmreg_p__parameterized5_2727 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| mas0_0_hes_latch | tri_rlmlatch_p_2728 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| mas0_0_wq_latch | tri_rlmreg_p__parameterized2_2729 | 0 | 0 | 0 | 0 | 2 | 0 | 0 | 0 | +| mas0_1_atsel_latch | tri_rlmlatch_p_2730 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| mas0_1_esel_latch | tri_rlmreg_p__parameterized5_2731 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| mas0_1_hes_latch | tri_rlmlatch_p_2732 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| mas0_1_wq_latch | tri_rlmreg_p__parameterized2_2733 | 0 | 0 | 0 | 0 | 2 | 0 | 0 | 0 | +| mas1_0_ind_latch | tri_rlmlatch_p_2734 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| mas1_0_iprot_latch | tri_rlmlatch_p_2735 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| mas1_0_tid_latch | tri_rlmreg_p__parameterized41 | 3 | 3 | 0 | 0 | 14 | 0 | 0 | 0 | +| mas1_0_ts_latch | tri_rlmlatch_p_2736 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| mas1_0_tsize_latch | tri_rlmreg_p__parameterized9_2737 | 0 | 0 | 0 | 0 | 4 | 0 | 0 | 0 | +| mas1_0_v_latch | tri_rlmlatch_p_2738 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| mas1_1_ind_latch | tri_rlmlatch_p_2739 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| mas1_1_iprot_latch | tri_rlmlatch_p_2740 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| mas1_1_tid_latch | tri_rlmreg_p__parameterized41_2741 | 3 | 3 | 0 | 0 | 14 | 0 | 0 | 0 | +| mas1_1_ts_latch | tri_rlmlatch_p_2742 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| mas1_1_tsize_latch | tri_rlmreg_p__parameterized9_2743 | 1 | 1 | 0 | 0 | 4 | 0 | 0 | 0 | +| mas1_1_v_latch | tri_rlmlatch_p_2744 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| mas2_0_epn_latch | tri_rlmreg_p__parameterized34 | 0 | 0 | 0 | 0 | 52 | 0 | 0 | 0 | +| mas2_0_wimge_latch | tri_rlmreg_p__parameterized4_2745 | 0 | 0 | 0 | 0 | 5 | 0 | 0 | 0 | +| mas2_1_epn_latch | tri_rlmreg_p__parameterized34_2746 | 0 | 0 | 0 | 0 | 52 | 0 | 0 | 0 | +| mas2_1_wimge_latch | tri_rlmreg_p__parameterized4_2747 | 0 | 0 | 0 | 0 | 5 | 0 | 0 | 0 | +| mas3_0_rpnl_latch | tri_rlmreg_p__parameterized255_2748 | 0 | 0 | 0 | 0 | 21 | 0 | 0 | 0 | +| mas3_0_ubits_latch | tri_rlmreg_p__parameterized9_2749 | 0 | 0 | 0 | 0 | 4 | 0 | 0 | 0 | +| mas3_0_usxwr_latch | tri_rlmreg_p__parameterized0_2750 | 0 | 0 | 0 | 0 | 6 | 0 | 0 | 0 | +| mas3_1_rpnl_latch | tri_rlmreg_p__parameterized255_2751 | 0 | 0 | 0 | 0 | 21 | 0 | 0 | 0 | +| mas3_1_ubits_latch | tri_rlmreg_p__parameterized9_2752 | 0 | 0 | 0 | 0 | 4 | 0 | 0 | 0 | +| mas3_1_usxwr_latch | tri_rlmreg_p__parameterized0_2753 | 0 | 0 | 0 | 0 | 6 | 0 | 0 | 0 | +| mas4_0_indd_latch | tri_rlmlatch_p_2754 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| mas4_0_tsized_latch | tri_rlmreg_p__parameterized193 | 0 | 0 | 0 | 0 | 4 | 0 | 0 | 0 | +| mas4_0_wimged_latch | tri_rlmreg_p__parameterized4_2755 | 0 | 0 | 0 | 0 | 5 | 0 | 0 | 0 | +| mas4_1_indd_latch | tri_rlmlatch_p_2756 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| mas4_1_tsized_latch | tri_rlmreg_p__parameterized193_2757 | 0 | 0 | 0 | 0 | 4 | 0 | 0 | 0 | +| mas4_1_wimged_latch | tri_rlmreg_p__parameterized4_2758 | 0 | 0 | 0 | 0 | 5 | 0 | 0 | 0 | +| mas5_0_sgs_latch | tri_rlmlatch_p_2759 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| mas5_0_slpid_latch | tri_rlmreg_p__parameterized12_2760 | 3 | 3 | 0 | 0 | 8 | 0 | 0 | 0 | +| mas5_1_sgs_latch | tri_rlmlatch_p_2761 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| mas5_1_slpid_latch | tri_rlmreg_p__parameterized12_2762 | 0 | 0 | 0 | 0 | 8 | 0 | 0 | 0 | +| mas6_0_isize_latch | tri_rlmreg_p__parameterized9_2763 | 1 | 1 | 0 | 0 | 4 | 0 | 0 | 0 | +| mas6_0_sas_latch | tri_rlmlatch_p_2764 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| mas6_0_sind_latch | tri_rlmlatch_p_2765 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| mas6_0_spid_latch | tri_rlmreg_p__parameterized41_2766 | 0 | 0 | 0 | 0 | 14 | 0 | 0 | 0 | +| mas6_1_isize_latch | tri_rlmreg_p__parameterized9_2767 | 0 | 0 | 0 | 0 | 4 | 0 | 0 | 0 | +| mas6_1_sas_latch | tri_rlmlatch_p_2768 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| mas6_1_sind_latch | tri_rlmlatch_p_2769 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| mas6_1_spid_latch | tri_rlmreg_p__parameterized41_2770 | 0 | 0 | 0 | 0 | 14 | 0 | 0 | 0 | +| mas7_0_rpnu_latch | tri_rlmreg_p__parameterized6_2771 | 0 | 0 | 0 | 0 | 10 | 0 | 0 | 0 | +| mas7_1_rpnu_latch | tri_rlmreg_p__parameterized6_2772 | 0 | 0 | 0 | 0 | 10 | 0 | 0 | 0 | +| mas8_0_tgs_latch | tri_rlmlatch_p_2773 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| mas8_0_tlpid_latch | tri_rlmreg_p__parameterized12_2774 | 0 | 0 | 0 | 0 | 8 | 0 | 0 | 0 | +| mas8_0_vf_latch | tri_rlmlatch_p_2775 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| mas8_1_tgs_latch | tri_rlmlatch_p_2776 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| mas8_1_tlpid_latch | tri_rlmreg_p__parameterized12_2777 | 0 | 0 | 0 | 0 | 8 | 0 | 0 | 0 | +| mas8_1_vf_latch | tri_rlmlatch_p_2778 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| mesr1_latch | tri_rlmreg_p__parameterized7 | 11 | 11 | 0 | 0 | 24 | 0 | 0 | 0 | +| mesr2_latch | tri_rlmreg_p__parameterized7_2779 | 5 | 5 | 0 | 0 | 24 | 0 | 0 | 0 | +| mmucr0_0_latch | tri_rlmreg_p__parameterized8_2780 | 28 | 28 | 0 | 0 | 20 | 0 | 0 | 0 | +| mmucr0_1_latch | tri_rlmreg_p__parameterized8_2781 | 1 | 1 | 0 | 0 | 20 | 0 | 0 | 0 | +| mmucr1_latch | tri_rlmreg_p__parameterized272 | 74 | 74 | 0 | 0 | 32 | 0 | 0 | 0 | +| mmucr2_latch | tri_rlmreg_p__parameterized273 | 8 | 8 | 0 | 0 | 32 | 0 | 0 | 0 | +| mmucr3_0_latch | tri_rlmreg_p__parameterized274 | 9 | 9 | 0 | 0 | 12 | 0 | 0 | 0 | +| mmucr3_1_latch | tri_rlmreg_p__parameterized274_2782 | 0 | 0 | 0 | 0 | 12 | 0 | 0 | 0 | +| mmucsr0_tlb0fi_latch | tri_rlmlatch_p_2783 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| pid0_latch | tri_rlmreg_p__parameterized41_2784 | 2 | 2 | 0 | 0 | 14 | 0 | 0 | 0 | +| pid1_latch | tri_rlmreg_p__parameterized41_2785 | 6 | 6 | 0 | 0 | 14 | 0 | 0 | 0 | +| spr_addr_in_clone_latch | tri_rlmreg_p__parameterized6_2786 | 329 | 329 | 0 | 0 | 10 | 0 | 0 | 0 | +| spr_addr_in_latch | tri_rlmreg_p__parameterized6_2787 | 25 | 25 | 0 | 0 | 10 | 0 | 0 | 0 | +| spr_addr_int_latch | tri_rlmreg_p__parameterized6_2788 | 10 | 10 | 0 | 0 | 10 | 0 | 0 | 0 | +| spr_addr_out_latch | tri_rlmreg_p__parameterized6_2789 | 0 | 0 | 0 | 0 | 10 | 0 | 0 | 0 | +| spr_ctl_in_latch | tri_rlmreg_p__parameterized5_2790 | 6 | 6 | 0 | 0 | 3 | 0 | 0 | 0 | +| spr_ctl_int_latch | tri_rlmreg_p__parameterized5_2791 | 77 | 77 | 0 | 0 | 7 | 0 | 0 | 0 | +| spr_ctl_out_latch | tri_rlmreg_p__parameterized5_2792 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| spr_data_in_latch | tri_rlmreg_p__parameterized33_2793 | 64 | 64 | 0 | 0 | 64 | 0 | 0 | 0 | +| spr_data_int_latch | tri_rlmreg_p__parameterized33_2794 | 506 | 506 | 0 | 0 | 64 | 0 | 0 | 0 | +| spr_data_out_latch | tri_rlmreg_p__parameterized33_2795 | 0 | 0 | 0 | 0 | 64 | 0 | 0 | 0 | +| spr_etid_in_latch | tri_rlmreg_p__parameterized2_2796 | 29 | 29 | 0 | 0 | 2 | 0 | 0 | 0 | +| spr_etid_int_latch | tri_rlmreg_p__parameterized2_2797 | 4 | 4 | 0 | 0 | 2 | 0 | 0 | 0 | +| spr_etid_out_latch | tri_rlmreg_p__parameterized2_2798 | 2 | 2 | 0 | 0 | 2 | 0 | 0 | 0 | +| spr_mas_data_out_latch | tri_rlmreg_p__parameterized33_2799 | 6 | 6 | 0 | 0 | 64 | 0 | 0 | 0 | +| spr_match_any_mas_latch | tri_rlmlatch_p_2800 | 9 | 9 | 0 | 0 | 1 | 0 | 0 | 0 | +| spr_match_any_mmu_latch | tri_rlmlatch_p_2801 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| spr_match_eptcfg_latch | tri_rlmlatch_p_2802 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| spr_match_lper_0_latch | tri_rlmlatch_p_2803 | 39 | 39 | 0 | 0 | 1 | 0 | 0 | 0 | +| spr_match_lper_1_latch | tri_rlmlatch_p_2804 | 43 | 43 | 0 | 0 | 1 | 0 | 0 | 0 | +| spr_match_lperu_0_latch | tri_rlmlatch_p_2805 | 7 | 7 | 0 | 0 | 1 | 0 | 0 | 0 | +| spr_match_lperu_1_latch | tri_rlmlatch_p_2806 | 7 | 7 | 0 | 0 | 1 | 0 | 0 | 0 | +| spr_match_lpidr_latch | tri_rlmlatch_p_2807 | 13 | 13 | 0 | 0 | 1 | 0 | 0 | 0 | +| spr_match_lratcfg_latch | tri_rlmlatch_p_2808 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| spr_match_lratps_latch | tri_rlmlatch_p_2809 | 4 | 4 | 0 | 0 | 1 | 0 | 0 | 0 | +| spr_match_mas01_64b_0_latch | tri_rlmlatch_p_2810 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| spr_match_mas01_64b_1_latch | tri_rlmlatch_p_2811 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| spr_match_mas0_0_latch | tri_rlmlatch_p_2812 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| spr_match_mas0_1_latch | tri_rlmlatch_p_2813 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| spr_match_mas1_0_latch | tri_rlmlatch_p_2814 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| spr_match_mas1_1_latch | tri_rlmlatch_p_2815 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| spr_match_mas2_0_latch | tri_rlmlatch_p_2816 | 7 | 7 | 0 | 0 | 1 | 0 | 0 | 0 | +| spr_match_mas2_1_latch | tri_rlmlatch_p_2817 | 6 | 6 | 0 | 0 | 1 | 0 | 0 | 0 | +| spr_match_mas2u_0_latch | tri_rlmlatch_p_2818 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| spr_match_mas2u_1_latch | tri_rlmlatch_p_2819 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| spr_match_mas3_0_latch | tri_rlmlatch_p_2820 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| spr_match_mas3_1_latch | tri_rlmlatch_p_2821 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| spr_match_mas4_0_latch | tri_rlmlatch_p_2822 | 9 | 9 | 0 | 0 | 1 | 0 | 0 | 0 | +| spr_match_mas4_1_latch | tri_rlmlatch_p_2823 | 9 | 9 | 0 | 0 | 1 | 0 | 0 | 0 | +| spr_match_mas56_64b_0_latch | tri_rlmlatch_p_2824 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| spr_match_mas56_64b_1_latch | tri_rlmlatch_p_2825 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| spr_match_mas5_0_latch | tri_rlmlatch_p_2826 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| spr_match_mas5_1_latch | tri_rlmlatch_p_2827 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| spr_match_mas6_0_latch | tri_rlmlatch_p_2828 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| spr_match_mas6_1_latch | tri_rlmlatch_p_2829 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| spr_match_mas73_64b_0_latch | tri_rlmlatch_p_2830 | 32 | 32 | 0 | 0 | 1 | 0 | 0 | 0 | +| spr_match_mas73_64b_1_latch | tri_rlmlatch_p_2831 | 32 | 32 | 0 | 0 | 1 | 0 | 0 | 0 | +| spr_match_mas7_0_latch | tri_rlmlatch_p_2832 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| spr_match_mas7_1_latch | tri_rlmlatch_p_2833 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| spr_match_mas81_64b_0_latch | tri_rlmlatch_p_2834 | 3 | 3 | 0 | 0 | 1 | 0 | 0 | 0 | +| spr_match_mas81_64b_1_latch | tri_rlmlatch_p_2835 | 3 | 3 | 0 | 0 | 1 | 0 | 0 | 0 | +| spr_match_mas8_0_latch | tri_rlmlatch_p_2836 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| spr_match_mas8_1_latch | tri_rlmlatch_p_2837 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| spr_match_mesr1_latch | tri_rlmlatch_p_2838 | 28 | 28 | 0 | 0 | 1 | 0 | 0 | 0 | +| spr_match_mesr2_latch | tri_rlmlatch_p_2839 | 30 | 30 | 0 | 0 | 1 | 0 | 0 | 0 | +| spr_match_mmucfg_latch | tri_rlmlatch_p_2840 | 4 | 4 | 0 | 0 | 1 | 0 | 0 | 0 | +| spr_match_mmucr0_0_latch | tri_rlmlatch_p_2841 | 10 | 10 | 0 | 0 | 1 | 0 | 0 | 0 | +| spr_match_mmucr0_1_latch | tri_rlmlatch_p_2842 | 15 | 15 | 0 | 0 | 1 | 0 | 0 | 0 | +| spr_match_mmucr1_latch | tri_rlmlatch_p_2843 | 11 | 11 | 0 | 0 | 1 | 0 | 0 | 0 | +| spr_match_mmucr2_latch | tri_rlmlatch_p_2844 | 9 | 9 | 0 | 0 | 1 | 0 | 0 | 0 | +| spr_match_mmucr3_0_latch | tri_rlmlatch_p_2845 | 16 | 16 | 0 | 0 | 1 | 0 | 0 | 0 | +| spr_match_mmucr3_1_latch | tri_rlmlatch_p_2846 | 18 | 18 | 0 | 0 | 1 | 0 | 0 | 0 | +| spr_match_mmucsr0_latch | tri_rlmlatch_p_2847 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| spr_match_pid0_latch | tri_rlmlatch_p_2848 | 16 | 16 | 0 | 0 | 1 | 0 | 0 | 0 | +| spr_match_pid1_latch | tri_rlmlatch_p_2849 | 19 | 19 | 0 | 0 | 1 | 0 | 0 | 0 | +| spr_match_tlb0cfg_latch | tri_rlmlatch_p_2850 | 3 | 3 | 0 | 0 | 1 | 0 | 0 | 0 | +| spr_match_tlb0ps_latch | tri_rlmlatch_p_2851 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| spr_mmu_act_latch | tri_rlmreg_p__parameterized5_2852 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| spr_val_act_latch | tri_rlmreg_p__parameterized9_2853 | 63 | 63 | 0 | 0 | 4 | 0 | 0 | 0 | +| xu_mm_derat_mmucr0_latch | tri_regk__parameterized22_2854 | 0 | 0 | 0 | 0 | 18 | 0 | 0 | 0 | +| xu_mm_derat_mmucr0_we_latch | tri_regk__parameterized20_2855 | 6 | 6 | 0 | 0 | 1 | 0 | 0 | 0 | +| xu_mm_derat_mmucr1_latch | tri_regk__parameterized24 | 0 | 0 | 0 | 0 | 5 | 0 | 0 | 0 | +| xu_mm_derat_mmucr1_we_latch | tri_regk__parameterized20_2856 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| perv_rp | c_perv_rp | 67 | 67 | 0 | 0 | 2 | 0 | 0 | 0 | +| func2_t0_rp | tri_rlmreg_p__parameterized309 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| iu_clkstg_4to3 | tri_plat__parameterized14 | 65 | 65 | 0 | 0 | 1 | 0 | 0 | 0 | +| rv0 | rv | 36603 | 36603 | 0 | 0 | 14136 | 0 | 0 | 0 | +| axu0_rvs | rv_axu0_rvs | 5354 | 5354 | 0 | 0 | 1647 | 0 | 0 | 0 | +| (axu0_rvs) | rv_axu0_rvs | 2 | 2 | 0 | 0 | 0 | 0 | 0 | 0 | +| axu0_rv_itag_abort_reg | tri_rlmlatch_p_2439 | 3 | 3 | 0 | 0 | 1 | 0 | 0 | 0 | +| axu0_rv_itag_reg | tri_rlmreg_p__parameterized13_2440 | 14 | 14 | 0 | 0 | 7 | 0 | 0 | 0 | +| axu0_rv_itag_vld_reg | tri_rlmreg_p__parameterized37_2441 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| cp_flush_reg | tri_rlmreg_p__parameterized37_2442 | 4 | 4 | 0 | 0 | 1 | 0 | 0 | 0 | +| cp_next_itag_reg | tri_rlmreg_p__parameterized13_2443 | 9 | 9 | 0 | 0 | 7 | 0 | 0 | 0 | +| ex0_itag_reg | tri_rlmreg_p__parameterized13_2444 | 7 | 7 | 0 | 0 | 7 | 0 | 0 | 0 | +| ex0_ord_reg | tri_rlmlatch_p_2445 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex0_vld_reg | tri_rlmreg_p__parameterized37_2446 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex1_ord_vld_reg | tri_rlmreg_p__parameterized37_2447 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex2_ord_vld_reg | tri_rlmreg_p__parameterized37_2448 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex3_ord_flush_reg | tri_rlmreg_p__parameterized37_2449 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| rvs | rv_station__parameterized2 | 5313 | 5313 | 0 | 0 | 1618 | 0 | 0 | 0 | +| barf | rv_barf__parameterized0_2450 | 55 | 55 | 0 | 0 | 676 | 0 | 0 | 0 | +| xhdl2.q_x_q_gen[0].q_dat_q_reg | tri_rlmreg_p__parameterized253_2700 | 1 | 1 | 0 | 0 | 52 | 0 | 0 | 0 | +| xhdl2.q_x_q_gen[10].q_dat_q_reg | tri_rlmreg_p__parameterized253_2701 | 1 | 1 | 0 | 0 | 52 | 0 | 0 | 0 | +| xhdl2.q_x_q_gen[11].q_dat_q_reg | tri_rlmreg_p__parameterized253_2702 | 0 | 0 | 0 | 0 | 52 | 0 | 0 | 0 | +| xhdl2.q_x_q_gen[12].q_dat_q_reg | tri_rlmreg_p__parameterized253_2703 | 0 | 0 | 0 | 0 | 52 | 0 | 0 | 0 | +| xhdl2.q_x_q_gen[1].q_dat_q_reg | tri_rlmreg_p__parameterized253_2704 | 0 | 0 | 0 | 0 | 52 | 0 | 0 | 0 | +| xhdl2.q_x_q_gen[2].q_dat_q_reg | tri_rlmreg_p__parameterized253_2705 | 1 | 1 | 0 | 0 | 52 | 0 | 0 | 0 | +| xhdl2.q_x_q_gen[3].q_dat_q_reg | tri_rlmreg_p__parameterized253_2706 | 0 | 0 | 0 | 0 | 52 | 0 | 0 | 0 | +| xhdl2.q_x_q_gen[4].q_dat_q_reg | tri_rlmreg_p__parameterized253_2707 | 0 | 0 | 0 | 0 | 52 | 0 | 0 | 0 | +| xhdl2.q_x_q_gen[5].q_dat_q_reg | tri_rlmreg_p__parameterized253_2708 | 0 | 0 | 0 | 0 | 52 | 0 | 0 | 0 | +| xhdl2.q_x_q_gen[6].q_dat_q_reg | tri_rlmreg_p__parameterized253_2709 | 52 | 52 | 0 | 0 | 52 | 0 | 0 | 0 | +| xhdl2.q_x_q_gen[7].q_dat_q_reg | tri_rlmreg_p__parameterized253_2710 | 0 | 0 | 0 | 0 | 52 | 0 | 0 | 0 | +| xhdl2.q_x_q_gen[8].q_dat_q_reg | tri_rlmreg_p__parameterized253_2711 | 0 | 0 | 0 | 0 | 52 | 0 | 0 | 0 | +| xhdl2.q_x_q_gen[9].q_dat_q_reg | tri_rlmreg_p__parameterized253_2712 | 0 | 0 | 0 | 0 | 52 | 0 | 0 | 0 | +| ex0_barf_addr_reg | tri_rlmreg_p__parameterized9_2451 | 294 | 294 | 0 | 0 | 4 | 0 | 0 | 0 | +| ex1_credit_free_q_reg | tri_rlmreg_p__parameterized37_2452 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| q_cord1_g_gen.xhdl6.q_cord_nxt_gen[0].q_cord_q_reg | tri_rlmlatch_p_2453 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| q_cord1_g_gen.xhdl6.q_cord_nxt_gen[10].q_cord_q_reg | tri_rlmlatch_p_2454 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| q_cord1_g_gen.xhdl6.q_cord_nxt_gen[11].q_cord_q_reg | tri_rlmlatch_p_2455 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| q_cord1_g_gen.xhdl6.q_cord_nxt_gen[1].q_cord_q_reg | tri_rlmlatch_p_2456 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| q_cord1_g_gen.xhdl6.q_cord_nxt_gen[2].q_cord_q_reg | tri_rlmlatch_p_2457 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| q_cord1_g_gen.xhdl6.q_cord_nxt_gen[3].q_cord_q_reg | tri_rlmlatch_p_2458 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| q_cord1_g_gen.xhdl6.q_cord_nxt_gen[4].q_cord_q_reg | tri_rlmlatch_p_2459 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| q_cord1_g_gen.xhdl6.q_cord_nxt_gen[5].q_cord_q_reg | tri_rlmlatch_p_2460 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| q_cord1_g_gen.xhdl6.q_cord_nxt_gen[6].q_cord_q_reg | tri_rlmlatch_p_2461 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| q_cord1_g_gen.xhdl6.q_cord_nxt_gen[7].q_cord_q_reg | tri_rlmlatch_p_2462 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| q_cord1_g_gen.xhdl6.q_cord_nxt_gen[8].q_cord_q_reg | tri_rlmlatch_p_2463 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| q_cord1_g_gen.xhdl6.q_cord_nxt_gen[9].q_cord_q_reg | tri_rlmlatch_p_2464 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| q_credit_q_reg | tri_rlmreg_p__parameterized227_2465 | 85 | 85 | 0 | 0 | 12 | 0 | 0 | 0 | +| q_ev_q_reg | tri_rlmreg_p__parameterized227_2466 | 1732 | 1732 | 0 | 0 | 13 | 0 | 0 | 0 | +| q_flushed_q_reg | tri_rlmreg_p__parameterized227_2467 | 3 | 3 | 0 | 0 | 12 | 0 | 0 | 0 | +| q_hold_all_q_reg | tri_rlmlatch_p_2468 | 9 | 9 | 0 | 0 | 1 | 0 | 0 | 0 | +| q_hold_ord_q_reg | tri_rlmreg_p__parameterized37_2469 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| q_ord1_g_gen.xhdl4.q_ord_nxt_gen[0].q_ord_q_reg | tri_rlmlatch_p_2470 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| q_ord1_g_gen.xhdl4.q_ord_nxt_gen[10].q_ord_q_reg | tri_rlmlatch_p_2471 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| q_ord1_g_gen.xhdl4.q_ord_nxt_gen[11].q_ord_q_reg | tri_rlmlatch_p_2472 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| q_ord1_g_gen.xhdl4.q_ord_nxt_gen[1].q_ord_q_reg | tri_rlmlatch_p_2473 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| q_ord1_g_gen.xhdl4.q_ord_nxt_gen[2].q_ord_q_reg | tri_rlmlatch_p_2474 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| q_ord1_g_gen.xhdl4.q_ord_nxt_gen[3].q_ord_q_reg | tri_rlmlatch_p_2475 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| q_ord1_g_gen.xhdl4.q_ord_nxt_gen[4].q_ord_q_reg | tri_rlmlatch_p_2476 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| q_ord1_g_gen.xhdl4.q_ord_nxt_gen[5].q_ord_q_reg | tri_rlmlatch_p_2477 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| q_ord1_g_gen.xhdl4.q_ord_nxt_gen[6].q_ord_q_reg | tri_rlmlatch_p_2478 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| q_ord1_g_gen.xhdl4.q_ord_nxt_gen[7].q_ord_q_reg | tri_rlmlatch_p_2479 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| q_ord1_g_gen.xhdl4.q_ord_nxt_gen[8].q_ord_q_reg | tri_rlmlatch_p_2480 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| q_ord1_g_gen.xhdl4.q_ord_nxt_gen[9].q_ord_q_reg | tri_rlmlatch_p_2481 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| x5ia4.isa_gen[0].issued_addr_reg | tri_rlmreg_p__parameterized9_2482 | 14 | 14 | 0 | 0 | 4 | 0 | 0 | 0 | +| x5ia4.isa_gen[0].issued_vld_reg | tri_rlmreg_p__parameterized37_2483 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| x5ia4.isa_gen[1].issued_addr_reg | tri_rlmreg_p__parameterized9_2484 | 14 | 14 | 0 | 0 | 4 | 0 | 0 | 0 | +| x5ia4.isa_gen[1].issued_vld_reg | tri_rlmreg_p__parameterized37_2485 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| x5ia4.isa_gen[2].issued_addr_reg | tri_rlmreg_p__parameterized9_2486 | 11 | 11 | 0 | 0 | 4 | 0 | 0 | 0 | +| x5ia4.isa_gen[2].issued_vld_reg | tri_rlmreg_p__parameterized37_2487 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| x5ia4.isa_gen[3].issued_addr_reg | tri_rlmreg_p__parameterized9_2488 | 20 | 20 | 0 | 0 | 4 | 0 | 0 | 0 | +| x5ia4.isa_gen[3].issued_vld_reg | tri_rlmreg_p__parameterized37_2489 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| x5ia4.isa_gen[4].issued_addr_reg | tri_rlmreg_p__parameterized9_2490 | 19 | 19 | 0 | 0 | 4 | 0 | 0 | 0 | +| x5ia4.isa_gen[4].issued_vld_reg | tri_rlmreg_p__parameterized37_2491 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl555.q_bev_gen[0].barf_ev_reg | tri_rlmreg_p__parameterized37_2492 | 5 | 5 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl555.q_bev_gen[10].barf_ev_reg | tri_rlmreg_p__parameterized37_2493 | 1026 | 1026 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl555.q_bev_gen[11].barf_ev_reg | tri_rlmreg_p__parameterized37_2494 | 3 | 3 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl555.q_bev_gen[12].barf_ev_reg | tri_rlmreg_p__parameterized37_2495 | 172 | 172 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl555.q_bev_gen[1].barf_ev_reg | tri_rlmreg_p__parameterized37_2496 | 8 | 8 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl555.q_bev_gen[2].barf_ev_reg | tri_rlmreg_p__parameterized37_2497 | 60 | 60 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl555.q_bev_gen[3].barf_ev_reg | tri_rlmreg_p__parameterized37_2498 | 4 | 4 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl555.q_bev_gen[4].barf_ev_reg | tri_rlmreg_p__parameterized37_2499 | 4 | 4 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl555.q_bev_gen[5].barf_ev_reg | tri_rlmreg_p__parameterized37_2500 | 3 | 3 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl555.q_bev_gen[6].barf_ev_reg | tri_rlmreg_p__parameterized37_2501 | 54 | 54 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl555.q_bev_gen[7].barf_ev_reg | tri_rlmreg_p__parameterized37_2502 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl555.q_bev_gen[8].barf_ev_reg | tri_rlmreg_p__parameterized37_2503 | 62 | 62 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl555.q_bev_gen[9].barf_ev_reg | tri_rlmreg_p__parameterized37_2504 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5xx.xx_gen[0].xx_rv_rel_itag_reg | tri_rlmreg_p__parameterized13_2505 | 0 | 0 | 0 | 0 | 7 | 0 | 0 | 0 | +| xhdl5xx.xx_gen[0].xx_rv_rel_vld_reg | tri_rlmreg_p__parameterized37_2506 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5xx.xx_gen[1].xx_rv_rel_itag_reg | tri_rlmreg_p__parameterized13_2507 | 0 | 0 | 0 | 0 | 7 | 0 | 0 | 0 | +| xhdl5xx.xx_gen[1].xx_rv_rel_vld_reg | tri_rlmreg_p__parameterized37_2508 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5xx.xx_gen[2].xx_rv_rel_itag_reg | tri_rlmreg_p__parameterized13_2509 | 0 | 0 | 0 | 0 | 7 | 0 | 0 | 0 | +| xhdl5xx.xx_gen[3].xx_rv_rel_itag_reg | tri_rlmreg_p__parameterized13_2510 | 0 | 0 | 0 | 0 | 7 | 0 | 0 | 0 | +| xhdl5xx.xx_gen[4].xx_rv_rel_itag_reg | tri_rlmreg_p__parameterized13_2511 | 0 | 0 | 0 | 0 | 7 | 0 | 0 | 0 | +| xhdl5xx.xx_gen[5].xx_rv_rel_itag_reg | tri_rlmreg_p__parameterized13_2512 | 7 | 7 | 0 | 0 | 7 | 0 | 0 | 0 | +| xhdl5xx.xx_gen[5].xx_rv_rel_vld_reg | tri_rlmreg_p__parameterized37_2513 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[0].q_bard_addr_q_reg | tri_rlmreg_p__parameterized9_2514 | 0 | 0 | 0 | 0 | 4 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[0].q_dat_q_reg | tri_rlmreg_p__parameterized255 | 0 | 0 | 0 | 0 | 21 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[0].q_ilat_q_reg | tri_rlmreg_p__parameterized9_2515 | 0 | 0 | 0 | 0 | 4 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[0].q_itag_q_reg | tri_rlmreg_p__parameterized13_2516 | 0 | 0 | 0 | 0 | 7 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[0].q_s1_itag_q_reg | tri_rlmreg_p__parameterized13_2517 | 34 | 34 | 0 | 0 | 7 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[0].q_s1_rdy_reg | tri_rlmlatch_p_2518 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[0].q_s1_v_q_reg | tri_rlmlatch_p_2519 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[0].q_s2_itag_q_reg | tri_rlmreg_p__parameterized13_2520 | 34 | 34 | 0 | 0 | 7 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[0].q_s2_rdy_reg | tri_rlmlatch_p_2521 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[0].q_s2_v_q_reg | tri_rlmlatch_p_2522 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[0].q_s3_itag_q_reg | tri_rlmreg_p__parameterized13_2523 | 35 | 35 | 0 | 0 | 7 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[0].q_s3_rdy_reg | tri_rlmlatch_p_2524 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[0].q_s3_v_q_reg | tri_rlmlatch_p_2525 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[0].q_tid_q_reg | tri_rlmreg_p__parameterized37_2526 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[10].q_bard_addr_q_reg | tri_rlmreg_p__parameterized9_2527 | 2 | 2 | 0 | 0 | 4 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[10].q_dat_q_reg | tri_rlmreg_p__parameterized255_2528 | 0 | 0 | 0 | 0 | 21 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[10].q_ilat_q_reg | tri_rlmreg_p__parameterized9_2529 | 3 | 3 | 0 | 0 | 4 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[10].q_issued_q_reg | tri_rlmlatch_p_2530 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[10].q_itag_q_reg | tri_rlmreg_p__parameterized13_2531 | 0 | 0 | 0 | 0 | 7 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[10].q_s1_itag_q_reg | tri_rlmreg_p__parameterized13_2532 | 38 | 38 | 0 | 0 | 7 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[10].q_s1_rdy_reg | tri_rlmlatch_p_2533 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[10].q_s1_v_q_reg | tri_rlmlatch_p_2534 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[10].q_s2_itag_q_reg | tri_rlmreg_p__parameterized13_2535 | 33 | 33 | 0 | 0 | 7 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[10].q_s2_rdy_reg | tri_rlmlatch_p_2536 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[10].q_s2_v_q_reg | tri_rlmlatch_p_2537 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[10].q_s3_itag_q_reg | tri_rlmreg_p__parameterized13_2538 | 37 | 37 | 0 | 0 | 7 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[10].q_s3_rdy_reg | tri_rlmlatch_p_2539 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[10].q_s3_v_q_reg | tri_rlmlatch_p_2540 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[10].q_tid_q_reg | tri_rlmreg_p__parameterized37_2541 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[11].q_bard_addr_q_reg | tri_rlmreg_p__parameterized9_2542 | 0 | 0 | 0 | 0 | 4 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[11].q_dat_q_reg | tri_rlmreg_p__parameterized255_2543 | 0 | 0 | 0 | 0 | 21 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[11].q_ilat_q_reg | tri_rlmreg_p__parameterized9_2544 | 27 | 27 | 0 | 0 | 4 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[11].q_issued_q_reg | tri_rlmlatch_p_2545 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[11].q_itag_q_reg | tri_rlmreg_p__parameterized13_2546 | 6 | 6 | 0 | 0 | 7 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[11].q_s1_itag_q_reg | tri_rlmreg_p__parameterized13_2547 | 33 | 33 | 0 | 0 | 7 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[11].q_s1_rdy_reg | tri_rlmlatch_p_2548 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[11].q_s1_v_q_reg | tri_rlmlatch_p_2549 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[11].q_s2_itag_q_reg | tri_rlmreg_p__parameterized13_2550 | 33 | 33 | 0 | 0 | 7 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[11].q_s2_rdy_reg | tri_rlmlatch_p_2551 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[11].q_s2_v_q_reg | tri_rlmlatch_p_2552 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[11].q_s3_itag_q_reg | tri_rlmreg_p__parameterized13_2553 | 37 | 37 | 0 | 0 | 7 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[11].q_s3_rdy_reg | tri_rlmlatch_p_2554 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[11].q_s3_v_q_reg | tri_rlmlatch_p_2555 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[11].q_tid_q_reg | tri_rlmreg_p__parameterized37_2556 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[1].q_bard_addr_q_reg | tri_rlmreg_p__parameterized9_2557 | 0 | 0 | 0 | 0 | 4 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[1].q_dat_q_reg | tri_rlmreg_p__parameterized255_2558 | 0 | 0 | 0 | 0 | 21 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[1].q_ilat_q_reg | tri_rlmreg_p__parameterized9_2559 | 0 | 0 | 0 | 0 | 4 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[1].q_itag_q_reg | tri_rlmreg_p__parameterized13_2560 | 0 | 0 | 0 | 0 | 7 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[1].q_s1_itag_q_reg | tri_rlmreg_p__parameterized13_2561 | 35 | 35 | 0 | 0 | 7 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[1].q_s1_rdy_reg | tri_rlmlatch_p_2562 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[1].q_s1_v_q_reg | tri_rlmlatch_p_2563 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[1].q_s2_itag_q_reg | tri_rlmreg_p__parameterized13_2564 | 35 | 35 | 0 | 0 | 7 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[1].q_s2_rdy_reg | tri_rlmlatch_p_2565 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[1].q_s2_v_q_reg | tri_rlmlatch_p_2566 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[1].q_s3_itag_q_reg | tri_rlmreg_p__parameterized13_2567 | 35 | 35 | 0 | 0 | 7 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[1].q_s3_rdy_reg | tri_rlmlatch_p_2568 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[1].q_s3_v_q_reg | tri_rlmlatch_p_2569 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[1].q_tid_q_reg | tri_rlmreg_p__parameterized37_2570 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[2].q_bard_addr_q_reg | tri_rlmreg_p__parameterized9_2571 | 2 | 2 | 0 | 0 | 4 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[2].q_dat_q_reg | tri_rlmreg_p__parameterized255_2572 | 0 | 0 | 0 | 0 | 21 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[2].q_ilat_q_reg | tri_rlmreg_p__parameterized9_2573 | 0 | 0 | 0 | 0 | 4 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[2].q_itag_q_reg | tri_rlmreg_p__parameterized13_2574 | 0 | 0 | 0 | 0 | 7 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[2].q_s1_itag_q_reg | tri_rlmreg_p__parameterized13_2575 | 34 | 34 | 0 | 0 | 7 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[2].q_s1_rdy_reg | tri_rlmlatch_p_2576 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[2].q_s1_v_q_reg | tri_rlmlatch_p_2577 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[2].q_s2_itag_q_reg | tri_rlmreg_p__parameterized13_2578 | 35 | 35 | 0 | 0 | 7 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[2].q_s2_rdy_reg | tri_rlmlatch_p_2579 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[2].q_s2_v_q_reg | tri_rlmlatch_p_2580 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[2].q_s3_itag_q_reg | tri_rlmreg_p__parameterized13_2581 | 35 | 35 | 0 | 0 | 7 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[2].q_s3_rdy_reg | tri_rlmlatch_p_2582 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[2].q_s3_v_q_reg | tri_rlmlatch_p_2583 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[2].q_tid_q_reg | tri_rlmreg_p__parameterized37_2584 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[3].q_bard_addr_q_reg | tri_rlmreg_p__parameterized9_2585 | 0 | 0 | 0 | 0 | 4 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[3].q_dat_q_reg | tri_rlmreg_p__parameterized255_2586 | 0 | 0 | 0 | 0 | 21 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[3].q_ilat_q_reg | tri_rlmreg_p__parameterized9_2587 | 0 | 0 | 0 | 0 | 4 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[3].q_itag_q_reg | tri_rlmreg_p__parameterized13_2588 | 0 | 0 | 0 | 0 | 7 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[3].q_s1_itag_q_reg | tri_rlmreg_p__parameterized13_2589 | 33 | 33 | 0 | 0 | 7 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[3].q_s1_rdy_reg | tri_rlmlatch_p_2590 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[3].q_s1_v_q_reg | tri_rlmlatch_p_2591 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[3].q_s2_itag_q_reg | tri_rlmreg_p__parameterized13_2592 | 37 | 37 | 0 | 0 | 7 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[3].q_s2_rdy_reg | tri_rlmlatch_p_2593 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[3].q_s2_v_q_reg | tri_rlmlatch_p_2594 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[3].q_s3_itag_q_reg | tri_rlmreg_p__parameterized13_2595 | 37 | 37 | 0 | 0 | 7 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[3].q_s3_rdy_reg | tri_rlmlatch_p_2596 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[3].q_s3_v_q_reg | tri_rlmlatch_p_2597 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[3].q_tid_q_reg | tri_rlmreg_p__parameterized37_2598 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[4].q_bard_addr_q_reg | tri_rlmreg_p__parameterized9_2599 | 0 | 0 | 0 | 0 | 4 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[4].q_dat_q_reg | tri_rlmreg_p__parameterized255_2600 | 0 | 0 | 0 | 0 | 21 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[4].q_ilat_q_reg | tri_rlmreg_p__parameterized9_2601 | 1 | 1 | 0 | 0 | 4 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[4].q_issued_q_reg | tri_rlmlatch_p_2602 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[4].q_itag_q_reg | tri_rlmreg_p__parameterized13_2603 | 0 | 0 | 0 | 0 | 7 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[4].q_s1_itag_q_reg | tri_rlmreg_p__parameterized13_2604 | 37 | 37 | 0 | 0 | 7 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[4].q_s1_rdy_reg | tri_rlmlatch_p_2605 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[4].q_s1_v_q_reg | tri_rlmlatch_p_2606 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[4].q_s2_itag_q_reg | tri_rlmreg_p__parameterized13_2607 | 37 | 37 | 0 | 0 | 7 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[4].q_s2_rdy_reg | tri_rlmlatch_p_2608 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[4].q_s2_v_q_reg | tri_rlmlatch_p_2609 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[4].q_s3_itag_q_reg | tri_rlmreg_p__parameterized13_2610 | 37 | 37 | 0 | 0 | 7 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[4].q_s3_rdy_reg | tri_rlmlatch_p_2611 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[4].q_s3_v_q_reg | tri_rlmlatch_p_2612 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[4].q_tid_q_reg | tri_rlmreg_p__parameterized37_2613 | 3 | 3 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[5].q_bard_addr_q_reg | tri_rlmreg_p__parameterized9_2614 | 8 | 8 | 0 | 0 | 4 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[5].q_dat_q_reg | tri_rlmreg_p__parameterized255_2615 | 0 | 0 | 0 | 0 | 21 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[5].q_ilat_q_reg | tri_rlmreg_p__parameterized9_2616 | 1 | 1 | 0 | 0 | 4 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[5].q_issued_q_reg | tri_rlmlatch_p_2617 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[5].q_itag_q_reg | tri_rlmreg_p__parameterized13_2618 | 0 | 0 | 0 | 0 | 7 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[5].q_s1_itag_q_reg | tri_rlmreg_p__parameterized13_2619 | 33 | 33 | 0 | 0 | 7 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[5].q_s1_rdy_reg | tri_rlmlatch_p_2620 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[5].q_s1_v_q_reg | tri_rlmlatch_p_2621 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[5].q_s2_itag_q_reg | tri_rlmreg_p__parameterized13_2622 | 33 | 33 | 0 | 0 | 7 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[5].q_s2_rdy_reg | tri_rlmlatch_p_2623 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[5].q_s2_v_q_reg | tri_rlmlatch_p_2624 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[5].q_s3_itag_q_reg | tri_rlmreg_p__parameterized13_2625 | 37 | 37 | 0 | 0 | 7 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[5].q_s3_rdy_reg | tri_rlmlatch_p_2626 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[5].q_s3_v_q_reg | tri_rlmlatch_p_2627 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[5].q_tid_q_reg | tri_rlmreg_p__parameterized37_2628 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[6].q_bard_addr_q_reg | tri_rlmreg_p__parameterized9_2629 | 2 | 2 | 0 | 0 | 4 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[6].q_dat_q_reg | tri_rlmreg_p__parameterized255_2630 | 0 | 0 | 0 | 0 | 21 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[6].q_ilat_q_reg | tri_rlmreg_p__parameterized9_2631 | 1 | 1 | 0 | 0 | 4 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[6].q_issued_q_reg | tri_rlmlatch_p_2632 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[6].q_itag_q_reg | tri_rlmreg_p__parameterized13_2633 | 0 | 0 | 0 | 0 | 7 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[6].q_s1_itag_q_reg | tri_rlmreg_p__parameterized13_2634 | 37 | 37 | 0 | 0 | 7 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[6].q_s1_rdy_reg | tri_rlmlatch_p_2635 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[6].q_s1_v_q_reg | tri_rlmlatch_p_2636 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[6].q_s2_itag_q_reg | tri_rlmreg_p__parameterized13_2637 | 37 | 37 | 0 | 0 | 7 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[6].q_s2_rdy_reg | tri_rlmlatch_p_2638 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[6].q_s2_v_q_reg | tri_rlmlatch_p_2639 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[6].q_s3_itag_q_reg | tri_rlmreg_p__parameterized13_2640 | 37 | 37 | 0 | 0 | 7 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[6].q_s3_rdy_reg | tri_rlmlatch_p_2641 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[6].q_s3_v_q_reg | tri_rlmlatch_p_2642 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[6].q_tid_q_reg | tri_rlmreg_p__parameterized37_2643 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[7].q_bard_addr_q_reg | tri_rlmreg_p__parameterized9_2644 | 0 | 0 | 0 | 0 | 4 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[7].q_dat_q_reg | tri_rlmreg_p__parameterized255_2645 | 0 | 0 | 0 | 0 | 21 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[7].q_ilat_q_reg | tri_rlmreg_p__parameterized9_2646 | 1 | 1 | 0 | 0 | 4 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[7].q_issued_q_reg | tri_rlmlatch_p_2647 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[7].q_itag_q_reg | tri_rlmreg_p__parameterized13_2648 | 0 | 0 | 0 | 0 | 7 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[7].q_s1_itag_q_reg | tri_rlmreg_p__parameterized13_2649 | 37 | 37 | 0 | 0 | 7 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[7].q_s1_rdy_reg | tri_rlmlatch_p_2650 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[7].q_s1_v_q_reg | tri_rlmlatch_p_2651 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[7].q_s2_itag_q_reg | tri_rlmreg_p__parameterized13_2652 | 37 | 37 | 0 | 0 | 7 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[7].q_s2_rdy_reg | tri_rlmlatch_p_2653 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[7].q_s2_v_q_reg | tri_rlmlatch_p_2654 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[7].q_s3_itag_q_reg | tri_rlmreg_p__parameterized13_2655 | 37 | 37 | 0 | 0 | 7 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[7].q_s3_rdy_reg | tri_rlmlatch_p_2656 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[7].q_s3_v_q_reg | tri_rlmlatch_p_2657 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[7].q_tid_q_reg | tri_rlmreg_p__parameterized37_2658 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[8].q_bard_addr_q_reg | tri_rlmreg_p__parameterized9_2659 | 0 | 0 | 0 | 0 | 4 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[8].q_dat_q_reg | tri_rlmreg_p__parameterized255_2660 | 0 | 0 | 0 | 0 | 21 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[8].q_ilat_q_reg | tri_rlmreg_p__parameterized9_2661 | 2 | 2 | 0 | 0 | 4 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[8].q_issued_q_reg | tri_rlmlatch_p_2662 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[8].q_itag_q_reg | tri_rlmreg_p__parameterized13_2663 | 0 | 0 | 0 | 0 | 7 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[8].q_s1_itag_q_reg | tri_rlmreg_p__parameterized13_2664 | 37 | 37 | 0 | 0 | 7 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[8].q_s1_rdy_reg | tri_rlmlatch_p_2665 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[8].q_s1_v_q_reg | tri_rlmlatch_p_2666 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[8].q_s2_itag_q_reg | tri_rlmreg_p__parameterized13_2667 | 37 | 37 | 0 | 0 | 7 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[8].q_s2_rdy_reg | tri_rlmlatch_p_2668 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[8].q_s2_v_q_reg | tri_rlmlatch_p_2669 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[8].q_s3_itag_q_reg | tri_rlmreg_p__parameterized13_2670 | 38 | 38 | 0 | 0 | 7 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[8].q_s3_rdy_reg | tri_rlmlatch_p_2671 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[8].q_s3_v_q_reg | tri_rlmlatch_p_2672 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[8].q_tid_q_reg | tri_rlmreg_p__parameterized37_2673 | 5 | 5 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[9].q_bard_addr_q_reg | tri_rlmreg_p__parameterized9_2674 | 12 | 12 | 0 | 0 | 4 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[9].q_dat_q_reg | tri_rlmreg_p__parameterized255_2675 | 0 | 0 | 0 | 0 | 21 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[9].q_ilat_q_reg | tri_rlmreg_p__parameterized9_2676 | 1 | 1 | 0 | 0 | 4 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[9].q_issued_q_reg | tri_rlmlatch_p_2677 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[9].q_itag_q_reg | tri_rlmreg_p__parameterized13_2678 | 0 | 0 | 0 | 0 | 7 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[9].q_s1_itag_q_reg | tri_rlmreg_p__parameterized13_2679 | 33 | 33 | 0 | 0 | 7 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[9].q_s1_rdy_reg | tri_rlmlatch_p_2680 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[9].q_s1_v_q_reg | tri_rlmlatch_p_2681 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[9].q_s2_itag_q_reg | tri_rlmreg_p__parameterized13_2682 | 37 | 37 | 0 | 0 | 7 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[9].q_s2_rdy_reg | tri_rlmlatch_p_2683 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[9].q_s2_v_q_reg | tri_rlmlatch_p_2684 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[9].q_s3_itag_q_reg | tri_rlmreg_p__parameterized13_2685 | 37 | 37 | 0 | 0 | 7 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[9].q_s3_rdy_reg | tri_rlmlatch_p_2686 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[9].q_s3_v_q_reg | tri_rlmlatch_p_2687 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[9].q_tid_q_reg | tri_rlmreg_p__parameterized37_2688 | 3 | 3 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999i.q_x_q_gen[10].q_rdy_q_reg | tri_rlmlatch_p_2689 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999i.q_x_q_gen[11].q_rdy_q_reg | tri_rlmlatch_p_2690 | 123 | 123 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999i.q_x_q_gen[4].q_rdy_q_reg | tri_rlmlatch_p_2691 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999i.q_x_q_gen[5].q_rdy_q_reg | tri_rlmlatch_p_2692 | 10 | 10 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999i.q_x_q_gen[6].q_rdy_q_reg | tri_rlmlatch_p_2693 | 4 | 4 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999i.q_x_q_gen[7].q_rdy_q_reg | tri_rlmlatch_p_2694 | 29 | 29 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999i.q_x_q_gen[8].q_rdy_q_reg | tri_rlmlatch_p_2695 | 32 | 32 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999i.q_x_q_gen[9].q_rdy_q_reg | tri_rlmlatch_p_2696 | 5 | 5 | 0 | 0 | 1 | 0 | 0 | 0 | +| xx_rv_abort_reg | tri_rlmreg_p__parameterized13_2697 | 7 | 7 | 0 | 0 | 5 | 0 | 0 | 0 | +| xx_rv_ex3_abort_reg | tri_rlmlatch_p_2698 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xx_rv_ex4_abort_reg | tri_rlmlatch_p_2699 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| fx0_rvs | rv_fx0_rvs | 9230 | 9230 | 0 | 0 | 2996 | 0 | 0 | 0 | +| cp_next_itag_reg | tri_rlmreg_p__parameterized13_2139 | 9 | 9 | 0 | 0 | 7 | 0 | 0 | 0 | +| ex0_is_brick_reg | tri_rlmlatch_p_2140 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex0_itag_reg | tri_rlmreg_p__parameterized13_2141 | 7 | 7 | 0 | 0 | 7 | 0 | 0 | 0 | +| ex0_ord_reg | tri_rlmlatch_p_2142 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex0_s1_v_reg | tri_rlmlatch_p_2143 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex0_s2_t_reg | tri_rlmreg_p__parameterized5_2144 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| ex0_s2_v_reg | tri_rlmlatch_p_2145 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex0_s3_t_reg | tri_rlmreg_p__parameterized5_2146 | 24 | 24 | 0 | 0 | 3 | 0 | 0 | 0 | +| ex0_s3_v_reg | tri_rlmlatch_p_2147 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex0_t1_t_reg | tri_rlmreg_p__parameterized5_2148 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| ex0_t1_v_reg | tri_rlmlatch_p_2149 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex0_t2_t_reg | tri_rlmreg_p__parameterized5_2150 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| ex0_t2_v_reg | tri_rlmlatch_p_2151 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex0_t3_t_reg | tri_rlmreg_p__parameterized5_2152 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| ex0_t3_v_reg | tri_rlmlatch_p_2153 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| rvs | rv_station | 9190 | 9190 | 0 | 0 | 2959 | 0 | 0 | 0 | +| barf | rv_barf | 2 | 2 | 0 | 0 | 1729 | 0 | 0 | 0 | +| xhdl2.q_x_q_gen[0].q_dat_q_reg | tri_rlmreg_p__parameterized251 | 0 | 0 | 0 | 0 | 133 | 0 | 0 | 0 | +| xhdl2.q_x_q_gen[10].q_dat_q_reg | tri_rlmreg_p__parameterized251_2427 | 0 | 0 | 0 | 0 | 133 | 0 | 0 | 0 | +| xhdl2.q_x_q_gen[11].q_dat_q_reg | tri_rlmreg_p__parameterized251_2428 | 0 | 0 | 0 | 0 | 133 | 0 | 0 | 0 | +| xhdl2.q_x_q_gen[12].q_dat_q_reg | tri_rlmreg_p__parameterized251_2429 | 1 | 1 | 0 | 0 | 133 | 0 | 0 | 0 | +| xhdl2.q_x_q_gen[1].q_dat_q_reg | tri_rlmreg_p__parameterized251_2430 | 0 | 0 | 0 | 0 | 133 | 0 | 0 | 0 | +| xhdl2.q_x_q_gen[2].q_dat_q_reg | tri_rlmreg_p__parameterized251_2431 | 0 | 0 | 0 | 0 | 133 | 0 | 0 | 0 | +| xhdl2.q_x_q_gen[3].q_dat_q_reg | tri_rlmreg_p__parameterized251_2432 | 0 | 0 | 0 | 0 | 133 | 0 | 0 | 0 | +| xhdl2.q_x_q_gen[4].q_dat_q_reg | tri_rlmreg_p__parameterized251_2433 | 1 | 1 | 0 | 0 | 133 | 0 | 0 | 0 | +| xhdl2.q_x_q_gen[5].q_dat_q_reg | tri_rlmreg_p__parameterized251_2434 | 0 | 0 | 0 | 0 | 133 | 0 | 0 | 0 | +| xhdl2.q_x_q_gen[6].q_dat_q_reg | tri_rlmreg_p__parameterized251_2435 | 0 | 0 | 0 | 0 | 133 | 0 | 0 | 0 | +| xhdl2.q_x_q_gen[7].q_dat_q_reg | tri_rlmreg_p__parameterized251_2436 | 0 | 0 | 0 | 0 | 133 | 0 | 0 | 0 | +| xhdl2.q_x_q_gen[8].q_dat_q_reg | tri_rlmreg_p__parameterized251_2437 | 0 | 0 | 0 | 0 | 133 | 0 | 0 | 0 | +| xhdl2.q_x_q_gen[9].q_dat_q_reg | tri_rlmreg_p__parameterized251_2438 | 0 | 0 | 0 | 0 | 133 | 0 | 0 | 0 | +| ex0_barf_addr_reg | tri_rlmreg_p__parameterized9_2154 | 1027 | 1027 | 0 | 0 | 4 | 0 | 0 | 0 | +| ex1_credit_free_q_reg | tri_rlmreg_p__parameterized37_2155 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| q_brick1_g_gen.q_hold_brick_cnt_q_reg | tri_rlmreg_p__parameterized5_2156 | 1 | 1 | 0 | 0 | 3 | 0 | 0 | 0 | +| q_brick1_g_gen.q_hold_brick_q_reg | tri_rlmlatch_p_2157 | 5 | 5 | 0 | 0 | 1 | 0 | 0 | 0 | +| q_brick1_g_gen.xhdl9b.q_bricklat_gen[0].q_brick_q_reg | tri_rlmreg_p__parameterized5_2158 | 0 | 0 | 0 | 0 | 2 | 0 | 0 | 0 | +| q_brick1_g_gen.xhdl9b.q_bricklat_gen[0].q_is_brick_q_reg | tri_rlmlatch_p_2159 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| q_brick1_g_gen.xhdl9b.q_bricklat_gen[10].q_brick_q_reg | tri_rlmreg_p__parameterized5_2160 | 0 | 0 | 0 | 0 | 2 | 0 | 0 | 0 | +| q_brick1_g_gen.xhdl9b.q_bricklat_gen[10].q_is_brick_q_reg | tri_rlmlatch_p_2161 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| q_brick1_g_gen.xhdl9b.q_bricklat_gen[11].q_brick_q_reg | tri_rlmreg_p__parameterized5_2162 | 2 | 2 | 0 | 0 | 2 | 0 | 0 | 0 | +| q_brick1_g_gen.xhdl9b.q_bricklat_gen[11].q_is_brick_q_reg | tri_rlmlatch_p_2163 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| q_brick1_g_gen.xhdl9b.q_bricklat_gen[1].q_brick_q_reg | tri_rlmreg_p__parameterized5_2164 | 0 | 0 | 0 | 0 | 2 | 0 | 0 | 0 | +| q_brick1_g_gen.xhdl9b.q_bricklat_gen[1].q_is_brick_q_reg | tri_rlmlatch_p_2165 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| q_brick1_g_gen.xhdl9b.q_bricklat_gen[2].q_brick_q_reg | tri_rlmreg_p__parameterized5_2166 | 0 | 0 | 0 | 0 | 2 | 0 | 0 | 0 | +| q_brick1_g_gen.xhdl9b.q_bricklat_gen[2].q_is_brick_q_reg | tri_rlmlatch_p_2167 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| q_brick1_g_gen.xhdl9b.q_bricklat_gen[3].q_brick_q_reg | tri_rlmreg_p__parameterized5_2168 | 0 | 0 | 0 | 0 | 2 | 0 | 0 | 0 | +| q_brick1_g_gen.xhdl9b.q_bricklat_gen[3].q_is_brick_q_reg | tri_rlmlatch_p_2169 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| q_brick1_g_gen.xhdl9b.q_bricklat_gen[4].q_brick_q_reg | tri_rlmreg_p__parameterized5_2170 | 4 | 4 | 0 | 0 | 2 | 0 | 0 | 0 | +| q_brick1_g_gen.xhdl9b.q_bricklat_gen[4].q_is_brick_q_reg | tri_rlmlatch_p_2171 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| q_brick1_g_gen.xhdl9b.q_bricklat_gen[5].q_brick_q_reg | tri_rlmreg_p__parameterized5_2172 | 0 | 0 | 0 | 0 | 2 | 0 | 0 | 0 | +| q_brick1_g_gen.xhdl9b.q_bricklat_gen[5].q_is_brick_q_reg | tri_rlmlatch_p_2173 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| q_brick1_g_gen.xhdl9b.q_bricklat_gen[6].q_brick_q_reg | tri_rlmreg_p__parameterized5_2174 | 1 | 1 | 0 | 0 | 2 | 0 | 0 | 0 | +| q_brick1_g_gen.xhdl9b.q_bricklat_gen[6].q_is_brick_q_reg | tri_rlmlatch_p_2175 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| q_brick1_g_gen.xhdl9b.q_bricklat_gen[7].q_brick_q_reg | tri_rlmreg_p__parameterized5_2176 | 0 | 0 | 0 | 0 | 2 | 0 | 0 | 0 | +| q_brick1_g_gen.xhdl9b.q_bricklat_gen[7].q_is_brick_q_reg | tri_rlmlatch_p_2177 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| q_brick1_g_gen.xhdl9b.q_bricklat_gen[8].q_brick_q_reg | tri_rlmreg_p__parameterized5_2178 | 0 | 0 | 0 | 0 | 2 | 0 | 0 | 0 | +| q_brick1_g_gen.xhdl9b.q_bricklat_gen[8].q_is_brick_q_reg | tri_rlmlatch_p_2179 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| q_brick1_g_gen.xhdl9b.q_bricklat_gen[9].q_brick_q_reg | tri_rlmreg_p__parameterized5_2180 | 4 | 4 | 0 | 0 | 2 | 0 | 0 | 0 | +| q_brick1_g_gen.xhdl9b.q_bricklat_gen[9].q_is_brick_q_reg | tri_rlmlatch_p_2181 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| q_cord1_g_gen.xhdl6.q_cord_nxt_gen[0].q_cord_q_reg | tri_rlmlatch_p_2182 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| q_cord1_g_gen.xhdl6.q_cord_nxt_gen[10].q_cord_q_reg | tri_rlmlatch_p_2183 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| q_cord1_g_gen.xhdl6.q_cord_nxt_gen[11].q_cord_q_reg | tri_rlmlatch_p_2184 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| q_cord1_g_gen.xhdl6.q_cord_nxt_gen[1].q_cord_q_reg | tri_rlmlatch_p_2185 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| q_cord1_g_gen.xhdl6.q_cord_nxt_gen[2].q_cord_q_reg | tri_rlmlatch_p_2186 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| q_cord1_g_gen.xhdl6.q_cord_nxt_gen[3].q_cord_q_reg | tri_rlmlatch_p_2187 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| q_cord1_g_gen.xhdl6.q_cord_nxt_gen[4].q_cord_q_reg | tri_rlmlatch_p_2188 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| q_cord1_g_gen.xhdl6.q_cord_nxt_gen[5].q_cord_q_reg | tri_rlmlatch_p_2189 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| q_cord1_g_gen.xhdl6.q_cord_nxt_gen[6].q_cord_q_reg | tri_rlmlatch_p_2190 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| q_cord1_g_gen.xhdl6.q_cord_nxt_gen[7].q_cord_q_reg | tri_rlmlatch_p_2191 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| q_cord1_g_gen.xhdl6.q_cord_nxt_gen[8].q_cord_q_reg | tri_rlmlatch_p_2192 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| q_cord1_g_gen.xhdl6.q_cord_nxt_gen[9].q_cord_q_reg | tri_rlmlatch_p_2193 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| q_credit_q_reg | tri_rlmreg_p__parameterized227_2194 | 86 | 86 | 0 | 0 | 12 | 0 | 0 | 0 | +| q_ev_q_reg | tri_rlmreg_p__parameterized227_2195 | 2450 | 2450 | 0 | 0 | 12 | 0 | 0 | 0 | +| q_flushed_q_reg | tri_rlmreg_p__parameterized227_2196 | 0 | 0 | 0 | 0 | 12 | 0 | 0 | 0 | +| q_hold_all_q_reg | tri_rlmlatch_p_2197 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| q_hold_ord_q_reg | tri_rlmreg_p__parameterized37_2198 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| q_ord1_g_gen.xhdl4.q_ord_nxt_gen[0].q_ord_q_reg | tri_rlmlatch_p_2199 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| q_ord1_g_gen.xhdl4.q_ord_nxt_gen[10].q_ord_q_reg | tri_rlmlatch_p_2200 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| q_ord1_g_gen.xhdl4.q_ord_nxt_gen[11].q_ord_q_reg | tri_rlmlatch_p_2201 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| q_ord1_g_gen.xhdl4.q_ord_nxt_gen[1].q_ord_q_reg | tri_rlmlatch_p_2202 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| q_ord1_g_gen.xhdl4.q_ord_nxt_gen[2].q_ord_q_reg | tri_rlmlatch_p_2203 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| q_ord1_g_gen.xhdl4.q_ord_nxt_gen[3].q_ord_q_reg | tri_rlmlatch_p_2204 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| q_ord1_g_gen.xhdl4.q_ord_nxt_gen[4].q_ord_q_reg | tri_rlmlatch_p_2205 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| q_ord1_g_gen.xhdl4.q_ord_nxt_gen[5].q_ord_q_reg | tri_rlmlatch_p_2206 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| q_ord1_g_gen.xhdl4.q_ord_nxt_gen[6].q_ord_q_reg | tri_rlmlatch_p_2207 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| q_ord1_g_gen.xhdl4.q_ord_nxt_gen[7].q_ord_q_reg | tri_rlmlatch_p_2208 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| q_ord1_g_gen.xhdl4.q_ord_nxt_gen[8].q_ord_q_reg | tri_rlmlatch_p_2209 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| q_ord1_g_gen.xhdl4.q_ord_nxt_gen[9].q_ord_q_reg | tri_rlmlatch_p_2210 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| x5ia4.isa_gen[0].issued_addr_reg | tri_rlmreg_p__parameterized9_2211 | 8 | 8 | 0 | 0 | 4 | 0 | 0 | 0 | +| x5ia4.isa_gen[0].issued_vld_reg | tri_rlmreg_p__parameterized37_2212 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| x5ia4.isa_gen[1].issued_addr_reg | tri_rlmreg_p__parameterized9_2213 | 8 | 8 | 0 | 0 | 4 | 0 | 0 | 0 | +| x5ia4.isa_gen[1].issued_vld_reg | tri_rlmreg_p__parameterized37_2214 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| x5ia4.isa_gen[2].issued_addr_reg | tri_rlmreg_p__parameterized9_2215 | 8 | 8 | 0 | 0 | 4 | 0 | 0 | 0 | +| x5ia4.isa_gen[2].issued_vld_reg | tri_rlmreg_p__parameterized37_2216 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| x5ia4.isa_gen[3].issued_addr_reg | tri_rlmreg_p__parameterized9_2217 | 23 | 23 | 0 | 0 | 4 | 0 | 0 | 0 | +| x5ia4.isa_gen[3].issued_vld_reg | tri_rlmreg_p__parameterized37_2218 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| x5ia4.isa_gen[4].issued_addr_reg | tri_rlmreg_p__parameterized9_2219 | 14 | 14 | 0 | 0 | 4 | 0 | 0 | 0 | +| x5ia4.isa_gen[4].issued_vld_reg | tri_rlmreg_p__parameterized37_2220 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl555.q_bev_gen[0].barf_ev_reg | tri_rlmreg_p__parameterized37_2221 | 5 | 5 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl555.q_bev_gen[10].barf_ev_reg | tri_rlmreg_p__parameterized37_2222 | 810 | 810 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl555.q_bev_gen[11].barf_ev_reg | tri_rlmreg_p__parameterized37_2223 | 3 | 3 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl555.q_bev_gen[12].barf_ev_reg | tri_rlmreg_p__parameterized37_2224 | 275 | 275 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl555.q_bev_gen[1].barf_ev_reg | tri_rlmreg_p__parameterized37_2225 | 1613 | 1613 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl555.q_bev_gen[2].barf_ev_reg | tri_rlmreg_p__parameterized37_2226 | 5 | 5 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl555.q_bev_gen[3].barf_ev_reg | tri_rlmreg_p__parameterized37_2227 | 4 | 4 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl555.q_bev_gen[4].barf_ev_reg | tri_rlmreg_p__parameterized37_2228 | 6 | 6 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl555.q_bev_gen[5].barf_ev_reg | tri_rlmreg_p__parameterized37_2229 | 6 | 6 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl555.q_bev_gen[6].barf_ev_reg | tri_rlmreg_p__parameterized37_2230 | 814 | 814 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl555.q_bev_gen[7].barf_ev_reg | tri_rlmreg_p__parameterized37_2231 | 5 | 5 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl555.q_bev_gen[8].barf_ev_reg | tri_rlmreg_p__parameterized37_2232 | 25 | 25 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl555.q_bev_gen[9].barf_ev_reg | tri_rlmreg_p__parameterized37_2233 | 3 | 3 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5xx.xx_gen[0].xx_rv_rel_itag_reg | tri_rlmreg_p__parameterized13_2234 | 0 | 0 | 0 | 0 | 7 | 0 | 0 | 0 | +| xhdl5xx.xx_gen[1].xx_rv_rel_itag_reg | tri_rlmreg_p__parameterized13_2235 | 0 | 0 | 0 | 0 | 7 | 0 | 0 | 0 | +| xhdl5xx.xx_gen[2].xx_rv_rel_itag_reg | tri_rlmreg_p__parameterized13_2236 | 0 | 0 | 0 | 0 | 7 | 0 | 0 | 0 | +| xhdl5xx.xx_gen[3].xx_rv_rel_itag_reg | tri_rlmreg_p__parameterized13_2237 | 0 | 0 | 0 | 0 | 7 | 0 | 0 | 0 | +| xhdl5xx.xx_gen[4].xx_rv_rel_itag_reg | tri_rlmreg_p__parameterized13_2238 | 0 | 0 | 0 | 0 | 7 | 0 | 0 | 0 | +| xhdl5xx.xx_gen[5].xx_rv_rel_itag_reg | tri_rlmreg_p__parameterized13_2239 | 0 | 0 | 0 | 0 | 7 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[0].q_bard_addr_q_reg | tri_rlmreg_p__parameterized9_2240 | 0 | 0 | 0 | 0 | 4 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[0].q_dat_q_reg | tri_rlmreg_p__parameterized219_2241 | 0 | 0 | 0 | 0 | 42 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[0].q_ilat_q_reg | tri_rlmreg_p__parameterized9_2242 | 0 | 0 | 0 | 0 | 4 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[0].q_itag_q_reg | tri_rlmreg_p__parameterized13_2243 | 0 | 0 | 0 | 0 | 7 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[0].q_s1_itag_q_reg | tri_rlmreg_p__parameterized13_2244 | 35 | 35 | 0 | 0 | 7 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[0].q_s1_rdy_reg | tri_rlmlatch_p_2245 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[0].q_s1_v_q_reg | tri_rlmlatch_p_2246 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[0].q_s2_itag_q_reg | tri_rlmreg_p__parameterized13_2247 | 28 | 28 | 0 | 0 | 7 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[0].q_s2_rdy_reg | tri_rlmlatch_p_2248 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[0].q_s2_v_q_reg | tri_rlmlatch_p_2249 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[0].q_s3_itag_q_reg | tri_rlmreg_p__parameterized13_2250 | 36 | 36 | 0 | 0 | 7 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[0].q_s3_rdy_reg | tri_rlmlatch_p_2251 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[0].q_s3_v_q_reg | tri_rlmlatch_p_2252 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[0].q_tid_q_reg | tri_rlmreg_p__parameterized37_2253 | 8 | 8 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[10].q_bard_addr_q_reg | tri_rlmreg_p__parameterized9_2254 | 0 | 0 | 0 | 0 | 4 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[10].q_dat_q_reg | tri_rlmreg_p__parameterized219_2255 | 1 | 1 | 0 | 0 | 42 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[10].q_ilat_q_reg | tri_rlmreg_p__parameterized9_2256 | 2 | 2 | 0 | 0 | 4 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[10].q_issued_q_reg | tri_rlmlatch_p_2257 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[10].q_itag_q_reg | tri_rlmreg_p__parameterized13_2258 | 0 | 0 | 0 | 0 | 7 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[10].q_s1_itag_q_reg | tri_rlmreg_p__parameterized13_2259 | 36 | 36 | 0 | 0 | 7 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[10].q_s1_rdy_reg | tri_rlmlatch_p_2260 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[10].q_s1_v_q_reg | tri_rlmlatch_p_2261 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[10].q_s2_itag_q_reg | tri_rlmreg_p__parameterized13_2262 | 35 | 35 | 0 | 0 | 7 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[10].q_s2_rdy_reg | tri_rlmlatch_p_2263 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[10].q_s2_v_q_reg | tri_rlmlatch_p_2264 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[10].q_s3_itag_q_reg | tri_rlmreg_p__parameterized13_2265 | 35 | 35 | 0 | 0 | 7 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[10].q_s3_rdy_reg | tri_rlmlatch_p_2266 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[10].q_s3_v_q_reg | tri_rlmlatch_p_2267 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[10].q_tid_q_reg | tri_rlmreg_p__parameterized37_2268 | 6 | 6 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[11].q_bard_addr_q_reg | tri_rlmreg_p__parameterized9_2269 | 0 | 0 | 0 | 0 | 4 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[11].q_dat_q_reg | tri_rlmreg_p__parameterized219_2270 | 0 | 0 | 0 | 0 | 42 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[11].q_ilat_q_reg | tri_rlmreg_p__parameterized9_2271 | 13 | 13 | 0 | 0 | 4 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[11].q_issued_q_reg | tri_rlmlatch_p_2272 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[11].q_itag_q_reg | tri_rlmreg_p__parameterized13_2273 | 1 | 1 | 0 | 0 | 7 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[11].q_s1_itag_q_reg | tri_rlmreg_p__parameterized13_2274 | 36 | 36 | 0 | 0 | 7 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[11].q_s1_rdy_reg | tri_rlmlatch_p_2275 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[11].q_s1_v_q_reg | tri_rlmlatch_p_2276 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[11].q_s2_itag_q_reg | tri_rlmreg_p__parameterized13_2277 | 33 | 33 | 0 | 0 | 7 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[11].q_s2_rdy_reg | tri_rlmlatch_p_2278 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[11].q_s2_v_q_reg | tri_rlmlatch_p_2279 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[11].q_s3_itag_q_reg | tri_rlmreg_p__parameterized13_2280 | 28 | 28 | 0 | 0 | 7 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[11].q_s3_rdy_reg | tri_rlmlatch_p_2281 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[11].q_s3_v_q_reg | tri_rlmlatch_p_2282 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[11].q_tid_q_reg | tri_rlmreg_p__parameterized37_2283 | 10 | 10 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[1].q_bard_addr_q_reg | tri_rlmreg_p__parameterized9_2284 | 0 | 0 | 0 | 0 | 4 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[1].q_dat_q_reg | tri_rlmreg_p__parameterized219_2285 | 0 | 0 | 0 | 0 | 42 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[1].q_ilat_q_reg | tri_rlmreg_p__parameterized9_2286 | 0 | 0 | 0 | 0 | 4 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[1].q_itag_q_reg | tri_rlmreg_p__parameterized13_2287 | 0 | 0 | 0 | 0 | 7 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[1].q_s1_itag_q_reg | tri_rlmreg_p__parameterized13_2288 | 33 | 33 | 0 | 0 | 7 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[1].q_s1_rdy_reg | tri_rlmlatch_p_2289 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[1].q_s1_v_q_reg | tri_rlmlatch_p_2290 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[1].q_s2_itag_q_reg | tri_rlmreg_p__parameterized13_2291 | 28 | 28 | 0 | 0 | 7 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[1].q_s2_rdy_reg | tri_rlmlatch_p_2292 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[1].q_s2_v_q_reg | tri_rlmlatch_p_2293 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[1].q_s3_itag_q_reg | tri_rlmreg_p__parameterized13_2294 | 34 | 34 | 0 | 0 | 7 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[1].q_s3_rdy_reg | tri_rlmlatch_p_2295 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[1].q_s3_v_q_reg | tri_rlmlatch_p_2296 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[1].q_tid_q_reg | tri_rlmreg_p__parameterized37_2297 | 6 | 6 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[2].q_bard_addr_q_reg | tri_rlmreg_p__parameterized9_2298 | 0 | 0 | 0 | 0 | 4 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[2].q_dat_q_reg | tri_rlmreg_p__parameterized219_2299 | 0 | 0 | 0 | 0 | 42 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[2].q_ilat_q_reg | tri_rlmreg_p__parameterized9_2300 | 0 | 0 | 0 | 0 | 4 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[2].q_itag_q_reg | tri_rlmreg_p__parameterized13_2301 | 0 | 0 | 0 | 0 | 7 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[2].q_s1_itag_q_reg | tri_rlmreg_p__parameterized13_2302 | 36 | 36 | 0 | 0 | 7 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[2].q_s1_rdy_reg | tri_rlmlatch_p_2303 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[2].q_s1_v_q_reg | tri_rlmlatch_p_2304 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[2].q_s2_itag_q_reg | tri_rlmreg_p__parameterized13_2305 | 28 | 28 | 0 | 0 | 7 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[2].q_s2_rdy_reg | tri_rlmlatch_p_2306 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[2].q_s2_v_q_reg | tri_rlmlatch_p_2307 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[2].q_s3_itag_q_reg | tri_rlmreg_p__parameterized13_2308 | 28 | 28 | 0 | 0 | 7 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[2].q_s3_rdy_reg | tri_rlmlatch_p_2309 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[2].q_s3_v_q_reg | tri_rlmlatch_p_2310 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[2].q_tid_q_reg | tri_rlmreg_p__parameterized37_2311 | 7 | 7 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[3].q_bard_addr_q_reg | tri_rlmreg_p__parameterized9_2312 | 0 | 0 | 0 | 0 | 4 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[3].q_dat_q_reg | tri_rlmreg_p__parameterized219_2313 | 0 | 0 | 0 | 0 | 42 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[3].q_ilat_q_reg | tri_rlmreg_p__parameterized9_2314 | 0 | 0 | 0 | 0 | 4 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[3].q_itag_q_reg | tri_rlmreg_p__parameterized13_2315 | 0 | 0 | 0 | 0 | 7 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[3].q_s1_itag_q_reg | tri_rlmreg_p__parameterized13_2316 | 34 | 34 | 0 | 0 | 7 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[3].q_s1_rdy_reg | tri_rlmlatch_p_2317 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[3].q_s1_v_q_reg | tri_rlmlatch_p_2318 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[3].q_s2_itag_q_reg | tri_rlmreg_p__parameterized13_2319 | 31 | 31 | 0 | 0 | 7 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[3].q_s2_rdy_reg | tri_rlmlatch_p_2320 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[3].q_s2_v_q_reg | tri_rlmlatch_p_2321 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[3].q_s3_itag_q_reg | tri_rlmreg_p__parameterized13_2322 | 36 | 36 | 0 | 0 | 7 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[3].q_s3_rdy_reg | tri_rlmlatch_p_2323 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[3].q_s3_v_q_reg | tri_rlmlatch_p_2324 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[3].q_tid_q_reg | tri_rlmreg_p__parameterized37_2325 | 7 | 7 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[4].q_bard_addr_q_reg | tri_rlmreg_p__parameterized9_2326 | 4 | 4 | 0 | 0 | 4 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[4].q_dat_q_reg | tri_rlmreg_p__parameterized219_2327 | 0 | 0 | 0 | 0 | 42 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[4].q_ilat_q_reg | tri_rlmreg_p__parameterized9_2328 | 2 | 2 | 0 | 0 | 4 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[4].q_issued_q_reg | tri_rlmlatch_p_2329 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[4].q_itag_q_reg | tri_rlmreg_p__parameterized13_2330 | 0 | 0 | 0 | 0 | 7 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[4].q_s1_itag_q_reg | tri_rlmreg_p__parameterized13_2331 | 36 | 36 | 0 | 0 | 7 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[4].q_s1_rdy_reg | tri_rlmlatch_p_2332 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[4].q_s1_v_q_reg | tri_rlmlatch_p_2333 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[4].q_s2_itag_q_reg | tri_rlmreg_p__parameterized13_2334 | 28 | 28 | 0 | 0 | 7 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[4].q_s2_rdy_reg | tri_rlmlatch_p_2335 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[4].q_s2_v_q_reg | tri_rlmlatch_p_2336 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[4].q_s3_itag_q_reg | tri_rlmreg_p__parameterized13_2337 | 40 | 40 | 0 | 0 | 7 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[4].q_s3_rdy_reg | tri_rlmlatch_p_2338 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[4].q_s3_v_q_reg | tri_rlmlatch_p_2339 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[4].q_tid_q_reg | tri_rlmreg_p__parameterized37_2340 | 9 | 9 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[5].q_bard_addr_q_reg | tri_rlmreg_p__parameterized9_2341 | 8 | 8 | 0 | 0 | 4 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[5].q_dat_q_reg | tri_rlmreg_p__parameterized219_2342 | 0 | 0 | 0 | 0 | 42 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[5].q_ilat_q_reg | tri_rlmreg_p__parameterized9_2343 | 21 | 21 | 0 | 0 | 4 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[5].q_issued_q_reg | tri_rlmlatch_p_2344 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[5].q_itag_q_reg | tri_rlmreg_p__parameterized13_2345 | 0 | 0 | 0 | 0 | 7 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[5].q_s1_itag_q_reg | tri_rlmreg_p__parameterized13_2346 | 36 | 36 | 0 | 0 | 7 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[5].q_s1_rdy_reg | tri_rlmlatch_p_2347 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[5].q_s1_v_q_reg | tri_rlmlatch_p_2348 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[5].q_s2_itag_q_reg | tri_rlmreg_p__parameterized13_2349 | 28 | 28 | 0 | 0 | 7 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[5].q_s2_rdy_reg | tri_rlmlatch_p_2350 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[5].q_s2_v_q_reg | tri_rlmlatch_p_2351 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[5].q_s3_itag_q_reg | tri_rlmreg_p__parameterized13_2352 | 40 | 40 | 0 | 0 | 7 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[5].q_s3_rdy_reg | tri_rlmlatch_p_2353 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[5].q_s3_v_q_reg | tri_rlmlatch_p_2354 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[5].q_tid_q_reg | tri_rlmreg_p__parameterized37_2355 | 7 | 7 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[6].q_bard_addr_q_reg | tri_rlmreg_p__parameterized9_2356 | 0 | 0 | 0 | 0 | 4 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[6].q_dat_q_reg | tri_rlmreg_p__parameterized219_2357 | 0 | 0 | 0 | 0 | 42 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[6].q_ilat_q_reg | tri_rlmreg_p__parameterized9_2358 | 2 | 2 | 0 | 0 | 4 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[6].q_issued_q_reg | tri_rlmlatch_p_2359 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[6].q_itag_q_reg | tri_rlmreg_p__parameterized13_2360 | 0 | 0 | 0 | 0 | 7 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[6].q_s1_itag_q_reg | tri_rlmreg_p__parameterized13_2361 | 36 | 36 | 0 | 0 | 7 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[6].q_s1_rdy_reg | tri_rlmlatch_p_2362 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[6].q_s1_v_q_reg | tri_rlmlatch_p_2363 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[6].q_s2_itag_q_reg | tri_rlmreg_p__parameterized13_2364 | 28 | 28 | 0 | 0 | 7 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[6].q_s2_rdy_reg | tri_rlmlatch_p_2365 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[6].q_s2_v_q_reg | tri_rlmlatch_p_2366 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[6].q_s3_itag_q_reg | tri_rlmreg_p__parameterized13_2367 | 28 | 28 | 0 | 0 | 7 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[6].q_s3_rdy_reg | tri_rlmlatch_p_2368 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[6].q_s3_v_q_reg | tri_rlmlatch_p_2369 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[6].q_tid_q_reg | tri_rlmreg_p__parameterized37_2370 | 7 | 7 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[7].q_bard_addr_q_reg | tri_rlmreg_p__parameterized9_2371 | 0 | 0 | 0 | 0 | 4 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[7].q_dat_q_reg | tri_rlmreg_p__parameterized219_2372 | 0 | 0 | 0 | 0 | 42 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[7].q_ilat_q_reg | tri_rlmreg_p__parameterized9_2373 | 3 | 3 | 0 | 0 | 4 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[7].q_issued_q_reg | tri_rlmlatch_p_2374 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[7].q_itag_q_reg | tri_rlmreg_p__parameterized13_2375 | 0 | 0 | 0 | 0 | 7 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[7].q_s1_itag_q_reg | tri_rlmreg_p__parameterized13_2376 | 36 | 36 | 0 | 0 | 7 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[7].q_s1_rdy_reg | tri_rlmlatch_p_2377 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[7].q_s1_v_q_reg | tri_rlmlatch_p_2378 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[7].q_s2_itag_q_reg | tri_rlmreg_p__parameterized13_2379 | 34 | 34 | 0 | 0 | 7 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[7].q_s2_rdy_reg | tri_rlmlatch_p_2380 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[7].q_s2_v_q_reg | tri_rlmlatch_p_2381 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[7].q_s3_itag_q_reg | tri_rlmreg_p__parameterized13_2382 | 29 | 29 | 0 | 0 | 7 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[7].q_s3_rdy_reg | tri_rlmlatch_p_2383 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[7].q_s3_v_q_reg | tri_rlmlatch_p_2384 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[7].q_tid_q_reg | tri_rlmreg_p__parameterized37_2385 | 7 | 7 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[8].q_bard_addr_q_reg | tri_rlmreg_p__parameterized9_2386 | 8 | 8 | 0 | 0 | 4 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[8].q_dat_q_reg | tri_rlmreg_p__parameterized219_2387 | 0 | 0 | 0 | 0 | 42 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[8].q_ilat_q_reg | tri_rlmreg_p__parameterized9_2388 | 1 | 1 | 0 | 0 | 4 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[8].q_issued_q_reg | tri_rlmlatch_p_2389 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[8].q_itag_q_reg | tri_rlmreg_p__parameterized13_2390 | 0 | 0 | 0 | 0 | 7 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[8].q_s1_itag_q_reg | tri_rlmreg_p__parameterized13_2391 | 36 | 36 | 0 | 0 | 7 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[8].q_s1_rdy_reg | tri_rlmlatch_p_2392 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[8].q_s1_v_q_reg | tri_rlmlatch_p_2393 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[8].q_s2_itag_q_reg | tri_rlmreg_p__parameterized13_2394 | 34 | 34 | 0 | 0 | 7 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[8].q_s2_rdy_reg | tri_rlmlatch_p_2395 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[8].q_s2_v_q_reg | tri_rlmlatch_p_2396 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[8].q_s3_itag_q_reg | tri_rlmreg_p__parameterized13_2397 | 36 | 36 | 0 | 0 | 7 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[8].q_s3_rdy_reg | tri_rlmlatch_p_2398 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[8].q_s3_v_q_reg | tri_rlmlatch_p_2399 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[8].q_tid_q_reg | tri_rlmreg_p__parameterized37_2400 | 8 | 8 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[9].q_bard_addr_q_reg | tri_rlmreg_p__parameterized9_2401 | 12 | 12 | 0 | 0 | 4 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[9].q_dat_q_reg | tri_rlmreg_p__parameterized219_2402 | 0 | 0 | 0 | 0 | 42 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[9].q_ilat_q_reg | tri_rlmreg_p__parameterized9_2403 | 10 | 10 | 0 | 0 | 4 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[9].q_issued_q_reg | tri_rlmlatch_p_2404 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[9].q_itag_q_reg | tri_rlmreg_p__parameterized13_2405 | 0 | 0 | 0 | 0 | 7 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[9].q_s1_itag_q_reg | tri_rlmreg_p__parameterized13_2406 | 36 | 36 | 0 | 0 | 7 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[9].q_s1_rdy_reg | tri_rlmlatch_p_2407 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[9].q_s1_v_q_reg | tri_rlmlatch_p_2408 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[9].q_s2_itag_q_reg | tri_rlmreg_p__parameterized13_2409 | 34 | 34 | 0 | 0 | 7 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[9].q_s2_rdy_reg | tri_rlmlatch_p_2410 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[9].q_s2_v_q_reg | tri_rlmlatch_p_2411 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[9].q_s3_itag_q_reg | tri_rlmreg_p__parameterized13_2412 | 35 | 35 | 0 | 0 | 7 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[9].q_s3_rdy_reg | tri_rlmlatch_p_2413 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[9].q_s3_v_q_reg | tri_rlmlatch_p_2414 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[9].q_tid_q_reg | tri_rlmreg_p__parameterized37_2415 | 5 | 5 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999i.q_x_q_gen[10].q_rdy_q_reg | tri_rlmlatch_p_2416 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999i.q_x_q_gen[11].q_rdy_q_reg | tri_rlmlatch_p_2417 | 374 | 374 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999i.q_x_q_gen[4].q_rdy_q_reg | tri_rlmlatch_p_2418 | 3 | 3 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999i.q_x_q_gen[5].q_rdy_q_reg | tri_rlmlatch_p_2419 | 32 | 32 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999i.q_x_q_gen[6].q_rdy_q_reg | tri_rlmlatch_p_2420 | 3 | 3 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999i.q_x_q_gen[7].q_rdy_q_reg | tri_rlmlatch_p_2421 | 57 | 57 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999i.q_x_q_gen[8].q_rdy_q_reg | tri_rlmlatch_p_2422 | 77 | 77 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999i.q_x_q_gen[9].q_rdy_q_reg | tri_rlmlatch_p_2423 | 4 | 4 | 0 | 0 | 1 | 0 | 0 | 0 | +| xx_rv_abort_reg | tri_rlmreg_p__parameterized13_2424 | 0 | 0 | 0 | 0 | 5 | 0 | 0 | 0 | +| xx_rv_ex3_abort_reg | tri_rlmlatch_p_2425 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xx_rv_ex4_abort_reg | tri_rlmlatch_p_2426 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| fx1_rvs | rv_fx1_rvs | 6166 | 6166 | 0 | 0 | 1719 | 0 | 0 | 0 | +| (fx1_rvs) | rv_fx1_rvs | 23 | 23 | 0 | 0 | 0 | 0 | 0 | 0 | +| ex0_itag_reg | tri_rlmreg_p__parameterized13_1882 | 0 | 0 | 0 | 0 | 7 | 0 | 0 | 0 | +| ex0_s1_v_reg | tri_rlmlatch_p_1883 | 4 | 4 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex0_s3_t_reg | tri_rlmreg_p__parameterized5_1884 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| ex0_t1_v_reg | tri_rlmlatch_p_1885 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex0_t2_v_reg | tri_rlmlatch_p_1886 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex0_t3_v_reg | tri_rlmlatch_p_1887 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| rvs | rv_station__parameterized0 | 6139 | 6139 | 0 | 0 | 1705 | 0 | 0 | 0 | +| barf | rv_barf__parameterized0 | 345 | 345 | 0 | 0 | 637 | 0 | 0 | 0 | +| xhdl2.q_x_q_gen[0].q_dat_q_reg | tri_rlmreg_p__parameterized253 | 0 | 0 | 0 | 0 | 49 | 0 | 0 | 0 | +| xhdl2.q_x_q_gen[10].q_dat_q_reg | tri_rlmreg_p__parameterized253_2127 | 98 | 98 | 0 | 0 | 49 | 0 | 0 | 0 | +| xhdl2.q_x_q_gen[11].q_dat_q_reg | tri_rlmreg_p__parameterized253_2128 | 99 | 99 | 0 | 0 | 49 | 0 | 0 | 0 | +| xhdl2.q_x_q_gen[12].q_dat_q_reg | tri_rlmreg_p__parameterized253_2129 | 0 | 0 | 0 | 0 | 49 | 0 | 0 | 0 | +| xhdl2.q_x_q_gen[1].q_dat_q_reg | tri_rlmreg_p__parameterized253_2130 | 0 | 0 | 0 | 0 | 49 | 0 | 0 | 0 | +| xhdl2.q_x_q_gen[2].q_dat_q_reg | tri_rlmreg_p__parameterized253_2131 | 98 | 98 | 0 | 0 | 49 | 0 | 0 | 0 | +| xhdl2.q_x_q_gen[3].q_dat_q_reg | tri_rlmreg_p__parameterized253_2132 | 0 | 0 | 0 | 0 | 49 | 0 | 0 | 0 | +| xhdl2.q_x_q_gen[4].q_dat_q_reg | tri_rlmreg_p__parameterized253_2133 | 0 | 0 | 0 | 0 | 49 | 0 | 0 | 0 | +| xhdl2.q_x_q_gen[5].q_dat_q_reg | tri_rlmreg_p__parameterized253_2134 | 0 | 0 | 0 | 0 | 49 | 0 | 0 | 0 | +| xhdl2.q_x_q_gen[6].q_dat_q_reg | tri_rlmreg_p__parameterized253_2135 | 49 | 49 | 0 | 0 | 49 | 0 | 0 | 0 | +| xhdl2.q_x_q_gen[7].q_dat_q_reg | tri_rlmreg_p__parameterized253_2136 | 0 | 0 | 0 | 0 | 49 | 0 | 0 | 0 | +| xhdl2.q_x_q_gen[8].q_dat_q_reg | tri_rlmreg_p__parameterized253_2137 | 1 | 1 | 0 | 0 | 49 | 0 | 0 | 0 | +| xhdl2.q_x_q_gen[9].q_dat_q_reg | tri_rlmreg_p__parameterized253_2138 | 0 | 0 | 0 | 0 | 49 | 0 | 0 | 0 | +| ex0_barf_addr_reg | tri_rlmreg_p__parameterized9_1888 | 258 | 258 | 0 | 0 | 4 | 0 | 0 | 0 | +| ex1_credit_free_q_reg | tri_rlmreg_p__parameterized37_1889 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| flush2_reg | tri_rlmreg_p__parameterized37_1890 | 70 | 70 | 0 | 0 | 1 | 0 | 0 | 0 | +| lq_rv_itag1_rst_vld_reg | tri_rlmreg_p__parameterized37_1891 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| q_cord1_g_gen.xhdl6.q_cord_nxt_gen[10].q_cord_q_reg | tri_rlmlatch_p_1892 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| q_cord1_g_gen.xhdl6.q_cord_nxt_gen[11].q_cord_q_reg | tri_rlmlatch_p_1893 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| q_cord1_g_gen.xhdl6.q_cord_nxt_gen[1].q_cord_q_reg | tri_rlmlatch_p_1894 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| q_cord1_g_gen.xhdl6.q_cord_nxt_gen[2].q_cord_q_reg | tri_rlmlatch_p_1895 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| q_cord1_g_gen.xhdl6.q_cord_nxt_gen[3].q_cord_q_reg | tri_rlmlatch_p_1896 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| q_cord1_g_gen.xhdl6.q_cord_nxt_gen[4].q_cord_q_reg | tri_rlmlatch_p_1897 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| q_cord1_g_gen.xhdl6.q_cord_nxt_gen[5].q_cord_q_reg | tri_rlmlatch_p_1898 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| q_cord1_g_gen.xhdl6.q_cord_nxt_gen[6].q_cord_q_reg | tri_rlmlatch_p_1899 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| q_cord1_g_gen.xhdl6.q_cord_nxt_gen[7].q_cord_q_reg | tri_rlmlatch_p_1900 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| q_cord1_g_gen.xhdl6.q_cord_nxt_gen[8].q_cord_q_reg | tri_rlmlatch_p_1901 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| q_cord1_g_gen.xhdl6.q_cord_nxt_gen[9].q_cord_q_reg | tri_rlmlatch_p_1902 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| q_credit_q_reg | tri_rlmreg_p__parameterized227_1903 | 90 | 90 | 0 | 0 | 12 | 0 | 0 | 0 | +| q_ev_q_reg | tri_rlmreg_p__parameterized227_1904 | 2387 | 2387 | 0 | 0 | 17 | 0 | 0 | 0 | +| q_flushed_q_reg | tri_rlmreg_p__parameterized227_1905 | 3 | 3 | 0 | 0 | 12 | 0 | 0 | 0 | +| x5ia4.isa_gen[0].issued_addr_reg | tri_rlmreg_p__parameterized9_1906 | 13 | 13 | 0 | 0 | 4 | 0 | 0 | 0 | +| x5ia4.isa_gen[0].issued_vld_reg | tri_rlmreg_p__parameterized37_1907 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| x5ia4.isa_gen[1].issued_addr_reg | tri_rlmreg_p__parameterized9_1908 | 11 | 11 | 0 | 0 | 4 | 0 | 0 | 0 | +| x5ia4.isa_gen[1].issued_vld_reg | tri_rlmreg_p__parameterized37_1909 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| x5ia4.isa_gen[2].issued_addr_reg | tri_rlmreg_p__parameterized9_1910 | 13 | 13 | 0 | 0 | 4 | 0 | 0 | 0 | +| x5ia4.isa_gen[2].issued_vld_reg | tri_rlmreg_p__parameterized37_1911 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| x5ia4.isa_gen[3].issued_addr_reg | tri_rlmreg_p__parameterized9_1912 | 21 | 21 | 0 | 0 | 4 | 0 | 0 | 0 | +| x5ia4.isa_gen[3].issued_vld_reg | tri_rlmreg_p__parameterized37_1913 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| x5ia4.isa_gen[4].issued_addr_reg | tri_rlmreg_p__parameterized9_1914 | 16 | 16 | 0 | 0 | 4 | 0 | 0 | 0 | +| x5ia4.isa_gen[4].issued_vld_reg | tri_rlmreg_p__parameterized37_1915 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl555.q_bev_gen[0].barf_ev_reg | tri_rlmreg_p__parameterized37_1916 | 4 | 4 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl555.q_bev_gen[10].barf_ev_reg | tri_rlmreg_p__parameterized37_1917 | 419 | 419 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl555.q_bev_gen[11].barf_ev_reg | tri_rlmreg_p__parameterized37_1918 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl555.q_bev_gen[12].barf_ev_reg | tri_rlmreg_p__parameterized37_1919 | 5 | 5 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl555.q_bev_gen[1].barf_ev_reg | tri_rlmreg_p__parameterized37_1920 | 8 | 8 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl555.q_bev_gen[2].barf_ev_reg | tri_rlmreg_p__parameterized37_1921 | 259 | 259 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl555.q_bev_gen[3].barf_ev_reg | tri_rlmreg_p__parameterized37_1922 | 3 | 3 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl555.q_bev_gen[4].barf_ev_reg | tri_rlmreg_p__parameterized37_1923 | 103 | 103 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl555.q_bev_gen[5].barf_ev_reg | tri_rlmreg_p__parameterized37_1924 | 32 | 32 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl555.q_bev_gen[6].barf_ev_reg | tri_rlmreg_p__parameterized37_1925 | 51 | 51 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl555.q_bev_gen[7].barf_ev_reg | tri_rlmreg_p__parameterized37_1926 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl555.q_bev_gen[8].barf_ev_reg | tri_rlmreg_p__parameterized37_1927 | 157 | 157 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl555.q_bev_gen[9].barf_ev_reg | tri_rlmreg_p__parameterized37_1928 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5xx.xx_gen[0].xx_rv_rel_itag_reg | tri_rlmreg_p__parameterized13_1929 | 0 | 0 | 0 | 0 | 7 | 0 | 0 | 0 | +| xhdl5xx.xx_gen[0].xx_rv_rel_vld_reg | tri_rlmreg_p__parameterized37_1930 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5xx.xx_gen[1].xx_rv_rel_itag_reg | tri_rlmreg_p__parameterized13_1931 | 0 | 0 | 0 | 0 | 7 | 0 | 0 | 0 | +| xhdl5xx.xx_gen[1].xx_rv_rel_vld_reg | tri_rlmreg_p__parameterized37_1932 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5xx.xx_gen[2].xx_rv_rel_itag_reg | tri_rlmreg_p__parameterized13_1933 | 0 | 0 | 0 | 0 | 7 | 0 | 0 | 0 | +| xhdl5xx.xx_gen[2].xx_rv_rel_vld_reg | tri_rlmreg_p__parameterized37_1934 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5xx.xx_gen[3].xx_rv_rel_itag_reg | tri_rlmreg_p__parameterized13_1935 | 0 | 0 | 0 | 0 | 7 | 0 | 0 | 0 | +| xhdl5xx.xx_gen[3].xx_rv_rel_vld_reg | tri_rlmreg_p__parameterized37_1936 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5xx.xx_gen[4].xx_rv_rel_itag_reg | tri_rlmreg_p__parameterized13_1937 | 0 | 0 | 0 | 0 | 7 | 0 | 0 | 0 | +| xhdl5xx.xx_gen[4].xx_rv_rel_vld_reg | tri_rlmreg_p__parameterized37_1938 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5xx.xx_gen[5].xx_rv_rel_itag_reg | tri_rlmreg_p__parameterized13_1939 | 0 | 0 | 0 | 0 | 7 | 0 | 0 | 0 | +| xhdl5xx.xx_gen[5].xx_rv_rel_vld_reg | tri_rlmreg_p__parameterized37_1940 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[0].q_bard_addr_q_reg | tri_rlmreg_p__parameterized9_1941 | 0 | 0 | 0 | 0 | 4 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[0].q_dat_q_reg | tri_rlmreg_p__parameterized252 | 0 | 0 | 0 | 0 | 32 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[0].q_ilat_q_reg | tri_rlmreg_p__parameterized9_1942 | 0 | 0 | 0 | 0 | 4 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[0].q_itag_q_reg | tri_rlmreg_p__parameterized13_1943 | 0 | 0 | 0 | 0 | 7 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[0].q_s1_itag_q_reg | tri_rlmreg_p__parameterized13_1944 | 33 | 33 | 0 | 0 | 7 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[0].q_s1_rdy_reg | tri_rlmlatch_p_1945 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[0].q_s1_v_q_reg | tri_rlmlatch_p_1946 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[0].q_s2_itag_q_reg | tri_rlmreg_p__parameterized13_1947 | 32 | 32 | 0 | 0 | 7 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[0].q_s2_rdy_reg | tri_rlmlatch_p_1948 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[0].q_s2_v_q_reg | tri_rlmlatch_p_1949 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[0].q_s3_itag_q_reg | tri_rlmreg_p__parameterized13_1950 | 31 | 31 | 0 | 0 | 7 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[0].q_s3_rdy_reg | tri_rlmlatch_p_1951 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[0].q_s3_v_q_reg | tri_rlmlatch_p_1952 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[0].q_tid_q_reg | tri_rlmreg_p__parameterized37_1953 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[10].q_bard_addr_q_reg | tri_rlmreg_p__parameterized9_1954 | 2 | 2 | 0 | 0 | 4 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[10].q_dat_q_reg | tri_rlmreg_p__parameterized252_1955 | 0 | 0 | 0 | 0 | 32 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[10].q_ilat_q_reg | tri_rlmreg_p__parameterized9_1956 | 5 | 5 | 0 | 0 | 4 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[10].q_issued_q_reg | tri_rlmlatch_p_1957 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[10].q_itag_q_reg | tri_rlmreg_p__parameterized13_1958 | 0 | 0 | 0 | 0 | 7 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[10].q_s1_itag_q_reg | tri_rlmreg_p__parameterized13_1959 | 31 | 31 | 0 | 0 | 7 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[10].q_s1_rdy_reg | tri_rlmlatch_p_1960 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[10].q_s1_v_q_reg | tri_rlmlatch_p_1961 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[10].q_s2_itag_q_reg | tri_rlmreg_p__parameterized13_1962 | 31 | 31 | 0 | 0 | 7 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[10].q_s2_rdy_reg | tri_rlmlatch_p_1963 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[10].q_s2_v_q_reg | tri_rlmlatch_p_1964 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[10].q_s3_itag_q_reg | tri_rlmreg_p__parameterized13_1965 | 31 | 31 | 0 | 0 | 7 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[10].q_s3_rdy_reg | tri_rlmlatch_p_1966 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[10].q_s3_v_q_reg | tri_rlmlatch_p_1967 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[10].q_tid_q_reg | tri_rlmreg_p__parameterized37_1968 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[11].q_bard_addr_q_reg | tri_rlmreg_p__parameterized9_1969 | 0 | 0 | 0 | 0 | 4 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[11].q_dat_q_reg | tri_rlmreg_p__parameterized252_1970 | 0 | 0 | 0 | 0 | 32 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[11].q_ilat_q_reg | tri_rlmreg_p__parameterized9_1971 | 32 | 32 | 0 | 0 | 4 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[11].q_issued_q_reg | tri_rlmlatch_p_1972 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[11].q_itag_q_reg | tri_rlmreg_p__parameterized13_1973 | 6 | 6 | 0 | 0 | 7 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[11].q_s1_itag_q_reg | tri_rlmreg_p__parameterized13_1974 | 31 | 31 | 0 | 0 | 7 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[11].q_s1_rdy_reg | tri_rlmlatch_p_1975 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[11].q_s1_v_q_reg | tri_rlmlatch_p_1976 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[11].q_s2_itag_q_reg | tri_rlmreg_p__parameterized13_1977 | 31 | 31 | 0 | 0 | 7 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[11].q_s2_rdy_reg | tri_rlmlatch_p_1978 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[11].q_s2_v_q_reg | tri_rlmlatch_p_1979 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[11].q_s3_itag_q_reg | tri_rlmreg_p__parameterized13_1980 | 31 | 31 | 0 | 0 | 7 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[11].q_s3_rdy_reg | tri_rlmlatch_p_1981 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[11].q_s3_v_q_reg | tri_rlmlatch_p_1982 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[11].q_tid_q_reg | tri_rlmreg_p__parameterized37_1983 | 46 | 46 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[1].q_bard_addr_q_reg | tri_rlmreg_p__parameterized9_1984 | 0 | 0 | 0 | 0 | 4 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[1].q_dat_q_reg | tri_rlmreg_p__parameterized252_1985 | 0 | 0 | 0 | 0 | 32 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[1].q_ilat_q_reg | tri_rlmreg_p__parameterized9_1986 | 0 | 0 | 0 | 0 | 4 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[1].q_itag_q_reg | tri_rlmreg_p__parameterized13_1987 | 0 | 0 | 0 | 0 | 7 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[1].q_s1_itag_q_reg | tri_rlmreg_p__parameterized13_1988 | 32 | 32 | 0 | 0 | 7 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[1].q_s1_rdy_reg | tri_rlmlatch_p_1989 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[1].q_s1_v_q_reg | tri_rlmlatch_p_1990 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[1].q_s2_itag_q_reg | tri_rlmreg_p__parameterized13_1991 | 31 | 31 | 0 | 0 | 7 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[1].q_s2_rdy_reg | tri_rlmlatch_p_1992 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[1].q_s2_v_q_reg | tri_rlmlatch_p_1993 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[1].q_s3_itag_q_reg | tri_rlmreg_p__parameterized13_1994 | 35 | 35 | 0 | 0 | 7 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[1].q_s3_rdy_reg | tri_rlmlatch_p_1995 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[1].q_s3_v_q_reg | tri_rlmlatch_p_1996 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[1].q_tid_q_reg | tri_rlmreg_p__parameterized37_1997 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[2].q_bard_addr_q_reg | tri_rlmreg_p__parameterized9_1998 | 2 | 2 | 0 | 0 | 4 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[2].q_dat_q_reg | tri_rlmreg_p__parameterized252_1999 | 0 | 0 | 0 | 0 | 32 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[2].q_ilat_q_reg | tri_rlmreg_p__parameterized9_2000 | 0 | 0 | 0 | 0 | 4 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[2].q_itag_q_reg | tri_rlmreg_p__parameterized13_2001 | 0 | 0 | 0 | 0 | 7 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[2].q_s1_itag_q_reg | tri_rlmreg_p__parameterized13_2002 | 35 | 35 | 0 | 0 | 7 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[2].q_s1_rdy_reg | tri_rlmlatch_p_2003 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[2].q_s1_v_q_reg | tri_rlmlatch_p_2004 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[2].q_s2_itag_q_reg | tri_rlmreg_p__parameterized13_2005 | 35 | 35 | 0 | 0 | 7 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[2].q_s2_rdy_reg | tri_rlmlatch_p_2006 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[2].q_s2_v_q_reg | tri_rlmlatch_p_2007 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[2].q_s3_itag_q_reg | tri_rlmreg_p__parameterized13_2008 | 32 | 32 | 0 | 0 | 7 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[2].q_s3_rdy_reg | tri_rlmlatch_p_2009 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[2].q_s3_v_q_reg | tri_rlmlatch_p_2010 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[2].q_tid_q_reg | tri_rlmreg_p__parameterized37_2011 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[3].q_bard_addr_q_reg | tri_rlmreg_p__parameterized9_2012 | 0 | 0 | 0 | 0 | 4 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[3].q_dat_q_reg | tri_rlmreg_p__parameterized252_2013 | 0 | 0 | 0 | 0 | 32 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[3].q_ilat_q_reg | tri_rlmreg_p__parameterized9_2014 | 0 | 0 | 0 | 0 | 4 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[3].q_itag_q_reg | tri_rlmreg_p__parameterized13_2015 | 0 | 0 | 0 | 0 | 7 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[3].q_s1_itag_q_reg | tri_rlmreg_p__parameterized13_2016 | 31 | 31 | 0 | 0 | 7 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[3].q_s1_rdy_reg | tri_rlmlatch_p_2017 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[3].q_s1_v_q_reg | tri_rlmlatch_p_2018 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[3].q_s2_itag_q_reg | tri_rlmreg_p__parameterized13_2019 | 33 | 33 | 0 | 0 | 7 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[3].q_s2_rdy_reg | tri_rlmlatch_p_2020 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[3].q_s2_v_q_reg | tri_rlmlatch_p_2021 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[3].q_s3_itag_q_reg | tri_rlmreg_p__parameterized13_2022 | 31 | 31 | 0 | 0 | 7 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[3].q_s3_rdy_reg | tri_rlmlatch_p_2023 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[3].q_s3_v_q_reg | tri_rlmlatch_p_2024 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[3].q_tid_q_reg | tri_rlmreg_p__parameterized37_2025 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[4].q_bard_addr_q_reg | tri_rlmreg_p__parameterized9_2026 | 0 | 0 | 0 | 0 | 4 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[4].q_dat_q_reg | tri_rlmreg_p__parameterized252_2027 | 0 | 0 | 0 | 0 | 32 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[4].q_ilat_q_reg | tri_rlmreg_p__parameterized9_2028 | 2 | 2 | 0 | 0 | 4 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[4].q_issued_q_reg | tri_rlmlatch_p_2029 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[4].q_itag_q_reg | tri_rlmreg_p__parameterized13_2030 | 0 | 0 | 0 | 0 | 7 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[4].q_s1_itag_q_reg | tri_rlmreg_p__parameterized13_2031 | 31 | 31 | 0 | 0 | 7 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[4].q_s1_rdy_reg | tri_rlmlatch_p_2032 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[4].q_s1_v_q_reg | tri_rlmlatch_p_2033 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[4].q_s2_itag_q_reg | tri_rlmreg_p__parameterized13_2034 | 33 | 33 | 0 | 0 | 7 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[4].q_s2_rdy_reg | tri_rlmlatch_p_2035 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[4].q_s2_v_q_reg | tri_rlmlatch_p_2036 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[4].q_s3_itag_q_reg | tri_rlmreg_p__parameterized13_2037 | 31 | 31 | 0 | 0 | 7 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[4].q_s3_rdy_reg | tri_rlmlatch_p_2038 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[4].q_s3_v_q_reg | tri_rlmlatch_p_2039 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[4].q_tid_q_reg | tri_rlmreg_p__parameterized37_2040 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[5].q_bard_addr_q_reg | tri_rlmreg_p__parameterized9_2041 | 8 | 8 | 0 | 0 | 4 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[5].q_dat_q_reg | tri_rlmreg_p__parameterized252_2042 | 0 | 0 | 0 | 0 | 32 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[5].q_ilat_q_reg | tri_rlmreg_p__parameterized9_2043 | 13 | 13 | 0 | 0 | 4 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[5].q_issued_q_reg | tri_rlmlatch_p_2044 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[5].q_itag_q_reg | tri_rlmreg_p__parameterized13_2045 | 0 | 0 | 0 | 0 | 7 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[5].q_s1_itag_q_reg | tri_rlmreg_p__parameterized13_2046 | 31 | 31 | 0 | 0 | 7 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[5].q_s1_rdy_reg | tri_rlmlatch_p_2047 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[5].q_s1_v_q_reg | tri_rlmlatch_p_2048 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[5].q_s2_itag_q_reg | tri_rlmreg_p__parameterized13_2049 | 33 | 33 | 0 | 0 | 7 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[5].q_s2_rdy_reg | tri_rlmlatch_p_2050 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[5].q_s2_v_q_reg | tri_rlmlatch_p_2051 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[5].q_s3_itag_q_reg | tri_rlmreg_p__parameterized13_2052 | 33 | 33 | 0 | 0 | 7 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[5].q_s3_rdy_reg | tri_rlmlatch_p_2053 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[5].q_s3_v_q_reg | tri_rlmlatch_p_2054 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[5].q_tid_q_reg | tri_rlmreg_p__parameterized37_2055 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[6].q_bard_addr_q_reg | tri_rlmreg_p__parameterized9_2056 | 2 | 2 | 0 | 0 | 4 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[6].q_dat_q_reg | tri_rlmreg_p__parameterized252_2057 | 0 | 0 | 0 | 0 | 32 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[6].q_ilat_q_reg | tri_rlmreg_p__parameterized9_2058 | 2 | 2 | 0 | 0 | 4 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[6].q_issued_q_reg | tri_rlmlatch_p_2059 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[6].q_itag_q_reg | tri_rlmreg_p__parameterized13_2060 | 0 | 0 | 0 | 0 | 7 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[6].q_s1_itag_q_reg | tri_rlmreg_p__parameterized13_2061 | 31 | 31 | 0 | 0 | 7 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[6].q_s1_rdy_reg | tri_rlmlatch_p_2062 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[6].q_s1_v_q_reg | tri_rlmlatch_p_2063 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[6].q_s2_itag_q_reg | tri_rlmreg_p__parameterized13_2064 | 33 | 33 | 0 | 0 | 7 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[6].q_s2_rdy_reg | tri_rlmlatch_p_2065 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[6].q_s2_v_q_reg | tri_rlmlatch_p_2066 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[6].q_s3_itag_q_reg | tri_rlmreg_p__parameterized13_2067 | 31 | 31 | 0 | 0 | 7 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[6].q_s3_rdy_reg | tri_rlmlatch_p_2068 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[6].q_s3_v_q_reg | tri_rlmlatch_p_2069 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[6].q_tid_q_reg | tri_rlmreg_p__parameterized37_2070 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[7].q_bard_addr_q_reg | tri_rlmreg_p__parameterized9_2071 | 0 | 0 | 0 | 0 | 4 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[7].q_dat_q_reg | tri_rlmreg_p__parameterized252_2072 | 0 | 0 | 0 | 0 | 32 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[7].q_ilat_q_reg | tri_rlmreg_p__parameterized9_2073 | 4 | 4 | 0 | 0 | 4 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[7].q_issued_q_reg | tri_rlmlatch_p_2074 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[7].q_itag_q_reg | tri_rlmreg_p__parameterized13_2075 | 0 | 0 | 0 | 0 | 7 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[7].q_s1_itag_q_reg | tri_rlmreg_p__parameterized13_2076 | 33 | 33 | 0 | 0 | 7 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[7].q_s1_rdy_reg | tri_rlmlatch_p_2077 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[7].q_s1_v_q_reg | tri_rlmlatch_p_2078 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[7].q_s2_itag_q_reg | tri_rlmreg_p__parameterized13_2079 | 31 | 31 | 0 | 0 | 7 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[7].q_s2_rdy_reg | tri_rlmlatch_p_2080 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[7].q_s2_v_q_reg | tri_rlmlatch_p_2081 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[7].q_s3_itag_q_reg | tri_rlmreg_p__parameterized13_2082 | 33 | 33 | 0 | 0 | 7 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[7].q_s3_rdy_reg | tri_rlmlatch_p_2083 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[7].q_s3_v_q_reg | tri_rlmlatch_p_2084 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[7].q_tid_q_reg | tri_rlmreg_p__parameterized37_2085 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[8].q_bard_addr_q_reg | tri_rlmreg_p__parameterized9_2086 | 0 | 0 | 0 | 0 | 4 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[8].q_dat_q_reg | tri_rlmreg_p__parameterized252_2087 | 0 | 0 | 0 | 0 | 32 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[8].q_ilat_q_reg | tri_rlmreg_p__parameterized9_2088 | 2 | 2 | 0 | 0 | 4 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[8].q_issued_q_reg | tri_rlmlatch_p_2089 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[8].q_itag_q_reg | tri_rlmreg_p__parameterized13_2090 | 0 | 0 | 0 | 0 | 7 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[8].q_s1_itag_q_reg | tri_rlmreg_p__parameterized13_2091 | 31 | 31 | 0 | 0 | 7 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[8].q_s1_rdy_reg | tri_rlmlatch_p_2092 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[8].q_s1_v_q_reg | tri_rlmlatch_p_2093 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[8].q_s2_itag_q_reg | tri_rlmreg_p__parameterized13_2094 | 31 | 31 | 0 | 0 | 7 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[8].q_s2_rdy_reg | tri_rlmlatch_p_2095 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[8].q_s2_v_q_reg | tri_rlmlatch_p_2096 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[8].q_s3_itag_q_reg | tri_rlmreg_p__parameterized13_2097 | 31 | 31 | 0 | 0 | 7 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[8].q_s3_rdy_reg | tri_rlmlatch_p_2098 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[8].q_s3_v_q_reg | tri_rlmlatch_p_2099 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[8].q_tid_q_reg | tri_rlmreg_p__parameterized37_2100 | 4 | 4 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[9].q_bard_addr_q_reg | tri_rlmreg_p__parameterized9_2101 | 12 | 12 | 0 | 0 | 4 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[9].q_dat_q_reg | tri_rlmreg_p__parameterized252_2102 | 0 | 0 | 0 | 0 | 32 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[9].q_ilat_q_reg | tri_rlmreg_p__parameterized9_2103 | 8 | 8 | 0 | 0 | 4 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[9].q_issued_q_reg | tri_rlmlatch_p_2104 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[9].q_itag_q_reg | tri_rlmreg_p__parameterized13_2105 | 0 | 0 | 0 | 0 | 7 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[9].q_s1_itag_q_reg | tri_rlmreg_p__parameterized13_2106 | 31 | 31 | 0 | 0 | 7 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[9].q_s1_rdy_reg | tri_rlmlatch_p_2107 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[9].q_s1_v_q_reg | tri_rlmlatch_p_2108 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[9].q_s2_itag_q_reg | tri_rlmreg_p__parameterized13_2109 | 31 | 31 | 0 | 0 | 7 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[9].q_s2_rdy_reg | tri_rlmlatch_p_2110 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[9].q_s2_v_q_reg | tri_rlmlatch_p_2111 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[9].q_s3_itag_q_reg | tri_rlmreg_p__parameterized13_2112 | 31 | 31 | 0 | 0 | 7 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[9].q_s3_rdy_reg | tri_rlmlatch_p_2113 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[9].q_s3_v_q_reg | tri_rlmlatch_p_2114 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[9].q_tid_q_reg | tri_rlmreg_p__parameterized37_2115 | 3 | 3 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999i.q_x_q_gen[10].q_rdy_q_reg | tri_rlmlatch_p_2116 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999i.q_x_q_gen[11].q_rdy_q_reg | tri_rlmlatch_p_2117 | 375 | 375 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999i.q_x_q_gen[4].q_rdy_q_reg | tri_rlmlatch_p_2118 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999i.q_x_q_gen[5].q_rdy_q_reg | tri_rlmlatch_p_2119 | 29 | 29 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999i.q_x_q_gen[6].q_rdy_q_reg | tri_rlmlatch_p_2120 | 4 | 4 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999i.q_x_q_gen[7].q_rdy_q_reg | tri_rlmlatch_p_2121 | 42 | 42 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999i.q_x_q_gen[8].q_rdy_q_reg | tri_rlmlatch_p_2122 | 66 | 66 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999i.q_x_q_gen[9].q_rdy_q_reg | tri_rlmlatch_p_2123 | 3 | 3 | 0 | 0 | 1 | 0 | 0 | 0 | +| xx_rv_abort_reg | tri_rlmreg_p__parameterized13_2124 | 0 | 0 | 0 | 0 | 5 | 0 | 0 | 0 | +| xx_rv_ex3_abort_reg | tri_rlmlatch_p_2125 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xx_rv_ex4_abort_reg | tri_rlmlatch_p_2126 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| lq0_rvs | rv_lq_rvs | 7906 | 7906 | 0 | 0 | 2185 | 0 | 0 | 0 | +| cp_flush_reg | tri_rlmreg_p__parameterized37_1496 | 4 | 4 | 0 | 0 | 1 | 0 | 0 | 0 | +| cp_next_itag_reg | tri_rlmreg_p__parameterized13_1497 | 7 | 7 | 0 | 0 | 7 | 0 | 0 | 0 | +| ex0_itag_reg | tri_rlmreg_p__parameterized13_1498 | 0 | 0 | 0 | 0 | 7 | 0 | 0 | 0 | +| ex0_s1_itag_reg | tri_rlmreg_p__parameterized13_1499 | 0 | 0 | 0 | 0 | 7 | 0 | 0 | 0 | +| ex0_s1_v_reg | tri_rlmlatch_p_1500 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex0_s2_itag_reg | tri_rlmreg_p__parameterized13_1501 | 0 | 0 | 0 | 0 | 7 | 0 | 0 | 0 | +| ex0_s2_v_reg | tri_rlmlatch_p_1502 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex0_t1_v_reg | tri_rlmlatch_p_1503 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| lq_rv_ext_itag0_abort_reg | tri_rlmlatch_p_1504 | 4 | 4 | 0 | 0 | 1 | 0 | 0 | 0 | +| lq_rv_ext_itag0_reg | tri_rlmreg_p__parameterized13_1505 | 21 | 21 | 0 | 0 | 7 | 0 | 0 | 0 | +| lq_rv_ext_itag0_vld_reg | tri_rlmreg_p__parameterized37_1506 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| lq_rv_ext_itag1_abort_reg | tri_rlmlatch_p_1507 | 4 | 4 | 0 | 0 | 1 | 0 | 0 | 0 | +| lq_rv_ext_itag1_reg | tri_rlmreg_p__parameterized13_1508 | 21 | 21 | 0 | 0 | 7 | 0 | 0 | 0 | +| lq_rv_ext_itag1_vld_reg | tri_rlmreg_p__parameterized37_1509 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| lq_rv_ext_itag2_reg | tri_rlmreg_p__parameterized13_1510 | 28 | 28 | 0 | 0 | 7 | 0 | 0 | 0 | +| lq_rv_ext_itag2_vld_reg | tri_rlmreg_p__parameterized37_1511 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| rvs | rv_station__parameterized1 | 7817 | 7817 | 0 | 0 | 2127 | 0 | 0 | 0 | +| barf | rv_barf__parameterized1 | 2 | 2 | 0 | 0 | 833 | 0 | 0 | 0 | +| xhdl2.q_x_q_gen[0].q_dat_q_reg | tri_rlmreg_p__parameterized254 | 0 | 0 | 0 | 0 | 49 | 0 | 0 | 0 | +| xhdl2.q_x_q_gen[10].q_dat_q_reg | tri_rlmreg_p__parameterized254_1866 | 0 | 0 | 0 | 0 | 49 | 0 | 0 | 0 | +| xhdl2.q_x_q_gen[11].q_dat_q_reg | tri_rlmreg_p__parameterized254_1867 | 1 | 1 | 0 | 0 | 49 | 0 | 0 | 0 | +| xhdl2.q_x_q_gen[12].q_dat_q_reg | tri_rlmreg_p__parameterized254_1868 | 0 | 0 | 0 | 0 | 49 | 0 | 0 | 0 | +| xhdl2.q_x_q_gen[13].q_dat_q_reg | tri_rlmreg_p__parameterized254_1869 | 0 | 0 | 0 | 0 | 49 | 0 | 0 | 0 | +| xhdl2.q_x_q_gen[14].q_dat_q_reg | tri_rlmreg_p__parameterized254_1870 | 0 | 0 | 0 | 0 | 49 | 0 | 0 | 0 | +| xhdl2.q_x_q_gen[15].q_dat_q_reg | tri_rlmreg_p__parameterized254_1871 | 1 | 1 | 0 | 0 | 49 | 0 | 0 | 0 | +| xhdl2.q_x_q_gen[16].q_dat_q_reg | tri_rlmreg_p__parameterized254_1872 | 0 | 0 | 0 | 0 | 49 | 0 | 0 | 0 | +| xhdl2.q_x_q_gen[1].q_dat_q_reg | tri_rlmreg_p__parameterized254_1873 | 0 | 0 | 0 | 0 | 49 | 0 | 0 | 0 | +| xhdl2.q_x_q_gen[2].q_dat_q_reg | tri_rlmreg_p__parameterized254_1874 | 0 | 0 | 0 | 0 | 49 | 0 | 0 | 0 | +| xhdl2.q_x_q_gen[3].q_dat_q_reg | tri_rlmreg_p__parameterized254_1875 | 0 | 0 | 0 | 0 | 49 | 0 | 0 | 0 | +| xhdl2.q_x_q_gen[4].q_dat_q_reg | tri_rlmreg_p__parameterized254_1876 | 0 | 0 | 0 | 0 | 49 | 0 | 0 | 0 | +| xhdl2.q_x_q_gen[5].q_dat_q_reg | tri_rlmreg_p__parameterized254_1877 | 0 | 0 | 0 | 0 | 49 | 0 | 0 | 0 | +| xhdl2.q_x_q_gen[6].q_dat_q_reg | tri_rlmreg_p__parameterized254_1878 | 0 | 0 | 0 | 0 | 49 | 0 | 0 | 0 | +| xhdl2.q_x_q_gen[7].q_dat_q_reg | tri_rlmreg_p__parameterized254_1879 | 0 | 0 | 0 | 0 | 49 | 0 | 0 | 0 | +| xhdl2.q_x_q_gen[8].q_dat_q_reg | tri_rlmreg_p__parameterized254_1880 | 0 | 0 | 0 | 0 | 49 | 0 | 0 | 0 | +| xhdl2.q_x_q_gen[9].q_dat_q_reg | tri_rlmreg_p__parameterized254_1881 | 0 | 0 | 0 | 0 | 49 | 0 | 0 | 0 | +| ex0_barf_addr_reg | tri_rlmreg_p__parameterized4_1512 | 483 | 483 | 0 | 0 | 5 | 0 | 0 | 0 | +| flush2_reg | tri_rlmreg_p__parameterized37_1513 | 9 | 9 | 0 | 0 | 1 | 0 | 0 | 0 | +| flush_reg | tri_rlmreg_p__parameterized37_1514 | 26 | 26 | 0 | 0 | 1 | 0 | 0 | 0 | +| lq_rv_itag1_rst_reg | tri_rlmreg_p__parameterized13_1515 | 2 | 2 | 0 | 0 | 7 | 0 | 0 | 0 | +| lq_rv_itag1_rst_vld_reg | tri_rlmreg_p__parameterized37_1516 | 5 | 5 | 0 | 0 | 1 | 0 | 0 | 0 | +| perv_1to0_reg | tri_plat__parameterized0_1517 | 419 | 419 | 0 | 0 | 12 | 0 | 0 | 0 | +| q_brick1_g_gen.q_hold_brick_cnt_q_reg | tri_rlmreg_p__parameterized5_1518 | 1 | 1 | 0 | 0 | 3 | 0 | 0 | 0 | +| q_brick1_g_gen.q_hold_brick_q_reg | tri_rlmlatch_p_1519 | 4 | 4 | 0 | 0 | 1 | 0 | 0 | 0 | +| q_brick1_g_gen.xhdl9b.q_bricklat_gen[0].q_brick_q_reg | tri_rlmreg_p__parameterized5_1520 | 0 | 0 | 0 | 0 | 2 | 0 | 0 | 0 | +| q_brick1_g_gen.xhdl9b.q_bricklat_gen[0].q_is_brick_q_reg | tri_rlmlatch_p_1521 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| q_brick1_g_gen.xhdl9b.q_bricklat_gen[10].q_brick_q_reg | tri_rlmreg_p__parameterized5_1522 | 1 | 1 | 0 | 0 | 2 | 0 | 0 | 0 | +| q_brick1_g_gen.xhdl9b.q_bricklat_gen[10].q_is_brick_q_reg | tri_rlmlatch_p_1523 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| q_brick1_g_gen.xhdl9b.q_bricklat_gen[11].q_brick_q_reg | tri_rlmreg_p__parameterized5_1524 | 0 | 0 | 0 | 0 | 2 | 0 | 0 | 0 | +| q_brick1_g_gen.xhdl9b.q_bricklat_gen[11].q_is_brick_q_reg | tri_rlmlatch_p_1525 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| q_brick1_g_gen.xhdl9b.q_bricklat_gen[12].q_brick_q_reg | tri_rlmreg_p__parameterized5_1526 | 0 | 0 | 0 | 0 | 2 | 0 | 0 | 0 | +| q_brick1_g_gen.xhdl9b.q_bricklat_gen[12].q_is_brick_q_reg | tri_rlmlatch_p_1527 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| q_brick1_g_gen.xhdl9b.q_bricklat_gen[13].q_brick_q_reg | tri_rlmreg_p__parameterized5_1528 | 4 | 4 | 0 | 0 | 2 | 0 | 0 | 0 | +| q_brick1_g_gen.xhdl9b.q_bricklat_gen[13].q_is_brick_q_reg | tri_rlmlatch_p_1529 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| q_brick1_g_gen.xhdl9b.q_bricklat_gen[14].q_brick_q_reg | tri_rlmreg_p__parameterized5_1530 | 0 | 0 | 0 | 0 | 2 | 0 | 0 | 0 | +| q_brick1_g_gen.xhdl9b.q_bricklat_gen[14].q_is_brick_q_reg | tri_rlmlatch_p_1531 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| q_brick1_g_gen.xhdl9b.q_bricklat_gen[15].q_brick_q_reg | tri_rlmreg_p__parameterized5_1532 | 0 | 0 | 0 | 0 | 2 | 0 | 0 | 0 | +| q_brick1_g_gen.xhdl9b.q_bricklat_gen[15].q_is_brick_q_reg | tri_rlmlatch_p_1533 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| q_brick1_g_gen.xhdl9b.q_bricklat_gen[1].q_brick_q_reg | tri_rlmreg_p__parameterized5_1534 | 0 | 0 | 0 | 0 | 2 | 0 | 0 | 0 | +| q_brick1_g_gen.xhdl9b.q_bricklat_gen[1].q_is_brick_q_reg | tri_rlmlatch_p_1535 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| q_brick1_g_gen.xhdl9b.q_bricklat_gen[2].q_brick_q_reg | tri_rlmreg_p__parameterized5_1536 | 0 | 0 | 0 | 0 | 2 | 0 | 0 | 0 | +| q_brick1_g_gen.xhdl9b.q_bricklat_gen[2].q_is_brick_q_reg | tri_rlmlatch_p_1537 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| q_brick1_g_gen.xhdl9b.q_bricklat_gen[3].q_brick_q_reg | tri_rlmreg_p__parameterized5_1538 | 0 | 0 | 0 | 0 | 2 | 0 | 0 | 0 | +| q_brick1_g_gen.xhdl9b.q_bricklat_gen[3].q_is_brick_q_reg | tri_rlmlatch_p_1539 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| q_brick1_g_gen.xhdl9b.q_bricklat_gen[4].q_brick_q_reg | tri_rlmreg_p__parameterized5_1540 | 5 | 5 | 0 | 0 | 2 | 0 | 0 | 0 | +| q_brick1_g_gen.xhdl9b.q_bricklat_gen[4].q_is_brick_q_reg | tri_rlmlatch_p_1541 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| q_brick1_g_gen.xhdl9b.q_bricklat_gen[5].q_brick_q_reg | tri_rlmreg_p__parameterized5_1542 | 0 | 0 | 0 | 0 | 2 | 0 | 0 | 0 | +| q_brick1_g_gen.xhdl9b.q_bricklat_gen[5].q_is_brick_q_reg | tri_rlmlatch_p_1543 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| q_brick1_g_gen.xhdl9b.q_bricklat_gen[6].q_brick_q_reg | tri_rlmreg_p__parameterized5_1544 | 0 | 0 | 0 | 0 | 2 | 0 | 0 | 0 | +| q_brick1_g_gen.xhdl9b.q_bricklat_gen[6].q_is_brick_q_reg | tri_rlmlatch_p_1545 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| q_brick1_g_gen.xhdl9b.q_bricklat_gen[7].q_brick_q_reg | tri_rlmreg_p__parameterized5_1546 | 0 | 0 | 0 | 0 | 2 | 0 | 0 | 0 | +| q_brick1_g_gen.xhdl9b.q_bricklat_gen[7].q_is_brick_q_reg | tri_rlmlatch_p_1547 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| q_brick1_g_gen.xhdl9b.q_bricklat_gen[8].q_brick_q_reg | tri_rlmreg_p__parameterized5_1548 | 2 | 2 | 0 | 0 | 2 | 0 | 0 | 0 | +| q_brick1_g_gen.xhdl9b.q_bricklat_gen[8].q_is_brick_q_reg | tri_rlmlatch_p_1549 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| q_brick1_g_gen.xhdl9b.q_bricklat_gen[9].q_brick_q_reg | tri_rlmreg_p__parameterized5_1550 | 0 | 0 | 0 | 0 | 2 | 0 | 0 | 0 | +| q_brick1_g_gen.xhdl9b.q_bricklat_gen[9].q_is_brick_q_reg | tri_rlmlatch_p_1551 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| q_cord1_g_gen.xhdl6.q_cord_nxt_gen[0].q_cord_q_reg | tri_rlmlatch_p_1552 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| q_cord1_g_gen.xhdl6.q_cord_nxt_gen[10].q_cord_q_reg | tri_rlmlatch_p_1553 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| q_cord1_g_gen.xhdl6.q_cord_nxt_gen[11].q_cord_q_reg | tri_rlmlatch_p_1554 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| q_cord1_g_gen.xhdl6.q_cord_nxt_gen[12].q_cord_q_reg | tri_rlmlatch_p_1555 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| q_cord1_g_gen.xhdl6.q_cord_nxt_gen[13].q_cord_q_reg | tri_rlmlatch_p_1556 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| q_cord1_g_gen.xhdl6.q_cord_nxt_gen[14].q_cord_q_reg | tri_rlmlatch_p_1557 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| q_cord1_g_gen.xhdl6.q_cord_nxt_gen[15].q_cord_q_reg | tri_rlmlatch_p_1558 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| q_cord1_g_gen.xhdl6.q_cord_nxt_gen[1].q_cord_q_reg | tri_rlmlatch_p_1559 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| q_cord1_g_gen.xhdl6.q_cord_nxt_gen[2].q_cord_q_reg | tri_rlmlatch_p_1560 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| q_cord1_g_gen.xhdl6.q_cord_nxt_gen[3].q_cord_q_reg | tri_rlmlatch_p_1561 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| q_cord1_g_gen.xhdl6.q_cord_nxt_gen[4].q_cord_q_reg | tri_rlmlatch_p_1562 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| q_cord1_g_gen.xhdl6.q_cord_nxt_gen[5].q_cord_q_reg | tri_rlmlatch_p_1563 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| q_cord1_g_gen.xhdl6.q_cord_nxt_gen[6].q_cord_q_reg | tri_rlmlatch_p_1564 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| q_cord1_g_gen.xhdl6.q_cord_nxt_gen[7].q_cord_q_reg | tri_rlmlatch_p_1565 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| q_cord1_g_gen.xhdl6.q_cord_nxt_gen[8].q_cord_q_reg | tri_rlmlatch_p_1566 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| q_cord1_g_gen.xhdl6.q_cord_nxt_gen[9].q_cord_q_reg | tri_rlmlatch_p_1567 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| q_credit_q_reg | tri_rlmreg_p__parameterized3 | 118 | 118 | 0 | 0 | 16 | 0 | 0 | 0 | +| q_ev_q_reg | tri_rlmreg_p__parameterized3_1568 | 3221 | 3221 | 0 | 0 | 16 | 0 | 0 | 0 | +| q_flushed_q_reg | tri_rlmreg_p__parameterized3_1569 | 4 | 4 | 0 | 0 | 16 | 0 | 0 | 0 | +| q_hold_all_q_reg | tri_rlmlatch_p_1570 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| q_hold_ord_q_reg | tri_rlmreg_p__parameterized37_1571 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| q_lq1_g_gen.lq_rv_clr_hold_reg | tri_rlmreg_p__parameterized37_1572 | 41 | 41 | 0 | 0 | 1 | 0 | 0 | 0 | +| q_lq1_g_gen.lq_rv_itag1_cord_reg | tri_rlmlatch_p_1573 | 6 | 6 | 0 | 0 | 1 | 0 | 0 | 0 | +| q_lq1_g_gen.lq_rv_itag1_hold_reg | tri_rlmlatch_p_1574 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| q_lq1_g_gen.lq_rv_itag1_restart_reg | tri_rlmlatch_p_1575 | 10 | 10 | 0 | 0 | 1 | 0 | 0 | 0 | +| q_lq1_g_gen.xhdl15.q_spec_nxt_gen[0].q_spec_q_reg | tri_rlmlatch_p_1576 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| q_lq1_g_gen.xhdl15.q_spec_nxt_gen[10].q_spec_q_reg | tri_rlmlatch_p_1577 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| q_lq1_g_gen.xhdl15.q_spec_nxt_gen[11].q_spec_q_reg | tri_rlmlatch_p_1578 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| q_lq1_g_gen.xhdl15.q_spec_nxt_gen[12].q_spec_q_reg | tri_rlmlatch_p_1579 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| q_lq1_g_gen.xhdl15.q_spec_nxt_gen[13].q_spec_q_reg | tri_rlmlatch_p_1580 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| q_lq1_g_gen.xhdl15.q_spec_nxt_gen[14].q_spec_q_reg | tri_rlmlatch_p_1581 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| q_lq1_g_gen.xhdl15.q_spec_nxt_gen[15].q_spec_q_reg | tri_rlmlatch_p_1582 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| q_lq1_g_gen.xhdl15.q_spec_nxt_gen[1].q_spec_q_reg | tri_rlmlatch_p_1583 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| q_lq1_g_gen.xhdl15.q_spec_nxt_gen[2].q_spec_q_reg | tri_rlmlatch_p_1584 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| q_lq1_g_gen.xhdl15.q_spec_nxt_gen[3].q_spec_q_reg | tri_rlmlatch_p_1585 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| q_lq1_g_gen.xhdl15.q_spec_nxt_gen[4].q_spec_q_reg | tri_rlmlatch_p_1586 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| q_lq1_g_gen.xhdl15.q_spec_nxt_gen[5].q_spec_q_reg | tri_rlmlatch_p_1587 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| q_lq1_g_gen.xhdl15.q_spec_nxt_gen[6].q_spec_q_reg | tri_rlmlatch_p_1588 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| q_lq1_g_gen.xhdl15.q_spec_nxt_gen[7].q_spec_q_reg | tri_rlmlatch_p_1589 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| q_lq1_g_gen.xhdl15.q_spec_nxt_gen[8].q_spec_q_reg | tri_rlmlatch_p_1590 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| q_lq1_g_gen.xhdl15.q_spec_nxt_gen[9].q_spec_q_reg | tri_rlmlatch_p_1591 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| q_lq1_g_gen.xhdl27.q_e_miss_nxt_gen[0].q_e_miss_q_reg | tri_rlmlatch_p_1592 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| q_lq1_g_gen.xhdl27.q_e_miss_nxt_gen[10].q_e_miss_q_reg | tri_rlmlatch_p_1593 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| q_lq1_g_gen.xhdl27.q_e_miss_nxt_gen[11].q_e_miss_q_reg | tri_rlmlatch_p_1594 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| q_lq1_g_gen.xhdl27.q_e_miss_nxt_gen[12].q_e_miss_q_reg | tri_rlmlatch_p_1595 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| q_lq1_g_gen.xhdl27.q_e_miss_nxt_gen[13].q_e_miss_q_reg | tri_rlmlatch_p_1596 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| q_lq1_g_gen.xhdl27.q_e_miss_nxt_gen[14].q_e_miss_q_reg | tri_rlmlatch_p_1597 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| q_lq1_g_gen.xhdl27.q_e_miss_nxt_gen[15].q_e_miss_q_reg | tri_rlmlatch_p_1598 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| q_lq1_g_gen.xhdl27.q_e_miss_nxt_gen[1].q_e_miss_q_reg | tri_rlmlatch_p_1599 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| q_lq1_g_gen.xhdl27.q_e_miss_nxt_gen[2].q_e_miss_q_reg | tri_rlmlatch_p_1600 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| q_lq1_g_gen.xhdl27.q_e_miss_nxt_gen[3].q_e_miss_q_reg | tri_rlmlatch_p_1601 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| q_lq1_g_gen.xhdl27.q_e_miss_nxt_gen[4].q_e_miss_q_reg | tri_rlmlatch_p_1602 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| q_lq1_g_gen.xhdl27.q_e_miss_nxt_gen[5].q_e_miss_q_reg | tri_rlmlatch_p_1603 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| q_lq1_g_gen.xhdl27.q_e_miss_nxt_gen[6].q_e_miss_q_reg | tri_rlmlatch_p_1604 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| q_lq1_g_gen.xhdl27.q_e_miss_nxt_gen[7].q_e_miss_q_reg | tri_rlmlatch_p_1605 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| q_lq1_g_gen.xhdl27.q_e_miss_nxt_gen[8].q_e_miss_q_reg | tri_rlmlatch_p_1606 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| q_lq1_g_gen.xhdl27.q_e_miss_nxt_gen[9].q_e_miss_q_reg | tri_rlmlatch_p_1607 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| q_ord1_g_gen.xhdl4.q_ord_nxt_gen[0].q_ord_q_reg | tri_rlmlatch_p_1608 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| q_ord1_g_gen.xhdl4.q_ord_nxt_gen[10].q_ord_q_reg | tri_rlmlatch_p_1609 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| q_ord1_g_gen.xhdl4.q_ord_nxt_gen[11].q_ord_q_reg | tri_rlmlatch_p_1610 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| q_ord1_g_gen.xhdl4.q_ord_nxt_gen[12].q_ord_q_reg | tri_rlmlatch_p_1611 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| q_ord1_g_gen.xhdl4.q_ord_nxt_gen[13].q_ord_q_reg | tri_rlmlatch_p_1612 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| q_ord1_g_gen.xhdl4.q_ord_nxt_gen[14].q_ord_q_reg | tri_rlmlatch_p_1613 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| q_ord1_g_gen.xhdl4.q_ord_nxt_gen[15].q_ord_q_reg | tri_rlmlatch_p_1614 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| q_ord1_g_gen.xhdl4.q_ord_nxt_gen[1].q_ord_q_reg | tri_rlmlatch_p_1615 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| q_ord1_g_gen.xhdl4.q_ord_nxt_gen[2].q_ord_q_reg | tri_rlmlatch_p_1616 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| q_ord1_g_gen.xhdl4.q_ord_nxt_gen[3].q_ord_q_reg | tri_rlmlatch_p_1617 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| q_ord1_g_gen.xhdl4.q_ord_nxt_gen[4].q_ord_q_reg | tri_rlmlatch_p_1618 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| q_ord1_g_gen.xhdl4.q_ord_nxt_gen[5].q_ord_q_reg | tri_rlmlatch_p_1619 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| q_ord1_g_gen.xhdl4.q_ord_nxt_gen[6].q_ord_q_reg | tri_rlmlatch_p_1620 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| q_ord1_g_gen.xhdl4.q_ord_nxt_gen[7].q_ord_q_reg | tri_rlmlatch_p_1621 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| q_ord1_g_gen.xhdl4.q_ord_nxt_gen[8].q_ord_q_reg | tri_rlmlatch_p_1622 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| q_ord1_g_gen.xhdl4.q_ord_nxt_gen[9].q_ord_q_reg | tri_rlmlatch_p_1623 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| rvs_empty_q_reg | tri_rlmreg_p__parameterized37_1624 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| x5ia4.isa_gen[0].issued_addr_reg | tri_rlmreg_p__parameterized9_1625 | 6 | 6 | 0 | 0 | 4 | 0 | 0 | 0 | +| x5ia4.isa_gen[0].issued_vld_reg | tri_rlmreg_p__parameterized37_1626 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| x5ia4.isa_gen[1].issued_addr_reg | tri_rlmreg_p__parameterized9_1627 | 5 | 5 | 0 | 0 | 4 | 0 | 0 | 0 | +| x5ia4.isa_gen[1].issued_vld_reg | tri_rlmreg_p__parameterized37_1628 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| x5ia4.isa_gen[2].issued_addr_reg | tri_rlmreg_p__parameterized9_1629 | 10 | 10 | 0 | 0 | 4 | 0 | 0 | 0 | +| x5ia4.isa_gen[2].issued_vld_reg | tri_rlmreg_p__parameterized37_1630 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| x5ia4.isa_gen[3].issued_addr_reg | tri_rlmreg_p__parameterized9_1631 | 28 | 28 | 0 | 0 | 4 | 0 | 0 | 0 | +| x5ia4.isa_gen[3].issued_vld_reg | tri_rlmreg_p__parameterized37_1632 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| x5ia4.isa_gen[4].issued_addr_reg | tri_rlmreg_p__parameterized9_1633 | 23 | 23 | 0 | 0 | 4 | 0 | 0 | 0 | +| x5ia4.isa_gen[4].issued_vld_reg | tri_rlmreg_p__parameterized37_1634 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl555.q_bev_gen[0].barf_ev_reg | tri_rlmreg_p__parameterized37_1635 | 3 | 3 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl555.q_bev_gen[10].barf_ev_reg | tri_rlmreg_p__parameterized37_1636 | 3 | 3 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl555.q_bev_gen[11].barf_ev_reg | tri_rlmreg_p__parameterized37_1637 | 4 | 4 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl555.q_bev_gen[12].barf_ev_reg | tri_rlmreg_p__parameterized37_1638 | 55 | 55 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl555.q_bev_gen[13].barf_ev_reg | tri_rlmreg_p__parameterized37_1639 | 3 | 3 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl555.q_bev_gen[14].barf_ev_reg | tri_rlmreg_p__parameterized37_1640 | 4 | 4 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl555.q_bev_gen[15].barf_ev_reg | tri_rlmreg_p__parameterized37_1641 | 1161 | 1161 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl555.q_bev_gen[16].barf_ev_reg | tri_rlmreg_p__parameterized37_1642 | 8 | 8 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl555.q_bev_gen[1].barf_ev_reg | tri_rlmreg_p__parameterized37_1643 | 67 | 67 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl555.q_bev_gen[2].barf_ev_reg | tri_rlmreg_p__parameterized37_1644 | 6 | 6 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl555.q_bev_gen[3].barf_ev_reg | tri_rlmreg_p__parameterized37_1645 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl555.q_bev_gen[4].barf_ev_reg | tri_rlmreg_p__parameterized37_1646 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl555.q_bev_gen[5].barf_ev_reg | tri_rlmreg_p__parameterized37_1647 | 7 | 7 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl555.q_bev_gen[6].barf_ev_reg | tri_rlmreg_p__parameterized37_1648 | 5 | 5 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl555.q_bev_gen[7].barf_ev_reg | tri_rlmreg_p__parameterized37_1649 | 57 | 57 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl555.q_bev_gen[8].barf_ev_reg | tri_rlmreg_p__parameterized37_1650 | 75 | 75 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl555.q_bev_gen[9].barf_ev_reg | tri_rlmreg_p__parameterized37_1651 | 57 | 57 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5xx.xx_gen[0].xx_rv_rel_itag_reg | tri_rlmreg_p__parameterized13_1652 | 0 | 0 | 0 | 0 | 7 | 0 | 0 | 0 | +| xhdl5xx.xx_gen[0].xx_rv_rel_vld_reg | tri_rlmreg_p__parameterized37_1653 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5xx.xx_gen[1].xx_rv_rel_itag_reg | tri_rlmreg_p__parameterized13_1654 | 0 | 0 | 0 | 0 | 7 | 0 | 0 | 0 | +| xhdl5xx.xx_gen[1].xx_rv_rel_vld_reg | tri_rlmreg_p__parameterized37_1655 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5xx.xx_gen[2].xx_rv_rel_itag_reg | tri_rlmreg_p__parameterized13_1656 | 7 | 7 | 0 | 0 | 7 | 0 | 0 | 0 | +| xhdl5xx.xx_gen[2].xx_rv_rel_vld_reg | tri_rlmreg_p__parameterized37_1657 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5xx.xx_gen[3].xx_rv_rel_itag_reg | tri_rlmreg_p__parameterized13_1658 | 7 | 7 | 0 | 0 | 7 | 0 | 0 | 0 | +| xhdl5xx.xx_gen[4].xx_rv_rel_itag_reg | tri_rlmreg_p__parameterized13_1659 | 7 | 7 | 0 | 0 | 7 | 0 | 0 | 0 | +| xhdl5xx.xx_gen[4].xx_rv_rel_vld_reg | tri_rlmreg_p__parameterized37_1660 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5xx.xx_gen[5].xx_rv_rel_itag_reg | tri_rlmreg_p__parameterized13_1661 | 7 | 7 | 0 | 0 | 7 | 0 | 0 | 0 | +| xhdl5xx.xx_gen[5].xx_rv_rel_vld_reg | tri_rlmreg_p__parameterized37_1662 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[0].q_bard_addr_q_reg | tri_rlmreg_p__parameterized4_1663 | 0 | 0 | 0 | 0 | 5 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[0].q_dat_q_reg | tri_rlmreg_p__parameterized48_1664 | 1 | 1 | 0 | 0 | 26 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[0].q_ilat_q_reg | tri_rlmreg_p__parameterized9_1665 | 0 | 0 | 0 | 0 | 4 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[0].q_itag_q_reg | tri_rlmreg_p__parameterized13_1666 | 2 | 2 | 0 | 0 | 7 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[0].q_s1_itag_q_reg | tri_rlmreg_p__parameterized13_1667 | 33 | 33 | 0 | 0 | 7 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[0].q_s1_rdy_reg | tri_rlmlatch_p_1668 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[0].q_s1_v_q_reg | tri_rlmlatch_p_1669 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[0].q_s2_itag_q_reg | tri_rlmreg_p__parameterized13_1670 | 34 | 34 | 0 | 0 | 7 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[0].q_s2_rdy_reg | tri_rlmlatch_p_1671 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[0].q_s2_v_q_reg | tri_rlmlatch_p_1672 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[0].q_tid_q_reg | tri_rlmreg_p__parameterized37_1673 | 4 | 4 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[10].q_bard_addr_q_reg | tri_rlmreg_p__parameterized4_1674 | 3 | 3 | 0 | 0 | 5 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[10].q_dat_q_reg | tri_rlmreg_p__parameterized48_1675 | 0 | 0 | 0 | 0 | 26 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[10].q_ilat_q_reg | tri_rlmreg_p__parameterized9_1676 | 1 | 1 | 0 | 0 | 4 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[10].q_issued_q_reg | tri_rlmlatch_p_1677 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[10].q_itag_q_reg | tri_rlmreg_p__parameterized13_1678 | 4 | 4 | 0 | 0 | 7 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[10].q_s1_itag_q_reg | tri_rlmreg_p__parameterized13_1679 | 34 | 34 | 0 | 0 | 7 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[10].q_s1_rdy_reg | tri_rlmlatch_p_1680 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[10].q_s1_v_q_reg | tri_rlmlatch_p_1681 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[10].q_s2_itag_q_reg | tri_rlmreg_p__parameterized13_1682 | 34 | 34 | 0 | 0 | 7 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[10].q_s2_rdy_reg | tri_rlmlatch_p_1683 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[10].q_s2_v_q_reg | tri_rlmlatch_p_1684 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[10].q_tid_q_reg | tri_rlmreg_p__parameterized37_1685 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[11].q_bard_addr_q_reg | tri_rlmreg_p__parameterized4_1686 | 0 | 0 | 0 | 0 | 5 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[11].q_dat_q_reg | tri_rlmreg_p__parameterized48_1687 | 0 | 0 | 0 | 0 | 26 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[11].q_ilat_q_reg | tri_rlmreg_p__parameterized9_1688 | 1 | 1 | 0 | 0 | 4 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[11].q_issued_q_reg | tri_rlmlatch_p_1689 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[11].q_itag_q_reg | tri_rlmreg_p__parameterized13_1690 | 4 | 4 | 0 | 0 | 7 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[11].q_s1_itag_q_reg | tri_rlmreg_p__parameterized13_1691 | 36 | 36 | 0 | 0 | 7 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[11].q_s1_rdy_reg | tri_rlmlatch_p_1692 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[11].q_s1_v_q_reg | tri_rlmlatch_p_1693 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[11].q_s2_itag_q_reg | tri_rlmreg_p__parameterized13_1694 | 34 | 34 | 0 | 0 | 7 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[11].q_s2_rdy_reg | tri_rlmlatch_p_1695 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[11].q_s2_v_q_reg | tri_rlmlatch_p_1696 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[11].q_tid_q_reg | tri_rlmreg_p__parameterized37_1697 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[12].q_bard_addr_q_reg | tri_rlmreg_p__parameterized4_1698 | 0 | 0 | 0 | 0 | 5 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[12].q_dat_q_reg | tri_rlmreg_p__parameterized48_1699 | 0 | 0 | 0 | 0 | 26 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[12].q_ilat_q_reg | tri_rlmreg_p__parameterized9_1700 | 4 | 4 | 0 | 0 | 4 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[12].q_issued_q_reg | tri_rlmlatch_p_1701 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[12].q_itag_q_reg | tri_rlmreg_p__parameterized13_1702 | 4 | 4 | 0 | 0 | 7 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[12].q_s1_itag_q_reg | tri_rlmreg_p__parameterized13_1703 | 36 | 36 | 0 | 0 | 7 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[12].q_s1_rdy_reg | tri_rlmlatch_p_1704 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[12].q_s1_v_q_reg | tri_rlmlatch_p_1705 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[12].q_s2_itag_q_reg | tri_rlmreg_p__parameterized13_1706 | 34 | 34 | 0 | 0 | 7 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[12].q_s2_rdy_reg | tri_rlmlatch_p_1707 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[12].q_s2_v_q_reg | tri_rlmlatch_p_1708 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[12].q_tid_q_reg | tri_rlmreg_p__parameterized37_1709 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[13].q_bard_addr_q_reg | tri_rlmreg_p__parameterized4_1710 | 15 | 15 | 0 | 0 | 5 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[13].q_dat_q_reg | tri_rlmreg_p__parameterized48_1711 | 0 | 0 | 0 | 0 | 26 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[13].q_ilat_q_reg | tri_rlmreg_p__parameterized9_1712 | 1 | 1 | 0 | 0 | 4 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[13].q_issued_q_reg | tri_rlmlatch_p_1713 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[13].q_itag_q_reg | tri_rlmreg_p__parameterized13_1714 | 18 | 18 | 0 | 0 | 7 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[13].q_s1_itag_q_reg | tri_rlmreg_p__parameterized13_1715 | 50 | 50 | 0 | 0 | 7 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[13].q_s1_rdy_reg | tri_rlmlatch_p_1716 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[13].q_s1_v_q_reg | tri_rlmlatch_p_1717 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[13].q_s2_itag_q_reg | tri_rlmreg_p__parameterized13_1718 | 48 | 48 | 0 | 0 | 7 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[13].q_s2_rdy_reg | tri_rlmlatch_p_1719 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[13].q_s2_v_q_reg | tri_rlmlatch_p_1720 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[13].q_tid_q_reg | tri_rlmreg_p__parameterized37_1721 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[14].q_bard_addr_q_reg | tri_rlmreg_p__parameterized4_1722 | 3 | 3 | 0 | 0 | 5 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[14].q_dat_q_reg | tri_rlmreg_p__parameterized48_1723 | 0 | 0 | 0 | 0 | 26 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[14].q_ilat_q_reg | tri_rlmreg_p__parameterized9_1724 | 1 | 1 | 0 | 0 | 4 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[14].q_issued_q_reg | tri_rlmlatch_p_1725 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[14].q_itag_q_reg | tri_rlmreg_p__parameterized13_1726 | 4 | 4 | 0 | 0 | 7 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[14].q_s1_itag_q_reg | tri_rlmreg_p__parameterized13_1727 | 36 | 36 | 0 | 0 | 7 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[14].q_s1_rdy_reg | tri_rlmlatch_p_1728 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[14].q_s1_v_q_reg | tri_rlmlatch_p_1729 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[14].q_s2_itag_q_reg | tri_rlmreg_p__parameterized13_1730 | 34 | 34 | 0 | 0 | 7 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[14].q_s2_rdy_reg | tri_rlmlatch_p_1731 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[14].q_s2_v_q_reg | tri_rlmlatch_p_1732 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[14].q_tid_q_reg | tri_rlmreg_p__parameterized37_1733 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[15].q_bard_addr_q_reg | tri_rlmreg_p__parameterized4_1734 | 0 | 0 | 0 | 0 | 5 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[15].q_dat_q_reg | tri_rlmreg_p__parameterized48_1735 | 0 | 0 | 0 | 0 | 26 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[15].q_ilat_q_reg | tri_rlmreg_p__parameterized9_1736 | 1 | 1 | 0 | 0 | 4 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[15].q_issued_q_reg | tri_rlmlatch_p_1737 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[15].q_itag_q_reg | tri_rlmreg_p__parameterized13_1738 | 8 | 8 | 0 | 0 | 7 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[15].q_s1_itag_q_reg | tri_rlmreg_p__parameterized13_1739 | 36 | 36 | 0 | 0 | 7 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[15].q_s1_rdy_reg | tri_rlmlatch_p_1740 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[15].q_s1_v_q_reg | tri_rlmlatch_p_1741 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[15].q_s2_itag_q_reg | tri_rlmreg_p__parameterized13_1742 | 35 | 35 | 0 | 0 | 7 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[15].q_s2_rdy_reg | tri_rlmlatch_p_1743 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[15].q_s2_v_q_reg | tri_rlmlatch_p_1744 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[15].q_tid_q_reg | tri_rlmreg_p__parameterized37_1745 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[1].q_bard_addr_q_reg | tri_rlmreg_p__parameterized4_1746 | 0 | 0 | 0 | 0 | 5 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[1].q_dat_q_reg | tri_rlmreg_p__parameterized48_1747 | 0 | 0 | 0 | 0 | 26 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[1].q_ilat_q_reg | tri_rlmreg_p__parameterized9_1748 | 0 | 0 | 0 | 0 | 4 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[1].q_itag_q_reg | tri_rlmreg_p__parameterized13_1749 | 4 | 4 | 0 | 0 | 7 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[1].q_s1_itag_q_reg | tri_rlmreg_p__parameterized13_1750 | 34 | 34 | 0 | 0 | 7 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[1].q_s1_rdy_reg | tri_rlmlatch_p_1751 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[1].q_s1_v_q_reg | tri_rlmlatch_p_1752 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[1].q_s2_itag_q_reg | tri_rlmreg_p__parameterized13_1753 | 36 | 36 | 0 | 0 | 7 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[1].q_s2_rdy_reg | tri_rlmlatch_p_1754 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[1].q_s2_v_q_reg | tri_rlmlatch_p_1755 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[1].q_tid_q_reg | tri_rlmreg_p__parameterized37_1756 | 3 | 3 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[2].q_bard_addr_q_reg | tri_rlmreg_p__parameterized4_1757 | 3 | 3 | 0 | 0 | 5 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[2].q_dat_q_reg | tri_rlmreg_p__parameterized48_1758 | 0 | 0 | 0 | 0 | 26 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[2].q_ilat_q_reg | tri_rlmreg_p__parameterized9_1759 | 0 | 0 | 0 | 0 | 4 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[2].q_itag_q_reg | tri_rlmreg_p__parameterized13_1760 | 4 | 4 | 0 | 0 | 7 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[2].q_s1_itag_q_reg | tri_rlmreg_p__parameterized13_1761 | 34 | 34 | 0 | 0 | 7 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[2].q_s1_rdy_reg | tri_rlmlatch_p_1762 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[2].q_s1_v_q_reg | tri_rlmlatch_p_1763 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[2].q_s2_itag_q_reg | tri_rlmreg_p__parameterized13_1764 | 34 | 34 | 0 | 0 | 7 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[2].q_s2_rdy_reg | tri_rlmlatch_p_1765 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[2].q_s2_v_q_reg | tri_rlmlatch_p_1766 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[2].q_tid_q_reg | tri_rlmreg_p__parameterized37_1767 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[3].q_bard_addr_q_reg | tri_rlmreg_p__parameterized4_1768 | 0 | 0 | 0 | 0 | 5 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[3].q_dat_q_reg | tri_rlmreg_p__parameterized48_1769 | 0 | 0 | 0 | 0 | 26 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[3].q_ilat_q_reg | tri_rlmreg_p__parameterized9_1770 | 0 | 0 | 0 | 0 | 4 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[3].q_itag_q_reg | tri_rlmreg_p__parameterized13_1771 | 4 | 4 | 0 | 0 | 7 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[3].q_s1_itag_q_reg | tri_rlmreg_p__parameterized13_1772 | 35 | 35 | 0 | 0 | 7 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[3].q_s1_rdy_reg | tri_rlmlatch_p_1773 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[3].q_s1_v_q_reg | tri_rlmlatch_p_1774 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[3].q_s2_itag_q_reg | tri_rlmreg_p__parameterized13_1775 | 35 | 35 | 0 | 0 | 7 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[3].q_s2_rdy_reg | tri_rlmlatch_p_1776 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[3].q_s2_v_q_reg | tri_rlmlatch_p_1777 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[3].q_tid_q_reg | tri_rlmreg_p__parameterized37_1778 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[4].q_bard_addr_q_reg | tri_rlmreg_p__parameterized4_1779 | 1 | 1 | 0 | 0 | 5 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[4].q_dat_q_reg | tri_rlmreg_p__parameterized48_1780 | 0 | 0 | 0 | 0 | 26 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[4].q_ilat_q_reg | tri_rlmreg_p__parameterized9_1781 | 2 | 2 | 0 | 0 | 4 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[4].q_issued_q_reg | tri_rlmlatch_p_1782 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[4].q_itag_q_reg | tri_rlmreg_p__parameterized13_1783 | 4 | 4 | 0 | 0 | 7 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[4].q_s1_itag_q_reg | tri_rlmreg_p__parameterized13_1784 | 34 | 34 | 0 | 0 | 7 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[4].q_s1_rdy_reg | tri_rlmlatch_p_1785 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[4].q_s1_v_q_reg | tri_rlmlatch_p_1786 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[4].q_s2_itag_q_reg | tri_rlmreg_p__parameterized13_1787 | 34 | 34 | 0 | 0 | 7 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[4].q_s2_rdy_reg | tri_rlmlatch_p_1788 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[4].q_s2_v_q_reg | tri_rlmlatch_p_1789 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[4].q_tid_q_reg | tri_rlmreg_p__parameterized37_1790 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[5].q_bard_addr_q_reg | tri_rlmreg_p__parameterized4_1791 | 15 | 15 | 0 | 0 | 5 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[5].q_dat_q_reg | tri_rlmreg_p__parameterized48_1792 | 0 | 0 | 0 | 0 | 26 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[5].q_ilat_q_reg | tri_rlmreg_p__parameterized9_1793 | 1 | 1 | 0 | 0 | 4 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[5].q_issued_q_reg | tri_rlmlatch_p_1794 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[5].q_itag_q_reg | tri_rlmreg_p__parameterized13_1795 | 102 | 102 | 0 | 0 | 7 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[5].q_s1_itag_q_reg | tri_rlmreg_p__parameterized13_1796 | 56 | 56 | 0 | 0 | 7 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[5].q_s1_rdy_reg | tri_rlmlatch_p_1797 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[5].q_s1_v_q_reg | tri_rlmlatch_p_1798 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[5].q_s2_itag_q_reg | tri_rlmreg_p__parameterized13_1799 | 55 | 55 | 0 | 0 | 7 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[5].q_s2_rdy_reg | tri_rlmlatch_p_1800 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[5].q_s2_v_q_reg | tri_rlmlatch_p_1801 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[5].q_tid_q_reg | tri_rlmreg_p__parameterized37_1802 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[6].q_bard_addr_q_reg | tri_rlmreg_p__parameterized4_1803 | 3 | 3 | 0 | 0 | 5 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[6].q_dat_q_reg | tri_rlmreg_p__parameterized48_1804 | 0 | 0 | 0 | 0 | 26 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[6].q_ilat_q_reg | tri_rlmreg_p__parameterized9_1805 | 1 | 1 | 0 | 0 | 4 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[6].q_issued_q_reg | tri_rlmlatch_p_1806 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[6].q_itag_q_reg | tri_rlmreg_p__parameterized13_1807 | 4 | 4 | 0 | 0 | 7 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[6].q_s1_itag_q_reg | tri_rlmreg_p__parameterized13_1808 | 35 | 35 | 0 | 0 | 7 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[6].q_s1_rdy_reg | tri_rlmlatch_p_1809 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[6].q_s1_v_q_reg | tri_rlmlatch_p_1810 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[6].q_s2_itag_q_reg | tri_rlmreg_p__parameterized13_1811 | 34 | 34 | 0 | 0 | 7 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[6].q_s2_rdy_reg | tri_rlmlatch_p_1812 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[6].q_s2_v_q_reg | tri_rlmlatch_p_1813 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[6].q_tid_q_reg | tri_rlmreg_p__parameterized37_1814 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[7].q_bard_addr_q_reg | tri_rlmreg_p__parameterized4_1815 | 0 | 0 | 0 | 0 | 5 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[7].q_dat_q_reg | tri_rlmreg_p__parameterized48_1816 | 0 | 0 | 0 | 0 | 26 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[7].q_ilat_q_reg | tri_rlmreg_p__parameterized9_1817 | 1 | 1 | 0 | 0 | 4 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[7].q_issued_q_reg | tri_rlmlatch_p_1818 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[7].q_itag_q_reg | tri_rlmreg_p__parameterized13_1819 | 4 | 4 | 0 | 0 | 7 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[7].q_s1_itag_q_reg | tri_rlmreg_p__parameterized13_1820 | 36 | 36 | 0 | 0 | 7 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[7].q_s1_rdy_reg | tri_rlmlatch_p_1821 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[7].q_s1_v_q_reg | tri_rlmlatch_p_1822 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[7].q_s2_itag_q_reg | tri_rlmreg_p__parameterized13_1823 | 35 | 35 | 0 | 0 | 7 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[7].q_s2_rdy_reg | tri_rlmlatch_p_1824 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[7].q_s2_v_q_reg | tri_rlmlatch_p_1825 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[7].q_tid_q_reg | tri_rlmreg_p__parameterized37_1826 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[8].q_bard_addr_q_reg | tri_rlmreg_p__parameterized4_1827 | 1 | 1 | 0 | 0 | 5 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[8].q_dat_q_reg | tri_rlmreg_p__parameterized48_1828 | 0 | 0 | 0 | 0 | 26 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[8].q_ilat_q_reg | tri_rlmreg_p__parameterized9_1829 | 2 | 2 | 0 | 0 | 4 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[8].q_issued_q_reg | tri_rlmlatch_p_1830 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[8].q_itag_q_reg | tri_rlmreg_p__parameterized13_1831 | 4 | 4 | 0 | 0 | 7 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[8].q_s1_itag_q_reg | tri_rlmreg_p__parameterized13_1832 | 37 | 37 | 0 | 0 | 7 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[8].q_s1_rdy_reg | tri_rlmlatch_p_1833 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[8].q_s1_v_q_reg | tri_rlmlatch_p_1834 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[8].q_s2_itag_q_reg | tri_rlmreg_p__parameterized13_1835 | 35 | 35 | 0 | 0 | 7 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[8].q_s2_rdy_reg | tri_rlmlatch_p_1836 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[8].q_s2_v_q_reg | tri_rlmlatch_p_1837 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[8].q_tid_q_reg | tri_rlmreg_p__parameterized37_1838 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[9].q_bard_addr_q_reg | tri_rlmreg_p__parameterized4_1839 | 10 | 10 | 0 | 0 | 5 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[9].q_dat_q_reg | tri_rlmreg_p__parameterized48_1840 | 0 | 0 | 0 | 0 | 26 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[9].q_ilat_q_reg | tri_rlmreg_p__parameterized9_1841 | 1 | 1 | 0 | 0 | 4 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[9].q_issued_q_reg | tri_rlmlatch_p_1842 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[9].q_itag_q_reg | tri_rlmreg_p__parameterized13_1843 | 18 | 18 | 0 | 0 | 7 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[9].q_s1_itag_q_reg | tri_rlmreg_p__parameterized13_1844 | 51 | 51 | 0 | 0 | 7 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[9].q_s1_rdy_reg | tri_rlmlatch_p_1845 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[9].q_s1_v_q_reg | tri_rlmlatch_p_1846 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[9].q_s2_itag_q_reg | tri_rlmreg_p__parameterized13_1847 | 48 | 48 | 0 | 0 | 7 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[9].q_s2_rdy_reg | tri_rlmlatch_p_1848 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[9].q_s2_v_q_reg | tri_rlmlatch_p_1849 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999.q_x_q_gen[9].q_tid_q_reg | tri_rlmreg_p__parameterized37_1850 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999i.q_x_q_gen[10].q_rdy_q_reg | tri_rlmlatch_p_1851 | 3 | 3 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999i.q_x_q_gen[11].q_rdy_q_reg | tri_rlmlatch_p_1852 | 105 | 105 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999i.q_x_q_gen[12].q_rdy_q_reg | tri_rlmlatch_p_1853 | 7 | 7 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999i.q_x_q_gen[13].q_rdy_q_reg | tri_rlmlatch_p_1854 | 29 | 29 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999i.q_x_q_gen[14].q_rdy_q_reg | tri_rlmlatch_p_1855 | 6 | 6 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999i.q_x_q_gen[15].q_rdy_q_reg | tri_rlmlatch_p_1856 | 42 | 42 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999i.q_x_q_gen[4].q_rdy_q_reg | tri_rlmlatch_p_1857 | 4 | 4 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999i.q_x_q_gen[5].q_rdy_q_reg | tri_rlmlatch_p_1858 | 3 | 3 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999i.q_x_q_gen[6].q_rdy_q_reg | tri_rlmlatch_p_1859 | 31 | 31 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999i.q_x_q_gen[7].q_rdy_q_reg | tri_rlmlatch_p_1860 | 4 | 4 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999i.q_x_q_gen[8].q_rdy_q_reg | tri_rlmlatch_p_1861 | 30 | 30 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl999i.q_x_q_gen[9].q_rdy_q_reg | tri_rlmlatch_p_1862 | 9 | 9 | 0 | 0 | 1 | 0 | 0 | 0 | +| xx_rv_abort_reg | tri_rlmreg_p__parameterized13_1863 | 8 | 8 | 0 | 0 | 5 | 0 | 0 | 0 | +| xx_rv_ex3_abort_reg | tri_rlmlatch_p_1864 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| xx_rv_ex4_abort_reg | tri_rlmlatch_p_1865 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| lqrf | tri_144x78_2r4w_1160 | 2176 | 2176 | 0 | 0 | 4272 | 0 | 0 | 0 | +| rf_byp | rv_rf_byp | 2332 | 2332 | 0 | 0 | 716 | 0 | 0 | 0 | +| (rf_byp) | rv_rf_byp | 1674 | 1674 | 0 | 0 | 0 | 0 | 0 | 0 | +| cp_flush_reg | tri_rlmreg_p__parameterized37_1276 | 46 | 46 | 0 | 0 | 4 | 0 | 0 | 0 | +| fx0_ex0_ilat_reg | tri_rlmreg_p__parameterized9_1277 | 28 | 28 | 0 | 0 | 4 | 0 | 0 | 0 | +| fx0_ex0_ord_reg | tri_rlmlatch_p_1278 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| fx0_ex0_s1_itag_latch | tri_rlmreg_p__parameterized13_1279 | 16 | 16 | 0 | 0 | 7 | 0 | 0 | 0 | +| fx0_ex0_s2_itag_latch | tri_rlmreg_p__parameterized13_1280 | 7 | 7 | 0 | 0 | 7 | 0 | 0 | 0 | +| fx0_ex0_s3_itag_latch | tri_rlmreg_p__parameterized13_1281 | 1 | 1 | 0 | 0 | 7 | 0 | 0 | 0 | +| fx0_ex1_ilat_reg | tri_rlmreg_p__parameterized9_1282 | 7 | 7 | 0 | 0 | 4 | 0 | 0 | 0 | +| fx0_ex1_ord_reg | tri_rlmlatch_p_1283 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| fx0_ex2_ilat_reg | tri_rlmreg_p__parameterized9_1284 | 5 | 5 | 0 | 0 | 4 | 0 | 0 | 0 | +| fx0_ex2_ord_reg | tri_rlmlatch_p_1285 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| fx0_ex3_ilat_reg | tri_rlmreg_p__parameterized9_1286 | 4 | 4 | 0 | 0 | 4 | 0 | 0 | 0 | +| fx0_ex3_ord_flush_reg | tri_rlmlatch_p_1287 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| fx0_ex3_ord_rel_reg | tri_rlmreg_p__parameterized37_1288 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| fx0_ex4_ilat_reg | tri_rlmreg_p__parameterized9_1289 | 4 | 4 | 0 | 0 | 4 | 0 | 0 | 0 | +| fx0_ex4_ord_rel_reg | tri_rlmreg_p__parameterized37_1290 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| fx0_ex5_ilat_reg | tri_rlmreg_p__parameterized9_1291 | 9 | 9 | 0 | 0 | 4 | 0 | 0 | 0 | +| fx0_ex5_recircd_reg | tri_rlmlatch_p_1292 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| fx0_ex6_ilat_reg | tri_rlmreg_p__parameterized9_1293 | 6 | 6 | 0 | 0 | 4 | 0 | 0 | 0 | +| fx0_ex6_recircd_reg | tri_rlmlatch_p_1294 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| fx0_ex7_ilat_reg | tri_rlmreg_p__parameterized9_1295 | 4 | 4 | 0 | 0 | 4 | 0 | 0 | 0 | +| fx0_ex7_recircd_reg | tri_rlmlatch_p_1296 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| fx0_ex8_ilat_reg | tri_rlmreg_p__parameterized9_1297 | 0 | 0 | 0 | 0 | 4 | 0 | 0 | 0 | +| fx0_ext_itag0_sel_reg | tri_rlmlatch_p_1298 | 14 | 14 | 0 | 0 | 1 | 0 | 0 | 0 | +| fx0_ext_rel_itag_abort_reg | tri_rlmlatch_p_1299 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| fx0_ext_rel_itag_reg | tri_rlmreg_p__parameterized13_1300 | 0 | 0 | 0 | 0 | 7 | 0 | 0 | 0 | +| fx0_ext_rel_itag_vld_reg | tri_rlmreg_p__parameterized37_1301 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| fx0_need_rel_reg | tri_rlmreg_p__parameterized4_1302 | 2 | 2 | 0 | 0 | 5 | 0 | 0 | 0 | +| fx0_rel_itag_abort_reg | tri_rlmlatch_p_1303 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| fx0_rel_itag_reg | tri_rlmreg_p__parameterized13_1304 | 0 | 0 | 0 | 0 | 7 | 0 | 0 | 0 | +| fx0_rel_itag_vld_reg | tri_rlmreg_p__parameterized37_1305 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| fx0_release_ord_hold_reg | tri_rlmreg_p__parameterized37_1306 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| fx0_sched_rel_pri_or_reg | tri_rlmlatch_p_1307 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| fx1_ex0_ilat_reg | tri_rlmreg_p__parameterized5_1308 | 17 | 17 | 0 | 0 | 3 | 0 | 0 | 0 | +| fx1_ex0_need_rel_reg | tri_rlmlatch_p_1309 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| fx1_ex0_s1_itag_latch | tri_rlmreg_p__parameterized13_1310 | 17 | 17 | 0 | 0 | 7 | 0 | 0 | 0 | +| fx1_ex0_s2_itag_latch | tri_rlmreg_p__parameterized13_1311 | 5 | 5 | 0 | 0 | 7 | 0 | 0 | 0 | +| fx1_ex0_s3_itag_latch | tri_rlmreg_p__parameterized13_1312 | 2 | 2 | 0 | 0 | 7 | 0 | 0 | 0 | +| fx1_ex1_ilat_reg | tri_rlmreg_p__parameterized5_1313 | 9 | 9 | 0 | 0 | 3 | 0 | 0 | 0 | +| fx1_ex1_need_rel_reg | tri_rlmlatch_p_1314 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| fx1_ex1_stq_pipe_reg | tri_rlmlatch_p_1315 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| fx1_ex2_ilat_reg | tri_rlmreg_p__parameterized5_1316 | 3 | 3 | 0 | 0 | 3 | 0 | 0 | 0 | +| fx1_ex2_need_rel_reg | tri_rlmlatch_p_1317 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| fx1_ex2_stq_pipe_reg | tri_rlmlatch_p_1318 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| fx1_ex3_ilat_reg | tri_rlmreg_p__parameterized5_1319 | 3 | 3 | 0 | 0 | 3 | 0 | 0 | 0 | +| fx1_ex3_need_rel_reg | tri_rlmlatch_p_1320 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| fx1_ex4_ilat_reg | tri_rlmreg_p__parameterized5_1321 | 3 | 3 | 0 | 0 | 3 | 0 | 0 | 0 | +| fx1_ex5_ilat_reg | tri_rlmreg_p__parameterized5_1322 | 3 | 3 | 0 | 0 | 3 | 0 | 0 | 0 | +| fx1_ex6_ilat_reg | tri_rlmreg_p__parameterized5_1323 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| fx1_ext_itag0_sel_reg | tri_rlmlatch_p_1324 | 15 | 15 | 0 | 0 | 1 | 0 | 0 | 0 | +| fx1_ext_rel_itag_abort_reg | tri_rlmlatch_p_1325 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| fx1_ext_rel_itag_reg | tri_rlmreg_p__parameterized13_1326 | 0 | 0 | 0 | 0 | 7 | 0 | 0 | 0 | +| fx1_ext_rel_itag_vld_reg | tri_rlmreg_p__parameterized37_1327 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| fx1_rel_itag_abort_reg | tri_rlmlatch_p_1328 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| fx1_rel_itag_reg | tri_rlmreg_p__parameterized13_1329 | 0 | 0 | 0 | 0 | 7 | 0 | 0 | 0 | +| fx1_rel_itag_vld_reg | tri_rlmreg_p__parameterized37_1330 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| fx1_sched_rel_pri_or_reg | tri_rlmlatch_p_1331 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| fxu0_s1_latch | tri_rlmreg_p__parameterized9_1332 | 0 | 0 | 0 | 0 | 4 | 0 | 0 | 0 | +| fxu0_s2_latch | tri_rlmreg_p__parameterized9_1333 | 0 | 0 | 0 | 0 | 4 | 0 | 0 | 0 | +| fxu0_s3_latch | tri_rlmreg_p__parameterized9_1334 | 1 | 1 | 0 | 0 | 4 | 0 | 0 | 0 | +| fxu1_s1_latch | tri_rlmreg_p__parameterized9_1335 | 4 | 4 | 0 | 0 | 4 | 0 | 0 | 0 | +| fxu1_s2_latch | tri_rlmreg_p__parameterized9_1336 | 1 | 1 | 0 | 0 | 4 | 0 | 0 | 0 | +| fxu1_s3_latch | tri_rlmreg_p__parameterized9_1337 | 0 | 0 | 0 | 0 | 4 | 0 | 0 | 0 | +| genblk24.fxu0_t3_gen[0].fxu0_t3_latch | tri_rlmreg_p__parameterized9_1338 | 4 | 4 | 0 | 0 | 4 | 0 | 0 | 0 | +| genblk24.fxu0_t3_gen[10].fxu0_t3_latch | tri_rlmreg_p__parameterized9_1339 | 3 | 3 | 0 | 0 | 4 | 0 | 0 | 0 | +| genblk24.fxu0_t3_gen[11].fxu0_t3_latch | tri_rlmreg_p__parameterized9_1340 | 3 | 3 | 0 | 0 | 4 | 0 | 0 | 0 | +| genblk24.fxu0_t3_gen[12].fxu0_t3_latch | tri_rlmreg_p__parameterized9_1341 | 0 | 0 | 0 | 0 | 4 | 0 | 0 | 0 | +| genblk24.fxu0_t3_gen[1].fxu0_t3_latch | tri_rlmreg_p__parameterized9_1342 | 5 | 5 | 0 | 0 | 4 | 0 | 0 | 0 | +| genblk24.fxu0_t3_gen[2].fxu0_t3_latch | tri_rlmreg_p__parameterized9_1343 | 5 | 5 | 0 | 0 | 4 | 0 | 0 | 0 | +| genblk24.fxu0_t3_gen[3].fxu0_t3_latch | tri_rlmreg_p__parameterized9_1344 | 4 | 4 | 0 | 0 | 4 | 0 | 0 | 0 | +| genblk24.fxu0_t3_gen[4].fxu0_t3_latch | tri_rlmreg_p__parameterized9_1345 | 0 | 0 | 0 | 0 | 4 | 0 | 0 | 0 | +| genblk24.fxu0_t3_gen[5].fxu0_t3_latch | tri_rlmreg_p__parameterized9_1346 | 4 | 4 | 0 | 0 | 4 | 0 | 0 | 0 | +| genblk24.fxu0_t3_gen[6].fxu0_t3_latch | tri_rlmreg_p__parameterized9_1347 | 5 | 5 | 0 | 0 | 4 | 0 | 0 | 0 | +| genblk24.fxu0_t3_gen[7].fxu0_t3_latch | tri_rlmreg_p__parameterized9_1348 | 4 | 4 | 0 | 0 | 4 | 0 | 0 | 0 | +| genblk24.fxu0_t3_gen[8].fxu0_t3_latch | tri_rlmreg_p__parameterized9_1349 | 4 | 4 | 0 | 0 | 4 | 0 | 0 | 0 | +| genblk24.fxu0_t3_gen[9].fxu0_t3_latch | tri_rlmreg_p__parameterized9_1350 | 3 | 3 | 0 | 0 | 4 | 0 | 0 | 0 | +| lq_s1_latch | tri_rlmreg_p__parameterized9_1351 | 0 | 0 | 0 | 0 | 4 | 0 | 0 | 0 | +| lq_s2_latch | tri_rlmreg_p__parameterized9_1352 | 0 | 0 | 0 | 0 | 4 | 0 | 0 | 0 | +| xab0.fx0xab[3].fx0_abort_reg | tri_rlmlatch_p_1353 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xab0.fx0xab[4].fx0_abort_reg | tri_rlmlatch_p_1354 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xab1.fx1xab[3].fx0_abort_reg | tri_rlmlatch_p_1355 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl21.fxu0_t1_gen[0].fxu0_t1_latch | tri_rlmreg_p__parameterized9_1356 | 4 | 4 | 0 | 0 | 4 | 0 | 0 | 0 | +| xhdl21.fxu0_t1_gen[10].fxu0_t1_latch | tri_rlmreg_p__parameterized9_1357 | 3 | 3 | 0 | 0 | 4 | 0 | 0 | 0 | +| xhdl21.fxu0_t1_gen[11].fxu0_t1_latch | tri_rlmreg_p__parameterized9_1358 | 3 | 3 | 0 | 0 | 4 | 0 | 0 | 0 | +| xhdl21.fxu0_t1_gen[12].fxu0_t1_latch | tri_rlmreg_p__parameterized9_1359 | 0 | 0 | 0 | 0 | 4 | 0 | 0 | 0 | +| xhdl21.fxu0_t1_gen[1].fxu0_t1_latch | tri_rlmreg_p__parameterized9_1360 | 4 | 4 | 0 | 0 | 4 | 0 | 0 | 0 | +| xhdl21.fxu0_t1_gen[2].fxu0_t1_latch | tri_rlmreg_p__parameterized9_1361 | 4 | 4 | 0 | 0 | 4 | 0 | 0 | 0 | +| xhdl21.fxu0_t1_gen[3].fxu0_t1_latch | tri_rlmreg_p__parameterized9_1362 | 4 | 4 | 0 | 0 | 4 | 0 | 0 | 0 | +| xhdl21.fxu0_t1_gen[4].fxu0_t1_latch | tri_rlmreg_p__parameterized9_1363 | 0 | 0 | 0 | 0 | 4 | 0 | 0 | 0 | +| xhdl21.fxu0_t1_gen[5].fxu0_t1_latch | tri_rlmreg_p__parameterized9_1364 | 4 | 4 | 0 | 0 | 4 | 0 | 0 | 0 | +| xhdl21.fxu0_t1_gen[6].fxu0_t1_latch | tri_rlmreg_p__parameterized9_1365 | 5 | 5 | 0 | 0 | 4 | 0 | 0 | 0 | +| xhdl21.fxu0_t1_gen[7].fxu0_t1_latch | tri_rlmreg_p__parameterized9_1366 | 4 | 4 | 0 | 0 | 4 | 0 | 0 | 0 | +| xhdl21.fxu0_t1_gen[8].fxu0_t1_latch | tri_rlmreg_p__parameterized9_1367 | 4 | 4 | 0 | 0 | 4 | 0 | 0 | 0 | +| xhdl21.fxu0_t1_gen[9].fxu0_t1_latch | tri_rlmreg_p__parameterized9_1368 | 3 | 3 | 0 | 0 | 4 | 0 | 0 | 0 | +| xhdl22.fxu0_t2_gen[0].fxu0_t2_latch | tri_rlmreg_p__parameterized9_1369 | 4 | 4 | 0 | 0 | 4 | 0 | 0 | 0 | +| xhdl22.fxu0_t2_gen[10].fxu0_t2_latch | tri_rlmreg_p__parameterized9_1370 | 3 | 3 | 0 | 0 | 4 | 0 | 0 | 0 | +| xhdl22.fxu0_t2_gen[11].fxu0_t2_latch | tri_rlmreg_p__parameterized9_1371 | 3 | 3 | 0 | 0 | 4 | 0 | 0 | 0 | +| xhdl22.fxu0_t2_gen[12].fxu0_t2_latch | tri_rlmreg_p__parameterized9_1372 | 0 | 0 | 0 | 0 | 4 | 0 | 0 | 0 | +| xhdl22.fxu0_t2_gen[1].fxu0_t2_latch | tri_rlmreg_p__parameterized9_1373 | 4 | 4 | 0 | 0 | 4 | 0 | 0 | 0 | +| xhdl22.fxu0_t2_gen[2].fxu0_t2_latch | tri_rlmreg_p__parameterized9_1374 | 4 | 4 | 0 | 0 | 4 | 0 | 0 | 0 | +| xhdl22.fxu0_t2_gen[3].fxu0_t2_latch | tri_rlmreg_p__parameterized9_1375 | 4 | 4 | 0 | 0 | 4 | 0 | 0 | 0 | +| xhdl22.fxu0_t2_gen[4].fxu0_t2_latch | tri_rlmreg_p__parameterized9_1376 | 0 | 0 | 0 | 0 | 4 | 0 | 0 | 0 | +| xhdl22.fxu0_t2_gen[5].fxu0_t2_latch | tri_rlmreg_p__parameterized9_1377 | 4 | 4 | 0 | 0 | 4 | 0 | 0 | 0 | +| xhdl22.fxu0_t2_gen[6].fxu0_t2_latch | tri_rlmreg_p__parameterized9_1378 | 4 | 4 | 0 | 0 | 4 | 0 | 0 | 0 | +| xhdl22.fxu0_t2_gen[7].fxu0_t2_latch | tri_rlmreg_p__parameterized9_1379 | 4 | 4 | 0 | 0 | 4 | 0 | 0 | 0 | +| xhdl22.fxu0_t2_gen[8].fxu0_t2_latch | tri_rlmreg_p__parameterized9_1380 | 4 | 4 | 0 | 0 | 4 | 0 | 0 | 0 | +| xhdl22.fxu0_t2_gen[9].fxu0_t2_latch | tri_rlmreg_p__parameterized9_1381 | 3 | 3 | 0 | 0 | 4 | 0 | 0 | 0 | +| xhdl24.lq_t1_gen[0].lq_t1_latch | tri_rlmreg_p__parameterized9_1382 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl24.lq_t1_gen[1].lq_t1_latch | tri_rlmreg_p__parameterized9_1383 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl24.lq_t1_gen[2].lq_t1_latch | tri_rlmreg_p__parameterized9_1384 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl24.lq_t1_gen[3].lq_t1_latch | tri_rlmreg_p__parameterized9_1385 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl24.lq_t1_gen[4].lq_t1_latch | tri_rlmreg_p__parameterized9_1386 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl24.lq_t1_gen[5].lq_t1_latch | tri_rlmreg_p__parameterized9_1387 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl24.lq_t1_gen[6].lq_t1_latch | tri_rlmreg_p__parameterized9_1388 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl24.lq_t1_gen[7].lq_t1_latch | tri_rlmreg_p__parameterized9_1389 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl24.lq_t1_gen[8].lq_t1_latch | tri_rlmreg_p__parameterized9_1390 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl26.lq_t3_gen[0].lq_t3_latch | tri_rlmreg_p__parameterized9_1391 | 3 | 3 | 0 | 0 | 4 | 0 | 0 | 0 | +| xhdl26.lq_t3_gen[1].lq_t3_latch | tri_rlmreg_p__parameterized9_1392 | 3 | 3 | 0 | 0 | 4 | 0 | 0 | 0 | +| xhdl26.lq_t3_gen[2].lq_t3_latch | tri_rlmreg_p__parameterized9_1393 | 3 | 3 | 0 | 0 | 4 | 0 | 0 | 0 | +| xhdl26.lq_t3_gen[3].lq_t3_latch | tri_rlmreg_p__parameterized9_1394 | 3 | 3 | 0 | 0 | 4 | 0 | 0 | 0 | +| xhdl26.lq_t3_gen[4].lq_t3_latch | tri_rlmreg_p__parameterized9_1395 | 3 | 3 | 0 | 0 | 4 | 0 | 0 | 0 | +| xhdl26.lq_t3_gen[5].lq_t3_latch | tri_rlmreg_p__parameterized9_1396 | 3 | 3 | 0 | 0 | 4 | 0 | 0 | 0 | +| xhdl26.lq_t3_gen[6].lq_t3_latch | tri_rlmreg_p__parameterized9_1397 | 3 | 3 | 0 | 0 | 4 | 0 | 0 | 0 | +| xhdl26.lq_t3_gen[7].lq_t3_latch | tri_rlmreg_p__parameterized9_1398 | 3 | 3 | 0 | 0 | 4 | 0 | 0 | 0 | +| xhdl26.lq_t3_gen[8].lq_t3_latch | tri_rlmreg_p__parameterized9_1399 | 0 | 0 | 0 | 0 | 4 | 0 | 0 | 0 | +| xhdl27.fxu1_t1_gen[0].fxu1_t1_latch | tri_rlmreg_p__parameterized9_1400 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl27.fxu1_t1_gen[1].fxu1_t1_latch | tri_rlmreg_p__parameterized9_1401 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl27.fxu1_t1_gen[2].fxu1_t1_latch | tri_rlmreg_p__parameterized9_1402 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl27.fxu1_t1_gen[3].fxu1_t1_latch | tri_rlmreg_p__parameterized9_1403 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl27.fxu1_t1_gen[4].fxu1_t1_latch | tri_rlmreg_p__parameterized9_1404 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl27.fxu1_t1_gen[5].fxu1_t1_latch | tri_rlmreg_p__parameterized9_1405 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl27.fxu1_t1_gen[6].fxu1_t1_latch | tri_rlmreg_p__parameterized9_1406 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl27.fxu1_t1_gen[7].fxu1_t1_latch | tri_rlmreg_p__parameterized9_1407 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl28.fxu1_t2_gen[0].fxu1_t2_latch | tri_rlmreg_p__parameterized9_1408 | 2 | 2 | 0 | 0 | 2 | 0 | 0 | 0 | +| xhdl28.fxu1_t2_gen[1].fxu1_t2_latch | tri_rlmreg_p__parameterized9_1409 | 2 | 2 | 0 | 0 | 2 | 0 | 0 | 0 | +| xhdl28.fxu1_t2_gen[2].fxu1_t2_latch | tri_rlmreg_p__parameterized9_1410 | 2 | 2 | 0 | 0 | 2 | 0 | 0 | 0 | +| xhdl28.fxu1_t2_gen[3].fxu1_t2_latch | tri_rlmreg_p__parameterized9_1411 | 2 | 2 | 0 | 0 | 2 | 0 | 0 | 0 | +| xhdl28.fxu1_t2_gen[4].fxu1_t2_latch | tri_rlmreg_p__parameterized9_1412 | 2 | 2 | 0 | 0 | 2 | 0 | 0 | 0 | +| xhdl28.fxu1_t2_gen[5].fxu1_t2_latch | tri_rlmreg_p__parameterized9_1413 | 2 | 2 | 0 | 0 | 2 | 0 | 0 | 0 | +| xhdl28.fxu1_t2_gen[6].fxu1_t2_latch | tri_rlmreg_p__parameterized9_1414 | 2 | 2 | 0 | 0 | 2 | 0 | 0 | 0 | +| xhdl28.fxu1_t2_gen[7].fxu1_t2_latch | tri_rlmreg_p__parameterized9_1415 | 0 | 0 | 0 | 0 | 2 | 0 | 0 | 0 | +| xhdl29.fxu1_t3_gen[0].fxu1_t3_latch | tri_rlmreg_p__parameterized9_1416 | 2 | 2 | 0 | 0 | 2 | 0 | 0 | 0 | +| xhdl29.fxu1_t3_gen[1].fxu1_t3_latch | tri_rlmreg_p__parameterized9_1417 | 2 | 2 | 0 | 0 | 2 | 0 | 0 | 0 | +| xhdl29.fxu1_t3_gen[2].fxu1_t3_latch | tri_rlmreg_p__parameterized9_1418 | 2 | 2 | 0 | 0 | 2 | 0 | 0 | 0 | +| xhdl29.fxu1_t3_gen[3].fxu1_t3_latch | tri_rlmreg_p__parameterized9_1419 | 2 | 2 | 0 | 0 | 2 | 0 | 0 | 0 | +| xhdl29.fxu1_t3_gen[4].fxu1_t3_latch | tri_rlmreg_p__parameterized9_1420 | 2 | 2 | 0 | 0 | 2 | 0 | 0 | 0 | +| xhdl29.fxu1_t3_gen[5].fxu1_t3_latch | tri_rlmreg_p__parameterized9_1421 | 2 | 2 | 0 | 0 | 2 | 0 | 0 | 0 | +| xhdl29.fxu1_t3_gen[6].fxu1_t3_latch | tri_rlmreg_p__parameterized9_1422 | 2 | 2 | 0 | 0 | 2 | 0 | 0 | 0 | +| xhdl29.fxu1_t3_gen[7].fxu1_t3_latch | tri_rlmreg_p__parameterized9_1423 | 0 | 0 | 0 | 0 | 2 | 0 | 0 | 0 | +| xhdl70.fxu1_itag_gen[0].fx1_itag_reg | tri_rlmreg_p__parameterized13_1424 | 7 | 7 | 0 | 0 | 7 | 0 | 0 | 0 | +| xhdl70.fxu1_itag_gen[1].fx1_itag_reg | tri_rlmreg_p__parameterized13_1425 | 8 | 8 | 0 | 0 | 7 | 0 | 0 | 0 | +| xhdl70.fxu1_itag_gen[2].fx1_itag_reg | tri_rlmreg_p__parameterized13_1426 | 7 | 7 | 0 | 0 | 7 | 0 | 0 | 0 | +| xhdl70.fxu1_itag_gen[3].fx1_itag_reg | tri_rlmreg_p__parameterized13_1427 | 8 | 8 | 0 | 0 | 7 | 0 | 0 | 0 | +| xhdl70.fxu1_itag_gen[4].fx1_itag_reg | tri_rlmreg_p__parameterized13_1428 | 8 | 8 | 0 | 0 | 7 | 0 | 0 | 0 | +| xhdl70.fxu1_itag_gen[5].fx1_itag_reg | tri_rlmreg_p__parameterized13_1429 | 9 | 9 | 0 | 0 | 7 | 0 | 0 | 0 | +| xhdl70.fxu1_itag_gen[6].fx1_itag_reg | tri_rlmreg_p__parameterized13_1430 | 8 | 8 | 0 | 0 | 7 | 0 | 0 | 0 | +| xhdl70.fxu1_itag_gen[7].fx1_itag_reg | tri_rlmreg_p__parameterized13_1431 | 0 | 0 | 0 | 0 | 7 | 0 | 0 | 0 | +| xhdl70v.fxu1_vld_gen[0].fx1_vld_reg | tri_rlmreg_p__parameterized37_1432 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl70v.fxu1_vld_gen[1].fx1_vld_reg | tri_rlmreg_p__parameterized37_1433 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl70v.fxu1_vld_gen[2].fx1_vld_reg | tri_rlmreg_p__parameterized37_1434 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl70v.fxu1_vld_gen[3].fx1_vld_reg | tri_rlmreg_p__parameterized37_1435 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl70v.fxu1_vld_gen[4].fx1_vld_reg | tri_rlmreg_p__parameterized37_1436 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl70v.fxu1_vld_gen[5].fx1_vld_reg | tri_rlmreg_p__parameterized37_1437 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl70v.fxu1_vld_gen[6].fx1_vld_reg | tri_rlmreg_p__parameterized37_1438 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl77.rel_gen[0].rel_itag_latch | tri_rlmreg_p__parameterized13_1439 | 7 | 7 | 0 | 0 | 7 | 0 | 0 | 0 | +| xhdl77.rel_gen[0].rel_vld_latch | tri_rlmreg_p__parameterized37_1440 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl77.rel_gen[1].rel_itag_latch | tri_rlmreg_p__parameterized13_1441 | 7 | 7 | 0 | 0 | 7 | 0 | 0 | 0 | +| xhdl77.rel_gen[1].rel_vld_latch | tri_rlmreg_p__parameterized37_1442 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl77.rel_gen[2].rel_itag_latch | tri_rlmreg_p__parameterized13_1443 | 9 | 9 | 0 | 0 | 7 | 0 | 0 | 0 | +| xhdl77.rel_gen[2].rel_vld_latch | tri_rlmreg_p__parameterized37_1444 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl77.rel_gen[3].rel_itag_latch | tri_rlmreg_p__parameterized13_1445 | 1 | 1 | 0 | 0 | 7 | 0 | 0 | 0 | +| xhdl77.rel_gen[3].rel_vld_latch | tri_rlmreg_p__parameterized37_1446 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl78b.fxu0_itagv_gen[1].fx0_is_brick_reg | tri_rlmlatch_p_1447 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl78b.fxu0_itagv_gen[2].fx0_is_brick_reg | tri_rlmlatch_p_1448 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl78b.fxu0_itagv_gen[3].fx0_is_brick_reg | tri_rlmlatch_p_1449 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl78b.fxu0_itagv_gen[4].fx0_is_brick_reg | tri_rlmlatch_p_1450 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl78b.fxu0_itagv_gen[5].fx0_is_brick_reg | tri_rlmlatch_p_1451 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl78b.fxu0_itagv_gen[6].fx0_is_brick_reg | tri_rlmlatch_p_1452 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl78b.fxu0_itagv_gen[7].fx0_is_brick_reg | tri_rlmlatch_p_1453 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl78i.fxu0_itag_gen[0].fx0_itag_reg | tri_rlmreg_p__parameterized13_1454 | 7 | 7 | 0 | 0 | 7 | 0 | 0 | 0 | +| xhdl78i.fxu0_itag_gen[10].fx0_itag_reg | tri_rlmreg_p__parameterized13_1455 | 7 | 7 | 0 | 0 | 7 | 0 | 0 | 0 | +| xhdl78i.fxu0_itag_gen[11].fx0_itag_reg | tri_rlmreg_p__parameterized13_1456 | 7 | 7 | 0 | 0 | 7 | 0 | 0 | 0 | +| xhdl78i.fxu0_itag_gen[12].fx0_itag_reg | tri_rlmreg_p__parameterized13_1457 | 0 | 0 | 0 | 0 | 7 | 0 | 0 | 0 | +| xhdl78i.fxu0_itag_gen[1].fx0_itag_reg | tri_rlmreg_p__parameterized13_1458 | 7 | 7 | 0 | 0 | 7 | 0 | 0 | 0 | +| xhdl78i.fxu0_itag_gen[2].fx0_itag_reg | tri_rlmreg_p__parameterized13_1459 | 0 | 0 | 0 | 0 | 7 | 0 | 0 | 0 | +| xhdl78i.fxu0_itag_gen[3].fx0_itag_reg | tri_rlmreg_p__parameterized13_1460 | 10 | 10 | 0 | 0 | 7 | 0 | 0 | 0 | +| xhdl78i.fxu0_itag_gen[4].fx0_itag_reg | tri_rlmreg_p__parameterized13_1461 | 0 | 0 | 0 | 0 | 7 | 0 | 0 | 0 | +| xhdl78i.fxu0_itag_gen[5].fx0_itag_reg | tri_rlmreg_p__parameterized13_1462 | 8 | 8 | 0 | 0 | 7 | 0 | 0 | 0 | +| xhdl78i.fxu0_itag_gen[6].fx0_itag_reg | tri_rlmreg_p__parameterized13_1463 | 7 | 7 | 0 | 0 | 7 | 0 | 0 | 0 | +| xhdl78i.fxu0_itag_gen[7].fx0_itag_reg | tri_rlmreg_p__parameterized13_1464 | 7 | 7 | 0 | 0 | 7 | 0 | 0 | 0 | +| xhdl78i.fxu0_itag_gen[8].fx0_itag_reg | tri_rlmreg_p__parameterized13_1465 | 7 | 7 | 0 | 0 | 7 | 0 | 0 | 0 | +| xhdl78i.fxu0_itag_gen[9].fx0_itag_reg | tri_rlmreg_p__parameterized13_1466 | 7 | 7 | 0 | 0 | 7 | 0 | 0 | 0 | +| xhdl78v.fxu0_itagv_gen[0].fx0_vld_reg | tri_rlmreg_p__parameterized37_1467 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl78v.fxu0_itagv_gen[10].fx0_vld_reg | tri_rlmreg_p__parameterized37_1468 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl78v.fxu0_itagv_gen[11].fx0_vld_reg | tri_rlmreg_p__parameterized37_1469 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl78v.fxu0_itagv_gen[1].fx0_vld_reg | tri_rlmreg_p__parameterized37_1470 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl78v.fxu0_itagv_gen[2].fx0_vld_reg | tri_rlmreg_p__parameterized37_1471 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl78v.fxu0_itagv_gen[3].fx0_vld_reg | tri_rlmreg_p__parameterized37_1472 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl78v.fxu0_itagv_gen[4].fx0_vld_reg | tri_rlmreg_p__parameterized37_1473 | 14 | 14 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl78v.fxu0_itagv_gen[5].fx0_vld_reg | tri_rlmreg_p__parameterized37_1474 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl78v.fxu0_itagv_gen[6].fx0_vld_reg | tri_rlmreg_p__parameterized37_1475 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl78v.fxu0_itagv_gen[7].fx0_vld_reg | tri_rlmreg_p__parameterized37_1476 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl78v.fxu0_itagv_gen[8].fx0_vld_reg | tri_rlmreg_p__parameterized37_1477 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl78v.fxu0_itagv_gen[9].fx0_vld_reg | tri_rlmreg_p__parameterized37_1478 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl80.lq_vld_gen[0].lq_vld_latch | tri_rlmreg_p__parameterized37_1479 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl80.lq_vld_gen[1].lq_vld_latch | tri_rlmreg_p__parameterized37_1480 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl80.lq_vld_gen[2].lq_vld_latch | tri_rlmreg_p__parameterized37_1481 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl80.lq_vld_gen[3].lq_vld_latch | tri_rlmreg_p__parameterized37_1482 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl80.lq_vld_gen[4].lq_vld_latch | tri_rlmreg_p__parameterized37_1483 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl80.lq_vld_gen[5].lq_vld_latch | tri_rlmreg_p__parameterized37_1484 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl80.lq_vld_gen[6].lq_vld_latch | tri_rlmreg_p__parameterized37_1485 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl80.lq_vld_gen[7].lq_vld_latch | tri_rlmreg_p__parameterized37_1486 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl81.lq_itag_gen[0].lq_itag_reg | tri_rlmreg_p__parameterized13_1487 | 7 | 7 | 0 | 0 | 7 | 0 | 0 | 0 | +| xhdl81.lq_itag_gen[1].lq_itag_reg | tri_rlmreg_p__parameterized13_1488 | 7 | 7 | 0 | 0 | 7 | 0 | 0 | 0 | +| xhdl81.lq_itag_gen[2].lq_itag_reg | tri_rlmreg_p__parameterized13_1489 | 7 | 7 | 0 | 0 | 7 | 0 | 0 | 0 | +| xhdl81.lq_itag_gen[3].lq_itag_reg | tri_rlmreg_p__parameterized13_1490 | 7 | 7 | 0 | 0 | 7 | 0 | 0 | 0 | +| xhdl81.lq_itag_gen[4].lq_itag_reg | tri_rlmreg_p__parameterized13_1491 | 8 | 8 | 0 | 0 | 7 | 0 | 0 | 0 | +| xhdl81.lq_itag_gen[5].lq_itag_reg | tri_rlmreg_p__parameterized13_1492 | 8 | 8 | 0 | 0 | 7 | 0 | 0 | 0 | +| xhdl81.lq_itag_gen[6].lq_itag_reg | tri_rlmreg_p__parameterized13_1493 | 8 | 8 | 0 | 0 | 7 | 0 | 0 | 0 | +| xhdl81.lq_itag_gen[7].lq_itag_reg | tri_rlmreg_p__parameterized13_1494 | 8 | 8 | 0 | 0 | 7 | 0 | 0 | 0 | +| xhdl81.lq_itag_gen[8].lq_itag_reg | tri_rlmreg_p__parameterized13_1495 | 1 | 1 | 0 | 0 | 7 | 0 | 0 | 0 | +| rv_deps0 | rv_deps | 3439 | 3439 | 0 | 0 | 601 | 0 | 0 | 0 | +| cp_flush_reg | tri_rlmreg_p__parameterized37_1161 | 9 | 9 | 0 | 0 | 1 | 0 | 0 | 0 | +| perv_1to0_reg | tri_plat__parameterized0 | 377 | 377 | 0 | 0 | 1 | 0 | 0 | 0 | +| rv0_instr_i0_flushed_reg | tri_rlmreg_p__parameterized37_1162 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| rv0_instr_i1_flushed_reg | tri_rlmreg_p__parameterized37_1163 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| rv0_t0_i0_2ucode_q_reg | tri_rlmlatch_p_1164 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| rv0_t0_i0_branch_q_reg | tri_rlmreg_p__parameterized33_1165 | 0 | 0 | 0 | 0 | 63 | 0 | 0 | 0 | +| rv0_t0_i0_cord_q_reg | tri_rlmlatch_p_1166 | 8 | 8 | 0 | 0 | 1 | 0 | 0 | 0 | +| rv0_t0_i0_ifar_q_reg | tri_rlmreg_p__parameterized8_1167 | 12 | 12 | 0 | 0 | 20 | 0 | 0 | 0 | +| rv0_t0_i0_ilat_q_reg | tri_rlmreg_p__parameterized9_1168 | 2 | 2 | 0 | 0 | 4 | 0 | 0 | 0 | +| rv0_t0_i0_instr_q_reg | tri_rlmreg_p__parameterized17_1169 | 11 | 11 | 0 | 0 | 32 | 0 | 0 | 0 | +| rv0_t0_i0_isLoad_q_reg | tri_rlmlatch_p_1170 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| rv0_t0_i0_isStore_q_reg | tri_rlmlatch_p_1171 | 1 | 1 | 0 | 0 | 3 | 0 | 0 | 0 | +| rv0_t0_i0_itag_q_reg | tri_rlmreg_p__parameterized13_1172 | 23 | 23 | 0 | 0 | 7 | 0 | 0 | 0 | +| rv0_t0_i0_ord_q_reg | tri_rlmlatch_p_1173 | 12 | 12 | 0 | 0 | 1 | 0 | 0 | 0 | +| rv0_t0_i0_rte_axu0_q_reg | tri_rlmlatch_p_1174 | 20 | 20 | 0 | 0 | 1 | 0 | 0 | 0 | +| rv0_t0_i0_rte_fx0_q_reg | tri_rlmlatch_p_1175 | 131 | 131 | 0 | 0 | 1 | 0 | 0 | 0 | +| rv0_t0_i0_rte_fx1_q_reg | tri_rlmlatch_p_1176 | 13 | 13 | 0 | 0 | 2 | 0 | 0 | 0 | +| rv0_t0_i0_rte_lq_q_reg | tri_rlmlatch_p_1177 | 10 | 10 | 0 | 0 | 3 | 0 | 0 | 0 | +| rv0_t0_i0_rte_sq_q_reg | tri_rlmlatch_p_1178 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| rv0_t0_i0_s1_itag_q_reg | tri_rlmreg_p__parameterized13_1179 | 138 | 138 | 0 | 0 | 7 | 0 | 0 | 0 | +| rv0_t0_i0_s1_p_q_reg | tri_rlmreg_p__parameterized0_1180 | 6 | 6 | 0 | 0 | 6 | 0 | 0 | 0 | +| rv0_t0_i0_s1_t_q_reg | tri_rlmreg_p__parameterized5_1181 | 3 | 3 | 0 | 0 | 3 | 0 | 0 | 0 | +| rv0_t0_i0_s1_v_q_reg | tri_rlmlatch_p_1182 | 6 | 6 | 0 | 0 | 1 | 0 | 0 | 0 | +| rv0_t0_i0_s2_itag_q_reg | tri_rlmreg_p__parameterized13_1183 | 170 | 170 | 0 | 0 | 7 | 0 | 0 | 0 | +| rv0_t0_i0_s2_p_q_reg | tri_rlmreg_p__parameterized0_1184 | 6 | 6 | 0 | 0 | 6 | 0 | 0 | 0 | +| rv0_t0_i0_s2_t_q_reg | tri_rlmreg_p__parameterized5_1185 | 3 | 3 | 0 | 0 | 3 | 0 | 0 | 0 | +| rv0_t0_i0_s2_v_q_reg | tri_rlmlatch_p_1186 | 10 | 10 | 0 | 0 | 1 | 0 | 0 | 0 | +| rv0_t0_i0_s3_itag_q_reg | tri_rlmreg_p__parameterized13_1187 | 201 | 201 | 0 | 0 | 7 | 0 | 0 | 0 | +| rv0_t0_i0_s3_p_q_reg | tri_rlmreg_p__parameterized0_1188 | 27 | 27 | 0 | 0 | 6 | 0 | 0 | 0 | +| rv0_t0_i0_s3_t_q_reg | tri_rlmreg_p__parameterized5_1189 | 18 | 18 | 0 | 0 | 3 | 0 | 0 | 0 | +| rv0_t0_i0_s3_v_q_reg | tri_rlmlatch_p_1190 | 18 | 18 | 0 | 0 | 1 | 0 | 0 | 0 | +| rv0_t0_i0_spec_q_reg | tri_rlmlatch_p_1191 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| rv0_t0_i0_t1_p_q_reg | tri_rlmreg_p__parameterized0_1192 | 0 | 0 | 0 | 0 | 6 | 0 | 0 | 0 | +| rv0_t0_i0_t1_t_q_reg | tri_rlmreg_p__parameterized5_1193 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| rv0_t0_i0_t1_v_q_reg | tri_rlmlatch_p_1194 | 9 | 9 | 0 | 0 | 1 | 0 | 0 | 0 | +| rv0_t0_i0_t2_p_q_reg | tri_rlmreg_p__parameterized0_1195 | 3 | 3 | 0 | 0 | 6 | 0 | 0 | 0 | +| rv0_t0_i0_t2_t_q_reg | tri_rlmreg_p__parameterized5_1196 | 5 | 5 | 0 | 0 | 3 | 0 | 0 | 0 | +| rv0_t0_i0_t2_v_q_reg | tri_rlmlatch_p_1197 | 9 | 9 | 0 | 0 | 1 | 0 | 0 | 0 | +| rv0_t0_i0_t3_p_q_reg | tri_rlmreg_p__parameterized0_1198 | 1 | 1 | 0 | 0 | 6 | 0 | 0 | 0 | +| rv0_t0_i0_t3_t_q_reg | tri_rlmreg_p__parameterized5_1199 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| rv0_t0_i0_t3_v_q_reg | tri_rlmlatch_p_1200 | 4 | 4 | 0 | 0 | 1 | 0 | 0 | 0 | +| rv0_t0_i0_ucode_cnt_q_reg | tri_rlmreg_p__parameterized5_1201 | 3 | 3 | 0 | 0 | 3 | 0 | 0 | 0 | +| rv0_t0_i0_ucode_q_reg | tri_rlmreg_p__parameterized5_1202 | 1 | 1 | 0 | 0 | 3 | 0 | 0 | 0 | +| rv0_t0_i0_vld_reg | tri_rlmlatch_p_1203 | 28 | 28 | 0 | 0 | 1 | 0 | 0 | 0 | +| rv0_t0_i1_branch_q_reg | tri_rlmreg_p__parameterized33_1204 | 1 | 1 | 0 | 0 | 63 | 0 | 0 | 0 | +| rv0_t0_i1_cord_q_reg | tri_rlmlatch_p_1205 | 7 | 7 | 0 | 0 | 1 | 0 | 0 | 0 | +| rv0_t0_i1_ifar_q_reg | tri_rlmreg_p__parameterized8_1206 | 12 | 12 | 0 | 0 | 20 | 0 | 0 | 0 | +| rv0_t0_i1_ilat_q_reg | tri_rlmreg_p__parameterized9_1207 | 6 | 6 | 0 | 0 | 4 | 0 | 0 | 0 | +| rv0_t0_i1_instr_q_reg | tri_rlmreg_p__parameterized17_1208 | 77 | 77 | 0 | 0 | 32 | 0 | 0 | 0 | +| rv0_t0_i1_isLoad_q_reg | tri_rlmlatch_p_1209 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| rv0_t0_i1_isStore_q_reg | tri_rlmlatch_p_1210 | 2 | 2 | 0 | 0 | 3 | 0 | 0 | 0 | +| rv0_t0_i1_itag_q_reg | tri_rlmreg_p__parameterized13_1211 | 26 | 26 | 0 | 0 | 7 | 0 | 0 | 0 | +| rv0_t0_i1_ord_q_reg | tri_rlmlatch_p_1212 | 27 | 27 | 0 | 0 | 1 | 0 | 0 | 0 | +| rv0_t0_i1_rte_axu0_q_reg | tri_rlmlatch_p_1213 | 485 | 485 | 0 | 0 | 1 | 0 | 0 | 0 | +| rv0_t0_i1_rte_fx0_q_reg | tri_rlmlatch_p_1214 | 352 | 352 | 0 | 0 | 1 | 0 | 0 | 0 | +| rv0_t0_i1_rte_fx1_q_reg | tri_rlmlatch_p_1215 | 129 | 129 | 0 | 0 | 2 | 0 | 0 | 0 | +| rv0_t0_i1_rte_lq_q_reg | tri_rlmlatch_p_1216 | 19 | 19 | 0 | 0 | 2 | 0 | 0 | 0 | +| rv0_t0_i1_rte_sq_q_reg | tri_rlmlatch_p_1217 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| rv0_t0_i1_s1_dep_hit_q_reg | tri_rlmlatch_p_1218 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| rv0_t0_i1_s1_itag_q_reg | tri_rlmreg_p__parameterized13_1219 | 149 | 149 | 0 | 0 | 7 | 0 | 0 | 0 | +| rv0_t0_i1_s1_p_q_reg | tri_rlmreg_p__parameterized0_1220 | 10 | 10 | 0 | 0 | 6 | 0 | 0 | 0 | +| rv0_t0_i1_s1_t_q_reg | tri_rlmreg_p__parameterized5_1221 | 2 | 2 | 0 | 0 | 3 | 0 | 0 | 0 | +| rv0_t0_i1_s1_v_q_reg | tri_rlmlatch_p_1222 | 15 | 15 | 0 | 0 | 1 | 0 | 0 | 0 | +| rv0_t0_i1_s2_dep_hit_q_reg | tri_rlmlatch_p_1223 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| rv0_t0_i1_s2_itag_q_reg | tri_rlmreg_p__parameterized13_1224 | 174 | 174 | 0 | 0 | 7 | 0 | 0 | 0 | +| rv0_t0_i1_s2_p_q_reg | tri_rlmreg_p__parameterized0_1225 | 6 | 6 | 0 | 0 | 6 | 0 | 0 | 0 | +| rv0_t0_i1_s2_t_q_reg | tri_rlmreg_p__parameterized5_1226 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| rv0_t0_i1_s2_v_q_reg | tri_rlmlatch_p_1227 | 25 | 25 | 0 | 0 | 1 | 0 | 0 | 0 | +| rv0_t0_i1_s3_dep_hit_q_reg | tri_rlmlatch_p_1228 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| rv0_t0_i1_s3_itag_q_reg | tri_rlmreg_p__parameterized13_1229 | 170 | 170 | 0 | 0 | 7 | 0 | 0 | 0 | +| rv0_t0_i1_s3_p_q_reg | tri_rlmreg_p__parameterized0_1230 | 8 | 8 | 0 | 0 | 6 | 0 | 0 | 0 | +| rv0_t0_i1_s3_t_q_reg | tri_rlmreg_p__parameterized5_1231 | 3 | 3 | 0 | 0 | 3 | 0 | 0 | 0 | +| rv0_t0_i1_s3_v_q_reg | tri_rlmlatch_p_1232 | 39 | 39 | 0 | 0 | 1 | 0 | 0 | 0 | +| rv0_t0_i1_spec_q_reg | tri_rlmlatch_p_1233 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| rv0_t0_i1_t1_p_q_reg | tri_rlmreg_p__parameterized0_1234 | 11 | 11 | 0 | 0 | 6 | 0 | 0 | 0 | +| rv0_t0_i1_t1_t_q_reg | tri_rlmreg_p__parameterized5_1235 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| rv0_t0_i1_t1_v_q_reg | tri_rlmlatch_p_1236 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| rv0_t0_i1_t2_p_q_reg | tri_rlmreg_p__parameterized0_1237 | 13 | 13 | 0 | 0 | 6 | 0 | 0 | 0 | +| rv0_t0_i1_t2_t_q_reg | tri_rlmreg_p__parameterized5_1238 | 2 | 2 | 0 | 0 | 3 | 0 | 0 | 0 | +| rv0_t0_i1_t2_v_q_reg | tri_rlmlatch_p_1239 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| rv0_t0_i1_t3_p_q_reg | tri_rlmreg_p__parameterized0_1240 | 10 | 10 | 0 | 0 | 6 | 0 | 0 | 0 | +| rv0_t0_i1_t3_t_q_reg | tri_rlmreg_p__parameterized5_1241 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| rv0_t0_i1_t3_v_q_reg | tri_rlmlatch_p_1242 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| rv0_t0_i1_ucode_cnt_q_reg | tri_rlmreg_p__parameterized5_1243 | 3 | 3 | 0 | 0 | 3 | 0 | 0 | 0 | +| rv0_t0_i1_ucode_q_reg | tri_rlmreg_p__parameterized5_1244 | 5 | 5 | 0 | 0 | 3 | 0 | 0 | 0 | +| rv0_t0_i1_vld_reg | tri_rlmlatch_p_1245 | 30 | 30 | 0 | 0 | 1 | 0 | 0 | 0 | +| rv1_lq_instr_i0_2ucode_reg | tri_rlmlatch_p_1246 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| rv1_lq_instr_i0_ifar_reg | tri_rlmreg_p__parameterized227_1247 | 0 | 0 | 0 | 0 | 12 | 0 | 0 | 0 | +| rv1_lq_instr_i0_isLoad_reg | tri_rlmlatch_p_1248 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| rv1_lq_instr_i0_isStore_reg | tri_rlmlatch_p_1249 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| rv1_lq_instr_i0_itag_reg | tri_rlmreg_p__parameterized13_1250 | 0 | 0 | 0 | 0 | 7 | 0 | 0 | 0 | +| rv1_lq_instr_i0_rte_lq_reg | tri_rlmlatch_p_1251 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| rv1_lq_instr_i0_rte_sq_reg | tri_rlmlatch_p_1252 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| rv1_lq_instr_i0_s3_t_reg | tri_rlmreg_p__parameterized5_1253 | 2 | 2 | 0 | 0 | 3 | 0 | 0 | 0 | +| rv1_lq_instr_i0_ucode_cnt_reg | tri_rlmreg_p__parameterized5_1254 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| rv1_lq_instr_i0_ucode_preissue_reg | tri_rlmlatch_p_1255 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| rv1_lq_instr_i0_vld_reg | tri_rlmreg_p__parameterized37_1256 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| rv1_lq_instr_i1_ifar_reg | tri_rlmreg_p__parameterized227_1257 | 0 | 0 | 0 | 0 | 12 | 0 | 0 | 0 | +| rv1_lq_instr_i1_isLoad_reg | tri_rlmlatch_p_1258 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| rv1_lq_instr_i1_isStore_reg | tri_rlmlatch_p_1259 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| rv1_lq_instr_i1_itag_reg | tri_rlmreg_p__parameterized13_1260 | 0 | 0 | 0 | 0 | 7 | 0 | 0 | 0 | +| rv1_lq_instr_i1_rte_lq_reg | tri_rlmlatch_p_1261 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| rv1_lq_instr_i1_rte_sq_reg | tri_rlmlatch_p_1262 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| rv1_lq_instr_i1_s3_t_reg | tri_rlmreg_p__parameterized5_1263 | 2 | 2 | 0 | 0 | 3 | 0 | 0 | 0 | +| rv1_lq_instr_i1_ucode_cnt_reg | tri_rlmreg_p__parameterized5_1264 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| rv1_lq_instr_i1_ucode_preissue_reg | tri_rlmlatch_p_1265 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| rv1_lq_instr_i1_vld_reg | tri_rlmreg_p__parameterized37_1266 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| rv_dep0 | rv_dep | 309 | 309 | 0 | 0 | 73 | 0 | 0 | 0 | +| sc | rv_dep_scard | 0 | 0 | 0 | 0 | 32 | 0 | 0 | 0 | +| scorecard_reg | tri_rlmreg_p__parameterized17_1275 | 0 | 0 | 0 | 0 | 32 | 0 | 0 | 0 | +| xx_rv_itag_abort_reg | tri_rlmreg_p__parameterized13_1267 | 5 | 5 | 0 | 0 | 5 | 0 | 0 | 0 | +| xx_rv_itag_ary0_q_reg | tri_rlmreg_p__parameterized4_1268 | 29 | 29 | 0 | 0 | 5 | 0 | 0 | 0 | +| xx_rv_itag_ary1_q_reg | tri_rlmreg_p__parameterized4_1269 | 61 | 61 | 0 | 0 | 5 | 0 | 0 | 0 | +| xx_rv_itag_ary2_q_reg | tri_rlmreg_p__parameterized4_1270 | 29 | 29 | 0 | 0 | 5 | 0 | 0 | 0 | +| xx_rv_itag_ary3_q_reg | tri_rlmreg_p__parameterized4_1271 | 109 | 109 | 0 | 0 | 5 | 0 | 0 | 0 | +| xx_rv_itag_ary4_q_reg | tri_rlmreg_p__parameterized4_1272 | 43 | 43 | 0 | 0 | 5 | 0 | 0 | 0 | +| xx_rv_itag_ary5_q_reg | tri_rlmreg_p__parameterized4_1273 | 29 | 29 | 0 | 0 | 5 | 0 | 0 | 0 | +| xx_rv_itag_v_reg | tri_rlmreg_p__parameterized13_1274 | 4 | 4 | 0 | 0 | 6 | 0 | 0 | 0 | +| xu0 | xu | 37860 | 37860 | 0 | 0 | 15194 | 1 | 0 | 0 | +| (xu0) | xu | 1 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | +| cr | xu_rf | 804 | 804 | 0 | 0 | 184 | 0 | 0 | 0 | +| entry[0].reg_latch | tri_regk_1109 | 0 | 0 | 0 | 0 | 4 | 0 | 0 | 0 | +| entry[10].reg_latch | tri_regk_1110 | 5 | 5 | 0 | 0 | 4 | 0 | 0 | 0 | +| entry[11].reg_latch | tri_regk_1111 | 1 | 1 | 0 | 0 | 4 | 0 | 0 | 0 | +| entry[12].reg_latch | tri_regk_1112 | 0 | 0 | 0 | 0 | 4 | 0 | 0 | 0 | +| entry[13].reg_latch | tri_regk_1113 | 4 | 4 | 0 | 0 | 4 | 0 | 0 | 0 | +| entry[14].reg_latch | tri_regk_1114 | 0 | 0 | 0 | 0 | 4 | 0 | 0 | 0 | +| entry[15].reg_latch | tri_regk_1115 | 0 | 0 | 0 | 0 | 4 | 0 | 0 | 0 | +| entry[16].reg_latch | tri_regk_1116 | 0 | 0 | 0 | 0 | 4 | 0 | 0 | 0 | +| entry[17].reg_latch | tri_regk_1117 | 0 | 0 | 0 | 0 | 4 | 0 | 0 | 0 | +| entry[18].reg_latch | tri_regk_1118 | 0 | 0 | 0 | 0 | 4 | 0 | 0 | 0 | +| entry[19].reg_latch | tri_regk_1119 | 2 | 2 | 0 | 0 | 4 | 0 | 0 | 0 | +| entry[1].reg_latch | tri_regk_1120 | 0 | 0 | 0 | 0 | 4 | 0 | 0 | 0 | +| entry[20].reg_latch | tri_regk_1121 | 1 | 1 | 0 | 0 | 4 | 0 | 0 | 0 | +| entry[21].reg_latch | tri_regk_1122 | 0 | 0 | 0 | 0 | 4 | 0 | 0 | 0 | +| entry[22].reg_latch | tri_regk_1123 | 2 | 2 | 0 | 0 | 4 | 0 | 0 | 0 | +| entry[23].reg_latch | tri_regk_1124 | 0 | 0 | 0 | 0 | 4 | 0 | 0 | 0 | +| entry[2].reg_latch | tri_regk_1125 | 0 | 0 | 0 | 0 | 4 | 0 | 0 | 0 | +| entry[3].reg_latch | tri_regk_1126 | 0 | 0 | 0 | 0 | 4 | 0 | 0 | 0 | +| entry[4].reg_latch | tri_regk_1127 | 1 | 1 | 0 | 0 | 4 | 0 | 0 | 0 | +| entry[5].reg_latch | tri_regk_1128 | 0 | 0 | 0 | 0 | 4 | 0 | 0 | 0 | +| entry[6].reg_latch | tri_regk_1129 | 0 | 0 | 0 | 0 | 4 | 0 | 0 | 0 | +| entry[7].reg_latch | tri_regk_1130 | 0 | 0 | 0 | 0 | 4 | 0 | 0 | 0 | +| entry[8].reg_latch | tri_regk_1131 | 3 | 3 | 0 | 0 | 4 | 0 | 0 | 0 | +| entry[9].reg_latch | tri_regk_1132 | 1 | 1 | 0 | 0 | 4 | 0 | 0 | 0 | +| r0a_latch | tri_rlmreg_p__parameterized4_1133 | 58 | 58 | 0 | 0 | 5 | 0 | 0 | 0 | +| r0d_latch | tri_rlmreg_p__parameterized9_1134 | 0 | 0 | 0 | 0 | 4 | 0 | 0 | 0 | +| r0e_latch | tri_rlmlatch_p_1135 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| r1_gen1.r1a_latch | tri_rlmreg_p__parameterized4_1136 | 76 | 76 | 0 | 0 | 5 | 0 | 0 | 0 | +| r1_gen1.r1d_latch | tri_rlmreg_p__parameterized9_1137 | 0 | 0 | 0 | 0 | 4 | 0 | 0 | 0 | +| r1_gen1.r1e_latch | tri_rlmlatch_p_1138 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| r2_gen1.r2a_latch | tri_rlmreg_p__parameterized4_1139 | 77 | 77 | 0 | 0 | 5 | 0 | 0 | 0 | +| r2_gen1.r2d_latch | tri_rlmreg_p__parameterized9_1140 | 0 | 0 | 0 | 0 | 4 | 0 | 0 | 0 | +| r2_gen1.r2e_latch | tri_rlmlatch_p_1141 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| r3_gen1.r3a_latch | tri_rlmreg_p__parameterized4_1142 | 79 | 79 | 0 | 0 | 5 | 0 | 0 | 0 | +| r3_gen1.r3d_latch | tri_rlmreg_p__parameterized9_1143 | 0 | 0 | 0 | 0 | 4 | 0 | 0 | 0 | +| r3_gen1.r3e_latch | tri_rlmlatch_p_1144 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| w0a_latch | tri_rlmreg_p__parameterized4_1145 | 63 | 63 | 0 | 0 | 5 | 0 | 0 | 0 | +| w0d_latch | tri_rlmreg_p__parameterized9_1146 | 25 | 25 | 0 | 0 | 4 | 0 | 0 | 0 | +| w0e_latch | tri_rlmlatch_p_1147 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| w1_gen1.w1a_latch | tri_rlmreg_p__parameterized4_1148 | 59 | 59 | 0 | 0 | 5 | 0 | 0 | 0 | +| w1_gen1.w1d_latch | tri_rlmreg_p__parameterized9_1149 | 21 | 21 | 0 | 0 | 4 | 0 | 0 | 0 | +| w1_gen1.w1e_latch | tri_rlmlatch_p_1150 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| w2_gen1.w2a_latch | tri_rlmreg_p__parameterized4_1151 | 84 | 84 | 0 | 0 | 5 | 0 | 0 | 0 | +| w2_gen1.w2d_latch | tri_rlmreg_p__parameterized9_1152 | 30 | 30 | 0 | 0 | 2 | 0 | 0 | 0 | +| w2_gen1.w2e_latch | tri_rlmlatch_p_1153 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| w3_gen1.w3a_latch | tri_rlmreg_p__parameterized4_1154 | 64 | 64 | 0 | 0 | 5 | 0 | 0 | 0 | +| w3_gen1.w3d_latch | tri_rlmreg_p__parameterized9_1155 | 32 | 32 | 0 | 0 | 4 | 0 | 0 | 0 | +| w3_gen1.w3e_latch | tri_rlmlatch_p_1156 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| w4_gen1.w4a_latch | tri_rlmreg_p__parameterized4_1157 | 39 | 39 | 0 | 0 | 5 | 0 | 0 | 0 | +| w4_gen1.w4d_latch | tri_rlmreg_p__parameterized9_1158 | 68 | 68 | 0 | 0 | 4 | 0 | 0 | 0 | +| w4_gen1.w4e_latch | tri_rlmlatch_p_1159 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ctr | xu_rf__parameterized2 | 775 | 775 | 0 | 0 | 648 | 0 | 0 | 0 | +| entry[0].reg_latch | tri_regk__parameterized1_1095 | 0 | 0 | 0 | 0 | 64 | 0 | 0 | 0 | +| entry[1].reg_latch | tri_regk__parameterized1_1096 | 0 | 0 | 0 | 0 | 64 | 0 | 0 | 0 | +| entry[2].reg_latch | tri_regk__parameterized1_1097 | 0 | 0 | 0 | 0 | 64 | 0 | 0 | 0 | +| entry[3].reg_latch | tri_regk__parameterized1_1098 | 0 | 0 | 0 | 0 | 64 | 0 | 0 | 0 | +| entry[4].reg_latch | tri_regk__parameterized1_1099 | 0 | 0 | 0 | 0 | 64 | 0 | 0 | 0 | +| entry[5].reg_latch | tri_regk__parameterized1_1100 | 0 | 0 | 0 | 0 | 64 | 0 | 0 | 0 | +| entry[6].reg_latch | tri_regk__parameterized1_1101 | 0 | 0 | 0 | 0 | 64 | 0 | 0 | 0 | +| entry[7].reg_latch | tri_regk__parameterized1_1102 | 0 | 0 | 0 | 0 | 64 | 0 | 0 | 0 | +| r0a_latch | tri_rlmreg_p__parameterized5_1103 | 128 | 128 | 0 | 0 | 3 | 0 | 0 | 0 | +| r0d_latch | tri_rlmreg_p__parameterized33_1104 | 0 | 0 | 0 | 0 | 64 | 0 | 0 | 0 | +| r0e_latch | tri_rlmlatch_p_1105 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| w0a_latch | tri_rlmreg_p__parameterized5_1106 | 5 | 5 | 0 | 0 | 3 | 0 | 0 | 0 | +| w0d_latch | tri_rlmreg_p__parameterized33_1107 | 641 | 641 | 0 | 0 | 64 | 0 | 0 | 0 | +| w0e_latch | tri_rlmlatch_p_1108 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| gpr | xu_gpr | 4353 | 4353 | 0 | 0 | 4455 | 0 | 0 | 0 | +| gpr0 | tri_144x78_2r4w | 0 | 0 | 0 | 0 | 176 | 0 | 0 | 0 | +| gpr1 | tri_144x78_2r4w_1092 | 4352 | 4352 | 0 | 0 | 4272 | 0 | 0 | 0 | +| r4a_latch | tri_rlmreg_p__parameterized0_1093 | 0 | 0 | 0 | 0 | 6 | 0 | 0 | 0 | +| r4e_latch | tri_rlmlatch_p_1094 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| lq_xu_gpr_ex6_wa_latch | tri_rlmreg_p__parameterized0 | 3134 | 3134 | 0 | 0 | 6 | 0 | 0 | 0 | +| lq_xu_gpr_ex6_wd_latch | tri_rlmreg_p__parameterized33 | 96 | 96 | 0 | 0 | 64 | 0 | 0 | 0 | +| lq_xu_gpr_ex6_we_latch | tri_rlmlatch_p | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| lr | xu_rf__parameterized1 | 1024 | 1024 | 0 | 0 | 714 | 0 | 0 | 0 | +| entry[0].reg_latch | tri_regk__parameterized1 | 0 | 0 | 0 | 0 | 64 | 0 | 0 | 0 | +| entry[1].reg_latch | tri_regk__parameterized1_1076 | 0 | 0 | 0 | 0 | 64 | 0 | 0 | 0 | +| entry[2].reg_latch | tri_regk__parameterized1_1077 | 0 | 0 | 0 | 0 | 64 | 0 | 0 | 0 | +| entry[3].reg_latch | tri_regk__parameterized1_1078 | 0 | 0 | 0 | 0 | 64 | 0 | 0 | 0 | +| entry[4].reg_latch | tri_regk__parameterized1_1079 | 0 | 0 | 0 | 0 | 64 | 0 | 0 | 0 | +| entry[5].reg_latch | tri_regk__parameterized1_1080 | 0 | 0 | 0 | 0 | 64 | 0 | 0 | 0 | +| entry[6].reg_latch | tri_regk__parameterized1_1081 | 0 | 0 | 0 | 0 | 64 | 0 | 0 | 0 | +| entry[7].reg_latch | tri_regk__parameterized1_1082 | 0 | 0 | 0 | 0 | 64 | 0 | 0 | 0 | +| r0a_latch | tri_rlmreg_p__parameterized5_1083 | 128 | 128 | 0 | 0 | 3 | 0 | 0 | 0 | +| r0d_latch | tri_rlmreg_p__parameterized33_1084 | 0 | 0 | 0 | 0 | 64 | 0 | 0 | 0 | +| r0e_latch | tri_rlmlatch_p_1085 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| r1_gen1.r1a_latch | tri_rlmreg_p__parameterized5_1086 | 124 | 124 | 0 | 0 | 3 | 0 | 0 | 0 | +| r1_gen1.r1d_latch | tri_rlmreg_p__parameterized33_1087 | 0 | 0 | 0 | 0 | 62 | 0 | 0 | 0 | +| r1_gen1.r1e_latch | tri_rlmlatch_p_1088 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| w0a_latch | tri_rlmreg_p__parameterized5_1089 | 6 | 6 | 0 | 0 | 3 | 0 | 0 | 0 | +| w0d_latch | tri_rlmreg_p__parameterized33_1090 | 765 | 765 | 0 | 0 | 64 | 0 | 0 | 0 | +| w0e_latch | tri_rlmlatch_p_1091 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| spr | xu_spr | 4270 | 4270 | 0 | 0 | 2241 | 1 | 0 | 0 | +| int_rest_ifar_latch_gen.thread[0].int_rest_ifar_latch | tri_rlmreg_p__parameterized40_849 | 0 | 0 | 0 | 0 | 62 | 0 | 0 | 0 | +| threads.thread[0].xu_spr_tspr | xu_spr_tspr | 2482 | 2482 | 0 | 0 | 1294 | 0 | 0 | 0 | +| ccr3_latch | tri_ser_rlmreg_p__parameterized16_967 | 0 | 0 | 0 | 0 | 2 | 0 | 0 | 0 | +| tri_ser_rlmreg_p | tri_aoi22_nlats_wlcb__parameterized16_1075 | 0 | 0 | 0 | 0 | 2 | 0 | 0 | 0 | +| csrr0_latch_gen.csrr0_latch | tri_ser_rlmreg_p__parameterized8 | 27 | 27 | 0 | 0 | 62 | 0 | 0 | 0 | +| tri_ser_rlmreg_p | tri_aoi22_nlats_wlcb__parameterized8_1074 | 27 | 27 | 0 | 0 | 62 | 0 | 0 | 0 | +| csrr1_latch_gen.csrr1_latch | tri_ser_rlmreg_p__parameterized9 | 0 | 0 | 0 | 0 | 14 | 0 | 0 | 0 | +| tri_ser_rlmreg_p | tri_aoi22_nlats_wlcb__parameterized9_1073 | 0 | 0 | 0 | 0 | 14 | 0 | 0 | 0 | +| dbcr0_latch | tri_ser_rlmreg_p__parameterized19 | 1 | 1 | 0 | 0 | 21 | 0 | 0 | 0 | +| tri_ser_rlmreg_p | tri_aoi22_nlats_wlcb__parameterized19 | 1 | 1 | 0 | 0 | 21 | 0 | 0 | 0 | +| dbcr1_latch | tri_ser_rlmreg_p__parameterized20 | 10 | 10 | 0 | 0 | 18 | 0 | 0 | 0 | +| tri_ser_rlmreg_p | tri_aoi22_nlats_wlcb__parameterized20 | 10 | 10 | 0 | 0 | 18 | 0 | 0 | 0 | +| dbsr_latch | tri_ser_rlmreg_p__parameterized21 | 11 | 11 | 0 | 0 | 20 | 0 | 0 | 0 | +| tri_ser_rlmreg_p | tri_aoi22_nlats_wlcb__parameterized21 | 11 | 11 | 0 | 0 | 20 | 0 | 0 | 0 | +| dbsr_mrr_latch | tri_rlmreg_p__parameterized2_968 | 0 | 0 | 0 | 0 | 2 | 0 | 0 | 0 | +| dear_latch | tri_ser_rlmreg_p__parameterized12 | 0 | 0 | 0 | 0 | 64 | 0 | 0 | 0 | +| tri_ser_rlmreg_p | tri_aoi22_nlats_wlcb__parameterized12_1072 | 0 | 0 | 0 | 0 | 64 | 0 | 0 | 0 | +| dec_interrupt_latch | tri_rlmlatch_p_969 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| dec_latch | tri_ser_rlmreg_p__parameterized10 | 107 | 107 | 0 | 0 | 32 | 0 | 0 | 0 | +| tri_ser_rlmreg_p | tri_aoi22_nlats_wlcb__parameterized10_1071 | 107 | 107 | 0 | 0 | 32 | 0 | 0 | 0 | +| decar_latch_gen.decar_latch | tri_ser_rlmreg_p__parameterized10_970 | 0 | 0 | 0 | 0 | 32 | 0 | 0 | 0 | +| tri_ser_rlmreg_p | tri_aoi22_nlats_wlcb__parameterized10_1070 | 0 | 0 | 0 | 0 | 32 | 0 | 0 | 0 | +| dnhdr_latch | tri_ser_rlmreg_p__parameterized15 | 0 | 0 | 0 | 0 | 15 | 0 | 0 | 0 | +| tri_ser_rlmreg_p | tri_aoi22_nlats_wlcb__parameterized15_1069 | 0 | 0 | 0 | 0 | 15 | 0 | 0 | 0 | +| epcr_latch_gen.epcr_latch | tri_ser_rlmreg_p__parameterized11 | 2 | 2 | 0 | 0 | 10 | 0 | 0 | 0 | +| tri_ser_rlmreg_p | tri_aoi22_nlats_wlcb__parameterized11_1068 | 2 | 2 | 0 | 0 | 10 | 0 | 0 | 0 | +| err_llbust_attempt_latch | tri_rlmlatch_p_971 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| err_llbust_failed_latch | tri_rlmlatch_p_972 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| err_wdt_reset_latch | tri_rlmlatch_p_973 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| esr_latch | tri_ser_rlmreg_p__parameterized13 | 0 | 0 | 0 | 0 | 17 | 0 | 0 | 0 | +| tri_ser_rlmreg_p | tri_aoi22_nlats_wlcb__parameterized13_1067 | 0 | 0 | 0 | 0 | 17 | 0 | 0 | 0 | +| ex2_dnh_latch | tri_regk__parameterized2_974 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex2_instr_latch | tri_regk__parameterized3 | 612 | 612 | 0 | 0 | 15 | 0 | 0 | 0 | +| ex2_is_mfmsr_latch | tri_regk__parameterized2_975 | 4 | 4 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex2_is_mtmsr_latch | tri_regk__parameterized2_976 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex2_is_mtspr_latch | tri_regk__parameterized2_977 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex2_wrtee_latch | tri_regk__parameterized2_978 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex2_wrteei_latch | tri_regk__parameterized2_979 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex3_dnh_latch | tri_rlmlatch_p_980 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex3_dnh_val_latch | tri_rlmlatch_p_981 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex3_instr_latch | tri_rlmreg_p__parameterized243 | 224 | 224 | 0 | 0 | 15 | 0 | 0 | 0 | +| ex3_is_mtmsr_latch | tri_rlmlatch_p_982 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex3_is_mtspr_latch | tri_rlmlatch_p_983 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex3_spr_wd_latch | tri_rlmreg_p__parameterized33_984 | 353 | 353 | 0 | 0 | 64 | 0 | 0 | 0 | +| ex3_tid_rpwr_latch | tri_rlmreg_p__parameterized12_985 | 0 | 0 | 0 | 0 | 8 | 0 | 0 | 0 | +| ex3_tspr_rt_latch | tri_rlmreg_p__parameterized33_986 | 1 | 1 | 0 | 0 | 64 | 0 | 0 | 0 | +| ex3_wrtee_latch | tri_rlmlatch_p_987 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex3_wrteei_latch | tri_rlmlatch_p_988 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| exx_act_latch | tri_rlmreg_p__parameterized242 | 3 | 3 | 0 | 0 | 2 | 0 | 0 | 0 | +| fit_interrupt_latch | tri_rlmlatch_p_989 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| fit_tb_tap_latch | tri_rlmlatch_p_990 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| gdear_latch_gen.gdear_latch | tri_ser_rlmreg_p__parameterized12_991 | 1 | 1 | 0 | 0 | 64 | 0 | 0 | 0 | +| tri_ser_rlmreg_p | tri_aoi22_nlats_wlcb__parameterized12_1066 | 1 | 1 | 0 | 0 | 64 | 0 | 0 | 0 | +| gdec_interrupt_latch | tri_rlmlatch_p_992 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| gdec_latch_gen.gdec_latch | tri_ser_rlmreg_p__parameterized10_993 | 106 | 106 | 0 | 0 | 32 | 0 | 0 | 0 | +| tri_ser_rlmreg_p | tri_aoi22_nlats_wlcb__parameterized10_1065 | 106 | 106 | 0 | 0 | 32 | 0 | 0 | 0 | +| gdecar_latch_gen.gdecar_latch | tri_ser_rlmreg_p__parameterized10_994 | 0 | 0 | 0 | 0 | 32 | 0 | 0 | 0 | +| tri_ser_rlmreg_p | tri_aoi22_nlats_wlcb__parameterized10_1064 | 0 | 0 | 0 | 0 | 32 | 0 | 0 | 0 | +| gesr_latch_gen.gesr_latch | tri_ser_rlmreg_p__parameterized13_995 | 0 | 0 | 0 | 0 | 17 | 0 | 0 | 0 | +| tri_ser_rlmreg_p | tri_aoi22_nlats_wlcb__parameterized13 | 0 | 0 | 0 | 0 | 17 | 0 | 0 | 0 | +| gfit_interrupt_latch | tri_rlmlatch_p_996 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| gfit_tb_tap_latch | tri_rlmlatch_p_997 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| gpir_latch_gen.gpir_latch | tri_ser_rlmreg_p__parameterized6_998 | 0 | 0 | 0 | 0 | 32 | 0 | 0 | 0 | +| tri_ser_rlmreg_p | tri_aoi22_nlats_wlcb__parameterized6_1063 | 0 | 0 | 0 | 0 | 32 | 0 | 0 | 0 | +| gsrr0_latch_gen.gsrr0_latch | tri_ser_rlmreg_p__parameterized8_999 | 39 | 39 | 0 | 0 | 62 | 0 | 0 | 0 | +| tri_ser_rlmreg_p | tri_aoi22_nlats_wlcb__parameterized8_1062 | 39 | 39 | 0 | 0 | 62 | 0 | 0 | 0 | +| gsrr1_latch_gen.gsrr1_latch | tri_ser_rlmreg_p__parameterized9_1000 | 7 | 7 | 0 | 0 | 14 | 0 | 0 | 0 | +| tri_ser_rlmreg_p | tri_aoi22_nlats_wlcb__parameterized9_1061 | 7 | 7 | 0 | 0 | 14 | 0 | 0 | 0 | +| gtcr_latch_gen.gtcr_latch | tri_ser_rlmreg_p__parameterized11_1001 | 0 | 0 | 0 | 0 | 10 | 0 | 0 | 0 | +| tri_ser_rlmreg_p | tri_aoi22_nlats_wlcb__parameterized11 | 0 | 0 | 0 | 0 | 10 | 0 | 0 | 0 | +| gtsr_latch_gen.gtsr_latch | tri_ser_rlmreg_p__parameterized14_1002 | 0 | 0 | 0 | 0 | 4 | 0 | 0 | 0 | +| tri_ser_rlmreg_p | tri_aoi22_nlats_wlcb__parameterized14_1060 | 0 | 0 | 0 | 0 | 4 | 0 | 0 | 0 | +| gwdog_interrupt_latch | tri_rlmlatch_p_1003 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| gwdog_tb_tap_latch | tri_rlmlatch_p_1004 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| iac1_en_latch | tri_rlmlatch_p_1005 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| iac2_en_latch | tri_rlmlatch_p_1006 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| iac3_en_latch | tri_rlmlatch_p_1007 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| iac4_en_latch | tri_rlmlatch_p_1008 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| inj_llbust_attempt_latch | tri_rlmlatch_p_1009 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| inj_llbust_failed_latch | tri_rlmlatch_p_1010 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| iu_cint_latch | tri_rlmlatch_p_1011 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| iu_dbsr_ide_latch | tri_rlmlatch_p_1012 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| iu_dbsr_latch | tri_rlmreg_p__parameterized204 | 5 | 5 | 0 | 0 | 19 | 0 | 0 | 0 | +| iu_dbsr_ude_latch | tri_rlmlatch_p_1013 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| iu_dbsr_update_latch | tri_rlmlatch_p_1014 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| iu_dear_latch | tri_rlmreg_p__parameterized33_1015 | 160 | 160 | 0 | 0 | 64 | 0 | 0 | 0 | +| iu_dear_update_latch | tri_rlmlatch_p_1016 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| iu_esr_latch | tri_rlmreg_p__parameterized51 | 1 | 1 | 0 | 0 | 17 | 0 | 0 | 0 | +| iu_esr_update_latch | tri_rlmlatch_p_1017 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| iu_force_gsrr_latch | tri_rlmlatch_p_1018 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| iu_gint_latch | tri_rlmlatch_p_1019 | 3 | 3 | 0 | 0 | 1 | 0 | 0 | 0 | +| iu_int_latch | tri_rlmlatch_p_1020 | 4 | 4 | 0 | 0 | 1 | 0 | 0 | 0 | +| iu_mcint_latch | tri_rlmlatch_p_1021 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| iu_mcsr_latch | tri_rlmreg_p__parameterized43_1022 | 15 | 15 | 0 | 0 | 15 | 0 | 0 | 0 | +| iu_nia_latch | tri_rlmreg_p__parameterized40_1023 | 374 | 374 | 0 | 0 | 62 | 0 | 0 | 0 | +| iu_rfci_latch | tri_rlmlatch_p_1024 | 4 | 4 | 0 | 0 | 1 | 0 | 0 | 0 | +| iu_rfgi_latch | tri_rlmlatch_p_1025 | 31 | 31 | 0 | 0 | 1 | 0 | 0 | 0 | +| iu_rfi_latch | tri_rlmlatch_p_1026 | 32 | 32 | 0 | 0 | 1 | 0 | 0 | 0 | +| iu_rfmci_latch | tri_rlmlatch_p_1027 | 31 | 31 | 0 | 0 | 1 | 0 | 0 | 0 | +| iu_xu_act_latch | tri_rlmlatch_p_1028 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| llcnt_latch | tri_rlmreg_p__parameterized2_1029 | 5 | 5 | 0 | 0 | 2 | 0 | 0 | 0 | +| lltap_latch | tri_rlmlatch_p_1030 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| mcsr_latch_gen.mcsr_latch | tri_ser_rlmreg_p__parameterized15_1031 | 0 | 0 | 0 | 0 | 15 | 0 | 0 | 0 | +| tri_ser_rlmreg_p | tri_aoi22_nlats_wlcb__parameterized15 | 0 | 0 | 0 | 0 | 15 | 0 | 0 | 0 | +| mcsrr0_latch_gen.mcsrr0_latch | tri_ser_rlmreg_p__parameterized8_1032 | 50 | 50 | 0 | 0 | 62 | 0 | 0 | 0 | +| tri_ser_rlmreg_p | tri_aoi22_nlats_wlcb__parameterized8_1059 | 50 | 50 | 0 | 0 | 62 | 0 | 0 | 0 | +| mcsrr1_latch_gen.mcsrr1_latch | tri_ser_rlmreg_p__parameterized9_1033 | 2 | 2 | 0 | 0 | 14 | 0 | 0 | 0 | +| tri_ser_rlmreg_p | tri_aoi22_nlats_wlcb__parameterized9_1058 | 2 | 2 | 0 | 0 | 14 | 0 | 0 | 0 | +| msr_latch | tri_ser_rlmreg_p__parameterized9_1034 | 111 | 111 | 0 | 0 | 14 | 0 | 0 | 0 | +| tri_ser_rlmreg_p | tri_aoi22_nlats_wlcb__parameterized9_1057 | 111 | 111 | 0 | 0 | 14 | 0 | 0 | 0 | +| msrovride_de_latch | tri_rlmlatch_p_1035 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| msrovride_gs_latch | tri_rlmlatch_p_1036 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| msrovride_pr_latch | tri_rlmlatch_p_1037 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| msrp_latch_gen.msrp_latch | tri_ser_rlmreg_p__parameterized16_1038 | 1 | 1 | 0 | 0 | 2 | 0 | 0 | 0 | +| tri_ser_rlmreg_p | tri_aoi22_nlats_wlcb__parameterized16_1056 | 1 | 1 | 0 | 0 | 2 | 0 | 0 | 0 | +| mux_msr_gs_latch | tri_rlmreg_p__parameterized5_1039 | 1 | 1 | 0 | 0 | 3 | 0 | 0 | 0 | +| mux_msr_pr_latch | tri_rlmlatch_p_1040 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| raise_iss_pri_2_latch | tri_rlmlatch_p_1041 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| raise_iss_pri_latch | tri_rlmlatch_p_1042 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| ram_active_latch | tri_rlmlatch_p_1043 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| siar_latch | tri_ser_rlmreg_p__parameterized12_1044 | 0 | 0 | 0 | 0 | 64 | 0 | 0 | 0 | +| tri_ser_rlmreg_p | tri_aoi22_nlats_wlcb__parameterized12 | 0 | 0 | 0 | 0 | 64 | 0 | 0 | 0 | +| single_instr_mode_2_latch | tri_rlmlatch_p_1045 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| single_instr_mode_latch | tri_rlmlatch_p_1046 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| srr0_latch | tri_ser_rlmreg_p__parameterized8_1047 | 0 | 0 | 0 | 0 | 62 | 0 | 0 | 0 | +| tri_ser_rlmreg_p | tri_aoi22_nlats_wlcb__parameterized8 | 0 | 0 | 0 | 0 | 62 | 0 | 0 | 0 | +| srr1_latch | tri_ser_rlmreg_p__parameterized9_1048 | 0 | 0 | 0 | 0 | 14 | 0 | 0 | 0 | +| tri_ser_rlmreg_p | tri_aoi22_nlats_wlcb__parameterized9 | 0 | 0 | 0 | 0 | 14 | 0 | 0 | 0 | +| tcr_latch_gen.tcr_latch | tri_ser_rlmreg_p__parameterized17 | 2 | 2 | 0 | 0 | 12 | 0 | 0 | 0 | +| tri_ser_rlmreg_p | tri_aoi22_nlats_wlcb__parameterized17 | 2 | 2 | 0 | 0 | 12 | 0 | 0 | 0 | +| timebase_taps_latch | tri_rlmreg_p__parameterized6_1049 | 18 | 18 | 0 | 0 | 10 | 0 | 0 | 0 | +| tsr_latch_gen.tsr_latch | tri_ser_rlmreg_p__parameterized18 | 2 | 2 | 0 | 0 | 5 | 0 | 0 | 0 | +| tri_ser_rlmreg_p | tri_aoi22_nlats_wlcb__parameterized18_1055 | 2 | 2 | 0 | 0 | 5 | 0 | 0 | 0 | +| udec_interrupt_latch | tri_rlmlatch_p_1050 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| udec_latch_gen.udec_latch | tri_ser_rlmreg_p__parameterized10_1051 | 74 | 74 | 0 | 0 | 32 | 0 | 0 | 0 | +| tri_ser_rlmreg_p | tri_aoi22_nlats_wlcb__parameterized10 | 74 | 74 | 0 | 0 | 32 | 0 | 0 | 0 | +| wdog_interrupt_latch | tri_rlmlatch_p_1052 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| wdog_tb_tap_latch | tri_rlmlatch_p_1053 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xucr1_latch | tri_ser_rlmreg_p__parameterized18_1054 | 2 | 2 | 0 | 0 | 5 | 0 | 0 | 0 | +| tri_ser_rlmreg_p | tri_aoi22_nlats_wlcb__parameterized18 | 2 | 2 | 0 | 0 | 5 | 0 | 0 | 0 | +| xu_spr_aspr | tri_64x72_1r1w | 2 | 2 | 0 | 0 | 76 | 1 | 0 | 0 | +| xu_spr_cspr | xu_spr_cspr | 1786 | 1786 | 0 | 0 | 809 | 0 | 0 | 0 | +| bx_quiesce_latch | tri_rlmreg_p__parameterized37_850 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| ccr0_latch | tri_ser_rlmreg_p__parameterized16 | 3 | 3 | 0 | 0 | 2 | 0 | 0 | 0 | +| tri_ser_rlmreg_p | tri_aoi22_nlats_wlcb__parameterized16 | 3 | 3 | 0 | 0 | 2 | 0 | 0 | 0 | +| ccr0_we_latch | tri_ser_rlmreg_p__parameterized4 | 5 | 5 | 0 | 0 | 1 | 0 | 0 | 0 | +| tri_ser_rlmreg_p | tri_aoi22_nlats_wlcb__parameterized4_966 | 5 | 5 | 0 | 0 | 1 | 0 | 0 | 0 | +| ccr1_latch | tri_ser_rlmreg_p__parameterized22 | 3 | 3 | 0 | 0 | 24 | 0 | 0 | 0 | +| tri_ser_rlmreg_p | tri_aoi22_nlats_wlcb__parameterized22 | 3 | 3 | 0 | 0 | 24 | 0 | 0 | 0 | +| ccr2_latch | tri_ser_rlmreg_p__parameterized23 | 5 | 5 | 0 | 0 | 32 | 0 | 0 | 0 | +| tri_ser_rlmreg_p | tri_aoi22_nlats_wlcb__parameterized23 | 5 | 5 | 0 | 0 | 32 | 0 | 0 | 0 | +| ccr4_latch | tri_ser_rlmreg_p__parameterized4_851 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| tri_ser_rlmreg_p | tri_aoi22_nlats_wlcb__parameterized4 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| cdbell_interrupt_latch | tri_rlmreg_p__parameterized37_852 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| cdbell_present_latch | tri_rlmreg_p__parameterized37_853 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| cpl_cdbell_taken_latch | tri_rlmreg_p__parameterized37_854 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| cpl_dbell_taken_latch | tri_rlmreg_p__parameterized37_855 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| cpl_gcdbell_taken_latch | tri_rlmreg_p__parameterized37_856 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| cpl_gdbell_taken_latch | tri_rlmreg_p__parameterized37_857 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| cpl_gmcdbell_taken_latch | tri_rlmreg_p__parameterized37_858 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| dbell_interrupt_latch | tri_rlmreg_p__parameterized37_859 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| dbell_present_latch | tri_rlmreg_p__parameterized37_860 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| dec_dbg_dis_latch | tri_rlmreg_p__parameterized37_861 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex0_val_latch | tri_rlmreg_p__parameterized37_862 | 3 | 3 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex1_ifar_latch | tri_rlmreg_p__parameterized250 | 20 | 20 | 0 | 0 | 20 | 0 | 0 | 0 | +| ex1_instr_latch | tri_rlmreg_p__parameterized17_863 | 101 | 101 | 0 | 0 | 31 | 0 | 0 | 0 | +| ex1_msr_gs_latch | tri_rlmlatch_p_864 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex1_val_latch | tri_rlmreg_p__parameterized37_865 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex2_aspr_addr_latch | tri_rlmreg_p__parameterized9_866 | 4 | 4 | 0 | 0 | 4 | 0 | 0 | 0 | +| ex2_aspr_re_latch | tri_regk__parameterized6 | 0 | 0 | 0 | 0 | 2 | 0 | 0 | 0 | +| ex2_ccr0_we_latch | tri_regk__parameterized2 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex2_dnh_latch | tri_rlmlatch_p_867 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex2_hypv_instr_latch | tri_regk__parameterized2_868 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex2_ifar_latch | tri_rlmreg_p__parameterized250_869 | 0 | 0 | 0 | 0 | 20 | 0 | 0 | 0 | +| ex2_instr_latch | tri_regk__parameterized5 | 482 | 482 | 0 | 0 | 10 | 0 | 0 | 0 | +| ex2_is_mfspr_latch | tri_regk__parameterized2_870 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex2_is_mftb_latch | tri_regk__parameterized2_871 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex2_is_msgclr_latch | tri_regk__parameterized2_872 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex2_is_mtmsr_latch | tri_regk__parameterized2_873 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex2_is_mtspr_latch | tri_regk__parameterized2_874 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex2_is_wait_latch | tri_regk__parameterized2_875 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex2_msr_gs_latch | tri_regk__parameterized2_876 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex2_priv_instr_latch | tri_regk__parameterized2_877 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex2_tenc_we_latch | tri_regk__parameterized2_878 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex2_val_latch | tri_rlmreg_p__parameterized37_879 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex2_val_rd_latch | tri_rlmlatch_p_880 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex2_val_wr_latch | tri_rlmlatch_p_881 | 4 | 4 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex2_wait_wc_latch | tri_regk__parameterized4 | 3 | 3 | 0 | 0 | 2 | 0 | 0 | 0 | +| ex3_aspr_addr_latch | tri_rlmreg_p__parameterized9_882 | 2 | 2 | 0 | 0 | 4 | 0 | 0 | 0 | +| ex3_aspr_ce_addr_latch | tri_rlmreg_p__parameterized9_883 | 4 | 4 | 0 | 0 | 4 | 0 | 0 | 0 | +| ex3_aspr_rdata_latch | tri_rlmreg_p__parameterized245 | 201 | 201 | 0 | 0 | 72 | 0 | 0 | 0 | +| ex3_aspr_re_latch | tri_rlmreg_p__parameterized2_884 | 4 | 4 | 0 | 0 | 2 | 0 | 0 | 0 | +| ex3_aspr_we_latch | tri_rlmlatch_p_885 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex3_cspr_rt_latch | tri_rlmreg_p__parameterized33_886 | 128 | 128 | 0 | 0 | 64 | 0 | 0 | 0 | +| ex3_hypv_spr_latch | tri_rlmlatch_p_887 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex3_illeg_spr_latch | tri_rlmlatch_p_888 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex3_instr_latch | tri_rlmreg_p__parameterized247 | 39 | 39 | 0 | 0 | 10 | 0 | 0 | 0 | +| ex3_is_msgclr_latch | tri_rlmlatch_p_889 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex3_is_mtspr_latch | tri_rlmlatch_p_890 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex3_np1_flush_latch | tri_rlmlatch_p_891 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex3_priv_spr_latch | tri_rlmlatch_p_892 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex3_rt_latch | tri_rlmreg_p__parameterized245_893 | 139 | 139 | 0 | 0 | 72 | 0 | 0 | 0 | +| ex3_spr_we_latch | tri_rlmlatch_p_894 | 8 | 8 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex3_sspr_rd_val_latch | tri_rlmlatch_p_895 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex3_sspr_wr_val_latch | tri_rlmlatch_p_896 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex3_val_latch | tri_rlmreg_p__parameterized37_897 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex3_val_rd_latch | tri_rlmlatch_p_898 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex3_wait_flush_latch | tri_rlmlatch_p_899 | 4 | 4 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex3_wait_latch | tri_rlmlatch_p_900 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex3_wait_wc_latch | tri_rlmreg_p__parameterized246 | 2 | 2 | 0 | 0 | 2 | 0 | 0 | 0 | +| ex4_aspr_ce_addr_latch | tri_regk | 0 | 0 | 0 | 0 | 4 | 0 | 0 | 0 | +| ex4_aspr_re_latch | tri_rlmreg_p__parameterized2_901 | 73 | 73 | 0 | 0 | 2 | 0 | 0 | 0 | +| ex4_corr_rdata_latch | tri_rlmreg_p__parameterized33_902 | 40 | 40 | 0 | 0 | 64 | 0 | 0 | 0 | +| ex4_hypv_spr_latch | tri_regk__parameterized2_903 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex4_illeg_spr_latch | tri_regk__parameterized2_904 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex4_np1_flush_latch | tri_regk__parameterized2_905 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex4_priv_spr_latch | tri_regk__parameterized2_906 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex4_spr_rt_latch | tri_rlmreg_p__parameterized33_907 | 0 | 0 | 0 | 0 | 64 | 0 | 0 | 0 | +| ex4_sprg_ce_latch | tri_regk__parameterized7 | 65 | 65 | 0 | 0 | 9 | 0 | 0 | 0 | +| ex4_sprg_ue_latch | tri_regk__parameterized2_908 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex4_sspr_val_latch | tri_rlmlatch_p_909 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex4_val_latch | tri_rlmreg_p__parameterized37_910 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex4_wait_flush_latch | tri_rlmlatch_p_911 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex5_sprg_ce_latch | tri_rlmreg_p__parameterized37_912 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex5_sprg_ue_latch | tri_rlmreg_p__parameterized37_913 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| ext_dbg_dis_latch | tri_rlmreg_p__parameterized37_914 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| exx_act_latch | tri_rlmreg_p__parameterized244 | 13 | 13 | 0 | 0 | 5 | 0 | 0 | 0 | +| flush_latch | tri_rlmreg_p__parameterized37_915 | 6 | 6 | 0 | 0 | 1 | 0 | 0 | 0 | +| gcdbell_interrupt_latch | tri_rlmreg_p__parameterized37_916 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| gcdbell_present_latch | tri_rlmreg_p__parameterized37_917 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| gdbell_interrupt_latch | tri_rlmreg_p__parameterized37_918 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| gdbell_present_latch | tri_rlmreg_p__parameterized37_919 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| gmcdbell_interrupt_latch | tri_rlmreg_p__parameterized37_920 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| gmcdbell_present_latch | tri_rlmreg_p__parameterized37_921 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| inj_sprg_ecc_latch | tri_rlmreg_p__parameterized37_922 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| instr_trace_mode_latch | tri_rlmlatch_p_923 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| iu_icache_quiesce_latch | tri_rlmreg_p__parameterized37_924 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| iu_quiesce_latch | tri_rlmreg_p__parameterized37_925 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| iu_run_thread_latch | tri_rlmreg_p__parameterized37_926 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| llpri_latch | tri_rlmreg_p__parameterized42 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| lq_xu_dbell_brdcast_latch | tri_rlmlatch_p_927 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| lq_xu_dbell_lpid_match_latch | tri_rlmlatch_p_928 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| lq_xu_dbell_pirtag_latch | tri_rlmreg_p__parameterized249 | 20 | 20 | 0 | 0 | 14 | 0 | 0 | 0 | +| lq_xu_dbell_type_latch | tri_rlmreg_p__parameterized4_929 | 10 | 10 | 0 | 0 | 5 | 0 | 0 | 0 | +| lq_xu_dbell_val_latch | tri_rlmlatch_p_930 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| lsu_quiesce_latch | tri_rlmreg_p__parameterized37_931 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| mm_quiesce_latch | tri_rlmreg_p__parameterized37_932 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| msrovride_enab_2_latch | tri_rlmreg_p__parameterized37_933 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| msrovride_enab_3_latch | tri_rlmreg_p__parameterized37_934 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| msrovride_enab_latch | tri_rlmlatch_p_935 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| pc_xu_pm_hold_thread_latch | tri_rlmlatch_p_936 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| power_savings_on_latch | tri_rlmlatch_p_937 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| quiesce_latch | tri_rlmreg_p__parameterized37_938 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| quiesced_fctr | xu_fctr | 6 | 6 | 0 | 0 | 4 | 0 | 0 | 0 | +| threads_gen[0].delay_latch | tri_rlmreg_p__parameterized9_965 | 6 | 6 | 0 | 0 | 4 | 0 | 0 | 0 | +| quiesced_latch | tri_rlmreg_p__parameterized37_939 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| ram_active_latch | tri_rlmreg_p__parameterized37_940 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| running_latch | tri_rlmreg_p__parameterized37_941 | 3 | 3 | 0 | 0 | 1 | 0 | 0 | 0 | +| set_xucr0_clo_latch | tri_rlmlatch_p_942 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| set_xucr0_cslc_latch | tri_rlmlatch_p_943 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| set_xucr0_cul_latch | tri_rlmlatch_p_944 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| spr_xu_ord_read_done_latch | tri_rlmlatch_p_945 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| spr_xu_ord_write_done_latch | tri_rlmlatch_p_946 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| tb_act_latch | tri_rlmlatch_p_947 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| tb_dbg_dis_latch | tri_rlmlatch_p_948 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| tb_update_enable_latch | tri_rlmlatch_p_949 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| tb_update_pulse_1_latch | tri_rlmlatch_p_950 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| tb_update_pulse_latch | tri_rlmlatch_p_951 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| tbl_latch | tri_ser_rlmreg_p__parameterized6 | 71 | 71 | 0 | 0 | 32 | 0 | 0 | 0 | +| tri_ser_rlmreg_p | tri_aoi22_nlats_wlcb__parameterized6_964 | 71 | 71 | 0 | 0 | 32 | 0 | 0 | 0 | +| tbu_latch | tri_ser_rlmreg_p__parameterized6_952 | 64 | 64 | 0 | 0 | 32 | 0 | 0 | 0 | +| tri_ser_rlmreg_p | tri_aoi22_nlats_wlcb__parameterized6_963 | 64 | 64 | 0 | 0 | 32 | 0 | 0 | 0 | +| tens_latch | tri_ser_rlmreg_p__parameterized24 | 3 | 3 | 0 | 0 | 1 | 0 | 0 | 0 | +| tri_ser_rlmreg_p | tri_aoi22_nlats_wlcb__parameterized24 | 3 | 3 | 0 | 0 | 1 | 0 | 0 | 0 | +| timer_div_latch | tri_rlmreg_p__parameterized4_953 | 8 | 8 | 0 | 0 | 5 | 0 | 0 | 0 | +| timer_update_latch | tri_rlmlatch_p_954 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| waitimpl_val_latch | tri_rlmreg_p__parameterized37_955 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| waitrsv_val_latch | tri_rlmreg_p__parameterized37_956 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xesr1_latch | tri_ser_rlmreg_p__parameterized6_957 | 0 | 0 | 0 | 0 | 32 | 0 | 0 | 0 | +| tri_ser_rlmreg_p | tri_aoi22_nlats_wlcb__parameterized6_962 | 0 | 0 | 0 | 0 | 32 | 0 | 0 | 0 | +| xesr2_latch | tri_ser_rlmreg_p__parameterized6_958 | 0 | 0 | 0 | 0 | 32 | 0 | 0 | 0 | +| tri_ser_rlmreg_p | tri_aoi22_nlats_wlcb__parameterized6 | 0 | 0 | 0 | 0 | 32 | 0 | 0 | 0 | +| xu_spr_ord_ready_latch | tri_rlmlatch_p_959 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| xu_spr_rd_eccgen | tri_eccgen | 50 | 50 | 0 | 0 | 0 | 0 | 0 | 0 | +| xu_spr_wr_eccgen | tri_eccgen_960 | 47 | 47 | 0 | 0 | 0 | 0 | 0 | 0 | +| xucr0_clfc_latch | tri_rlmlatch_p_961 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xucr0_latch | tri_ser_rlmreg_p__parameterized25 | 67 | 67 | 0 | 0 | 25 | 0 | 0 | 0 | +| tri_ser_rlmreg_p | tri_aoi22_nlats_wlcb__parameterized25 | 67 | 67 | 0 | 0 | 25 | 0 | 0 | 0 | +| xucr4_latch | tri_ser_rlmreg_p__parameterized14 | 0 | 0 | 0 | 0 | 4 | 0 | 0 | 0 | +| tri_ser_rlmreg_p | tri_aoi22_nlats_wlcb__parameterized14 | 0 | 0 | 0 | 0 | 4 | 0 | 0 | 0 | +| xer | xu_rf__parameterized0 | 524 | 524 | 0 | 0 | 201 | 0 | 0 | 0 | +| entry[0].reg_latch | tri_regk__parameterized0 | 0 | 0 | 0 | 0 | 10 | 0 | 0 | 0 | +| entry[10].reg_latch | tri_regk__parameterized0_820 | 0 | 0 | 0 | 0 | 10 | 0 | 0 | 0 | +| entry[11].reg_latch | tri_regk__parameterized0_821 | 0 | 0 | 0 | 0 | 10 | 0 | 0 | 0 | +| entry[1].reg_latch | tri_regk__parameterized0_822 | 0 | 0 | 0 | 0 | 10 | 0 | 0 | 0 | +| entry[2].reg_latch | tri_regk__parameterized0_823 | 0 | 0 | 0 | 0 | 10 | 0 | 0 | 0 | +| entry[3].reg_latch | tri_regk__parameterized0_824 | 0 | 0 | 0 | 0 | 10 | 0 | 0 | 0 | +| entry[4].reg_latch | tri_regk__parameterized0_825 | 0 | 0 | 0 | 0 | 10 | 0 | 0 | 0 | +| entry[5].reg_latch | tri_regk__parameterized0_826 | 0 | 0 | 0 | 0 | 10 | 0 | 0 | 0 | +| entry[6].reg_latch | tri_regk__parameterized0_827 | 0 | 0 | 0 | 0 | 10 | 0 | 0 | 0 | +| entry[7].reg_latch | tri_regk__parameterized0_828 | 0 | 0 | 0 | 0 | 10 | 0 | 0 | 0 | +| entry[8].reg_latch | tri_regk__parameterized0_829 | 0 | 0 | 0 | 0 | 10 | 0 | 0 | 0 | +| entry[9].reg_latch | tri_regk__parameterized0_830 | 0 | 0 | 0 | 0 | 10 | 0 | 0 | 0 | +| r0a_latch | tri_rlmreg_p__parameterized9_831 | 69 | 69 | 0 | 0 | 4 | 0 | 0 | 0 | +| r0d_latch | tri_rlmreg_p__parameterized6_832 | 10 | 10 | 0 | 0 | 10 | 0 | 0 | 0 | +| r0e_latch | tri_rlmlatch_p_833 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| r1_gen1.r1a_latch | tri_rlmreg_p__parameterized9_834 | 69 | 69 | 0 | 0 | 4 | 0 | 0 | 0 | +| r1_gen1.r1d_latch | tri_rlmreg_p__parameterized6_835 | 10 | 10 | 0 | 0 | 10 | 0 | 0 | 0 | +| r1_gen1.r1e_latch | tri_rlmlatch_p_836 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| r2_gen1.r2a_latch | tri_rlmreg_p__parameterized9_837 | 69 | 69 | 0 | 0 | 4 | 0 | 0 | 0 | +| r2_gen1.r2d_latch | tri_rlmreg_p__parameterized6_838 | 10 | 10 | 0 | 0 | 10 | 0 | 0 | 0 | +| r2_gen1.r2e_latch | tri_rlmlatch_p_839 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| r3_gen1.r3a_latch | tri_rlmreg_p__parameterized9_840 | 15 | 15 | 0 | 0 | 4 | 0 | 0 | 0 | +| r3_gen1.r3d_latch | tri_rlmreg_p__parameterized6_841 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| r3_gen1.r3e_latch | tri_rlmlatch_p_842 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| w0a_latch | tri_rlmreg_p__parameterized9_843 | 264 | 264 | 0 | 0 | 4 | 0 | 0 | 0 | +| w0d_latch | tri_rlmreg_p__parameterized6_844 | 0 | 0 | 0 | 0 | 10 | 0 | 0 | 0 | +| w0e_latch | tri_rlmlatch_p_845 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| w1_gen1.w1a_latch | tri_rlmreg_p__parameterized9_846 | 6 | 6 | 0 | 0 | 4 | 0 | 0 | 0 | +| w1_gen1.w1d_latch | tri_rlmreg_p__parameterized6_847 | 0 | 0 | 0 | 0 | 10 | 0 | 0 | 0 | +| w1_gen1.w1e_latch | tri_rlmlatch_p_848 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xu0 | xu0 | 13743 | 13743 | 0 | 0 | 5366 | 0 | 0 | 0 | +| (xu0) | xu0 | 473 | 473 | 0 | 0 | 0 | 0 | 0 | 0 | +| alu | xu_alu_167 | 1240 | 1240 | 0 | 0 | 295 | 0 | 0 | 0 | +| add | xu_alu_add_754 | 9 | 9 | 0 | 0 | 4 | 0 | 0 | 0 | +| ex1_rs0_inv_b_latch | tri_inv_nlats_819 | 9 | 9 | 0 | 0 | 4 | 0 | 0 | 0 | +| cmp | xu_alu_cmp_755 | 12 | 12 | 0 | 0 | 13 | 0 | 0 | 0 | +| ex2_msb_64b_sel_latch | tri_rlmlatch_p_810 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex3_diff_sign_latch | tri_rlmlatch_p_811 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex3_instr_latch | tri_rlmreg_p__parameterized4_812 | 4 | 4 | 0 | 0 | 5 | 0 | 0 | 0 | +| ex3_msb_64b_sel_latch | tri_rlmlatch_p_813 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex3_rs1_trm1_latch | tri_rlmlatch_p_814 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex3_rs2_trm1_latch | tri_rlmlatch_p_815 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex3_sel_cmp_latch | tri_rlmlatch_p_816 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex3_sel_cmpl_latch | tri_rlmlatch_p_817 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex3_sel_trap_latch | tri_rlmlatch_p_818 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex2_act_latch | tri_rlmlatch_p_756 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex2_instr_6to10_latch | tri_rlmreg_p__parameterized4_757 | 0 | 0 | 0 | 0 | 5 | 0 | 0 | 0 | +| ex2_msb_64b_sel_latch | tri_rlmlatch_p_758 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex2_sel_cmp_latch | tri_rlmlatch_p_759 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex2_sel_cmpl_latch | tri_rlmlatch_p_760 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex2_sel_isel_latch | tri_rlmlatch_p_761 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex2_sel_trap_latch | tri_rlmlatch_p_762 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex2_xer_ca_en_latch | tri_rlmlatch_p_763 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex2_xer_ov_en_latch | tri_rlmlatch_p_764 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex3_add_ca_latch | tri_rlmlatch_p_765 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex3_add_ovf_latch | tri_rlmlatch_p_766 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex3_sel_rot_log_latch | tri_rlmlatch_p_767 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex3_xer_ca_en_latch | tri_rlmlatch_p_768 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex3_xer_latch | tri_rlmreg_p__parameterized6_769 | 1 | 1 | 0 | 0 | 10 | 0 | 0 | 0 | +| ex3_xer_ov_en_latch | tri_rlmlatch_p_770 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| rot | tri_st_rot_771 | 1213 | 1213 | 0 | 0 | 250 | 0 | 0 | 0 | +| (rot) | tri_st_rot_771 | 2 | 2 | 0 | 0 | 0 | 0 | 0 | 0 | +| ex2_act_latch | tri_rlmlatch_p_772 | 32 | 32 | 0 | 0 | 3 | 0 | 0 | 0 | +| ex2_chk_shov_dw_latch | tri_rlmlatch_p_773 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex2_chk_shov_wd_latch | tri_rlmlatch_p_774 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex2_cmp_byte_latch | tri_rlmlatch_p_775 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex2_ins_prtyd_latch | tri_rlmlatch_p_776 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex2_ins_prtyw_latch | tri_rlmlatch_p_777 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex2_log_fcn_latch | tri_rlmreg_p__parameterized9_778 | 148 | 148 | 0 | 0 | 4 | 0 | 0 | 0 | +| ex2_mb_gt_me_latch | tri_rlmlatch_p_779 | 162 | 162 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex2_mb_ins_latch | tri_rlmreg_p__parameterized0_780 | 23 | 23 | 0 | 0 | 6 | 0 | 0 | 0 | +| ex2_me_ins_b_latch | tri_rlmreg_p__parameterized0_781 | 23 | 23 | 0 | 0 | 6 | 0 | 0 | 0 | +| ex2_sel_rot_log_latch | tri_rlmlatch_p_782 | 77 | 77 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex2_sgnxtd_byte_latch | tri_rlmlatch_p_783 | 7 | 7 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex2_sgnxtd_half_latch | tri_rlmlatch_p_784 | 8 | 8 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex2_sgnxtd_wd_latch | tri_rlmlatch_p_785 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex2_sh_amt_latch | tri_rlmreg_p__parameterized0_786 | 0 | 0 | 0 | 0 | 6 | 0 | 0 | 0 | +| ex2_sh_right_latch | tri_rlmreg_p__parameterized5_787 | 12 | 12 | 0 | 0 | 4 | 0 | 0 | 0 | +| ex2_sh_word_latch | tri_rlmreg_p__parameterized2_788 | 295 | 295 | 0 | 0 | 2 | 0 | 0 | 0 | +| ex2_sra_dw_latch | tri_rlmlatch_p_789 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex2_sra_wd_latch | tri_rlmlatch_p_790 | 3 | 3 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex2_use_mb_ins_hi_latch | tri_rlmlatch_p_791 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex2_use_mb_ins_lo_latch | tri_rlmlatch_p_792 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex2_use_mb_rb_hi_latch | tri_rlmlatch_p_793 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex2_use_mb_rb_lo_latch | tri_rlmlatch_p_794 | 9 | 9 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex2_use_me_ins_hi_latch | tri_rlmlatch_p_795 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex2_use_me_ins_lo_latch | tri_rlmlatch_p_796 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex2_use_me_rb_hi_latch | tri_rlmlatch_p_797 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex2_use_me_rb_lo_latch | tri_rlmlatch_p_798 | 9 | 9 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex2_use_rb_amt_hi_latch | tri_rlmlatch_p_799 | 292 | 292 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex2_use_rb_amt_lo_latch | tri_rlmlatch_p_800 | 6 | 6 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex2_use_sh_amt_hi_latch | tri_rlmlatch_p_801 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex2_use_sh_amt_lo_latch | tri_rlmlatch_p_802 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex2_zm_ins_latch | tri_rlmlatch_p_803 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex3_sh_word_latch | tri_rlmlatch_p_804 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex3_sra_se_latch | tri_rlmreg_p__parameterized37_805 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| msk_lat | tri_inv_nlats_806 | 0 | 0 | 0 | 0 | 64 | 0 | 0 | 0 | +| or3232 | tri_st_or3232_b_807 | 32 | 32 | 0 | 0 | 0 | 0 | 0 | 0 | +| res_lat | tri_inv_nlats__parameterized0_808 | 64 | 64 | 0 | 0 | 64 | 0 | 0 | 0 | +| rot_lat | tri_inv_nlats_809 | 2 | 2 | 0 | 0 | 64 | 0 | 0 | 0 | +| bcd | xu0_bcd | 210 | 210 | 0 | 0 | 60 | 0 | 0 | 0 | +| ex2_is_addg6s_latch | tri_rlmlatch_p_749 | 7 | 7 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex2_is_cdtbcd_latch | tri_rlmlatch_p_750 | 9 | 9 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex2_val_latch | tri_rlmlatch_p_751 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex3_bcd_rt_latch | tri_rlmreg_p__parameterized33_752 | 189 | 189 | 0 | 0 | 56 | 0 | 0 | 0 | +| ex3_val_latch | tri_rlmlatch_p_753 | 3 | 3 | 0 | 0 | 1 | 0 | 0 | 0 | +| br | xu0_br | 1448 | 1448 | 0 | 0 | 973 | 0 | 0 | 0 | +| ex0_vld_latch | tri_rlmreg_p__parameterized37_637 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex1_bta_val_latch | tri_rlmlatch_p_638 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex1_fusion_latch | tri_rlmlatch_p_639 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex1_gshare_latch | tri_rlmreg_p__parameterized14 | 0 | 0 | 0 | 0 | 18 | 0 | 0 | 0 | +| ex1_ifar_latch | tri_rlmreg_p__parameterized8 | 0 | 0 | 0 | 0 | 20 | 0 | 0 | 0 | +| ex1_instr_latch | tri_rlmreg_p__parameterized17_640 | 0 | 0 | 0 | 0 | 32 | 0 | 0 | 0 | +| ex1_itag_latch | tri_rlmreg_p__parameterized13_641 | 0 | 0 | 0 | 0 | 7 | 0 | 0 | 0 | +| ex1_ls_ptr_latch | tri_rlmreg_p__parameterized5_642 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| ex1_pred_bta_latch | tri_rlmreg_p__parameterized8_643 | 0 | 0 | 0 | 0 | 20 | 0 | 0 | 0 | +| ex1_pred_latch | tri_rlmlatch_p_644 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex1_vld_latch | tri_rlmreg_p__parameterized37_645 | 100 | 100 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex2_bta_val_latch | tri_rlmlatch_p_646 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex2_fusion_latch | tri_rlmlatch_p_647 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex2_gshare_latch | tri_rlmreg_p__parameterized14_648 | 18 | 18 | 0 | 0 | 18 | 0 | 0 | 0 | +| ex2_ifar_latch | tri_rlmreg_p__parameterized8_649 | 22 | 22 | 0 | 0 | 20 | 0 | 0 | 0 | +| ex2_instr_latch | tri_rlmreg_p__parameterized17_650 | 175 | 175 | 0 | 0 | 32 | 0 | 0 | 0 | +| ex2_itag_latch | tri_rlmreg_p__parameterized13_651 | 7 | 7 | 0 | 0 | 7 | 0 | 0 | 0 | +| ex2_ls_ptr_latch | tri_rlmreg_p__parameterized5_652 | 3 | 3 | 0 | 0 | 3 | 0 | 0 | 0 | +| ex2_pred_bta_latch | tri_rlmreg_p__parameterized8_653 | 20 | 20 | 0 | 0 | 20 | 0 | 0 | 0 | +| ex2_pred_latch | tri_rlmlatch_p_654 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex2_slow_latch | tri_rlmlatch_p_655 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex2_vld_latch | tri_rlmreg_p__parameterized37_656 | 288 | 288 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex3_bta_latch | tri_rlmreg_p__parameterized40 | 0 | 0 | 0 | 0 | 62 | 0 | 0 | 0 | +| ex3_bta_val_latch | tri_rlmlatch_p_657 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex3_cr1_latch | tri_rlmreg_p__parameterized9_658 | 0 | 0 | 0 | 0 | 4 | 0 | 0 | 0 | +| ex3_cr2_latch | tri_rlmreg_p__parameterized9_659 | 0 | 0 | 0 | 0 | 4 | 0 | 0 | 0 | +| ex3_cr3_latch | tri_rlmreg_p__parameterized9_660 | 6 | 6 | 0 | 0 | 4 | 0 | 0 | 0 | +| ex3_ctr_latch | tri_rlmreg_p__parameterized33_661 | 321 | 321 | 0 | 0 | 64 | 0 | 0 | 0 | +| ex3_fusion_latch | tri_rlmlatch_p_662 | 5 | 5 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex3_gshare_latch | tri_rlmreg_p__parameterized14_663 | 32 | 32 | 0 | 0 | 18 | 0 | 0 | 0 | +| ex3_ifar_latch | tri_rlmreg_p__parameterized8_664 | 5 | 5 | 0 | 0 | 2 | 0 | 0 | 0 | +| ex3_instr_latch | tri_rlmreg_p__parameterized48 | 42 | 42 | 0 | 0 | 26 | 0 | 0 | 0 | +| ex3_is_b_latch | tri_rlmlatch_p_665 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex3_is_bc_latch | tri_rlmlatch_p_666 | 3 | 3 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex3_is_bcctr_latch | tri_rlmlatch_p_667 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex3_is_bclr_latch | tri_rlmlatch_p_668 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex3_is_bctar_latch | tri_rlmlatch_p_669 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex3_is_crand_latch | tri_rlmlatch_p_670 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex3_is_crandc_latch | tri_rlmlatch_p_671 | 7 | 7 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex3_is_creqv_latch | tri_rlmlatch_p_672 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex3_is_crnand_latch | tri_rlmlatch_p_673 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex3_is_crnor_latch | tri_rlmlatch_p_674 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex3_is_cror_latch | tri_rlmlatch_p_675 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex3_is_crorc_latch | tri_rlmlatch_p_676 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex3_is_crxor_latch | tri_rlmlatch_p_677 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex3_is_mcrf_latch | tri_rlmlatch_p_678 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex3_itag_latch | tri_rlmreg_p__parameterized13_679 | 11 | 11 | 0 | 0 | 7 | 0 | 0 | 0 | +| ex3_lr1_latch | tri_rlmreg_p__parameterized33_680 | 0 | 0 | 0 | 0 | 62 | 0 | 0 | 0 | +| ex3_lr2_latch | tri_rlmreg_p__parameterized33_681 | 0 | 0 | 0 | 0 | 62 | 0 | 0 | 0 | +| ex3_ls_ptr_latch | tri_rlmreg_p__parameterized5_682 | 3 | 3 | 0 | 0 | 3 | 0 | 0 | 0 | +| ex3_nia_latch | tri_rlmreg_p__parameterized40_683 | 206 | 206 | 0 | 0 | 62 | 0 | 0 | 0 | +| ex3_pred_bta_latch | tri_rlmreg_p__parameterized8_684 | 0 | 0 | 0 | 0 | 20 | 0 | 0 | 0 | +| ex3_pred_latch | tri_rlmlatch_p_685 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex3_slow_latch | tri_rlmlatch_p_686 | 71 | 71 | 0 | 0 | 3 | 0 | 0 | 0 | +| ex3_vld_latch | tri_rlmreg_p__parameterized37_687 | 85 | 85 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex4_bta_latch | tri_rlmreg_p__parameterized40_688 | 0 | 0 | 0 | 0 | 62 | 0 | 0 | 0 | +| ex4_cr_wd_latch | tri_rlmreg_p__parameterized9_689 | 0 | 0 | 0 | 0 | 4 | 0 | 0 | 0 | +| ex4_cr_we_latch | tri_rlmlatch_p_690 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex4_ctr_wd_latch | tri_rlmreg_p__parameterized33_691 | 0 | 0 | 0 | 0 | 64 | 0 | 0 | 0 | +| ex4_ctr_we_latch | tri_rlmlatch_p_692 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex4_gshare_latch | tri_rlmreg_p__parameterized14_693 | 0 | 0 | 0 | 0 | 18 | 0 | 0 | 0 | +| ex4_itag_latch | tri_rlmreg_p__parameterized13_694 | 0 | 0 | 0 | 0 | 7 | 0 | 0 | 0 | +| ex4_itag_saved_val_latch | tri_rlmreg_p__parameterized37_695 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex4_lr_wd_latch | tri_rlmreg_p__parameterized33_696 | 0 | 0 | 0 | 0 | 62 | 0 | 0 | 0 | +| ex4_lr_we_latch | tri_rlmlatch_p_697 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex4_ls_data_latch | tri_rlmreg_p__parameterized8_698 | 0 | 0 | 0 | 0 | 20 | 0 | 0 | 0 | +| ex4_ls_ptr_latch | tri_rlmreg_p__parameterized5_699 | 8 | 8 | 0 | 0 | 3 | 0 | 0 | 0 | +| ex4_ls_update_latch | tri_rlmlatch_p_700 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex4_redirect_latch | tri_rlmreg_p__parameterized37_701 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex4_slow_latch | tri_rlmlatch_p_702 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex4_taken_latch | tri_rlmlatch_p_703 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex4_vld_latch | tri_rlmreg_p__parameterized37_704 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| iu_br_flush_latch | tri_rlmreg_p__parameterized37_705 | 9 | 9 | 0 | 0 | 1 | 0 | 0 | 0 | +| spr_msr_cm_latch | tri_rlmreg_p__parameterized37_706 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5.thread_regs[0].ex4_itag_saved_latch | tri_rlmreg_p__parameterized13_707 | 3 | 3 | 0 | 0 | 7 | 0 | 0 | 0 | +| xhdl5.thread_regs[0].iu_br_flush_ifar_latch | tri_rlmreg_p__parameterized219 | 10 | 10 | 0 | 0 | 42 | 0 | 0 | 0 | +| xhdl5.thread_regs[0].q_depth_gen[0].br_upper_ifar_latch | tri_rlmlatch_p_708 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5.thread_regs[0].q_depth_gen[10].br_upper_ifar_latch | tri_rlmlatch_p_709 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5.thread_regs[0].q_depth_gen[11].br_upper_ifar_latch | tri_rlmlatch_p_710 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5.thread_regs[0].q_depth_gen[12].br_upper_ifar_latch | tri_rlmlatch_p_711 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5.thread_regs[0].q_depth_gen[13].br_upper_ifar_latch | tri_rlmlatch_p_712 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5.thread_regs[0].q_depth_gen[14].br_upper_ifar_latch | tri_rlmlatch_p_713 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5.thread_regs[0].q_depth_gen[15].br_upper_ifar_latch | tri_rlmlatch_p_714 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5.thread_regs[0].q_depth_gen[16].br_upper_ifar_latch | tri_rlmlatch_p_715 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5.thread_regs[0].q_depth_gen[17].br_upper_ifar_latch | tri_rlmlatch_p_716 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5.thread_regs[0].q_depth_gen[18].br_upper_ifar_latch | tri_rlmlatch_p_717 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5.thread_regs[0].q_depth_gen[19].br_upper_ifar_latch | tri_rlmlatch_p_718 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5.thread_regs[0].q_depth_gen[1].br_upper_ifar_latch | tri_rlmlatch_p_719 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5.thread_regs[0].q_depth_gen[20].br_upper_ifar_latch | tri_rlmlatch_p_720 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5.thread_regs[0].q_depth_gen[21].br_upper_ifar_latch | tri_rlmlatch_p_721 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5.thread_regs[0].q_depth_gen[22].br_upper_ifar_latch | tri_rlmlatch_p_722 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5.thread_regs[0].q_depth_gen[23].br_upper_ifar_latch | tri_rlmlatch_p_723 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5.thread_regs[0].q_depth_gen[24].br_upper_ifar_latch | tri_rlmlatch_p_724 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5.thread_regs[0].q_depth_gen[25].br_upper_ifar_latch | tri_rlmlatch_p_725 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5.thread_regs[0].q_depth_gen[26].br_upper_ifar_latch | tri_rlmlatch_p_726 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5.thread_regs[0].q_depth_gen[27].br_upper_ifar_latch | tri_rlmlatch_p_727 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5.thread_regs[0].q_depth_gen[28].br_upper_ifar_latch | tri_rlmlatch_p_728 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5.thread_regs[0].q_depth_gen[29].br_upper_ifar_latch | tri_rlmlatch_p_729 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5.thread_regs[0].q_depth_gen[2].br_upper_ifar_latch | tri_rlmlatch_p_730 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5.thread_regs[0].q_depth_gen[30].br_upper_ifar_latch | tri_rlmlatch_p_731 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5.thread_regs[0].q_depth_gen[31].br_upper_ifar_latch | tri_rlmlatch_p_732 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5.thread_regs[0].q_depth_gen[32].br_upper_ifar_latch | tri_rlmlatch_p__parameterized1 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5.thread_regs[0].q_depth_gen[33].br_upper_ifar_latch | tri_rlmlatch_p__parameterized1_733 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5.thread_regs[0].q_depth_gen[34].br_upper_ifar_latch | tri_rlmlatch_p__parameterized1_734 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5.thread_regs[0].q_depth_gen[35].br_upper_ifar_latch | tri_rlmlatch_p__parameterized1_735 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5.thread_regs[0].q_depth_gen[36].br_upper_ifar_latch | tri_rlmlatch_p__parameterized1_736 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5.thread_regs[0].q_depth_gen[37].br_upper_ifar_latch | tri_rlmlatch_p__parameterized1_737 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5.thread_regs[0].q_depth_gen[38].br_upper_ifar_latch | tri_rlmlatch_p__parameterized1_738 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5.thread_regs[0].q_depth_gen[39].br_upper_ifar_latch | tri_rlmlatch_p__parameterized1_739 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5.thread_regs[0].q_depth_gen[3].br_upper_ifar_latch | tri_rlmlatch_p_740 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5.thread_regs[0].q_depth_gen[40].br_upper_ifar_latch | tri_rlmlatch_p__parameterized1_741 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5.thread_regs[0].q_depth_gen[41].br_upper_ifar_latch | tri_rlmlatch_p__parameterized1_742 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5.thread_regs[0].q_depth_gen[4].br_upper_ifar_latch | tri_rlmlatch_p_743 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5.thread_regs[0].q_depth_gen[5].br_upper_ifar_latch | tri_rlmlatch_p_744 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5.thread_regs[0].q_depth_gen[6].br_upper_ifar_latch | tri_rlmlatch_p_745 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5.thread_regs[0].q_depth_gen[7].br_upper_ifar_latch | tri_rlmlatch_p_746 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5.thread_regs[0].q_depth_gen[8].br_upper_ifar_latch | tri_rlmlatch_p_747 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xhdl5.thread_regs[0].q_depth_gen[9].br_upper_ifar_latch | tri_rlmlatch_p_748 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| byp | xu0_byp | 4633 | 4633 | 0 | 0 | 1951 | 0 | 0 | 0 | +| ex1_abt_s1_lq_sel_latch | tri_rlmlatch_p_497 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex1_abt_s1_xu0_sel_latch | tri_rlmreg_p__parameterized224_498 | 0 | 0 | 0 | 0 | 4 | 0 | 0 | 0 | +| ex1_abt_s1_xu1_sel_latch | tri_rlmreg_p__parameterized223_499 | 0 | 0 | 0 | 0 | 2 | 0 | 0 | 0 | +| ex1_abt_s2_lq_sel_latch | tri_rlmlatch_p_500 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex1_abt_s2_xu0_sel_latch | tri_rlmreg_p__parameterized224_501 | 4 | 4 | 0 | 0 | 4 | 0 | 0 | 0 | +| ex1_abt_s2_xu1_sel_latch | tri_rlmreg_p__parameterized223_502 | 0 | 0 | 0 | 0 | 2 | 0 | 0 | 0 | +| ex1_abt_s3_lq_sel_latch | tri_rlmreg_p__parameterized222_503 | 3 | 3 | 0 | 0 | 3 | 0 | 0 | 0 | +| ex1_abt_s3_xu0_sel_latch | tri_rlmreg_p__parameterized224_504 | 4 | 4 | 0 | 0 | 4 | 0 | 0 | 0 | +| ex1_abt_s3_xu1_sel_latch | tri_rlmreg_p__parameterized223_505 | 0 | 0 | 0 | 0 | 2 | 0 | 0 | 0 | +| ex1_gpr_s1_lq_sel_gen.ex1_gpr_s1_lq_sel_entry[5].ex1_gpr_s1_lq_sel_latch | tri_rlmreg_p__parameterized12_506 | 30 | 30 | 0 | 0 | 8 | 0 | 0 | 0 | +| ex1_gpr_s1_lq_sel_gen.ex1_gpr_s1_lq_sel_entry[6].ex1_gpr_s1_lq_sel_latch | tri_rlmreg_p__parameterized12_507 | 20 | 20 | 0 | 0 | 8 | 0 | 0 | 0 | +| ex1_gpr_s1_lq_sel_gen.ex1_gpr_s1_lq_sel_entry[7].ex1_gpr_s1_lq_sel_latch | tri_rlmreg_p__parameterized12_508 | 47 | 47 | 0 | 0 | 8 | 0 | 0 | 0 | +| ex1_gpr_s1_lq_sel_gen.ex1_gpr_s1_lq_sel_entry[8].ex1_gpr_s1_lq_sel_latch | tri_rlmreg_p__parameterized12_509 | 23 | 23 | 0 | 0 | 8 | 0 | 0 | 0 | +| ex1_gpr_s1_reg_sel_latch | tri_rlmreg_p__parameterized12_510 | 27 | 27 | 0 | 0 | 8 | 0 | 0 | 0 | +| ex1_gpr_s1_rel_sel_gen.ex1_gpr_s1_rel_sel_entry[3].ex1_gpr_s1_rel_sel_latch | tri_rlmreg_p__parameterized12_511 | 18 | 18 | 0 | 0 | 8 | 0 | 0 | 0 | +| ex1_gpr_s1_rel_sel_gen.ex1_gpr_s1_rel_sel_entry[4].ex1_gpr_s1_rel_sel_latch | tri_rlmreg_p__parameterized12_512 | 22 | 22 | 0 | 0 | 8 | 0 | 0 | 0 | +| ex1_gpr_s1_xu0_sel_gen.ex1_gpr_s1_xu0_sel_entry[2].ex1_gpr_s1_xu0_sel_latch | tri_rlmreg_p__parameterized12_513 | 45 | 45 | 0 | 0 | 8 | 0 | 0 | 0 | +| ex1_gpr_s1_xu0_sel_gen.ex1_gpr_s1_xu0_sel_entry[3].ex1_gpr_s1_xu0_sel_latch | tri_rlmreg_p__parameterized12_514 | 122 | 122 | 0 | 0 | 8 | 0 | 0 | 0 | +| ex1_gpr_s1_xu0_sel_gen.ex1_gpr_s1_xu0_sel_entry[4].ex1_gpr_s1_xu0_sel_latch | tri_rlmreg_p__parameterized12_515 | 18 | 18 | 0 | 0 | 8 | 0 | 0 | 0 | +| ex1_gpr_s1_xu0_sel_gen.ex1_gpr_s1_xu0_sel_entry[5].ex1_gpr_s1_xu0_sel_latch | tri_rlmreg_p__parameterized12_516 | 17 | 17 | 0 | 0 | 8 | 0 | 0 | 0 | +| ex1_gpr_s1_xu0_sel_gen.ex1_gpr_s1_xu0_sel_entry[6].ex1_gpr_s1_xu0_sel_latch | tri_rlmreg_p__parameterized12_517 | 1 | 1 | 0 | 0 | 8 | 0 | 0 | 0 | +| ex1_gpr_s1_xu0_sel_gen.ex1_gpr_s1_xu0_sel_entry[7].ex1_gpr_s1_xu0_sel_latch | tri_rlmreg_p__parameterized12_518 | 28 | 28 | 0 | 0 | 8 | 0 | 0 | 0 | +| ex1_gpr_s1_xu0_sel_gen.ex1_gpr_s1_xu0_sel_entry[8].ex1_gpr_s1_xu0_sel_latch | tri_rlmreg_p__parameterized12_519 | 8 | 8 | 0 | 0 | 8 | 0 | 0 | 0 | +| ex1_gpr_s1_xu1_sel_gen.ex1_gpr_s1_xu1_sel_entry[2].ex1_gpr_s1_xu1_sel_latch | tri_rlmreg_p__parameterized12_520 | 43 | 43 | 0 | 0 | 8 | 0 | 0 | 0 | +| ex1_gpr_s1_xu1_sel_gen.ex1_gpr_s1_xu1_sel_entry[3].ex1_gpr_s1_xu1_sel_latch | tri_rlmreg_p__parameterized12_521 | 44 | 44 | 0 | 0 | 8 | 0 | 0 | 0 | +| ex1_gpr_s1_xu1_sel_gen.ex1_gpr_s1_xu1_sel_entry[4].ex1_gpr_s1_xu1_sel_latch | tri_rlmreg_p__parameterized12_522 | 17 | 17 | 0 | 0 | 8 | 0 | 0 | 0 | +| ex1_gpr_s1_xu1_sel_gen.ex1_gpr_s1_xu1_sel_entry[5].ex1_gpr_s1_xu1_sel_latch | tri_rlmreg_p__parameterized12_523 | 23 | 23 | 0 | 0 | 8 | 0 | 0 | 0 | +| ex1_gpr_s2_imm_sel_latch | tri_rlmreg_p__parameterized12_524 | 0 | 0 | 0 | 0 | 8 | 0 | 0 | 0 | +| ex1_gpr_s2_lq_sel_gen.ex1_gpr_s2_lq_sel_entry[5].ex1_gpr_s2_lq_sel_latch | tri_rlmreg_p__parameterized12_525 | 31 | 31 | 0 | 0 | 8 | 0 | 0 | 0 | +| ex1_gpr_s2_lq_sel_gen.ex1_gpr_s2_lq_sel_entry[6].ex1_gpr_s2_lq_sel_latch | tri_rlmreg_p__parameterized12_526 | 4 | 4 | 0 | 0 | 8 | 0 | 0 | 0 | +| ex1_gpr_s2_lq_sel_gen.ex1_gpr_s2_lq_sel_entry[7].ex1_gpr_s2_lq_sel_latch | tri_rlmreg_p__parameterized12_527 | 3 | 3 | 0 | 0 | 8 | 0 | 0 | 0 | +| ex1_gpr_s2_lq_sel_gen.ex1_gpr_s2_lq_sel_entry[8].ex1_gpr_s2_lq_sel_latch | tri_rlmreg_p__parameterized12_528 | 2 | 2 | 0 | 0 | 8 | 0 | 0 | 0 | +| ex1_gpr_s2_reg_sel_latch | tri_rlmreg_p__parameterized12_529 | 15 | 15 | 0 | 0 | 8 | 0 | 0 | 0 | +| ex1_gpr_s2_rel_sel_gen.ex1_gpr_s2_rel_sel_entry[3].ex1_gpr_s2_rel_sel_latch | tri_rlmreg_p__parameterized12_530 | 6 | 6 | 0 | 0 | 8 | 0 | 0 | 0 | +| ex1_gpr_s2_rel_sel_gen.ex1_gpr_s2_rel_sel_entry[4].ex1_gpr_s2_rel_sel_latch | tri_rlmreg_p__parameterized12_531 | 3 | 3 | 0 | 0 | 8 | 0 | 0 | 0 | +| ex1_gpr_s2_xu0_sel_gen.ex1_gpr_s2_xu0_sel_entry[2].ex1_gpr_s2_xu0_sel_latch | tri_rlmreg_p__parameterized12_532 | 2 | 2 | 0 | 0 | 8 | 0 | 0 | 0 | +| ex1_gpr_s2_xu0_sel_gen.ex1_gpr_s2_xu0_sel_entry[3].ex1_gpr_s2_xu0_sel_latch | tri_rlmreg_p__parameterized12_533 | 106 | 106 | 0 | 0 | 8 | 0 | 0 | 0 | +| ex1_gpr_s2_xu0_sel_gen.ex1_gpr_s2_xu0_sel_entry[4].ex1_gpr_s2_xu0_sel_latch | tri_rlmreg_p__parameterized12_534 | 20 | 20 | 0 | 0 | 8 | 0 | 0 | 0 | +| ex1_gpr_s2_xu0_sel_gen.ex1_gpr_s2_xu0_sel_entry[5].ex1_gpr_s2_xu0_sel_latch | tri_rlmreg_p__parameterized12_535 | 6 | 6 | 0 | 0 | 8 | 0 | 0 | 0 | +| ex1_gpr_s2_xu0_sel_gen.ex1_gpr_s2_xu0_sel_entry[6].ex1_gpr_s2_xu0_sel_latch | tri_rlmreg_p__parameterized12_536 | 23 | 23 | 0 | 0 | 8 | 0 | 0 | 0 | +| ex1_gpr_s2_xu0_sel_gen.ex1_gpr_s2_xu0_sel_entry[7].ex1_gpr_s2_xu0_sel_latch | tri_rlmreg_p__parameterized12_537 | 7 | 7 | 0 | 0 | 8 | 0 | 0 | 0 | +| ex1_gpr_s2_xu0_sel_gen.ex1_gpr_s2_xu0_sel_entry[8].ex1_gpr_s2_xu0_sel_latch | tri_rlmreg_p__parameterized12_538 | 4 | 4 | 0 | 0 | 8 | 0 | 0 | 0 | +| ex1_gpr_s2_xu1_sel_gen.ex1_gpr_s2_xu1_sel_entry[2].ex1_gpr_s2_xu1_sel_latch | tri_rlmreg_p__parameterized12_539 | 15 | 15 | 0 | 0 | 8 | 0 | 0 | 0 | +| ex1_gpr_s2_xu1_sel_gen.ex1_gpr_s2_xu1_sel_entry[3].ex1_gpr_s2_xu1_sel_latch | tri_rlmreg_p__parameterized12_540 | 19 | 19 | 0 | 0 | 8 | 0 | 0 | 0 | +| ex1_gpr_s2_xu1_sel_gen.ex1_gpr_s2_xu1_sel_entry[4].ex1_gpr_s2_xu1_sel_latch | tri_rlmreg_p__parameterized12_541 | 8 | 8 | 0 | 0 | 8 | 0 | 0 | 0 | +| ex1_gpr_s2_xu1_sel_gen.ex1_gpr_s2_xu1_sel_entry[5].ex1_gpr_s2_xu1_sel_latch | tri_rlmreg_p__parameterized12_542 | 6 | 6 | 0 | 0 | 8 | 0 | 0 | 0 | +| ex1_s1_v_latch | tri_rlmlatch_p_543 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex1_s2_v_latch | tri_rlmlatch_p_544 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex1_s3_v_latch | tri_rlmlatch_p_545 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex1_spr_s1_lq_sel_gen.ex1_spr_s1_lq_sel_entry[5].ex1_spr_s1_lq_sel_latch | tri_rlmreg_p__parameterized37_546 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex1_spr_s1_lq_sel_gen.ex1_spr_s1_lq_sel_entry[6].ex1_spr_s1_lq_sel_latch | tri_rlmreg_p__parameterized37_547 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex1_spr_s1_reg_sel_latch | tri_rlmreg_p__parameterized5_548 | 2 | 2 | 0 | 0 | 3 | 0 | 0 | 0 | +| ex1_spr_s1_xu0_sel_gen.ex1_spr_s1_xu0_sel_entry[3].ex1_spr_s1_xu0_sel_latch | tri_rlmreg_p__parameterized5_549 | 7 | 7 | 0 | 0 | 3 | 0 | 0 | 0 | +| ex1_spr_s1_xu0_sel_gen.ex1_spr_s1_xu0_sel_entry[4].ex1_spr_s1_xu0_sel_latch | tri_rlmreg_p__parameterized5_550 | 5 | 5 | 0 | 0 | 3 | 0 | 0 | 0 | +| ex1_spr_s1_xu0_sel_gen.ex1_spr_s1_xu0_sel_entry[5].ex1_spr_s1_xu0_sel_latch | tri_rlmreg_p__parameterized5_551 | 3 | 3 | 0 | 0 | 3 | 0 | 0 | 0 | +| ex1_spr_s1_xu0_sel_gen.ex1_spr_s1_xu0_sel_entry[6].ex1_spr_s1_xu0_sel_latch | tri_rlmreg_p__parameterized5_552 | 137 | 137 | 0 | 0 | 3 | 0 | 0 | 0 | +| ex1_spr_s1_xu1_sel_gen.ex1_spr_s1_xu1_sel_entry[3].ex1_spr_s1_xu1_sel_latch | tri_rlmreg_p__parameterized37_553 | 3 | 3 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex1_spr_s2_lq_sel_gen.ex1_spr_s2_lq_sel_entry[5].ex1_spr_s2_lq_sel_latch | tri_rlmreg_p__parameterized37_554 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex1_spr_s2_lq_sel_gen.ex1_spr_s2_lq_sel_entry[6].ex1_spr_s2_lq_sel_latch | tri_rlmreg_p__parameterized37_555 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex1_spr_s2_reg_sel_latch | tri_rlmreg_p__parameterized0_556 | 6 | 6 | 0 | 0 | 6 | 0 | 0 | 0 | +| ex1_spr_s2_xu0_sel_gen.ex1_spr_s2_xu0_sel_entry[3].ex1_spr_s2_xu0_sel_latch | tri_rlmreg_p__parameterized0_557 | 22 | 22 | 0 | 0 | 6 | 0 | 0 | 0 | +| ex1_spr_s2_xu0_sel_gen.ex1_spr_s2_xu0_sel_entry[4].ex1_spr_s2_xu0_sel_latch | tri_rlmreg_p__parameterized0_558 | 6 | 6 | 0 | 0 | 6 | 0 | 0 | 0 | +| ex1_spr_s2_xu0_sel_gen.ex1_spr_s2_xu0_sel_entry[5].ex1_spr_s2_xu0_sel_latch | tri_rlmreg_p__parameterized0_559 | 8 | 8 | 0 | 0 | 6 | 0 | 0 | 0 | +| ex1_spr_s2_xu0_sel_gen.ex1_spr_s2_xu0_sel_entry[6].ex1_spr_s2_xu0_sel_latch | tri_rlmreg_p__parameterized0_560 | 262 | 262 | 0 | 0 | 6 | 0 | 0 | 0 | +| ex1_spr_s2_xu1_sel_gen.ex1_spr_s2_xu1_sel_entry[3].ex1_spr_s2_xu1_sel_latch | tri_rlmreg_p__parameterized2_561 | 7 | 7 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex1_spr_s3_lq_sel_gen.ex1_spr_s3_lq_sel_entry[5].ex1_spr_s3_lq_sel_latch | tri_rlmreg_p__parameterized37_562 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex1_spr_s3_lq_sel_gen.ex1_spr_s3_lq_sel_entry[6].ex1_spr_s3_lq_sel_latch | tri_rlmreg_p__parameterized37_563 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex1_spr_s3_reg_sel_latch | tri_rlmreg_p__parameterized2_564 | 4 | 4 | 0 | 0 | 2 | 0 | 0 | 0 | +| ex1_spr_s3_xu0_sel_gen.ex1_spr_s3_xu0_sel_entry[3].ex1_spr_s3_xu0_sel_latch | tri_rlmreg_p__parameterized2_565 | 24 | 24 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex1_spr_s3_xu0_sel_gen.ex1_spr_s3_xu0_sel_entry[4].ex1_spr_s3_xu0_sel_latch | tri_rlmreg_p__parameterized2_566 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex1_spr_s3_xu0_sel_gen.ex1_spr_s3_xu0_sel_entry[5].ex1_spr_s3_xu0_sel_latch | tri_rlmreg_p__parameterized2_567 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex1_spr_s3_xu0_sel_gen.ex1_spr_s3_xu0_sel_entry[6].ex1_spr_s3_xu0_sel_latch | tri_rlmreg_p__parameterized2_568 | 9 | 9 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex1_spr_s3_xu0_sel_gen.ex1_spr_s3_xu0_sel_entry[7].ex1_spr_s3_xu0_sel_latch | tri_rlmreg_p__parameterized2_569 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex1_spr_s3_xu0_sel_gen.ex1_spr_s3_xu0_sel_entry[8].ex1_spr_s3_xu0_sel_latch | tri_rlmreg_p__parameterized2_570 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex1_spr_s3_xu1_sel_gen.ex1_spr_s3_xu1_sel_entry[3].ex1_spr_s3_xu1_sel_latch | tri_rlmreg_p__parameterized2_571 | 8 | 8 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex1_spr_s3_xu1_sel_gen.ex1_spr_s3_xu1_sel_entry[4].ex1_spr_s3_xu1_sel_latch | tri_rlmreg_p__parameterized2_572 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex1_spr_s3_xu1_sel_gen.ex1_spr_s3_xu1_sel_entry[5].ex1_spr_s3_xu1_sel_latch | tri_rlmreg_p__parameterized2_573 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex2_cr1_latch | tri_rlmreg_p__parameterized9_574 | 0 | 0 | 0 | 0 | 4 | 0 | 0 | 0 | +| ex2_cr2_latch | tri_rlmreg_p__parameterized9_575 | 0 | 0 | 0 | 0 | 4 | 0 | 0 | 0 | +| ex2_cr3_latch | tri_rlmreg_p__parameterized9_576 | 0 | 0 | 0 | 0 | 4 | 0 | 0 | 0 | +| ex2_cr_bit_latch | tri_rlmlatch_p_577 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex2_cr_sel_latch | tri_rlmreg_p__parameterized225 | 68 | 68 | 0 | 0 | 2 | 0 | 0 | 0 | +| ex2_ctr2_latch | tri_rlmreg_p__parameterized33_578 | 0 | 0 | 0 | 0 | 64 | 0 | 0 | 0 | +| ex2_is_mfcr_latch | tri_rlmreg_p__parameterized12_579 | 0 | 0 | 0 | 0 | 8 | 0 | 0 | 0 | +| ex2_is_mfcr_sel_latch | tri_rlmlatch_p_580 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex2_is_mfctr_latch | tri_rlmlatch_p_581 | 67 | 67 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex2_is_mflr_latch | tri_rlmlatch_p_582 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex2_is_mfxer_latch | tri_rlmlatch_p_583 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex2_is_mtcr_latch | tri_rlmreg_p__parameterized12_584 | 3 | 3 | 0 | 0 | 8 | 0 | 0 | 0 | +| ex2_is_mtxer_latch | tri_rlmlatch_p_585 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex2_lr1_latch | tri_rlmreg_p__parameterized33_586 | 0 | 0 | 0 | 0 | 64 | 0 | 0 | 0 | +| ex2_lr2_latch | tri_rlmreg_p__parameterized33_587 | 0 | 0 | 0 | 0 | 62 | 0 | 0 | 0 | +| ex2_ra_capt_latch | tri_rlmlatch_p_588 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex2_rs1_abort_latch | tri_rlmlatch_p_589 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex2_rs1_latch | tri_rlmreg_p__parameterized33_590 | 948 | 948 | 0 | 0 | 64 | 0 | 0 | 0 | +| ex2_rs2_abort_latch | tri_rlmlatch_p_591 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex2_rs2_latch | tri_rlmreg_p__parameterized33_592 | 322 | 322 | 0 | 0 | 64 | 0 | 0 | 0 | +| ex2_rs2_noimm_latch | tri_rlmreg_p__parameterized226 | 5 | 5 | 0 | 0 | 5 | 0 | 0 | 0 | +| ex2_rs3_abort_latch | tri_rlmlatch_p_593 | 6 | 6 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex2_rs_capt_latch | tri_rlmlatch_p_594 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex2_xer2_latch | tri_rlmreg_p__parameterized6_595 | 0 | 0 | 0 | 0 | 10 | 0 | 0 | 0 | +| ex2_xer3_latch | tri_rlmreg_p__parameterized6_596 | 7 | 7 | 0 | 0 | 10 | 0 | 0 | 0 | +| ex2_xer_sel_latch | tri_rlmreg_p__parameterized225_597 | 10 | 10 | 0 | 0 | 2 | 0 | 0 | 0 | +| ex3_cnt_rt_latch | tri_rlmreg_p__parameterized228 | 5 | 5 | 0 | 0 | 7 | 0 | 0 | 0 | +| ex3_dlm_cr_latch | tri_rlmreg_p__parameterized9_598 | 0 | 0 | 0 | 0 | 4 | 0 | 0 | 0 | +| ex3_dlm_rt_latch | tri_rlmreg_p__parameterized230 | 1 | 1 | 0 | 0 | 4 | 0 | 0 | 0 | +| ex3_dlm_xer_latch | tri_rlmreg_p__parameterized6_599 | 17 | 17 | 0 | 0 | 7 | 0 | 0 | 0 | +| ex3_is_mtxer_latch | tri_rlmlatch_p_600 | 8 | 8 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex3_mfspr_rt_latch | tri_rlmreg_p__parameterized33_601 | 1 | 1 | 0 | 0 | 64 | 0 | 0 | 0 | +| ex3_mfspr_sel_latch | tri_rlmlatch_p_602 | 66 | 66 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex3_mtcr_latch | tri_rlmreg_p__parameterized9_603 | 4 | 4 | 0 | 0 | 4 | 0 | 0 | 0 | +| ex3_mtcr_sel_latch | tri_rlmlatch_p_604 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex3_prm_rt_latch | tri_rlmreg_p__parameterized229 | 17 | 17 | 0 | 0 | 8 | 0 | 0 | 0 | +| ex3_ra_capt_latch | tri_rlmlatch_p_605 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex3_rs1_latch | tri_rlmreg_p__parameterized33_606 | 3 | 3 | 0 | 0 | 64 | 0 | 0 | 0 | +| ex3_xer3_latch | tri_rlmlatch_p_607 | 4 | 4 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex4_ra_capt_latch | tri_rlmlatch_p_608 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex4_xu0_cr_latch | tri_rlmreg_p__parameterized9_609 | 8 | 8 | 0 | 0 | 4 | 0 | 0 | 0 | +| ex4_xu0_ctr_latch | tri_rlmreg_p__parameterized33_610 | 64 | 64 | 0 | 0 | 64 | 0 | 0 | 0 | +| ex4_xu0_lr_latch | tri_rlmreg_p__parameterized33_611 | 64 | 64 | 0 | 0 | 64 | 0 | 0 | 0 | +| ex4_xu0_rt_latch | tri_rlmreg_p__parameterized33_612 | 191 | 191 | 0 | 0 | 64 | 0 | 0 | 0 | +| ex4_xu0_xer_latch | tri_rlmreg_p__parameterized6_613 | 15 | 15 | 0 | 0 | 10 | 0 | 0 | 0 | +| ex5_xu0_cr_latch | tri_rlmreg_p__parameterized9_614 | 2 | 2 | 0 | 0 | 4 | 0 | 0 | 0 | +| ex5_xu0_rt_latch | tri_rlmreg_p__parameterized33_615 | 91 | 91 | 0 | 0 | 64 | 0 | 0 | 0 | +| ex5_xu0_xer_latch | tri_rlmreg_p__parameterized6_616 | 7 | 7 | 0 | 0 | 10 | 0 | 0 | 0 | +| ex6_lq_cr_latch | tri_rlmreg_p__parameterized9_617 | 0 | 0 | 0 | 0 | 2 | 0 | 0 | 0 | +| ex6_lq_rt_latch | tri_rlmreg_p__parameterized33_618 | 115 | 115 | 0 | 0 | 64 | 0 | 0 | 0 | +| ex6_mul_abort_latch | tri_rlmlatch_p_619 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex6_mul_done_latch | tri_rlmreg_p__parameterized46 | 195 | 195 | 0 | 0 | 9 | 0 | 0 | 0 | +| ex6_mul_ord_done_latch | tri_rlmlatch_p_620 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex6_xu0_cr_latch | tri_rlmreg_p__parameterized9_621 | 2 | 2 | 0 | 0 | 4 | 0 | 0 | 0 | +| ex6_xu0_rt_latch | tri_rlmreg_p__parameterized33_622 | 1 | 1 | 0 | 0 | 64 | 0 | 0 | 0 | +| ex6_xu0_xer_latch | tri_rlmreg_p__parameterized6_623 | 0 | 0 | 0 | 0 | 10 | 0 | 0 | 0 | +| ex7_lq_rt_latch | tri_rlmreg_p__parameterized33_624 | 121 | 121 | 0 | 0 | 64 | 0 | 0 | 0 | +| ex7_xu0_rt_latch | tri_rlmreg_p__parameterized33_625 | 122 | 122 | 0 | 0 | 64 | 0 | 0 | 0 | +| ex8_lq_rt_latch | tri_rlmreg_p__parameterized33_626 | 37 | 37 | 0 | 0 | 64 | 0 | 0 | 0 | +| ex8_xu0_rt_latch | tri_rlmreg_p__parameterized33_627 | 73 | 73 | 0 | 0 | 64 | 0 | 0 | 0 | +| exx_lq_abort_latch | tri_rlmreg_p__parameterized233_628 | 6 | 6 | 0 | 0 | 4 | 0 | 0 | 0 | +| exx_lq_act_latch | tri_rlmreg_p__parameterized221 | 1 | 1 | 0 | 0 | 2 | 0 | 0 | 0 | +| exx_rel3_act_latch | tri_rlmlatch_p_629 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| exx_rel3_rt_latch | tri_rlmreg_p__parameterized33_630 | 104 | 104 | 0 | 0 | 64 | 0 | 0 | 0 | +| exx_rel4_rt_latch | tri_rlmreg_p__parameterized33_631 | 60 | 60 | 0 | 0 | 64 | 0 | 0 | 0 | +| exx_xu0_abort_latch | tri_rlmreg_p__parameterized231 | 21 | 21 | 0 | 0 | 11 | 0 | 0 | 0 | +| exx_xu0_act_latch | tri_rlmreg_p__parameterized220 | 385 | 385 | 0 | 0 | 10 | 0 | 0 | 0 | +| exx_xu1_abort_latch | tri_rlmreg_p__parameterized232 | 7 | 7 | 0 | 0 | 5 | 0 | 0 | 0 | +| mm_data_latch | tri_rlmreg_p__parameterized33_632 | 0 | 0 | 0 | 0 | 64 | 0 | 0 | 0 | +| mm_ra_entry_latch | tri_rlmreg_p__parameterized227 | 0 | 0 | 0 | 0 | 5 | 0 | 0 | 0 | +| mm_rs_is_latch | tri_rlmreg_p__parameterized46_633 | 8 | 8 | 0 | 0 | 8 | 0 | 0 | 0 | +| ord_cr_data_latch | tri_rlmreg_p__parameterized9_634 | 0 | 0 | 0 | 0 | 4 | 0 | 0 | 0 | +| ord_rt_data_latch | tri_rlmreg_p__parameterized33_635 | 0 | 0 | 0 | 0 | 64 | 0 | 0 | 0 | +| ord_xer_data_latch | tri_rlmreg_p__parameterized6_636 | 0 | 0 | 0 | 0 | 10 | 0 | 0 | 0 | +| dec | xu0_dec | 1509 | 1509 | 0 | 0 | 545 | 0 | 0 | 0 | +| (dec) | xu0_dec | 7 | 7 | 0 | 0 | 0 | 0 | 0 | 0 | +| cp_flush_latch | tri_rlmreg_p__parameterized37_296 | 27 | 27 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex0_val_latch | tri_rlmreg_p__parameterized37_297 | 167 | 167 | 0 | 0 | 5 | 0 | 0 | 0 | +| ex1_instr_latch | tri_rlmreg_p__parameterized17_298 | 467 | 467 | 0 | 0 | 32 | 0 | 0 | 0 | +| ex1_itag_latch | tri_rlmreg_p__parameterized13_299 | 21 | 21 | 0 | 0 | 7 | 0 | 0 | 0 | +| ex1_ord_complete_latch | tri_rlmlatch_p_300 | 10 | 10 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex1_ord_latch | tri_rlmlatch_p_301 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex1_ord_val_latch | tri_rlmreg_p__parameterized37_302 | 3 | 3 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex1_s2_t_latch | tri_rlmreg_p__parameterized5_303 | 4 | 4 | 0 | 0 | 3 | 0 | 0 | 0 | +| ex1_s2_v_latch | tri_rlmlatch_p_304 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex1_s3_t_latch | tri_rlmreg_p__parameterized5_305 | 4 | 4 | 0 | 0 | 3 | 0 | 0 | 0 | +| ex1_s3_v_latch | tri_rlmlatch_p_306 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex1_t1_p_latch | tri_rlmreg_p__parameterized0_307 | 12 | 12 | 0 | 0 | 6 | 0 | 0 | 0 | +| ex1_t1_t_latch | tri_rlmreg_p__parameterized5_308 | 6 | 6 | 0 | 0 | 3 | 0 | 0 | 0 | +| ex1_t1_v_latch | tri_rlmlatch_p_309 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex1_t2_p_latch | tri_rlmreg_p__parameterized9_310 | 8 | 8 | 0 | 0 | 4 | 0 | 0 | 0 | +| ex1_t2_t_latch | tri_rlmreg_p__parameterized5_311 | 6 | 6 | 0 | 0 | 3 | 0 | 0 | 0 | +| ex1_t2_v_latch | tri_rlmlatch_p_312 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex1_t3_p_latch | tri_rlmreg_p__parameterized4_313 | 10 | 10 | 0 | 0 | 5 | 0 | 0 | 0 | +| ex1_t3_t_latch | tri_rlmreg_p__parameterized5_314 | 6 | 6 | 0 | 0 | 3 | 0 | 0 | 0 | +| ex1_t3_v_latch | tri_rlmlatch_p_315 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex1_ucode_latch | tri_rlmreg_p__parameterized5_316 | 6 | 6 | 0 | 0 | 3 | 0 | 0 | 0 | +| ex1_val_latch | tri_rlmreg_p__parameterized37_317 | 3 | 3 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex2_add_ci_sel_latch | tri_rlmreg_p__parameterized2_318 | 2 | 2 | 0 | 0 | 2 | 0 | 0 | 0 | +| ex2_any_cntlz_latch | tri_rlmlatch_p_319 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex2_any_popcnt_latch | tri_rlmlatch_p_320 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex2_flush2ucode_latch | tri_rlmlatch_p_321 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex2_hyp_priv_excep_latch | tri_rlmlatch_p_322 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex2_illegal_op_latch | tri_rlmlatch_p_323 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex2_instr_latch | tri_rlmreg_p__parameterized17_324 | 32 | 32 | 0 | 0 | 32 | 0 | 0 | 0 | +| ex2_is_bpermd_latch | tri_rlmlatch_p_325 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex2_is_dlmzb_latch | tri_rlmlatch_p_326 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex2_is_ehpriv_latch | tri_rlmlatch_p_327 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex2_is_erativax_latch | tri_rlmlatch_p_328 | 8 | 8 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex2_is_mtiar_latch | tri_rlmlatch_p_329 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex2_is_mtspr_latch | tri_rlmlatch_p_330 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex2_itag_latch | tri_rlmreg_p__parameterized13_331 | 7 | 7 | 0 | 0 | 7 | 0 | 0 | 0 | +| ex2_mul_2c_latch | tri_rlmlatch_p_332 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex2_mul_3c_latch | tri_rlmlatch_p_333 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex2_mul_4c_latch | tri_rlmlatch_p_334 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex2_mul_multicyc_latch | tri_rlmlatch_p_335 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex2_ord_complete_latch | tri_rlmlatch_p_336 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex2_ord_is_eratilx_latch | tri_rlmlatch_p_337 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex2_ord_is_erativax_latch | tri_rlmlatch_p_338 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex2_ord_is_eratre_latch | tri_rlmlatch_p_339 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex2_ord_is_eratsx_latch | tri_rlmlatch_p_340 | 6 | 6 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex2_ord_is_eratwe_latch | tri_rlmlatch_p_341 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex2_ord_is_tlbilx_latch | tri_rlmlatch_p_342 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex2_ord_is_tlbivax_latch | tri_rlmlatch_p_343 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex2_ord_is_tlbre_latch | tri_rlmlatch_p_344 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex2_ord_is_tlbsrx_latch | tri_rlmlatch_p_345 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex2_ord_is_tlbsx_latch | tri_rlmlatch_p_346 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex2_ord_is_tlbsxr_latch | tri_rlmlatch_p_347 | 4 | 4 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex2_ord_is_tlbwe_latch | tri_rlmlatch_p_348 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex2_ord_itag_latch | tri_rlmreg_p__parameterized13_349 | 14 | 14 | 0 | 0 | 7 | 0 | 0 | 0 | +| ex2_ord_tid_latch | tri_rlmreg_p__parameterized37_350 | 74 | 74 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex2_ord_tlb_t_latch | tri_rlmreg_p__parameterized237 | 3 | 3 | 0 | 0 | 3 | 0 | 0 | 0 | +| ex2_ord_tlb_ws_latch | tri_rlmreg_p__parameterized236 | 4 | 4 | 0 | 0 | 2 | 0 | 0 | 0 | +| ex2_ord_val_latch | tri_rlmreg_p__parameterized37_351 | 9 | 9 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex2_priv_excep_latch | tri_rlmlatch_p_352 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex2_t1_p_latch | tri_rlmreg_p__parameterized0_353 | 6 | 6 | 0 | 0 | 6 | 0 | 0 | 0 | +| ex2_t1_t_latch | tri_rlmreg_p__parameterized5_354 | 3 | 3 | 0 | 0 | 3 | 0 | 0 | 0 | +| ex2_t1_v_latch | tri_rlmlatch_p_355 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex2_t2_p_latch | tri_rlmreg_p__parameterized9_356 | 4 | 4 | 0 | 0 | 4 | 0 | 0 | 0 | +| ex2_t2_t_latch | tri_rlmreg_p__parameterized5_357 | 3 | 3 | 0 | 0 | 3 | 0 | 0 | 0 | +| ex2_t2_v_latch | tri_rlmlatch_p_358 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex2_t3_p_latch | tri_rlmreg_p__parameterized4_359 | 5 | 5 | 0 | 0 | 5 | 0 | 0 | 0 | +| ex2_t3_t_latch | tri_rlmreg_p__parameterized5_360 | 3 | 3 | 0 | 0 | 3 | 0 | 0 | 0 | +| ex2_t3_v_latch | tri_rlmlatch_p_361 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex2_tlb_illeg_latch | tri_rlmlatch_p_362 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex2_ucode_latch | tri_rlmreg_p__parameterized5_363 | 2 | 2 | 0 | 0 | 3 | 0 | 0 | 0 | +| ex2_val_latch | tri_rlmreg_p__parameterized37_364 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex3_any_cntlz_latch | tri_rlmlatch_p_365 | 33 | 33 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex3_any_popcnt_latch | tri_rlmlatch_p_366 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex3_flush2ucode_latch | tri_rlmlatch_p_367 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex3_hyp_priv_excep_latch | tri_rlmlatch_p_368 | 3 | 3 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex3_illegal_op_latch | tri_rlmlatch_p_369 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex3_instr_latch | tri_rlmreg_p__parameterized17_370 | 32 | 32 | 0 | 0 | 32 | 0 | 0 | 0 | +| ex3_is_bpermd_latch | tri_rlmlatch_p_371 | 7 | 7 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex3_is_dlmzb_latch | tri_rlmlatch_p_372 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex3_is_ehpriv_latch | tri_rlmlatch_p_373 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex3_is_mtspr_latch | tri_rlmlatch_p_374 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex3_itag_latch | tri_rlmreg_p__parameterized13_375 | 14 | 14 | 0 | 0 | 7 | 0 | 0 | 0 | +| ex3_mtiar_sel_latch | tri_rlmlatch_p_376 | 75 | 75 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex3_mul_2c_latch | tri_rlmlatch_p_377 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex3_mul_3c_latch | tri_rlmlatch_p_378 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex3_mul_4c_latch | tri_rlmlatch_p_379 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex3_mul_multicyc_latch | tri_rlmlatch_p_380 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex3_ord_complete_latch | tri_rlmlatch_p_381 | 8 | 8 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex3_ord_val_latch | tri_rlmreg_p__parameterized37_382 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex3_priv_excep_latch | tri_rlmlatch_p_383 | 3 | 3 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex3_t1_p_latch | tri_rlmreg_p__parameterized0_384 | 6 | 6 | 0 | 0 | 6 | 0 | 0 | 0 | +| ex3_t1_t_latch | tri_rlmreg_p__parameterized5_385 | 3 | 3 | 0 | 0 | 3 | 0 | 0 | 0 | +| ex3_t1_v_latch | tri_rlmlatch_p_386 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex3_t2_p_latch | tri_rlmreg_p__parameterized9_387 | 4 | 4 | 0 | 0 | 4 | 0 | 0 | 0 | +| ex3_t2_t_latch | tri_rlmreg_p__parameterized5_388 | 4 | 4 | 0 | 0 | 3 | 0 | 0 | 0 | +| ex3_t2_v_latch | tri_rlmlatch_p_389 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex3_t3_p_latch | tri_rlmreg_p__parameterized4_390 | 5 | 5 | 0 | 0 | 5 | 0 | 0 | 0 | +| ex3_t3_t_latch | tri_rlmreg_p__parameterized5_391 | 4 | 4 | 0 | 0 | 3 | 0 | 0 | 0 | +| ex3_t3_v_latch | tri_rlmlatch_p_392 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex3_val_latch | tri_rlmreg_p__parameterized37_393 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex4_any_popcnt_latch | tri_rlmlatch_p_394 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex4_br_val_latch | tri_rlmreg_p__parameterized37_395 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex4_ctr_we_latch | tri_rlmlatch_p_396 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex4_excep_val_latch | tri_rlmlatch_p_397 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex4_excep_vector_latch | tri_rlmreg_p__parameterized4_398 | 0 | 0 | 0 | 0 | 5 | 0 | 0 | 0 | +| ex4_flush2ucode_latch | tri_rlmlatch_p_399 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex4_hpriv_latch | tri_rlmlatch_p_400 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex4_instr_latch | tri_rlmreg_p__parameterized17_401 | 0 | 0 | 0 | 0 | 32 | 0 | 0 | 0 | +| ex4_itag_latch | tri_rlmreg_p__parameterized13_402 | 0 | 0 | 0 | 0 | 7 | 0 | 0 | 0 | +| ex4_lr_we_latch | tri_rlmlatch_p_403 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex4_mul_2c_latch | tri_rlmlatch_p_404 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex4_mul_3c_latch | tri_rlmlatch_p_405 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex4_mul_4c_latch | tri_rlmlatch_p_406 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex4_n_flush_latch | tri_rlmlatch_p_407 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex4_np1_flush_latch | tri_rlmlatch_p_408 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex4_ord_complete_latch | tri_rlmlatch_p_409 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex4_ord_val_latch | tri_rlmreg_p__parameterized37_410 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex4_t1_p_latch | tri_rlmreg_p__parameterized0_411 | 12 | 12 | 0 | 0 | 6 | 0 | 0 | 0 | +| ex4_t1_t_latch | tri_rlmreg_p__parameterized5_412 | 6 | 6 | 0 | 0 | 3 | 0 | 0 | 0 | +| ex4_t1_v_latch | tri_rlmlatch_p_413 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex4_t2_p_latch | tri_rlmreg_p__parameterized235 | 12 | 12 | 0 | 0 | 4 | 0 | 0 | 0 | +| ex4_t2_t_latch | tri_rlmreg_p__parameterized5_414 | 6 | 6 | 0 | 0 | 3 | 0 | 0 | 0 | +| ex4_t2_v_latch | tri_rlmlatch_p_415 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex4_t3_p_latch | tri_rlmreg_p__parameterized234 | 15 | 15 | 0 | 0 | 5 | 0 | 0 | 0 | +| ex4_t3_t_latch | tri_rlmreg_p__parameterized5_416 | 6 | 6 | 0 | 0 | 3 | 0 | 0 | 0 | +| ex4_t3_v_latch | tri_rlmlatch_p_417 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex4_val_latch | tri_rlmreg_p__parameterized37_418 | 4 | 4 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex5_mul_3c_latch | tri_rlmlatch_p_419 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex5_mul_4c_latch | tri_rlmlatch_p_420 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex5_ord_complete_latch | tri_rlmlatch_p_421 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex5_ord_t1_p_latch | tri_rlmreg_p__parameterized0_422 | 18 | 18 | 0 | 0 | 6 | 0 | 0 | 0 | +| ex5_ord_t1_t_latch | tri_rlmreg_p__parameterized5_423 | 2 | 2 | 0 | 0 | 3 | 0 | 0 | 0 | +| ex5_ord_t1_v_latch | tri_rlmlatch_p_424 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex5_ord_t2_p_latch | tri_rlmreg_p__parameterized235_425 | 0 | 0 | 0 | 0 | 4 | 0 | 0 | 0 | +| ex5_ord_t2_t_latch | tri_rlmreg_p__parameterized5_426 | 1 | 1 | 0 | 0 | 3 | 0 | 0 | 0 | +| ex5_ord_t2_v_latch | tri_rlmlatch_p_427 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex5_ord_t3_p_latch | tri_rlmreg_p__parameterized234_428 | 0 | 0 | 0 | 0 | 5 | 0 | 0 | 0 | +| ex5_ord_t3_t_latch | tri_rlmreg_p__parameterized5_429 | 1 | 1 | 0 | 0 | 3 | 0 | 0 | 0 | +| ex5_ord_t3_v_latch | tri_rlmlatch_p_430 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex5_t1_p_latch | tri_rlmreg_p__parameterized0_431 | 0 | 0 | 0 | 0 | 6 | 0 | 0 | 0 | +| ex5_t1_t_latch | tri_rlmreg_p__parameterized5_432 | 1 | 1 | 0 | 0 | 3 | 0 | 0 | 0 | +| ex5_t1_v_latch | tri_rlmlatch_p_433 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex5_t2_p_latch | tri_rlmreg_p__parameterized235_434 | 0 | 0 | 0 | 0 | 4 | 0 | 0 | 0 | +| ex5_t2_t_latch | tri_rlmreg_p__parameterized5_435 | 1 | 1 | 0 | 0 | 3 | 0 | 0 | 0 | +| ex5_t2_v_latch | tri_rlmlatch_p_436 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex5_t3_p_latch | tri_rlmreg_p__parameterized234_437 | 0 | 0 | 0 | 0 | 5 | 0 | 0 | 0 | +| ex5_t3_t_latch | tri_rlmreg_p__parameterized5_438 | 1 | 1 | 0 | 0 | 3 | 0 | 0 | 0 | +| ex5_t3_v_latch | tri_rlmlatch_p_439 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex5_val_latch | tri_rlmreg_p__parameterized37_440 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex6_cr_wa_latch | tri_rlmreg_p__parameterized234_441 | 14 | 14 | 0 | 0 | 5 | 0 | 0 | 0 | +| ex6_cr_we_latch | tri_rlmlatch_p_442 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex6_gpr_we_latch | tri_rlmlatch_p_443 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex6_mul_4c_latch | tri_rlmlatch_p_444 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex6_ord_complete_latch | tri_rlmlatch_p_445 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex6_ram_active_latch | tri_rlmlatch_p_446 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex6_t1_p_latch | tri_rlmreg_p__parameterized0_447 | 66 | 66 | 0 | 0 | 6 | 0 | 0 | 0 | +| ex6_t2_p_latch | tri_rlmreg_p__parameterized235_448 | 4 | 4 | 0 | 0 | 4 | 0 | 0 | 0 | +| ex6_val_latch | tri_rlmreg_p__parameterized37_449 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex6_xer_we_latch | tri_rlmlatch_p_450 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| exx_act_latch | tri_rlmreg_p__parameterized234_451 | 21 | 21 | 0 | 0 | 5 | 0 | 0 | 0 | +| exx_mul_tid_latch | tri_rlmreg_p__parameterized37_452 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| iu_ord_n_flush_req_latch | tri_rlmreg_p__parameterized2_453 | 2 | 2 | 0 | 0 | 2 | 0 | 0 | 0 | +| iu_xu_credits_returned_latch | tri_rlmlatch_p_454 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| mmu_ord_n_flush_req_latch | tri_rlmreg_p__parameterized2_455 | 2 | 2 | 0 | 0 | 2 | 0 | 0 | 0 | +| ord_async_credit_wait_latch | tri_rlmlatch_p_456 | 3 | 3 | 0 | 0 | 1 | 0 | 0 | 0 | +| ord_derat_par_err_latch | tri_rlmlatch_p_457 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| ord_done_latch | tri_rlmlatch_p_458 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ord_ex3_np1_flush_latch | tri_rlmlatch_p_459 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| ord_hold_lq_latch | tri_rlmlatch_p_460 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ord_hyp_priv_latch | tri_rlmlatch_p_461 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| ord_hyp_priv_spr_latch | tri_rlmlatch_p_462 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| ord_ierat_par_err_latch | tri_rlmlatch_p_463 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ord_ill_tlb_latch | tri_rlmlatch_p_464 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ord_illeg_mmu_latch | tri_rlmlatch_p_465 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| ord_instr_latch | tri_rlmreg_p__parameterized17_466 | 32 | 32 | 0 | 0 | 32 | 0 | 0 | 0 | +| ord_is_cp_next_latch | tri_rlmlatch_p_467 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| ord_local_snoop_reject_latch | tri_rlmlatch_p_468 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ord_mmu_req_sent_latch | tri_rlmlatch_p_469 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| ord_mtiar_latch | tri_rlmlatch_p_470 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ord_outstanding_latch | tri_rlmlatch_p_471 | 3 | 3 | 0 | 0 | 1 | 0 | 0 | 0 | +| ord_priv_latch | tri_rlmlatch_p_472 | 4 | 4 | 0 | 0 | 1 | 0 | 0 | 0 | +| ord_spr_illegal_spr_latch | tri_rlmlatch_p_473 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| ord_spr_priv_latch | tri_rlmlatch_p_474 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| ord_timeout_latch | tri_rlmreg_p__parameterized2_475 | 1 | 1 | 0 | 0 | 2 | 0 | 0 | 0 | +| ord_timer_latch | tri_rlmreg_p__parameterized0_476 | 8 | 8 | 0 | 0 | 6 | 0 | 0 | 0 | +| spr_ccr2_en_attn_latch | tri_rlmlatch_p_477 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| spr_ccr2_notlb_latch | tri_rlmlatch_p_478 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| spr_ccr4_en_dnh_latch | tri_rlmlatch_p_479 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| spr_epcr_dgtmi_latch | tri_rlmreg_p__parameterized37_480 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| spr_mmucr0_tlbsel_gen.spr_mmucr0_tlbsel_entry[0].spr_mmucr0_tlbsel_latch | tri_rlmreg_p__parameterized2_481 | 4 | 4 | 0 | 0 | 2 | 0 | 0 | 0 | +| spr_msr_cm_latch | tri_rlmreg_p__parameterized37_482 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| spr_msr_gs_latch | tri_rlmreg_p__parameterized37_483 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| spr_msr_pr_latch | tri_rlmreg_p__parameterized37_484 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xu0_iu_mtiar_latch | tri_rlmreg_p__parameterized37_485 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xu_iu_hold_val_latch | tri_rlmlatch_p_486 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xu_iu_pri_latch | tri_rlmreg_p__parameterized5_487 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| xu_iu_pri_val_latch | tri_rlmreg_p__parameterized37_488 | 3 | 3 | 0 | 0 | 1 | 0 | 0 | 0 | +| xu_iu_val_2_latch | tri_rlmreg_p__parameterized37_489 | 6 | 6 | 0 | 0 | 1 | 0 | 0 | 0 | +| xu_iu_val_latch | tri_rlmlatch_p_490 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xu_lq_hold_val_latch | tri_rlmlatch_p_491 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xu_lq_val_2_latch | tri_rlmreg_p__parameterized37_492 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| xu_lq_val_latch | tri_rlmlatch_p_493 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xu_mm_hold_val_latch | tri_rlmlatch_p_494 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| xu_mm_val_2_latch | tri_rlmreg_p__parameterized37_495 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xu_mm_val_latch | tri_rlmlatch_p_496 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| div | xu0_div_r4 | 2095 | 2095 | 0 | 0 | 656 | 0 | 0 | 0 | +| cp_flush_latch | tri_rlmreg_p__parameterized37_255 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex2_div_ctr_latch | tri_rlmreg_p__parameterized12_256 | 4 | 4 | 0 | 0 | 8 | 0 | 0 | 0 | +| ex2_div_extd_latch | tri_rlmlatch_p_257 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex2_div_sign_latch | tri_rlmlatch_p_258 | 73 | 73 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex2_div_size_latch | tri_rlmlatch_p_259 | 3 | 3 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex2_div_tid_latch | tri_rlmreg_p__parameterized37_260 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex2_div_val_latch | tri_rlmlatch_p_261 | 119 | 119 | 0 | 0 | 6 | 0 | 0 | 0 | +| ex2_spr_msr_cm_latch | tri_rlmlatch_p_262 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex2_xer_ov_update_latch | tri_rlmlatch_p_263 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex3_2s_rslt_latch | tri_rlmlatch_p_264 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex3_PR_carry_latch | tri_rlmreg_p__parameterized218 | 595 | 595 | 0 | 0 | 67 | 0 | 0 | 0 | +| ex3_PR_sum_latch | tri_rlmreg_p__parameterized218_265 | 93 | 93 | 0 | 0 | 67 | 0 | 0 | 0 | +| ex3_QM_latch | tri_rlmreg_p__parameterized33_266 | 32 | 32 | 0 | 0 | 64 | 0 | 0 | 0 | +| ex3_Q_latch | tri_rlmreg_p__parameterized33_267 | 33 | 33 | 0 | 0 | 64 | 0 | 0 | 0 | +| ex3_cycle_act_latch | tri_rlmlatch_p_268 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex3_cycles_latch | tri_rlmreg_p__parameterized12_269 | 84 | 84 | 0 | 0 | 8 | 0 | 0 | 0 | +| ex3_denom_latch | tri_rlmreg_p__parameterized217 | 417 | 417 | 0 | 0 | 66 | 0 | 0 | 0 | +| ex3_div_done_latch | tri_rlmlatch_p_270 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex3_div_extd_latch | tri_rlmlatch_p_271 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex3_div_ovf_latch | tri_rlmlatch_p_272 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex3_div_sign_latch | tri_rlmlatch_p_273 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex3_div_size_latch | tri_rlmlatch_p_274 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex3_div_val_latch | tri_rlmlatch_p_275 | 129 | 129 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex3_divrunning_latch | tri_rlmlatch_p_276 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex3_dmask_latch | tri_rlmreg_p__parameterized217_277 | 83 | 83 | 0 | 0 | 66 | 0 | 0 | 0 | +| ex3_numer_eq_zero_latch | tri_rlmlatch_p_278 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex3_numer_latch | tri_rlmreg_p__parameterized218_279 | 102 | 102 | 0 | 0 | 67 | 0 | 0 | 0 | +| ex3_oddshift_latch | tri_rlmlatch_p_280 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex3_quotient_correction_latch | tri_rlmlatch_p_281 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex3_xer_ov_update_latch | tri_rlmlatch_p_282 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex4_2s_rslt_latch | tri_rlmlatch_p_283 | 60 | 60 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex4_div_done_latch | tri_rlmlatch_p_284 | 14 | 14 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex4_div_ovf_cond3_latch | tri_rlmlatch_p_285 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex4_div_ovf_latch | tri_rlmlatch_p_286 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex4_div_rt_latch | tri_rlmreg_p__parameterized33_287 | 159 | 159 | 0 | 0 | 64 | 0 | 0 | 0 | +| ex4_div_size_latch | tri_rlmlatch_p_288 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex4_div_val_latch | tri_rlmlatch_p_289 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex4_divrunning_act_latch | tri_rlmlatch_p_290 | 57 | 57 | 0 | 0 | 6 | 0 | 0 | 0 | +| ex4_quot_watch_latch | tri_rlmlatch_p_291 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex4_quotient_latch | tri_rlmreg_p__parameterized33_292 | 62 | 62 | 0 | 0 | 64 | 0 | 0 | 0 | +| ex4_xer_ov_update_latch | tri_rlmlatch_p_293 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex5_div_done_latch | tri_rlmlatch_p_294 | 6 | 6 | 0 | 0 | 1 | 0 | 0 | 0 | +| xersrc_latch | tri_rlmreg_p__parameterized6_295 | 12 | 12 | 0 | 0 | 10 | 0 | 0 | 0 | +| mult | tri_st_mult | 2075 | 2075 | 0 | 0 | 800 | 0 | 0 | 0 | +| all0_lo_dly1_latch | tri_rlmlatch_p_182 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| all0_lo_dly2_latch | tri_rlmlatch_p_183 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| all0_lo_dly3_latch | tri_rlmlatch_p_184 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| carry_32_dly1_latch | tri_rlmlatch_p_185 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| cp_flush_latch | tri_rlmreg_p__parameterized37_186 | 4 | 4 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex2_mul_is_ord_latch | tri_rlmlatch_p_187 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex2_mul_sign_latch | tri_rlmlatch_p_188 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex2_mul_size_latch | tri_rlmlatch_p_189 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex2_mul_tid_latch | tri_rlmreg_p__parameterized37_190 | 3 | 3 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex2_mul_val_latch | tri_rlmlatch_p_191 | 2 | 2 | 0 | 0 | 3 | 0 | 0 | 0 | +| ex2_retsel_latch | tri_rlmreg_p__parameterized5_192 | 3 | 3 | 0 | 0 | 3 | 0 | 0 | 0 | +| ex2_spr_msr_cm_latch | tri_rlmlatch_p_193 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex2_xer_ov_update_latch | tri_rlmlatch_p_194 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex3_bd_lo_sign_latch | tri_rlmlatch_p_195 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex3_bs_lo_sign_latch | tri_rlmlatch_p_196 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex3_mul_is_ord_latch | tri_rlmlatch_p_197 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex3_mul_tid_latch | tri_rlmreg_p__parameterized37_198 | 5 | 5 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex3_mulsrc_0_latch | tri_rlmreg_p__parameterized33_199 | 186 | 186 | 0 | 0 | 64 | 0 | 0 | 0 | +| ex3_mulsrc_1_latch | tri_rlmreg_p__parameterized33_200 | 621 | 621 | 0 | 0 | 64 | 0 | 0 | 0 | +| ex3_mulstage_latch | tri_rlmreg_p__parameterized9_201 | 141 | 141 | 0 | 0 | 4 | 0 | 0 | 0 | +| ex3_retsel_latch | tri_rlmreg_p__parameterized5_202 | 4 | 4 | 0 | 0 | 3 | 0 | 0 | 0 | +| ex3_spr_msr_cm_latch | tri_rlmlatch_p_203 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex3_xer_ov_update_latch | tri_rlmlatch_p_204 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex3_xer_src_latch | tri_rlmreg_p__parameterized6_205 | 20 | 20 | 0 | 0 | 10 | 0 | 0 | 0 | +| ex4_mul_done_latch | tri_rlmlatch_p_206 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex4_mul_is_ord_latch | tri_rlmlatch_p_207 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex4_mul_tid_latch | tri_rlmreg_p__parameterized37_208 | 5 | 5 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex4_mulstage_latch | tri_rlmreg_p__parameterized9_209 | 176 | 176 | 0 | 0 | 4 | 0 | 0 | 0 | +| ex4_retsel_latch | tri_rlmreg_p__parameterized5_210 | 5 | 5 | 0 | 0 | 3 | 0 | 0 | 0 | +| ex4_spr_msr_cm_latch | tri_rlmlatch_p_211 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex4_xer_ov_update_latch | tri_rlmlatch_p_212 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex4_xer_src_latch | tri_rlmreg_p__parameterized6_213 | 10 | 10 | 0 | 0 | 10 | 0 | 0 | 0 | +| ex5_ci_latch | tri_rlmlatch_p_214 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex5_mul_done_latch | tri_rlmlatch_p_215 | 15 | 15 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex5_mul_is_ord_latch | tri_rlmlatch_p_216 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex5_mul_tid_latch | tri_rlmreg_p__parameterized37_217 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex5_mulstage_latch | tri_rlmreg_p__parameterized9_218 | 60 | 60 | 0 | 0 | 4 | 0 | 0 | 0 | +| ex5_retsel_latch | tri_rlmreg_p__parameterized5_219 | 22 | 22 | 0 | 0 | 3 | 0 | 0 | 0 | +| ex5_spr_msr_cm_latch | tri_rlmlatch_p_220 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex5_xer_ov_update_latch | tri_rlmlatch_p_221 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex5_xer_src_latch | tri_rlmreg_p__parameterized6_222 | 0 | 0 | 0 | 0 | 10 | 0 | 0 | 0 | +| ex6_all0_hi_latch | tri_rlmlatch_p_223 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex6_all0_latch | tri_rlmlatch_p_224 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex6_all0_lo_latch | tri_rlmlatch_p_225 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex6_all1_hi_latch | tri_rlmlatch_p_226 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex6_all1_latch | tri_rlmlatch_p_227 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex6_cmp0_sel_reshi_latch | tri_rlmlatch_p_228 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex6_cmp0_sel_reslo_latch | tri_rlmlatch_p_229 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex6_cmp0_sel_reslodly2_latch | tri_rlmlatch_p_230 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex6_cmp0_sel_reslodly_latch | tri_rlmlatch_p_231 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex6_cmp0_undef_latch | tri_rlmlatch_p_232 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex6_eq_sel_all0_b_latch | tri_rlmlatch_p_233 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex6_eq_sel_all0_hi_b_latch | tri_rlmlatch_p_234 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex6_eq_sel_all0_lo1_b_latch | tri_rlmlatch_p_235 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex6_eq_sel_all0_lo2_b_latch | tri_rlmlatch_p_236 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex6_eq_sel_all0_lo3_b_latch | tri_rlmlatch_p_237 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex6_eq_sel_all0_lo_b_latch | tri_rlmlatch_p_238 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex6_mulstage_latch | tri_rlmreg_p__parameterized9_239 | 33 | 33 | 0 | 0 | 2 | 0 | 0 | 0 | +| ex6_res_latch | tri_rlmreg_p__parameterized33_240 | 64 | 64 | 0 | 0 | 64 | 0 | 0 | 0 | +| ex6_ret_mulldo_latch | tri_rlmlatch_p_241 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex6_ret_mullw_latch | tri_rlmlatch_p_242 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex6_rslt_hw_latch | tri_rlmreg_p__parameterized12_243 | 0 | 0 | 0 | 0 | 4 | 0 | 0 | 0 | +| ex6_rslt_ld_li_latch | tri_rlmreg_p__parameterized12_244 | 0 | 0 | 0 | 0 | 8 | 0 | 0 | 0 | +| ex6_rslt_ldo_latch | tri_rlmreg_p__parameterized12_245 | 32 | 32 | 0 | 0 | 8 | 0 | 0 | 0 | +| ex6_rslt_lw_hd_latch | tri_rlmreg_p__parameterized12_246 | 0 | 0 | 0 | 0 | 8 | 0 | 0 | 0 | +| ex6_xer_ov_update_latch | tri_rlmlatch_p_247 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex6_xer_src_latch | tri_rlmreg_p__parameterized6_248 | 1 | 1 | 0 | 0 | 10 | 0 | 0 | 0 | +| exx_mul_abort_latch | tri_rlmreg_p__parameterized0_249 | 3 | 3 | 0 | 0 | 6 | 0 | 0 | 0 | +| mcore | tri_st_mult_core | 600 | 600 | 0 | 0 | 393 | 0 | 0 | 0 | +| ex4_pp2_0c_lat | tri_inv_nlats__parameterized2 | 10 | 10 | 0 | 0 | 40 | 0 | 0 | 0 | +| ex4_pp2_0s_lat | tri_inv_nlats__parameterized1 | 34 | 34 | 0 | 0 | 44 | 0 | 0 | 0 | +| ex4_pp2_1c_lat | tri_inv_nlats__parameterized1_253 | 19 | 19 | 0 | 0 | 42 | 0 | 0 | 0 | +| ex4_pp2_1s_lat | tri_inv_nlats__parameterized3 | 12 | 12 | 0 | 0 | 46 | 0 | 0 | 0 | +| ex4_pp2_2c_lat | tri_inv_nlats__parameterized4 | 93 | 93 | 0 | 0 | 42 | 0 | 0 | 0 | +| ex4_pp2_2s_lat | tri_inv_nlats__parameterized1_254 | 7 | 7 | 0 | 0 | 44 | 0 | 0 | 0 | +| ex5_pp5_0c_lat | tri_inv_nlats__parameterized6 | 134 | 134 | 0 | 0 | 67 | 0 | 0 | 0 | +| ex5_pp5_0s_lat | tri_inv_nlats__parameterized5 | 291 | 291 | 0 | 0 | 68 | 0 | 0 | 0 | +| rslt_lo_act_latch | tri_rlmlatch_p_250 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| rslt_lo_dly_latch | tri_rlmreg_p__parameterized17_251 | 2 | 2 | 0 | 0 | 32 | 0 | 0 | 0 | +| rslt_lo_latch | tri_rlmreg_p__parameterized17_252 | 33 | 33 | 0 | 0 | 32 | 0 | 0 | 0 | +| pop | tri_st_popcnt | 60 | 60 | 0 | 0 | 86 | 0 | 0 | 0 | +| ex2_instr_latch | tri_rlmreg_p__parameterized2_168 | 2 | 2 | 0 | 0 | 2 | 0 | 0 | 0 | +| ex3_b0_latch | tri_rlmreg_p__parameterized12_169 | 4 | 4 | 0 | 0 | 8 | 0 | 0 | 0 | +| ex3_b1_latch | tri_rlmreg_p__parameterized12_170 | 4 | 4 | 0 | 0 | 8 | 0 | 0 | 0 | +| ex3_b2_latch | tri_rlmreg_p__parameterized12_171 | 5 | 5 | 0 | 0 | 8 | 0 | 0 | 0 | +| ex3_b3_latch | tri_rlmreg_p__parameterized12_172 | 15 | 15 | 0 | 0 | 8 | 0 | 0 | 0 | +| ex3_popcnt_sel_latch | tri_rlmreg_p__parameterized5_173 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | +| ex4_b0_latch | tri_rlmreg_p__parameterized12_174 | 3 | 3 | 0 | 0 | 8 | 0 | 0 | 0 | +| ex4_b1_latch | tri_rlmreg_p__parameterized12_175 | 3 | 3 | 0 | 0 | 8 | 0 | 0 | 0 | +| ex4_b2_latch | tri_rlmreg_p__parameterized12_176 | 3 | 3 | 0 | 0 | 8 | 0 | 0 | 0 | +| ex4_b3_latch | tri_rlmreg_p__parameterized12_177 | 3 | 3 | 0 | 0 | 8 | 0 | 0 | 0 | +| ex4_popcnt_sel_latch | tri_rlmreg_p__parameterized5_178 | 10 | 10 | 0 | 0 | 3 | 0 | 0 | 0 | +| ex4_word0_latch | tri_rlmreg_p__parameterized0_179 | 7 | 7 | 0 | 0 | 6 | 0 | 0 | 0 | +| ex4_word1_latch | tri_rlmreg_p__parameterized0_180 | 0 | 0 | 0 | 0 | 6 | 0 | 0 | 0 | +| exx_act_latch | tri_rlmreg_p__parameterized2_181 | 1 | 1 | 0 | 0 | 2 | 0 | 0 | 0 | +| xu1 | xu1 | 9071 | 9071 | 0 | 0 | 1249 | 0 | 0 | 0 | +| (xu1) | xu1 | 1 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | +| alu | xu_alu | 3533 | 3533 | 0 | 0 | 284 | 0 | 0 | 0 | +| add | xu_alu_add | 11 | 11 | 0 | 0 | 3 | 0 | 0 | 0 | +| ex1_rs0_inv_b_latch | tri_inv_nlats_166 | 11 | 11 | 0 | 0 | 3 | 0 | 0 | 0 | +| cmp | xu_alu_cmp | 12 | 12 | 0 | 0 | 8 | 0 | 0 | 0 | +| ex2_msb_64b_sel_latch | tri_rlmlatch_p_158 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex3_diff_sign_latch | tri_rlmlatch_p_159 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex3_msb_64b_sel_latch | tri_rlmlatch_p_160 | 6 | 6 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex3_rs1_trm1_latch | tri_rlmlatch_p_161 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex3_rs2_trm1_latch | tri_rlmlatch_p_162 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex3_sel_cmp_latch | tri_rlmlatch_p_163 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex3_sel_cmpl_latch | tri_rlmlatch_p_164 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex3_sel_trap_latch | tri_rlmlatch_p_165 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex2_act_latch | tri_rlmlatch_p_109 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex2_msb_64b_sel_latch | tri_rlmlatch_p_110 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex2_sel_cmp_latch | tri_rlmlatch_p_111 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex2_sel_cmpl_latch | tri_rlmlatch_p_112 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex2_sel_isel_latch | tri_rlmlatch_p_113 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex2_sel_trap_latch | tri_rlmlatch_p_114 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex2_xer_ca_en_latch | tri_rlmlatch_p_115 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex2_xer_ov_en_latch | tri_rlmlatch_p_116 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex3_add_ca_latch | tri_rlmlatch_p_117 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex3_add_ovf_latch | tri_rlmlatch_p_118 | 7 | 7 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex3_sel_rot_log_latch | tri_rlmlatch_p_119 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex3_xer_ca_en_latch | tri_rlmlatch_p_120 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex3_xer_latch | tri_rlmreg_p__parameterized6_121 | 20 | 20 | 0 | 0 | 10 | 0 | 0 | 0 | +| ex3_xer_ov_en_latch | tri_rlmlatch_p_122 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| rot | tri_st_rot | 3477 | 3477 | 0 | 0 | 250 | 0 | 0 | 0 | +| (rot) | tri_st_rot | 2 | 2 | 0 | 0 | 0 | 0 | 0 | 0 | +| ex2_act_latch | tri_rlmlatch_p_123 | 32 | 32 | 0 | 0 | 3 | 0 | 0 | 0 | +| ex2_chk_shov_dw_latch | tri_rlmlatch_p_124 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex2_chk_shov_wd_latch | tri_rlmlatch_p_125 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex2_cmp_byte_latch | tri_rlmlatch_p_126 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex2_ins_prtyd_latch | tri_rlmlatch_p_127 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex2_ins_prtyw_latch | tri_rlmlatch_p_128 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex2_log_fcn_latch | tri_rlmreg_p__parameterized9_129 | 154 | 154 | 0 | 0 | 4 | 0 | 0 | 0 | +| ex2_mb_gt_me_latch | tri_rlmlatch_p_130 | 162 | 162 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex2_mb_ins_latch | tri_rlmreg_p__parameterized0_131 | 23 | 23 | 0 | 0 | 6 | 0 | 0 | 0 | +| ex2_me_ins_b_latch | tri_rlmreg_p__parameterized0_132 | 23 | 23 | 0 | 0 | 6 | 0 | 0 | 0 | +| ex2_sel_rot_log_latch | tri_rlmlatch_p_133 | 80 | 80 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex2_sgnxtd_byte_latch | tri_rlmlatch_p_134 | 5 | 5 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex2_sgnxtd_half_latch | tri_rlmlatch_p_135 | 6 | 6 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex2_sgnxtd_wd_latch | tri_rlmlatch_p_136 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex2_sh_amt_latch | tri_rlmreg_p__parameterized0_137 | 0 | 0 | 0 | 0 | 6 | 0 | 0 | 0 | +| ex2_sh_right_latch | tri_rlmreg_p__parameterized5_138 | 12 | 12 | 0 | 0 | 4 | 0 | 0 | 0 | +| ex2_sh_word_latch | tri_rlmreg_p__parameterized2_139 | 291 | 291 | 0 | 0 | 2 | 0 | 0 | 0 | +| ex2_sra_dw_latch | tri_rlmlatch_p_140 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex2_sra_wd_latch | tri_rlmlatch_p_141 | 6 | 6 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex2_use_mb_ins_hi_latch | tri_rlmlatch_p_142 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex2_use_mb_ins_lo_latch | tri_rlmlatch_p_143 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex2_use_mb_rb_hi_latch | tri_rlmlatch_p_144 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex2_use_mb_rb_lo_latch | tri_rlmlatch_p_145 | 9 | 9 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex2_use_me_ins_hi_latch | tri_rlmlatch_p_146 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex2_use_me_ins_lo_latch | tri_rlmlatch_p_147 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex2_use_me_rb_hi_latch | tri_rlmlatch_p_148 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex2_use_me_rb_lo_latch | tri_rlmlatch_p_149 | 9 | 9 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex2_use_rb_amt_hi_latch | tri_rlmlatch_p_150 | 291 | 291 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex2_use_rb_amt_lo_latch | tri_rlmlatch_p_151 | 6 | 6 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex2_use_sh_amt_hi_latch | tri_rlmlatch_p_152 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex2_use_sh_amt_lo_latch | tri_rlmlatch_p_153 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex2_zm_ins_latch | tri_rlmlatch_p_154 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex3_sh_word_latch | tri_rlmlatch_p_155 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex3_sra_se_latch | tri_rlmreg_p__parameterized37_156 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| msk_lat | tri_inv_nlats | 0 | 0 | 0 | 0 | 64 | 0 | 0 | 0 | +| or3232 | tri_st_or3232_b | 33 | 33 | 0 | 0 | 0 | 0 | 0 | 0 | +| res_lat | tri_inv_nlats__parameterized0 | 2325 | 2325 | 0 | 0 | 64 | 0 | 0 | 0 | +| rot_lat | tri_inv_nlats_157 | 1 | 1 | 0 | 0 | 64 | 0 | 0 | 0 | +| byp | xu1_byp | 1718 | 1718 | 0 | 0 | 776 | 0 | 0 | 0 | +| ex0_s1_v_latch | tri_rlmlatch_p_34 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex0_s2_v_latch | tri_rlmlatch_p_35 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex0_s3_v_latch | tri_rlmlatch_p_36 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex1_abt_s1_lq_sel_latch | tri_rlmlatch_p_37 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex1_abt_s1_xu0_sel_latch | tri_rlmreg_p__parameterized224 | 2 | 2 | 0 | 0 | 4 | 0 | 0 | 0 | +| ex1_abt_s1_xu1_sel_latch | tri_rlmreg_p__parameterized223 | 0 | 0 | 0 | 0 | 2 | 0 | 0 | 0 | +| ex1_abt_s2_lq_sel_latch | tri_rlmlatch_p_38 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex1_abt_s2_xu0_sel_latch | tri_rlmreg_p__parameterized224_39 | 6 | 6 | 0 | 0 | 4 | 0 | 0 | 0 | +| ex1_abt_s2_xu1_sel_latch | tri_rlmreg_p__parameterized223_40 | 0 | 0 | 0 | 0 | 2 | 0 | 0 | 0 | +| ex1_abt_s3_lq_sel_latch | tri_rlmreg_p__parameterized222 | 6 | 6 | 0 | 0 | 3 | 0 | 0 | 0 | +| ex1_abt_s3_xu0_sel_latch | tri_rlmreg_p__parameterized224_41 | 6 | 6 | 0 | 0 | 4 | 0 | 0 | 0 | +| ex1_abt_s3_xu1_sel_latch | tri_rlmreg_p__parameterized223_42 | 0 | 0 | 0 | 0 | 2 | 0 | 0 | 0 | +| ex1_gpr_s1_lq_sel_gen.ex1_gpr_s1_lq_sel_entry[5].ex1_gpr_s1_lq_sel_latch | tri_rlmreg_p__parameterized12_43 | 14 | 14 | 0 | 0 | 8 | 0 | 0 | 0 | +| ex1_gpr_s1_lq_sel_gen.ex1_gpr_s1_lq_sel_entry[6].ex1_gpr_s1_lq_sel_latch | tri_rlmreg_p__parameterized12_44 | 14 | 14 | 0 | 0 | 8 | 0 | 0 | 0 | +| ex1_gpr_s1_lq_sel_gen.ex1_gpr_s1_lq_sel_entry[7].ex1_gpr_s1_lq_sel_latch | tri_rlmreg_p__parameterized12_45 | 33 | 33 | 0 | 0 | 8 | 0 | 0 | 0 | +| ex1_gpr_s1_lq_sel_gen.ex1_gpr_s1_lq_sel_entry[8].ex1_gpr_s1_lq_sel_latch | tri_rlmreg_p__parameterized12_46 | 23 | 23 | 0 | 0 | 8 | 0 | 0 | 0 | +| ex1_gpr_s1_reg_sel_latch | tri_rlmreg_p__parameterized12_47 | 51 | 51 | 0 | 0 | 8 | 0 | 0 | 0 | +| ex1_gpr_s1_rel_sel_gen.ex1_gpr_s1_rel_sel_entry[3].ex1_gpr_s1_rel_sel_latch | tri_rlmreg_p__parameterized12_48 | 2 | 2 | 0 | 0 | 8 | 0 | 0 | 0 | +| ex1_gpr_s1_rel_sel_gen.ex1_gpr_s1_rel_sel_entry[4].ex1_gpr_s1_rel_sel_latch | tri_rlmreg_p__parameterized12_49 | 0 | 0 | 0 | 0 | 8 | 0 | 0 | 0 | +| ex1_gpr_s1_xu0_sel_gen.ex1_gpr_s1_xu0_sel_entry[2].ex1_gpr_s1_xu0_sel_latch | tri_rlmreg_p__parameterized12_50 | 1 | 1 | 0 | 0 | 8 | 0 | 0 | 0 | +| ex1_gpr_s1_xu0_sel_gen.ex1_gpr_s1_xu0_sel_entry[3].ex1_gpr_s1_xu0_sel_latch | tri_rlmreg_p__parameterized12_51 | 0 | 0 | 0 | 0 | 8 | 0 | 0 | 0 | +| ex1_gpr_s1_xu0_sel_gen.ex1_gpr_s1_xu0_sel_entry[4].ex1_gpr_s1_xu0_sel_latch | tri_rlmreg_p__parameterized12_52 | 0 | 0 | 0 | 0 | 8 | 0 | 0 | 0 | +| ex1_gpr_s1_xu0_sel_gen.ex1_gpr_s1_xu0_sel_entry[5].ex1_gpr_s1_xu0_sel_latch | tri_rlmreg_p__parameterized12_53 | 0 | 0 | 0 | 0 | 8 | 0 | 0 | 0 | +| ex1_gpr_s1_xu0_sel_gen.ex1_gpr_s1_xu0_sel_entry[6].ex1_gpr_s1_xu0_sel_latch | tri_rlmreg_p__parameterized12_54 | 1 | 1 | 0 | 0 | 8 | 0 | 0 | 0 | +| ex1_gpr_s1_xu0_sel_gen.ex1_gpr_s1_xu0_sel_entry[7].ex1_gpr_s1_xu0_sel_latch | tri_rlmreg_p__parameterized12_55 | 56 | 56 | 0 | 0 | 8 | 0 | 0 | 0 | +| ex1_gpr_s1_xu0_sel_gen.ex1_gpr_s1_xu0_sel_entry[8].ex1_gpr_s1_xu0_sel_latch | tri_rlmreg_p__parameterized12_56 | 37 | 37 | 0 | 0 | 8 | 0 | 0 | 0 | +| ex1_gpr_s1_xu1_sel_gen.ex1_gpr_s1_xu1_sel_entry[2].ex1_gpr_s1_xu1_sel_latch | tri_rlmreg_p__parameterized12_57 | 11 | 11 | 0 | 0 | 8 | 0 | 0 | 0 | +| ex1_gpr_s1_xu1_sel_gen.ex1_gpr_s1_xu1_sel_entry[3].ex1_gpr_s1_xu1_sel_latch | tri_rlmreg_p__parameterized12_58 | 38 | 38 | 0 | 0 | 8 | 0 | 0 | 0 | +| ex1_gpr_s1_xu1_sel_gen.ex1_gpr_s1_xu1_sel_entry[4].ex1_gpr_s1_xu1_sel_latch | tri_rlmreg_p__parameterized12_59 | 58 | 58 | 0 | 0 | 8 | 0 | 0 | 0 | +| ex1_gpr_s1_xu1_sel_gen.ex1_gpr_s1_xu1_sel_entry[5].ex1_gpr_s1_xu1_sel_latch | tri_rlmreg_p__parameterized12_60 | 5 | 5 | 0 | 0 | 8 | 0 | 0 | 0 | +| ex1_gpr_s2_imm_sel_latch | tri_rlmreg_p__parameterized12_61 | 0 | 0 | 0 | 0 | 8 | 0 | 0 | 0 | +| ex1_gpr_s2_lq_sel_gen.ex1_gpr_s2_lq_sel_entry[5].ex1_gpr_s2_lq_sel_latch | tri_rlmreg_p__parameterized12_62 | 40 | 40 | 0 | 0 | 8 | 0 | 0 | 0 | +| ex1_gpr_s2_lq_sel_gen.ex1_gpr_s2_lq_sel_entry[6].ex1_gpr_s2_lq_sel_latch | tri_rlmreg_p__parameterized12_63 | 25 | 25 | 0 | 0 | 8 | 0 | 0 | 0 | +| ex1_gpr_s2_lq_sel_gen.ex1_gpr_s2_lq_sel_entry[7].ex1_gpr_s2_lq_sel_latch | tri_rlmreg_p__parameterized12_64 | 5 | 5 | 0 | 0 | 8 | 0 | 0 | 0 | +| ex1_gpr_s2_lq_sel_gen.ex1_gpr_s2_lq_sel_entry[8].ex1_gpr_s2_lq_sel_latch | tri_rlmreg_p__parameterized12_65 | 5 | 5 | 0 | 0 | 8 | 0 | 0 | 0 | +| ex1_gpr_s2_reg_sel_latch | tri_rlmreg_p__parameterized12_66 | 72 | 72 | 0 | 0 | 8 | 0 | 0 | 0 | +| ex1_gpr_s2_rel_sel_gen.ex1_gpr_s2_rel_sel_entry[3].ex1_gpr_s2_rel_sel_latch | tri_rlmreg_p__parameterized12_67 | 46 | 46 | 0 | 0 | 8 | 0 | 0 | 0 | +| ex1_gpr_s2_rel_sel_gen.ex1_gpr_s2_rel_sel_entry[4].ex1_gpr_s2_rel_sel_latch | tri_rlmreg_p__parameterized12_68 | 3 | 3 | 0 | 0 | 8 | 0 | 0 | 0 | +| ex1_gpr_s2_xu0_sel_gen.ex1_gpr_s2_xu0_sel_entry[2].ex1_gpr_s2_xu0_sel_latch | tri_rlmreg_p__parameterized12_69 | 21 | 21 | 0 | 0 | 8 | 0 | 0 | 0 | +| ex1_gpr_s2_xu0_sel_gen.ex1_gpr_s2_xu0_sel_entry[3].ex1_gpr_s2_xu0_sel_latch | tri_rlmreg_p__parameterized12_70 | 0 | 0 | 0 | 0 | 8 | 0 | 0 | 0 | +| ex1_gpr_s2_xu0_sel_gen.ex1_gpr_s2_xu0_sel_entry[4].ex1_gpr_s2_xu0_sel_latch | tri_rlmreg_p__parameterized12_71 | 0 | 0 | 0 | 0 | 8 | 0 | 0 | 0 | +| ex1_gpr_s2_xu0_sel_gen.ex1_gpr_s2_xu0_sel_entry[5].ex1_gpr_s2_xu0_sel_latch | tri_rlmreg_p__parameterized12_72 | 0 | 0 | 0 | 0 | 8 | 0 | 0 | 0 | +| ex1_gpr_s2_xu0_sel_gen.ex1_gpr_s2_xu0_sel_entry[6].ex1_gpr_s2_xu0_sel_latch | tri_rlmreg_p__parameterized12_73 | 1 | 1 | 0 | 0 | 8 | 0 | 0 | 0 | +| ex1_gpr_s2_xu0_sel_gen.ex1_gpr_s2_xu0_sel_entry[7].ex1_gpr_s2_xu0_sel_latch | tri_rlmreg_p__parameterized12_74 | 0 | 0 | 0 | 0 | 8 | 0 | 0 | 0 | +| ex1_gpr_s2_xu0_sel_gen.ex1_gpr_s2_xu0_sel_entry[8].ex1_gpr_s2_xu0_sel_latch | tri_rlmreg_p__parameterized12_75 | 0 | 0 | 0 | 0 | 8 | 0 | 0 | 0 | +| ex1_gpr_s2_xu1_sel_gen.ex1_gpr_s2_xu1_sel_entry[2].ex1_gpr_s2_xu1_sel_latch | tri_rlmreg_p__parameterized12_76 | 37 | 37 | 0 | 0 | 8 | 0 | 0 | 0 | +| ex1_gpr_s2_xu1_sel_gen.ex1_gpr_s2_xu1_sel_entry[3].ex1_gpr_s2_xu1_sel_latch | tri_rlmreg_p__parameterized12_77 | 54 | 54 | 0 | 0 | 8 | 0 | 0 | 0 | +| ex1_gpr_s2_xu1_sel_gen.ex1_gpr_s2_xu1_sel_entry[4].ex1_gpr_s2_xu1_sel_latch | tri_rlmreg_p__parameterized12_78 | 0 | 0 | 0 | 0 | 8 | 0 | 0 | 0 | +| ex1_gpr_s2_xu1_sel_gen.ex1_gpr_s2_xu1_sel_entry[5].ex1_gpr_s2_xu1_sel_latch | tri_rlmreg_p__parameterized12_79 | 12 | 12 | 0 | 0 | 8 | 0 | 0 | 0 | +| ex1_s1_v_latch | tri_rlmlatch_p_80 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex1_s2_v_latch | tri_rlmlatch_p_81 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex1_s3_v_latch | tri_rlmlatch_p_82 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex1_spr_s3_lq_sel_gen.ex1_spr_s3_lq_sel_entry[5].ex1_spr_s3_lq_sel_latch | tri_rlmreg_p__parameterized37_83 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex1_spr_s3_lq_sel_gen.ex1_spr_s3_lq_sel_entry[6].ex1_spr_s3_lq_sel_latch | tri_rlmreg_p__parameterized37_84 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex1_spr_s3_reg_sel_latch | tri_rlmreg_p__parameterized2_85 | 5 | 5 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex1_spr_s3_xu0_sel_gen.ex1_spr_s3_xu0_sel_entry[3].ex1_spr_s3_xu0_sel_latch | tri_rlmreg_p__parameterized37_86 | 9 | 9 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex1_spr_s3_xu0_sel_gen.ex1_spr_s3_xu0_sel_entry[4].ex1_spr_s3_xu0_sel_latch | tri_rlmreg_p__parameterized37_87 | 4 | 4 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex1_spr_s3_xu0_sel_gen.ex1_spr_s3_xu0_sel_entry[5].ex1_spr_s3_xu0_sel_latch | tri_rlmreg_p__parameterized37_88 | 5 | 5 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex1_spr_s3_xu0_sel_gen.ex1_spr_s3_xu0_sel_entry[6].ex1_spr_s3_xu0_sel_latch | tri_rlmreg_p__parameterized37_89 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex1_spr_s3_xu0_sel_gen.ex1_spr_s3_xu0_sel_entry[7].ex1_spr_s3_xu0_sel_latch | tri_rlmreg_p__parameterized37_90 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex1_spr_s3_xu0_sel_gen.ex1_spr_s3_xu0_sel_entry[8].ex1_spr_s3_xu0_sel_latch | tri_rlmreg_p__parameterized37_91 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex1_spr_s3_xu1_sel_gen.ex1_spr_s3_xu1_sel_entry[3].ex1_spr_s3_xu1_sel_latch | tri_rlmreg_p__parameterized37_92 | 14 | 14 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex1_spr_s3_xu1_sel_gen.ex1_spr_s3_xu1_sel_entry[4].ex1_spr_s3_xu1_sel_latch | tri_rlmreg_p__parameterized37_93 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex1_spr_s3_xu1_sel_gen.ex1_spr_s3_xu1_sel_entry[5].ex1_spr_s3_xu1_sel_latch | tri_rlmreg_p__parameterized37_94 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex2_cr_bit_latch | tri_rlmlatch_p_95 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex2_rs1_abort_latch | tri_rlmlatch_p_96 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex2_rs1_latch | tri_rlmreg_p__parameterized33_97 | 326 | 326 | 0 | 0 | 64 | 0 | 0 | 0 | +| ex2_rs2_abort_latch | tri_rlmlatch_p_98 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex2_rs2_latch | tri_rlmreg_p__parameterized33_99 | 136 | 136 | 0 | 0 | 64 | 0 | 0 | 0 | +| ex2_rs3_abort_latch | tri_rlmlatch_p_100 | 6 | 6 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex2_xer3_latch | tri_rlmreg_p__parameterized6 | 11 | 11 | 0 | 0 | 10 | 0 | 0 | 0 | +| ex4_xu1_rt_latch | tri_rlmreg_p__parameterized33_101 | 211 | 211 | 0 | 0 | 64 | 0 | 0 | 0 | +| ex5_xu0_cr_latch | tri_rlmreg_p__parameterized9_102 | 4 | 4 | 0 | 0 | 4 | 0 | 0 | 0 | +| ex5_xu0_xer_latch | tri_rlmreg_p__parameterized6_103 | 19 | 19 | 0 | 0 | 10 | 0 | 0 | 0 | +| ex5_xu1_rt_latch | tri_rlmreg_p__parameterized33_104 | 66 | 66 | 0 | 0 | 64 | 0 | 0 | 0 | +| ex6_lq_cr_latch | tri_rlmreg_p__parameterized9_105 | 0 | 0 | 0 | 0 | 2 | 0 | 0 | 0 | +| exx_lq_abort_latch | tri_rlmreg_p__parameterized233 | 7 | 7 | 0 | 0 | 4 | 0 | 0 | 0 | +| exx_rel3_act_latch | tri_rlmlatch_p_106 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| exx_rel3_rt_latch | tri_rlmreg_p__parameterized33_107 | 100 | 100 | 0 | 0 | 64 | 0 | 0 | 0 | +| exx_rel4_rt_latch | tri_rlmreg_p__parameterized33_108 | 47 | 47 | 0 | 0 | 64 | 0 | 0 | 0 | +| exx_xu0_abort_latch | tri_rlmreg_p__parameterized240 | 12 | 12 | 0 | 0 | 9 | 0 | 0 | 0 | +| exx_xu0_act_latch | tri_rlmreg_p__parameterized238 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| exx_xu1_abort_latch | tri_rlmreg_p__parameterized241 | 10 | 10 | 0 | 0 | 6 | 0 | 0 | 0 | +| exx_xu1_act_latch | tri_rlmreg_p__parameterized239 | 35 | 35 | 0 | 0 | 4 | 0 | 0 | 0 | +| dec | xu1_dec | 3819 | 3819 | 0 | 0 | 189 | 0 | 0 | 0 | +| cp_flush_latch | tri_rlmreg_p__parameterized37 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex0_val_latch | tri_rlmreg_p__parameterized37_2 | 196 | 196 | 0 | 0 | 5 | 0 | 0 | 0 | +| ex1_instr_latch | tri_rlmreg_p__parameterized17 | 238 | 238 | 0 | 0 | 32 | 0 | 0 | 0 | +| ex1_itag_latch | tri_rlmreg_p__parameterized13 | 7 | 7 | 0 | 0 | 7 | 0 | 0 | 0 | +| ex1_s3_type_latch | tri_rlmreg_p__parameterized5 | 5 | 5 | 0 | 0 | 3 | 0 | 0 | 0 | +| ex1_t1_p_latch | tri_rlmreg_p__parameterized0_3 | 6 | 6 | 0 | 0 | 6 | 0 | 0 | 0 | +| ex1_t1_v_latch | tri_rlmlatch_p_4 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex1_t2_p_latch | tri_rlmreg_p__parameterized9 | 4 | 4 | 0 | 0 | 4 | 0 | 0 | 0 | +| ex1_t2_v_latch | tri_rlmlatch_p_5 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex1_t3_p_latch | tri_rlmreg_p__parameterized4 | 5 | 5 | 0 | 0 | 5 | 0 | 0 | 0 | +| ex1_t3_v_latch | tri_rlmlatch_p_6 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex1_ucode_latch | tri_rlmreg_p__parameterized37_7 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex1_val_latch | tri_rlmreg_p__parameterized37_8 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex2_add_ci_sel_latch | tri_rlmreg_p__parameterized2 | 3 | 3 | 0 | 0 | 2 | 0 | 0 | 0 | +| ex2_cr_we_latch | tri_rlmlatch_p_9 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex2_dvc_mask_latch | tri_rlmreg_p__parameterized12 | 2 | 2 | 0 | 0 | 8 | 0 | 0 | 0 | +| ex2_gpr_we_latch | tri_rlmlatch_p_10 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex2_instr_latch | tri_rlmreg_p__parameterized43 | 15 | 15 | 0 | 0 | 15 | 0 | 0 | 0 | +| ex2_is_lswx_latch | tri_rlmlatch_p_11 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex2_is_stswx_latch | tri_rlmlatch_p_12 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex2_itag_latch | tri_rlmreg_p__parameterized13_13 | 0 | 0 | 0 | 0 | 7 | 0 | 0 | 0 | +| ex2_stq_val_latch | tri_rlmreg_p__parameterized37_14 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex2_t1_p_latch | tri_rlmreg_p__parameterized0_15 | 0 | 0 | 0 | 0 | 6 | 0 | 0 | 0 | +| ex2_t2_p_latch | tri_rlmreg_p__parameterized9_16 | 0 | 0 | 0 | 0 | 4 | 0 | 0 | 0 | +| ex2_t3_p_latch | tri_rlmreg_p__parameterized4_17 | 0 | 0 | 0 | 0 | 5 | 0 | 0 | 0 | +| ex2_val_latch | tri_rlmreg_p__parameterized37_18 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex2_xer_val_latch | tri_rlmlatch_p_19 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex2_xer_we_latch | tri_rlmlatch_p_20 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex3_cr_we_latch | tri_rlmlatch_p_21 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex3_gpr_we_latch | tri_rlmlatch_p_22 | 34 | 34 | 0 | 0 | 32 | 0 | 0 | 0 | +| ex3_illeg_lswx_latch | tri_rlmlatch_p_23 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex3_itag_latch | tri_rlmreg_p__parameterized13_24 | 0 | 0 | 0 | 0 | 6 | 0 | 0 | 0 | +| ex3_ram_active_latch | tri_rlmlatch_p_25 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex3_strg_noop_latch | tri_rlmlatch_p_26 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex3_t1_p_latch | tri_rlmreg_p__parameterized0_27 | 3270 | 3270 | 0 | 0 | 9 | 0 | 0 | 0 | +| ex3_t2_p_latch | tri_rlmreg_p__parameterized9_28 | 4 | 4 | 0 | 0 | 4 | 0 | 0 | 0 | +| ex3_t3_p_latch | tri_rlmreg_p__parameterized4_29 | 7 | 7 | 0 | 0 | 5 | 0 | 0 | 0 | +| ex3_val_latch | tri_rlmreg_p__parameterized37_30 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| ex3_xer_we_latch | tri_rlmlatch_p_31 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| exx_act_latch | tri_rlmreg_p__parameterized5_32 | 8 | 8 | 0 | 0 | 3 | 0 | 0 | 0 | +| msr_cm_latch | tri_rlmreg_p__parameterized37_33 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| xu_pc_ram_data_latch | tri_rlmreg_p__parameterized33_0 | 64 | 64 | 0 | 0 | 64 | 0 | 0 | 0 | +| xu_pc_ram_done_latch | tri_rlmlatch_p_1 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | +| n0 | a2l2wb | 491 | 491 | 0 | 0 | 721 | 0 | 0 | 0 | ++-----------------------------------------------------------------------------------------+--------------------------------------------+------------+------------+---------+------+-------+--------+--------+------------+ + + diff --git a/dev/build/litex/build/cmod7/gateware/cmod7_utilization_synth.rpt b/dev/build/litex/build/cmod7/gateware/cmod7_utilization_synth.rpt new file mode 100644 index 0000000..1887d19 --- /dev/null +++ b/dev/build/litex/build/cmod7/gateware/cmod7_utilization_synth.rpt @@ -0,0 +1,200 @@ +Copyright 1986-2020 Xilinx, Inc. All Rights Reserved. +------------------------------------------------------------------------------------ +| Tool Version : Vivado v.2020.2 (lin64) Build 3064766 Wed Nov 18 09:12:47 MST 2020 +| Date : Wed Aug 3 07:40:33 2022 +| Host : GatorCountry running 64-bit Ubuntu 20.04.4 LTS +| Command : report_utilization -file cmod7_utilization_synth.rpt +| Design : cmod7 +| Device : 7a200tsbg484-1 +| Design State : Synthesized +------------------------------------------------------------------------------------ + +Utilization Design Information + +Table of Contents +----------------- +1. Slice Logic +1.1 Summary of Registers by Type +2. Memory +3. DSP +4. IO and GT Specific +5. Clocking +6. Specific Feature +7. Primitives +8. Black Boxes +9. Instantiated Netlists + +1. Slice Logic +-------------- + ++----------------------------+--------+-------+-----------+--------+ +| Site Type | Used | Fixed | Available | Util% | ++----------------------------+--------+-------+-----------+--------+ +| Slice LUTs* | 231525 | 0 | 134600 | 172.01 | +| LUT as Logic | 230967 | 0 | 134600 | 171.60 | +| LUT as Memory | 558 | 0 | 46200 | 1.21 | +| LUT as Distributed RAM | 556 | 0 | | | +| LUT as Shift Register | 2 | 0 | | | +| Slice Registers | 89333 | 0 | 269200 | 33.18 | +| Register as Flip Flop | 89333 | 0 | 269200 | 33.18 | +| Register as Latch | 0 | 0 | 269200 | 0.00 | +| F7 Muxes | 8148 | 0 | 67300 | 12.11 | +| F8 Muxes | 3260 | 0 | 33650 | 9.69 | ++----------------------------+--------+-------+-----------+--------+ +* Warning! The Final LUT count, after physical optimizations and full implementation, is typically lower. Run opt_design after synthesis, if not already completed, for a more realistic count. + + +1.1 Summary of Registers by Type +-------------------------------- + ++-------+--------------+-------------+--------------+ +| Total | Clock Enable | Synchronous | Asynchronous | ++-------+--------------+-------------+--------------+ +| 0 | _ | - | - | +| 0 | _ | - | Set | +| 0 | _ | - | Reset | +| 0 | _ | Set | - | +| 0 | _ | Reset | - | +| 0 | Yes | - | - | +| 4 | Yes | - | Set | +| 8 | Yes | - | Reset | +| 903 | Yes | Set | - | +| 88418 | Yes | Reset | - | ++-------+--------------+-------------+--------------+ + + +2. Memory +--------- + ++-------------------+-------+-------+-----------+-------+ +| Site Type | Used | Fixed | Available | Util% | ++-------------------+-------+-------+-----------+-------+ +| Block RAM Tile | 101.5 | 0 | 365 | 27.81 | +| RAMB36/FIFO* | 95 | 0 | 365 | 26.03 | +| RAMB36E1 only | 95 | | | | +| RAMB18 | 13 | 0 | 730 | 1.78 | +| RAMB18E1 only | 13 | | | | ++-------------------+-------+-------+-----------+-------+ +* Note: Each Block RAM Tile only has one FIFO logic available and therefore can accommodate only one FIFO36E1 or one FIFO18E1. However, if a FIFO18E1 occupies a Block RAM Tile, that tile can still accommodate a RAMB18E1 + + +3. DSP +------ + ++-----------+------+-------+-----------+-------+ +| Site Type | Used | Fixed | Available | Util% | ++-----------+------+-------+-----------+-------+ +| DSPs | 0 | 0 | 740 | 0.00 | ++-----------+------+-------+-----------+-------+ + + +4. IO and GT Specific +--------------------- + ++-----------------------------+------+-------+-----------+-------+ +| Site Type | Used | Fixed | Available | Util% | ++-----------------------------+------+-------+-----------+-------+ +| Bonded IOB | 7 | 3 | 285 | 2.46 | +| IOB Master Pads | 1 | | | | +| IOB Slave Pads | 2 | | | | +| Bonded IPADs | 0 | 0 | 14 | 0.00 | +| Bonded OPADs | 0 | 0 | 8 | 0.00 | +| PHY_CONTROL | 0 | 0 | 10 | 0.00 | +| PHASER_REF | 0 | 0 | 10 | 0.00 | +| OUT_FIFO | 0 | 0 | 40 | 0.00 | +| IN_FIFO | 0 | 0 | 40 | 0.00 | +| IDELAYCTRL | 1 | 0 | 10 | 10.00 | +| IBUFDS | 0 | 0 | 274 | 0.00 | +| GTPE2_CHANNEL | 0 | 0 | 4 | 0.00 | +| PHASER_OUT/PHASER_OUT_PHY | 0 | 0 | 40 | 0.00 | +| PHASER_IN/PHASER_IN_PHY | 0 | 0 | 40 | 0.00 | +| IDELAYE2/IDELAYE2_FINEDELAY | 0 | 0 | 500 | 0.00 | +| IBUFDS_GTE2 | 0 | 0 | 2 | 0.00 | +| ILOGIC | 0 | 0 | 285 | 0.00 | +| OLOGIC | 0 | 0 | 285 | 0.00 | ++-----------------------------+------+-------+-----------+-------+ + + +5. Clocking +----------- + ++------------+------+-------+-----------+-------+ +| Site Type | Used | Fixed | Available | Util% | ++------------+------+-------+-----------+-------+ +| BUFGCTRL | 4 | 0 | 32 | 12.50 | +| BUFIO | 0 | 0 | 40 | 0.00 | +| MMCME2_ADV | 1 | 0 | 10 | 10.00 | +| PLLE2_ADV | 0 | 0 | 10 | 0.00 | +| BUFMRCE | 0 | 0 | 20 | 0.00 | +| BUFHCE | 0 | 0 | 120 | 0.00 | +| BUFR | 0 | 0 | 40 | 0.00 | ++------------+------+-------+-----------+-------+ + + +6. Specific Feature +------------------- + ++-------------+------+-------+-----------+-------+ +| Site Type | Used | Fixed | Available | Util% | ++-------------+------+-------+-----------+-------+ +| BSCANE2 | 0 | 0 | 4 | 0.00 | +| CAPTUREE2 | 0 | 0 | 1 | 0.00 | +| DNA_PORT | 0 | 0 | 1 | 0.00 | +| EFUSE_USR | 0 | 0 | 1 | 0.00 | +| FRAME_ECCE2 | 0 | 0 | 1 | 0.00 | +| ICAPE2 | 0 | 0 | 2 | 0.00 | +| PCIE_2_1 | 0 | 0 | 1 | 0.00 | +| STARTUPE2 | 0 | 0 | 1 | 0.00 | +| XADC | 0 | 0 | 1 | 0.00 | ++-------------+------+-------+-----------+-------+ + + +7. Primitives +------------- + ++------------+--------+---------------------+ +| Ref Name | Used | Functional Category | ++------------+--------+---------------------+ +| LUT6 | 121905 | LUT | +| FDRE | 88418 | Flop & Latch | +| LUT5 | 62878 | LUT | +| LUT4 | 40414 | LUT | +| LUT3 | 14779 | LUT | +| MUXF7 | 8148 | MuxFx | +| LUT2 | 5981 | LUT | +| MUXF8 | 3260 | MuxFx | +| FDSE | 903 | Flop & Latch | +| CARRY4 | 751 | CarryLogic | +| RAMD64E | 540 | Distributed Memory | +| LUT1 | 473 | LUT | +| RAMB36E1 | 95 | Block Memory | +| RAMD32 | 24 | Distributed Memory | +| RAMB18E1 | 13 | Block Memory | +| RAMS32 | 8 | Distributed Memory | +| FDCE | 8 | Flop & Latch | +| IBUF | 4 | IO | +| FDPE | 4 | Flop & Latch | +| BUFG | 4 | Clock | +| OBUF | 3 | IO | +| SRL16E | 2 | Distributed Memory | +| MMCME2_ADV | 1 | Clock | +| IDELAYCTRL | 1 | IO | ++------------+--------+---------------------+ + + +8. Black Boxes +-------------- + ++----------+------+ +| Ref Name | Used | ++----------+------+ + + +9. Instantiated Netlists +------------------------ + ++----------+------+ +| Ref Name | Used | ++----------+------+ + + diff --git a/dev/build/litex/build/cmod7/software/include/generated/csr.h b/dev/build/litex/build/cmod7/software/include/generated/csr.h new file mode 100644 index 0000000..6535726 --- /dev/null +++ b/dev/build/litex/build/cmod7/software/include/generated/csr.h @@ -0,0 +1,357 @@ +//-------------------------------------------------------------------------------- +// Auto-generated by LiteX (6932fc51) on 2022-08-03 07:06:41 +//-------------------------------------------------------------------------------- +#include +#ifndef __GENERATED_CSR_H +#define __GENERATED_CSR_H +#include +#include +#ifndef CSR_ACCESSORS_DEFINED +#include +#endif /* ! CSR_ACCESSORS_DEFINED */ +#ifndef CSR_BASE +#define CSR_BASE 0xfff00000L +#endif + +/* leds */ +#define CSR_LEDS_BASE (CSR_BASE + 0x1800L) +#define CSR_LEDS_OUT_ADDR (CSR_BASE + 0x1800L) +#define CSR_LEDS_OUT_SIZE 1 +static inline uint32_t leds_out_read(void) { + return csr_read_simple((CSR_BASE + 0x1800L)); +} +static inline void leds_out_write(uint32_t v) { + csr_write_simple(v, (CSR_BASE + 0x1800L)); +} + +/* buttons */ +#define CSR_BUTTONS_BASE (CSR_BASE + 0x2000L) +#define CSR_BUTTONS_IN_ADDR (CSR_BASE + 0x2000L) +#define CSR_BUTTONS_IN_SIZE 1 +static inline uint32_t buttons_in_read(void) { + return csr_read_simple((CSR_BASE + 0x2000L)); +} + +/* ctrl */ +#define CSR_CTRL_BASE (CSR_BASE + 0x2800L) +#define CSR_CTRL_RESET_ADDR (CSR_BASE + 0x2800L) +#define CSR_CTRL_RESET_SIZE 1 +static inline uint32_t ctrl_reset_read(void) { + return csr_read_simple((CSR_BASE + 0x2800L)); +} +static inline void ctrl_reset_write(uint32_t v) { + csr_write_simple(v, (CSR_BASE + 0x2800L)); +} +#define CSR_CTRL_RESET_SOC_RST_OFFSET 0 +#define CSR_CTRL_RESET_SOC_RST_SIZE 1 +static inline uint32_t ctrl_reset_soc_rst_extract(uint32_t oldword) { + uint32_t mask = ((uint32_t)(1 << 1)-1); + return ( (oldword >> 0) & mask ); +} +static inline uint32_t ctrl_reset_soc_rst_read(void) { + uint32_t word = ctrl_reset_read(); + return ctrl_reset_soc_rst_extract(word); +} +static inline uint32_t ctrl_reset_soc_rst_replace(uint32_t oldword, uint32_t plain_value) { + uint32_t mask = ((uint32_t)(1 << 1)-1); + return (oldword & (~(mask << 0))) | (mask & plain_value)<< 0 ; +} +static inline void ctrl_reset_soc_rst_write(uint32_t plain_value) { + uint32_t oldword = ctrl_reset_read(); + uint32_t newword = ctrl_reset_soc_rst_replace(oldword, plain_value); + ctrl_reset_write(newword); +} +#define CSR_CTRL_RESET_CPU_RST_OFFSET 1 +#define CSR_CTRL_RESET_CPU_RST_SIZE 1 +static inline uint32_t ctrl_reset_cpu_rst_extract(uint32_t oldword) { + uint32_t mask = ((uint32_t)(1 << 1)-1); + return ( (oldword >> 1) & mask ); +} +static inline uint32_t ctrl_reset_cpu_rst_read(void) { + uint32_t word = ctrl_reset_read(); + return ctrl_reset_cpu_rst_extract(word); +} +static inline uint32_t ctrl_reset_cpu_rst_replace(uint32_t oldword, uint32_t plain_value) { + uint32_t mask = ((uint32_t)(1 << 1)-1); + return (oldword & (~(mask << 1))) | (mask & plain_value)<< 1 ; +} +static inline void ctrl_reset_cpu_rst_write(uint32_t plain_value) { + uint32_t oldword = ctrl_reset_read(); + uint32_t newword = ctrl_reset_cpu_rst_replace(oldword, plain_value); + ctrl_reset_write(newword); +} +#define CSR_CTRL_SCRATCH_ADDR (CSR_BASE + 0x2804L) +#define CSR_CTRL_SCRATCH_SIZE 1 +static inline uint32_t ctrl_scratch_read(void) { + return csr_read_simple((CSR_BASE + 0x2804L)); +} +static inline void ctrl_scratch_write(uint32_t v) { + csr_write_simple(v, (CSR_BASE + 0x2804L)); +} +#define CSR_CTRL_BUS_ERRORS_ADDR (CSR_BASE + 0x2808L) +#define CSR_CTRL_BUS_ERRORS_SIZE 1 +static inline uint32_t ctrl_bus_errors_read(void) { + return csr_read_simple((CSR_BASE + 0x2808L)); +} + +/* identifier_mem */ +#define CSR_IDENTIFIER_MEM_BASE (CSR_BASE + 0x3000L) + +/* timer0 */ +#define CSR_TIMER0_BASE (CSR_BASE + 0x3800L) +#define CSR_TIMER0_LOAD_ADDR (CSR_BASE + 0x3800L) +#define CSR_TIMER0_LOAD_SIZE 1 +static inline uint32_t timer0_load_read(void) { + return csr_read_simple((CSR_BASE + 0x3800L)); +} +static inline void timer0_load_write(uint32_t v) { + csr_write_simple(v, (CSR_BASE + 0x3800L)); +} +#define CSR_TIMER0_RELOAD_ADDR (CSR_BASE + 0x3804L) +#define CSR_TIMER0_RELOAD_SIZE 1 +static inline uint32_t timer0_reload_read(void) { + return csr_read_simple((CSR_BASE + 0x3804L)); +} +static inline void timer0_reload_write(uint32_t v) { + csr_write_simple(v, (CSR_BASE + 0x3804L)); +} +#define CSR_TIMER0_EN_ADDR (CSR_BASE + 0x3808L) +#define CSR_TIMER0_EN_SIZE 1 +static inline uint32_t timer0_en_read(void) { + return csr_read_simple((CSR_BASE + 0x3808L)); +} +static inline void timer0_en_write(uint32_t v) { + csr_write_simple(v, (CSR_BASE + 0x3808L)); +} +#define CSR_TIMER0_UPDATE_VALUE_ADDR (CSR_BASE + 0x380cL) +#define CSR_TIMER0_UPDATE_VALUE_SIZE 1 +static inline uint32_t timer0_update_value_read(void) { + return csr_read_simple((CSR_BASE + 0x380cL)); +} +static inline void timer0_update_value_write(uint32_t v) { + csr_write_simple(v, (CSR_BASE + 0x380cL)); +} +#define CSR_TIMER0_VALUE_ADDR (CSR_BASE + 0x3810L) +#define CSR_TIMER0_VALUE_SIZE 1 +static inline uint32_t timer0_value_read(void) { + return csr_read_simple((CSR_BASE + 0x3810L)); +} +#define CSR_TIMER0_EV_STATUS_ADDR (CSR_BASE + 0x3814L) +#define CSR_TIMER0_EV_STATUS_SIZE 1 +static inline uint32_t timer0_ev_status_read(void) { + return csr_read_simple((CSR_BASE + 0x3814L)); +} +#define CSR_TIMER0_EV_STATUS_ZERO_OFFSET 0 +#define CSR_TIMER0_EV_STATUS_ZERO_SIZE 1 +static inline uint32_t timer0_ev_status_zero_extract(uint32_t oldword) { + uint32_t mask = ((uint32_t)(1 << 1)-1); + return ( (oldword >> 0) & mask ); +} +static inline uint32_t timer0_ev_status_zero_read(void) { + uint32_t word = timer0_ev_status_read(); + return timer0_ev_status_zero_extract(word); +} +#define CSR_TIMER0_EV_PENDING_ADDR (CSR_BASE + 0x3818L) +#define CSR_TIMER0_EV_PENDING_SIZE 1 +static inline uint32_t timer0_ev_pending_read(void) { + return csr_read_simple((CSR_BASE + 0x3818L)); +} +static inline void timer0_ev_pending_write(uint32_t v) { + csr_write_simple(v, (CSR_BASE + 0x3818L)); +} +#define CSR_TIMER0_EV_PENDING_ZERO_OFFSET 0 +#define CSR_TIMER0_EV_PENDING_ZERO_SIZE 1 +static inline uint32_t timer0_ev_pending_zero_extract(uint32_t oldword) { + uint32_t mask = ((uint32_t)(1 << 1)-1); + return ( (oldword >> 0) & mask ); +} +static inline uint32_t timer0_ev_pending_zero_read(void) { + uint32_t word = timer0_ev_pending_read(); + return timer0_ev_pending_zero_extract(word); +} +static inline uint32_t timer0_ev_pending_zero_replace(uint32_t oldword, uint32_t plain_value) { + uint32_t mask = ((uint32_t)(1 << 1)-1); + return (oldword & (~(mask << 0))) | (mask & plain_value)<< 0 ; +} +static inline void timer0_ev_pending_zero_write(uint32_t plain_value) { + uint32_t oldword = timer0_ev_pending_read(); + uint32_t newword = timer0_ev_pending_zero_replace(oldword, plain_value); + timer0_ev_pending_write(newword); +} +#define CSR_TIMER0_EV_ENABLE_ADDR (CSR_BASE + 0x381cL) +#define CSR_TIMER0_EV_ENABLE_SIZE 1 +static inline uint32_t timer0_ev_enable_read(void) { + return csr_read_simple((CSR_BASE + 0x381cL)); +} +static inline void timer0_ev_enable_write(uint32_t v) { + csr_write_simple(v, (CSR_BASE + 0x381cL)); +} +#define CSR_TIMER0_EV_ENABLE_ZERO_OFFSET 0 +#define CSR_TIMER0_EV_ENABLE_ZERO_SIZE 1 +static inline uint32_t timer0_ev_enable_zero_extract(uint32_t oldword) { + uint32_t mask = ((uint32_t)(1 << 1)-1); + return ( (oldword >> 0) & mask ); +} +static inline uint32_t timer0_ev_enable_zero_read(void) { + uint32_t word = timer0_ev_enable_read(); + return timer0_ev_enable_zero_extract(word); +} +static inline uint32_t timer0_ev_enable_zero_replace(uint32_t oldword, uint32_t plain_value) { + uint32_t mask = ((uint32_t)(1 << 1)-1); + return (oldword & (~(mask << 0))) | (mask & plain_value)<< 0 ; +} +static inline void timer0_ev_enable_zero_write(uint32_t plain_value) { + uint32_t oldword = timer0_ev_enable_read(); + uint32_t newword = timer0_ev_enable_zero_replace(oldword, plain_value); + timer0_ev_enable_write(newword); +} + +/* uart */ +#define CSR_UART_BASE (CSR_BASE + 0x4000L) +#define CSR_UART_RXTX_ADDR (CSR_BASE + 0x4000L) +#define CSR_UART_RXTX_SIZE 1 +static inline uint32_t uart_rxtx_read(void) { + return csr_read_simple((CSR_BASE + 0x4000L)); +} +static inline void uart_rxtx_write(uint32_t v) { + csr_write_simple(v, (CSR_BASE + 0x4000L)); +} +#define CSR_UART_TXFULL_ADDR (CSR_BASE + 0x4004L) +#define CSR_UART_TXFULL_SIZE 1 +static inline uint32_t uart_txfull_read(void) { + return csr_read_simple((CSR_BASE + 0x4004L)); +} +#define CSR_UART_RXEMPTY_ADDR (CSR_BASE + 0x4008L) +#define CSR_UART_RXEMPTY_SIZE 1 +static inline uint32_t uart_rxempty_read(void) { + return csr_read_simple((CSR_BASE + 0x4008L)); +} +#define CSR_UART_EV_STATUS_ADDR (CSR_BASE + 0x400cL) +#define CSR_UART_EV_STATUS_SIZE 1 +static inline uint32_t uart_ev_status_read(void) { + return csr_read_simple((CSR_BASE + 0x400cL)); +} +#define CSR_UART_EV_STATUS_TX_OFFSET 0 +#define CSR_UART_EV_STATUS_TX_SIZE 1 +static inline uint32_t uart_ev_status_tx_extract(uint32_t oldword) { + uint32_t mask = ((uint32_t)(1 << 1)-1); + return ( (oldword >> 0) & mask ); +} +static inline uint32_t uart_ev_status_tx_read(void) { + uint32_t word = uart_ev_status_read(); + return uart_ev_status_tx_extract(word); +} +#define CSR_UART_EV_STATUS_RX_OFFSET 1 +#define CSR_UART_EV_STATUS_RX_SIZE 1 +static inline uint32_t uart_ev_status_rx_extract(uint32_t oldword) { + uint32_t mask = ((uint32_t)(1 << 1)-1); + return ( (oldword >> 1) & mask ); +} +static inline uint32_t uart_ev_status_rx_read(void) { + uint32_t word = uart_ev_status_read(); + return uart_ev_status_rx_extract(word); +} +#define CSR_UART_EV_PENDING_ADDR (CSR_BASE + 0x4010L) +#define CSR_UART_EV_PENDING_SIZE 1 +static inline uint32_t uart_ev_pending_read(void) { + return csr_read_simple((CSR_BASE + 0x4010L)); +} +static inline void uart_ev_pending_write(uint32_t v) { + csr_write_simple(v, (CSR_BASE + 0x4010L)); +} +#define CSR_UART_EV_PENDING_TX_OFFSET 0 +#define CSR_UART_EV_PENDING_TX_SIZE 1 +static inline uint32_t uart_ev_pending_tx_extract(uint32_t oldword) { + uint32_t mask = ((uint32_t)(1 << 1)-1); + return ( (oldword >> 0) & mask ); +} +static inline uint32_t uart_ev_pending_tx_read(void) { + uint32_t word = uart_ev_pending_read(); + return uart_ev_pending_tx_extract(word); +} +static inline uint32_t uart_ev_pending_tx_replace(uint32_t oldword, uint32_t plain_value) { + uint32_t mask = ((uint32_t)(1 << 1)-1); + return (oldword & (~(mask << 0))) | (mask & plain_value)<< 0 ; +} +static inline void uart_ev_pending_tx_write(uint32_t plain_value) { + uint32_t oldword = uart_ev_pending_read(); + uint32_t newword = uart_ev_pending_tx_replace(oldword, plain_value); + uart_ev_pending_write(newword); +} +#define CSR_UART_EV_PENDING_RX_OFFSET 1 +#define CSR_UART_EV_PENDING_RX_SIZE 1 +static inline uint32_t uart_ev_pending_rx_extract(uint32_t oldword) { + uint32_t mask = ((uint32_t)(1 << 1)-1); + return ( (oldword >> 1) & mask ); +} +static inline uint32_t uart_ev_pending_rx_read(void) { + uint32_t word = uart_ev_pending_read(); + return uart_ev_pending_rx_extract(word); +} +static inline uint32_t uart_ev_pending_rx_replace(uint32_t oldword, uint32_t plain_value) { + uint32_t mask = ((uint32_t)(1 << 1)-1); + return (oldword & (~(mask << 1))) | (mask & plain_value)<< 1 ; +} +static inline void uart_ev_pending_rx_write(uint32_t plain_value) { + uint32_t oldword = uart_ev_pending_read(); + uint32_t newword = uart_ev_pending_rx_replace(oldword, plain_value); + uart_ev_pending_write(newword); +} +#define CSR_UART_EV_ENABLE_ADDR (CSR_BASE + 0x4014L) +#define CSR_UART_EV_ENABLE_SIZE 1 +static inline uint32_t uart_ev_enable_read(void) { + return csr_read_simple((CSR_BASE + 0x4014L)); +} +static inline void uart_ev_enable_write(uint32_t v) { + csr_write_simple(v, (CSR_BASE + 0x4014L)); +} +#define CSR_UART_EV_ENABLE_TX_OFFSET 0 +#define CSR_UART_EV_ENABLE_TX_SIZE 1 +static inline uint32_t uart_ev_enable_tx_extract(uint32_t oldword) { + uint32_t mask = ((uint32_t)(1 << 1)-1); + return ( (oldword >> 0) & mask ); +} +static inline uint32_t uart_ev_enable_tx_read(void) { + uint32_t word = uart_ev_enable_read(); + return uart_ev_enable_tx_extract(word); +} +static inline uint32_t uart_ev_enable_tx_replace(uint32_t oldword, uint32_t plain_value) { + uint32_t mask = ((uint32_t)(1 << 1)-1); + return (oldword & (~(mask << 0))) | (mask & plain_value)<< 0 ; +} +static inline void uart_ev_enable_tx_write(uint32_t plain_value) { + uint32_t oldword = uart_ev_enable_read(); + uint32_t newword = uart_ev_enable_tx_replace(oldword, plain_value); + uart_ev_enable_write(newword); +} +#define CSR_UART_EV_ENABLE_RX_OFFSET 1 +#define CSR_UART_EV_ENABLE_RX_SIZE 1 +static inline uint32_t uart_ev_enable_rx_extract(uint32_t oldword) { + uint32_t mask = ((uint32_t)(1 << 1)-1); + return ( (oldword >> 1) & mask ); +} +static inline uint32_t uart_ev_enable_rx_read(void) { + uint32_t word = uart_ev_enable_read(); + return uart_ev_enable_rx_extract(word); +} +static inline uint32_t uart_ev_enable_rx_replace(uint32_t oldword, uint32_t plain_value) { + uint32_t mask = ((uint32_t)(1 << 1)-1); + return (oldword & (~(mask << 1))) | (mask & plain_value)<< 1 ; +} +static inline void uart_ev_enable_rx_write(uint32_t plain_value) { + uint32_t oldword = uart_ev_enable_read(); + uint32_t newword = uart_ev_enable_rx_replace(oldword, plain_value); + uart_ev_enable_write(newword); +} +#define CSR_UART_TXEMPTY_ADDR (CSR_BASE + 0x4018L) +#define CSR_UART_TXEMPTY_SIZE 1 +static inline uint32_t uart_txempty_read(void) { + return csr_read_simple((CSR_BASE + 0x4018L)); +} +#define CSR_UART_RXFULL_ADDR (CSR_BASE + 0x401cL) +#define CSR_UART_RXFULL_SIZE 1 +static inline uint32_t uart_rxfull_read(void) { + return csr_read_simple((CSR_BASE + 0x401cL)); +} + +#endif diff --git a/dev/build/litex/build/cmod7/software/include/generated/git.h b/dev/build/litex/build/cmod7/software/include/generated/git.h new file mode 100644 index 0000000..0e46ccb --- /dev/null +++ b/dev/build/litex/build/cmod7/software/include/generated/git.h @@ -0,0 +1,8 @@ +//-------------------------------------------------------------------------------- +// Auto-generated by LiteX (6932fc51) on 2022-08-03 07:06:41 +//-------------------------------------------------------------------------------- +#ifndef __GENERATED_GIT_H +#define __GENERATED_GIT_H + +#define LITEX_GIT_SHA1 "6932fc51" +#endif diff --git a/dev/build/litex/build/cmod7/software/include/generated/mem.h b/dev/build/litex/build/cmod7/software/include/generated/mem.h new file mode 100644 index 0000000..15dc77c --- /dev/null +++ b/dev/build/litex/build/cmod7/software/include/generated/mem.h @@ -0,0 +1,30 @@ +//-------------------------------------------------------------------------------- +// Auto-generated by LiteX (6932fc51) on 2022-08-03 07:06:41 +//-------------------------------------------------------------------------------- +#ifndef __GENERATED_MEM_H +#define __GENERATED_MEM_H + +#ifndef ROM_BASE +#define ROM_BASE 0x00000000L +#define ROM_SIZE 0x00010000 +#endif + +#ifndef SRAM_BASE +#define SRAM_BASE 0x00010000L +#define SRAM_SIZE 0x00010000 +#endif + +#ifndef MAIN_RAM_BASE +#define MAIN_RAM_BASE 0x00100000L +#define MAIN_RAM_SIZE 0x00000100 +#endif + +#ifndef CSR_BASE +#define CSR_BASE 0xfff00000L +#define CSR_SIZE 0x00010000 +#endif + +#ifndef MEM_REGIONS +#define MEM_REGIONS "ROM 0x00000000 0x10000 \nSRAM 0x00010000 0x10000 \nMAIN_RAM 0x00100000 0x100 \nCSR 0xfff00000 0x10000 " +#endif +#endif diff --git a/dev/build/litex/build/cmod7/software/include/generated/output_format.ld b/dev/build/litex/build/cmod7/software/include/generated/output_format.ld new file mode 100644 index 0000000..8391962 --- /dev/null +++ b/dev/build/litex/build/cmod7/software/include/generated/output_format.ld @@ -0,0 +1 @@ +OUTPUT_FORMAT("elf64-powerpcle") diff --git a/dev/build/litex/build/cmod7/software/include/generated/regions.ld b/dev/build/litex/build/cmod7/software/include/generated/regions.ld new file mode 100644 index 0000000..ff5be24 --- /dev/null +++ b/dev/build/litex/build/cmod7/software/include/generated/regions.ld @@ -0,0 +1,6 @@ +MEMORY { + rom : ORIGIN = 0x00000000, LENGTH = 0x00010000 + sram : ORIGIN = 0x00010000, LENGTH = 0x00010000 + main_ram : ORIGIN = 0x00100000, LENGTH = 0x00000100 + csr : ORIGIN = 0xfff00000, LENGTH = 0x00010000 +} diff --git a/dev/build/litex/build/cmod7/software/include/generated/soc.h b/dev/build/litex/build/cmod7/software/include/generated/soc.h new file mode 100644 index 0000000..263ab26 --- /dev/null +++ b/dev/build/litex/build/cmod7/software/include/generated/soc.h @@ -0,0 +1,65 @@ +//-------------------------------------------------------------------------------- +// Auto-generated by LiteX (6932fc51) on 2022-08-03 07:06:41 +//-------------------------------------------------------------------------------- +#ifndef __GENERATED_SOC_H +#define __GENERATED_SOC_H +#define CONFIG_CLOCK_FREQUENCY 50000000 +#define CONFIG_CPU_HAS_INTERRUPT +#define CONFIG_CPU_RESET_ADDR 0 +#define CONFIG_CPU_TYPE_A2O +#define CONFIG_CPU_VARIANT_STANDARD +#define CONFIG_CPU_HUMAN_NAME "a2owb" +#define CONFIG_CPU_NOP "nop" +#define CONFIG_ROM_INIT 1 +#define CONFIG_CSR_DATA_WIDTH 32 +#define CONFIG_CSR_ALIGNMENT 32 +#define CONFIG_BUS_STANDARD "WISHBONE" +#define CONFIG_BUS_DATA_WIDTH 32 +#define CONFIG_BUS_ADDRESS_WIDTH 32 +#define CONFIG_BUS_BURSTING 0 +#define TIMER0_INTERRUPT 1 +#define UART_INTERRUPT 0 + +#ifndef __ASSEMBLER__ +static inline int config_clock_frequency_read(void) { + return 50000000; +} +static inline int config_cpu_reset_addr_read(void) { + return 0; +} +static inline const char * config_cpu_human_name_read(void) { + return "a2owb"; +} +static inline const char * config_cpu_nop_read(void) { + return "nop"; +} +static inline int config_rom_init_read(void) { + return 1; +} +static inline int config_csr_data_width_read(void) { + return 32; +} +static inline int config_csr_alignment_read(void) { + return 32; +} +static inline const char * config_bus_standard_read(void) { + return "WISHBONE"; +} +static inline int config_bus_data_width_read(void) { + return 32; +} +static inline int config_bus_address_width_read(void) { + return 32; +} +static inline int config_bus_bursting_read(void) { + return 0; +} +static inline int timer0_interrupt_read(void) { + return 1; +} +static inline int uart_interrupt_read(void) { + return 0; +} +#endif // !__ASSEMBLER__ + +#endif diff --git a/dev/build/litex/build/cmod7/software/include/generated/variables.mak b/dev/build/litex/build/cmod7/software/include/generated/variables.mak new file mode 100644 index 0000000..ae7dd1d --- /dev/null +++ b/dev/build/litex/build/cmod7/software/include/generated/variables.mak @@ -0,0 +1,26 @@ +PACKAGES=libc libcompiler_rt libbase libfatfs liblitespi liblitedram libliteeth liblitesdcard liblitesata bios +PACKAGE_DIRS=/data/projects/litex/litex/soc/software/libc /data/projects/litex/litex/soc/software/libcompiler_rt /data/projects/litex/litex/soc/software/libbase /data/projects/litex/litex/soc/software/libfatfs /data/projects/litex/litex/soc/software/liblitespi /data/projects/litex/litex/soc/software/liblitedram /data/projects/litex/litex/soc/software/libliteeth /data/projects/litex/litex/soc/software/liblitesdcard /data/projects/litex/litex/soc/software/liblitesata /data/projects/litex/litex/soc/software/bios +LIBS=libc libcompiler_rt libbase libfatfs liblitespi liblitedram libliteeth liblitesdcard liblitesata +TRIPLE=--not-found-- +CPU=a2o +CPUFAMILY=ppc64 +CPUFLAGS=-ma2 -m64 -mlittle-endian -mabi=elfv2 -fnostack-protector -D__a2o__ +CPUENDIANNESS=little +CLANG=0 +CPU_DIRECTORY=/data/projects/a2o/dev/build/litex/a2o +SOC_DIRECTORY=/data/projects/litex/litex/soc +PICOLIBC_DIRECTORY=/home/wtf/.local/lib/python3.8/site-packages/pythondata_software_picolibc/data +COMPILER_RT_DIRECTORY=/usr/local/lib/python3.8/dist-packages/pythondata_software_compiler_rt-0.0.post6206-py3.8.egg/pythondata_software_compiler_rt/data +export BUILDINC_DIRECTORY +BUILDINC_DIRECTORY=/data/projects/a2o/dev/build/litex/build/cmod7/software/include +LIBC_DIRECTORY=/data/projects/litex/litex/soc/software/libc +LIBCOMPILER_RT_DIRECTORY=/data/projects/litex/litex/soc/software/libcompiler_rt +LIBBASE_DIRECTORY=/data/projects/litex/litex/soc/software/libbase +LIBFATFS_DIRECTORY=/data/projects/litex/litex/soc/software/libfatfs +LIBLITESPI_DIRECTORY=/data/projects/litex/litex/soc/software/liblitespi +LIBLITEDRAM_DIRECTORY=/data/projects/litex/litex/soc/software/liblitedram +LIBLITEETH_DIRECTORY=/data/projects/litex/litex/soc/software/libliteeth +LIBLITESDCARD_DIRECTORY=/data/projects/litex/litex/soc/software/liblitesdcard +LIBLITESATA_DIRECTORY=/data/projects/litex/litex/soc/software/liblitesata +BIOS_DIRECTORY=/data/projects/litex/litex/soc/software/bios +LTO=0 \ No newline at end of file diff --git a/dev/build/verilog b/dev/build/verilog new file mode 120000 index 0000000..2630032 --- /dev/null +++ b/dev/build/verilog @@ -0,0 +1 @@ +../verilog \ No newline at end of file