FASE #1 hardware freeze for FPGA-Neural V2, N4/P8, single external SDRAM (Alliance Memory AS4C4M16SA-6TIN) serving weights, activations, and results through one physical sdram_controller.v instance. Removes the PSRAM dependency (hardware/v1/rtl/psram_controller.v + memory_interface.v) from the V2 physical path entirely -- V1 itself remains fully unmodified, the golden reference. New RTL: sdram_unified_backend.v (2-way W/AR arbitration over one SDRAM controller, real per-byte DQM write masking added to sdram_controller.v for correct single-byte result writes with no read-modify-write), nms_neural_multiprocessor_sdram_unified.v (the frozen top-level). Two real bugs found and fixed via full-system testing before being accepted (ERR-0023): a deadlock and an off-by-one data-shift bug in the new arbitration logic. Real results: N=4 and N=2 D-Stress bit-exact (256/256 neurons), 40 real AUTO REFRESH events interleaved with zero corruption, real Yosys+nextpnr-ecp5 synthesis/P&R for LFE5U-45F-8CABGA381 (149/245 TRELLIS_IO, a real 45-pin reduction from the prior dual-memory design). Timing is MARGINAL (1/8 P&R seeds >=80MHz), reported honestly rather than masked by the best seed. Real, sourced ball-level pinout for the SDRAM bus + clk/rst (39/149 signals, P&R-verified) using the official Lattice ECP5U-45 pinout CSV found on disk during this step's own pre-commit review -- corrects an earlier draft that wrongly assumed no real pinout data was available. Chip readiness: NO. Real, disclosed blockers remain (no physical host interface exists yet -- the RTL's own reg_* ports are a 110-pin raw test-harness bus; clock source/PLL decision; power/configuration component selection) -- see hardware/v2/docs/{HARDWARE_FREEZE, CHIP_READINESS,OPEN_ITEMS}.md for the complete, itemized status. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_013xXuuRUWZScuo1DeYJxs3v
1580 lines
153 KiB
Plaintext
1580 lines
153 KiB
Plaintext
|
|
/----------------------------------------------------------------------------\
|
|
| yosys -- Yosys Open SYnthesis Suite |
|
|
| Copyright (C) 2012 - 2026 Claire Xenia Wolf <claire@yosyshq.com> |
|
|
| Distributed under an ISC-like license, type "license" to see terms |
|
|
\----------------------------------------------------------------------------/
|
|
Yosys 0.68+post (git sha1 c12172fbae8af5e20f6fb52e3d4e92d56ed587b6, Release, AppleClang clang++ 21.0.0.21000101)
|
|
|
|
-- Running command `read_verilog hardware/v2/nms/rtl/nms_weight_direct.v hardware/v2/nms/synthesis/harness_nms_weight_direct.v; chparam -set N_SLOTS 8 -set MAX_TILES 16 harness_nms_weight_direct; synth_ecp5 -json hardware/v2/nms/synthesis/wt_direct_n8_t16/top.json -top harness_nms_weight_direct' --
|
|
|
|
1. Executing Verilog-2005 frontend: hardware/v2/nms/rtl/nms_weight_direct.v
|
|
Parsing Verilog input from `hardware/v2/nms/rtl/nms_weight_direct.v' to AST representation.
|
|
Generating RTLIL representation for module `\nms_weight_direct'.
|
|
Successfully finished Verilog frontend.
|
|
|
|
2. Executing Verilog-2005 frontend: hardware/v2/nms/synthesis/harness_nms_weight_direct.v
|
|
Parsing Verilog input from `hardware/v2/nms/synthesis/harness_nms_weight_direct.v' to AST representation.
|
|
Generating RTLIL representation for module `\harness_nms_weight_direct'.
|
|
Successfully finished Verilog frontend.
|
|
Parameter \N_SLOTS = 8
|
|
Parameter \MAX_TILES = 16
|
|
|
|
3. Executing AST frontend in derive mode using pre-parsed AST for module `\harness_nms_weight_direct'.
|
|
Parameter \N_SLOTS = 8
|
|
Parameter \MAX_TILES = 16
|
|
Generating RTLIL representation for module `$paramod$0a9a2577ef5c7d06f1244153309e1b5a4a030268\harness_nms_weight_direct'.
|
|
|
|
4. Executing SYNTH_LATTICE pass.
|
|
|
|
4.1. Executing Verilog-2005 frontend: /opt/homebrew/bin/../share/yosys/lattice/cells_sim_ecp5.v
|
|
Parsing Verilog input from `/opt/homebrew/bin/../share/yosys/lattice/cells_sim_ecp5.v' to AST representation.
|
|
Generating RTLIL representation for module `\LUT4'.
|
|
Generating RTLIL representation for module `\$__ABC9_LUT5'.
|
|
Generating RTLIL representation for module `\$__ABC9_LUT6'.
|
|
Generating RTLIL representation for module `\$__ABC9_LUT7'.
|
|
Generating RTLIL representation for module `\L6MUX21'.
|
|
Generating RTLIL representation for module `\TRELLIS_RAM16X2'.
|
|
Generating RTLIL representation for module `\PFUMX'.
|
|
Generating RTLIL representation for module `\TRELLIS_DPR16X4'.
|
|
Generating RTLIL representation for module `\DPR16X4C'.
|
|
Generating RTLIL representation for module `\LUT2'.
|
|
Generating RTLIL representation for module `\TRELLIS_FF'.
|
|
Generating RTLIL representation for module `\TRELLIS_IO'.
|
|
Generating RTLIL representation for module `\INV'.
|
|
Generating RTLIL representation for module `\TRELLIS_COMB'.
|
|
Generating RTLIL representation for module `\VLO'.
|
|
Generating RTLIL representation for module `\VHI'.
|
|
Generating RTLIL representation for module `\FD1P3AX'.
|
|
Generating RTLIL representation for module `\FD1P3AY'.
|
|
Generating RTLIL representation for module `\FD1P3BX'.
|
|
Generating RTLIL representation for module `\FD1P3DX'.
|
|
Generating RTLIL representation for module `\FD1P3IX'.
|
|
Generating RTLIL representation for module `\FD1P3JX'.
|
|
Generating RTLIL representation for module `\FD1S3AX'.
|
|
Generating RTLIL representation for module `\FD1S3AY'.
|
|
Generating RTLIL representation for module `\FD1S3BX'.
|
|
Generating RTLIL representation for module `\FD1S3DX'.
|
|
Generating RTLIL representation for module `\FD1S3IX'.
|
|
Generating RTLIL representation for module `\FD1S3JX'.
|
|
Generating RTLIL representation for module `\IFS1P3BX'.
|
|
Generating RTLIL representation for module `\IFS1P3DX'.
|
|
Generating RTLIL representation for module `\IFS1P3IX'.
|
|
Generating RTLIL representation for module `\IFS1P3JX'.
|
|
Generating RTLIL representation for module `\OFS1P3BX'.
|
|
Generating RTLIL representation for module `\OFS1P3DX'.
|
|
Generating RTLIL representation for module `\OFS1P3IX'.
|
|
Generating RTLIL representation for module `\OFS1P3JX'.
|
|
Generating RTLIL representation for module `\IB'.
|
|
Generating RTLIL representation for module `\IBPU'.
|
|
Generating RTLIL representation for module `\IBPD'.
|
|
Generating RTLIL representation for module `\OB'.
|
|
Generating RTLIL representation for module `\OBZ'.
|
|
Generating RTLIL representation for module `\OBZPU'.
|
|
Generating RTLIL representation for module `\OBZPD'.
|
|
Generating RTLIL representation for module `\OBCO'.
|
|
Generating RTLIL representation for module `\BB'.
|
|
Generating RTLIL representation for module `\BBPU'.
|
|
Generating RTLIL representation for module `\BBPD'.
|
|
Generating RTLIL representation for module `\ILVDS'.
|
|
Generating RTLIL representation for module `\OLVDS'.
|
|
Generating RTLIL representation for module `\CCU2C'.
|
|
Generating RTLIL representation for module `\DP16KD'.
|
|
Replacing existing blackbox module `\FD1P3AX' at /opt/homebrew/bin/../share/yosys/lattice/cells_ff.vh:2.1-2.261.
|
|
Generating RTLIL representation for module `\FD1P3AX'.
|
|
Replacing existing blackbox module `\FD1P3AY' at /opt/homebrew/bin/../share/yosys/lattice/cells_ff.vh:3.1-3.261.
|
|
Generating RTLIL representation for module `\FD1P3AY'.
|
|
Replacing existing blackbox module `\FD1P3BX' at /opt/homebrew/bin/../share/yosys/lattice/cells_ff.vh:4.1-4.261.
|
|
Generating RTLIL representation for module `\FD1P3BX'.
|
|
Replacing existing blackbox module `\FD1P3DX' at /opt/homebrew/bin/../share/yosys/lattice/cells_ff.vh:5.1-5.261.
|
|
Generating RTLIL representation for module `\FD1P3DX'.
|
|
Replacing existing blackbox module `\FD1P3IX' at /opt/homebrew/bin/../share/yosys/lattice/cells_ff.vh:6.1-6.261.
|
|
Generating RTLIL representation for module `\FD1P3IX'.
|
|
Replacing existing blackbox module `\FD1P3JX' at /opt/homebrew/bin/../share/yosys/lattice/cells_ff.vh:7.1-7.261.
|
|
Generating RTLIL representation for module `\FD1P3JX'.
|
|
Replacing existing blackbox module `\FD1S3AX' at /opt/homebrew/bin/../share/yosys/lattice/cells_ff.vh:8.1-8.261.
|
|
Generating RTLIL representation for module `\FD1S3AX'.
|
|
Replacing existing blackbox module `\FD1S3AY' at /opt/homebrew/bin/../share/yosys/lattice/cells_ff.vh:9.1-9.261.
|
|
Generating RTLIL representation for module `\FD1S3AY'.
|
|
Replacing existing blackbox module `\FD1S3BX' at /opt/homebrew/bin/../share/yosys/lattice/cells_ff.vh:10.1-10.261.
|
|
Generating RTLIL representation for module `\FD1S3BX'.
|
|
Replacing existing blackbox module `\FD1S3DX' at /opt/homebrew/bin/../share/yosys/lattice/cells_ff.vh:11.1-11.261.
|
|
Generating RTLIL representation for module `\FD1S3DX'.
|
|
Replacing existing blackbox module `\FD1S3IX' at /opt/homebrew/bin/../share/yosys/lattice/cells_ff.vh:12.1-12.261.
|
|
Generating RTLIL representation for module `\FD1S3IX'.
|
|
Replacing existing blackbox module `\FD1S3JX' at /opt/homebrew/bin/../share/yosys/lattice/cells_ff.vh:13.1-13.261.
|
|
Generating RTLIL representation for module `\FD1S3JX'.
|
|
Replacing existing blackbox module `\IFS1P3BX' at /opt/homebrew/bin/../share/yosys/lattice/cells_ff.vh:26.1-26.301.
|
|
Generating RTLIL representation for module `\IFS1P3BX'.
|
|
Replacing existing blackbox module `\IFS1P3DX' at /opt/homebrew/bin/../share/yosys/lattice/cells_ff.vh:27.1-27.301.
|
|
Generating RTLIL representation for module `\IFS1P3DX'.
|
|
Replacing existing blackbox module `\IFS1P3IX' at /opt/homebrew/bin/../share/yosys/lattice/cells_ff.vh:28.1-28.301.
|
|
Generating RTLIL representation for module `\IFS1P3IX'.
|
|
Replacing existing blackbox module `\IFS1P3JX' at /opt/homebrew/bin/../share/yosys/lattice/cells_ff.vh:29.1-29.301.
|
|
Generating RTLIL representation for module `\IFS1P3JX'.
|
|
Replacing existing blackbox module `\OFS1P3BX' at /opt/homebrew/bin/../share/yosys/lattice/cells_ff.vh:31.1-31.302.
|
|
Generating RTLIL representation for module `\OFS1P3BX'.
|
|
Replacing existing blackbox module `\OFS1P3DX' at /opt/homebrew/bin/../share/yosys/lattice/cells_ff.vh:32.1-32.302.
|
|
Generating RTLIL representation for module `\OFS1P3DX'.
|
|
Replacing existing blackbox module `\OFS1P3IX' at /opt/homebrew/bin/../share/yosys/lattice/cells_ff.vh:33.1-33.302.
|
|
Generating RTLIL representation for module `\OFS1P3IX'.
|
|
Replacing existing blackbox module `\OFS1P3JX' at /opt/homebrew/bin/../share/yosys/lattice/cells_ff.vh:34.1-34.302.
|
|
Generating RTLIL representation for module `\OFS1P3JX'.
|
|
Replacing existing blackbox module `\IB' at /opt/homebrew/bin/../share/yosys/lattice/cells_io.vh:2.1-2.157.
|
|
Generating RTLIL representation for module `\IB'.
|
|
Replacing existing blackbox module `\IBPU' at /opt/homebrew/bin/../share/yosys/lattice/cells_io.vh:3.1-3.157.
|
|
Generating RTLIL representation for module `\IBPU'.
|
|
Replacing existing blackbox module `\IBPD' at /opt/homebrew/bin/../share/yosys/lattice/cells_io.vh:4.1-4.157.
|
|
Generating RTLIL representation for module `\IBPD'.
|
|
Replacing existing blackbox module `\OB' at /opt/homebrew/bin/../share/yosys/lattice/cells_io.vh:5.1-5.157.
|
|
Generating RTLIL representation for module `\OB'.
|
|
Replacing existing blackbox module `\OBZ' at /opt/homebrew/bin/../share/yosys/lattice/cells_io.vh:6.1-6.164.
|
|
Generating RTLIL representation for module `\OBZ'.
|
|
Replacing existing blackbox module `\OBZPU' at /opt/homebrew/bin/../share/yosys/lattice/cells_io.vh:7.1-7.164.
|
|
Generating RTLIL representation for module `\OBZPU'.
|
|
Replacing existing blackbox module `\OBZPD' at /opt/homebrew/bin/../share/yosys/lattice/cells_io.vh:8.1-8.164.
|
|
Generating RTLIL representation for module `\OBZPD'.
|
|
Replacing existing blackbox module `\OBCO' at /opt/homebrew/bin/../share/yosys/lattice/cells_io.vh:9.1-9.90.
|
|
Generating RTLIL representation for module `\OBCO'.
|
|
Replacing existing blackbox module `\BB' at /opt/homebrew/bin/../share/yosys/lattice/cells_io.vh:10.1-10.179.
|
|
Generating RTLIL representation for module `\BB'.
|
|
Replacing existing blackbox module `\BBPU' at /opt/homebrew/bin/../share/yosys/lattice/cells_io.vh:11.1-11.179.
|
|
Generating RTLIL representation for module `\BBPU'.
|
|
Replacing existing blackbox module `\BBPD' at /opt/homebrew/bin/../share/yosys/lattice/cells_io.vh:12.1-12.179.
|
|
Generating RTLIL representation for module `\BBPD'.
|
|
Replacing existing blackbox module `\ILVDS' at /opt/homebrew/bin/../share/yosys/lattice/cells_io.vh:13.1-13.139.
|
|
Generating RTLIL representation for module `\ILVDS'.
|
|
Replacing existing blackbox module `\OLVDS' at /opt/homebrew/bin/../share/yosys/lattice/cells_io.vh:14.1-14.146.
|
|
Generating RTLIL representation for module `\OLVDS'.
|
|
Successfully finished Verilog frontend.
|
|
|
|
4.2. Executing Verilog-2005 frontend: /opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v
|
|
Parsing Verilog input from `/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v' to AST representation.
|
|
Generating RTLIL representation for module `\GSR'.
|
|
Generating RTLIL representation for module `\PUR'.
|
|
Generating RTLIL representation for module `\SGSR'.
|
|
Generating RTLIL representation for module `\PDPW16KD'.
|
|
Generating RTLIL representation for module `\MULT18X18D'.
|
|
Generating RTLIL representation for module `\ALU54B'.
|
|
Generating RTLIL representation for module `\CLKDIVF'.
|
|
Generating RTLIL representation for module `\PCSCLKDIV'.
|
|
Generating RTLIL representation for module `\DCSC'.
|
|
Generating RTLIL representation for module `\DCCA'.
|
|
Generating RTLIL representation for module `\ECLKSYNCB'.
|
|
Generating RTLIL representation for module `\ECLKBRIDGECS'.
|
|
Generating RTLIL representation for module `\DELAYF'.
|
|
Generating RTLIL representation for module `\DELAYG'.
|
|
Generating RTLIL representation for module `\USRMCLK'.
|
|
Generating RTLIL representation for module `\DQSBUFM'.
|
|
Generating RTLIL representation for module `\DDRDLLA'.
|
|
Generating RTLIL representation for module `\DLLDELD'.
|
|
Generating RTLIL representation for module `\IDDRX1F'.
|
|
Generating RTLIL representation for module `\IDDRX2F'.
|
|
Generating RTLIL representation for module `\IDDR71B'.
|
|
Generating RTLIL representation for module `\IDDRX2DQA'.
|
|
Generating RTLIL representation for module `\ODDRX1F'.
|
|
Generating RTLIL representation for module `\ODDRX2F'.
|
|
Generating RTLIL representation for module `\ODDR71B'.
|
|
Generating RTLIL representation for module `\OSHX2A'.
|
|
Generating RTLIL representation for module `\TSHX2DQA'.
|
|
Generating RTLIL representation for module `\TSHX2DQSA'.
|
|
Generating RTLIL representation for module `\ODDRX2DQA'.
|
|
Generating RTLIL representation for module `\ODDRX2DQSB'.
|
|
Generating RTLIL representation for module `\EHXPLLL'.
|
|
Generating RTLIL representation for module `\DTR'.
|
|
Generating RTLIL representation for module `\OSCG'.
|
|
Generating RTLIL representation for module `\EXTREFB'.
|
|
Generating RTLIL representation for module `\JTAGG'.
|
|
Generating RTLIL representation for module `\DCUA'.
|
|
Successfully finished Verilog frontend.
|
|
|
|
4.3. Executing HIERARCHY pass (managing design hierarchy).
|
|
|
|
4.3.1. Analyzing design hierarchy..
|
|
Top module: \harness_nms_weight_direct
|
|
Used module: \nms_weight_direct
|
|
Parameter \DATA_WIDTH = 8
|
|
Parameter \P_IN = 8
|
|
Parameter \N_SLOTS = 8
|
|
Parameter \MAX_TILES = 16
|
|
|
|
4.3.2. Executing AST frontend in derive mode using pre-parsed AST for module `\nms_weight_direct'.
|
|
Parameter \DATA_WIDTH = 8
|
|
Parameter \P_IN = 8
|
|
Parameter \N_SLOTS = 8
|
|
Parameter \MAX_TILES = 16
|
|
Generating RTLIL representation for module `$paramod$885e6f66bd2cd066b39b45b6044bd2a88d7cc8f9\nms_weight_direct'.
|
|
|
|
4.3.3. Analyzing design hierarchy..
|
|
Top module: \harness_nms_weight_direct
|
|
Used module: $paramod$885e6f66bd2cd066b39b45b6044bd2a88d7cc8f9\nms_weight_direct
|
|
|
|
4.3.4. Analyzing design hierarchy..
|
|
Top module: \harness_nms_weight_direct
|
|
Used module: $paramod$885e6f66bd2cd066b39b45b6044bd2a88d7cc8f9\nms_weight_direct
|
|
Removing unused module `\nms_weight_direct'.
|
|
Removed 1 unused modules.
|
|
|
|
4.4. Executing PROC pass (convert processes to netlists).
|
|
|
|
4.4.1. Executing PROC_CLEAN pass (remove empty switches from decision trees).
|
|
Cleaned up 0 empty switches.
|
|
|
|
4.4.2. Executing PROC_RMDEAD pass (remove dead branches from decision trees).
|
|
Marked 1 switch rules as full_case in process $proc$hardware/v2/nms/synthesis/harness_nms_weight_direct.v:19$48 in module harness_nms_weight_direct.
|
|
Marked 1 switch rules as full_case in process $proc$hardware/v2/nms/synthesis/harness_nms_weight_direct.v:41$53 in module harness_nms_weight_direct.
|
|
Marked 1 switch rules as full_case in process $proc$hardware/v2/nms/rtl/nms_weight_direct.v:37$351 in module $paramod$885e6f66bd2cd066b39b45b6044bd2a88d7cc8f9\nms_weight_direct.
|
|
Marked 1 switch rules as full_case in process $proc$hardware/v2/nms/rtl/nms_weight_direct.v:37$343 in module $paramod$885e6f66bd2cd066b39b45b6044bd2a88d7cc8f9\nms_weight_direct.
|
|
Marked 1 switch rules as full_case in process $proc$hardware/v2/nms/rtl/nms_weight_direct.v:37$335 in module $paramod$885e6f66bd2cd066b39b45b6044bd2a88d7cc8f9\nms_weight_direct.
|
|
Marked 1 switch rules as full_case in process $proc$hardware/v2/nms/rtl/nms_weight_direct.v:37$327 in module $paramod$885e6f66bd2cd066b39b45b6044bd2a88d7cc8f9\nms_weight_direct.
|
|
Marked 1 switch rules as full_case in process $proc$hardware/v2/nms/rtl/nms_weight_direct.v:37$319 in module $paramod$885e6f66bd2cd066b39b45b6044bd2a88d7cc8f9\nms_weight_direct.
|
|
Marked 1 switch rules as full_case in process $proc$hardware/v2/nms/rtl/nms_weight_direct.v:37$311 in module $paramod$885e6f66bd2cd066b39b45b6044bd2a88d7cc8f9\nms_weight_direct.
|
|
Marked 1 switch rules as full_case in process $proc$hardware/v2/nms/rtl/nms_weight_direct.v:37$303 in module $paramod$885e6f66bd2cd066b39b45b6044bd2a88d7cc8f9\nms_weight_direct.
|
|
Marked 1 switch rules as full_case in process $proc$hardware/v2/nms/rtl/nms_weight_direct.v:37$295 in module $paramod$885e6f66bd2cd066b39b45b6044bd2a88d7cc8f9\nms_weight_direct.
|
|
Removed a total of 0 dead cases.
|
|
|
|
4.4.3. Executing PROC_PRUNE pass (remove redundant assignments in processes).
|
|
Removed 2 redundant assignments.
|
|
Promoted 26 assignments to connections.
|
|
|
|
4.4.4. Executing PROC_INIT pass (extract init attributes).
|
|
|
|
4.4.5. Executing PROC_ARST pass (detect async resets in processes).
|
|
|
|
4.4.6. Executing PROC_ROM pass (convert switches to ROMs).
|
|
Converted 0 switches.
|
|
<suppressed ~18 debug messages>
|
|
|
|
4.4.7. Executing PROC_MUX pass (convert decision trees to multiplexers).
|
|
Creating decoders for process `\harness_nms_weight_direct.$proc$hardware/v2/nms/synthesis/harness_nms_weight_direct.v:19$48'.
|
|
1/1: $0\lfsr[31:0]
|
|
Creating decoders for process `\harness_nms_weight_direct.$proc$hardware/v2/nms/synthesis/harness_nms_weight_direct.v:41$53'.
|
|
1/3: $0\chk[7:0]
|
|
2/3: $1\chk_next[7:0]
|
|
3/3: $1\k[31:0]
|
|
Creating decoders for process `$paramod$885e6f66bd2cd066b39b45b6044bd2a88d7cc8f9\nms_weight_direct.$proc$hardware/v2/nms/rtl/nms_weight_direct.v:37$351'.
|
|
1/4: $1$memwr$\GEN_SLOT[7].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$294_EN[63:0]$357
|
|
2/4: $1$memwr$\GEN_SLOT[7].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$294_DATA[63:0]$356
|
|
3/4: $1$memwr$\GEN_SLOT[7].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$294_ADDR[3:0]$355
|
|
4/4: $0\GEN_SLOT[7].rd_data_reg[63:0]
|
|
Creating decoders for process `$paramod$885e6f66bd2cd066b39b45b6044bd2a88d7cc8f9\nms_weight_direct.$proc$hardware/v2/nms/rtl/nms_weight_direct.v:37$343'.
|
|
1/4: $1$memwr$\GEN_SLOT[6].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$293_EN[63:0]$349
|
|
2/4: $1$memwr$\GEN_SLOT[6].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$293_DATA[63:0]$348
|
|
3/4: $1$memwr$\GEN_SLOT[6].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$293_ADDR[3:0]$347
|
|
4/4: $0\GEN_SLOT[6].rd_data_reg[63:0]
|
|
Creating decoders for process `$paramod$885e6f66bd2cd066b39b45b6044bd2a88d7cc8f9\nms_weight_direct.$proc$hardware/v2/nms/rtl/nms_weight_direct.v:37$335'.
|
|
1/4: $1$memwr$\GEN_SLOT[5].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$292_EN[63:0]$341
|
|
2/4: $1$memwr$\GEN_SLOT[5].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$292_DATA[63:0]$340
|
|
3/4: $1$memwr$\GEN_SLOT[5].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$292_ADDR[3:0]$339
|
|
4/4: $0\GEN_SLOT[5].rd_data_reg[63:0]
|
|
Creating decoders for process `$paramod$885e6f66bd2cd066b39b45b6044bd2a88d7cc8f9\nms_weight_direct.$proc$hardware/v2/nms/rtl/nms_weight_direct.v:37$327'.
|
|
1/4: $1$memwr$\GEN_SLOT[4].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$291_EN[63:0]$333
|
|
2/4: $1$memwr$\GEN_SLOT[4].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$291_DATA[63:0]$332
|
|
3/4: $1$memwr$\GEN_SLOT[4].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$291_ADDR[3:0]$331
|
|
4/4: $0\GEN_SLOT[4].rd_data_reg[63:0]
|
|
Creating decoders for process `$paramod$885e6f66bd2cd066b39b45b6044bd2a88d7cc8f9\nms_weight_direct.$proc$hardware/v2/nms/rtl/nms_weight_direct.v:37$319'.
|
|
1/4: $1$memwr$\GEN_SLOT[3].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$290_EN[63:0]$325
|
|
2/4: $1$memwr$\GEN_SLOT[3].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$290_DATA[63:0]$324
|
|
3/4: $1$memwr$\GEN_SLOT[3].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$290_ADDR[3:0]$323
|
|
4/4: $0\GEN_SLOT[3].rd_data_reg[63:0]
|
|
Creating decoders for process `$paramod$885e6f66bd2cd066b39b45b6044bd2a88d7cc8f9\nms_weight_direct.$proc$hardware/v2/nms/rtl/nms_weight_direct.v:37$311'.
|
|
1/4: $1$memwr$\GEN_SLOT[2].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$289_EN[63:0]$317
|
|
2/4: $1$memwr$\GEN_SLOT[2].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$289_DATA[63:0]$316
|
|
3/4: $1$memwr$\GEN_SLOT[2].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$289_ADDR[3:0]$315
|
|
4/4: $0\GEN_SLOT[2].rd_data_reg[63:0]
|
|
Creating decoders for process `$paramod$885e6f66bd2cd066b39b45b6044bd2a88d7cc8f9\nms_weight_direct.$proc$hardware/v2/nms/rtl/nms_weight_direct.v:37$303'.
|
|
1/4: $1$memwr$\GEN_SLOT[1].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$288_EN[63:0]$309
|
|
2/4: $1$memwr$\GEN_SLOT[1].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$288_DATA[63:0]$308
|
|
3/4: $1$memwr$\GEN_SLOT[1].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$288_ADDR[3:0]$307
|
|
4/4: $0\GEN_SLOT[1].rd_data_reg[63:0]
|
|
Creating decoders for process `$paramod$885e6f66bd2cd066b39b45b6044bd2a88d7cc8f9\nms_weight_direct.$proc$hardware/v2/nms/rtl/nms_weight_direct.v:37$295'.
|
|
1/4: $1$memwr$\GEN_SLOT[0].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$287_EN[63:0]$301
|
|
2/4: $1$memwr$\GEN_SLOT[0].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$287_DATA[63:0]$300
|
|
3/4: $1$memwr$\GEN_SLOT[0].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$287_ADDR[3:0]$299
|
|
4/4: $0\GEN_SLOT[0].rd_data_reg[63:0]
|
|
|
|
4.4.8. Executing PROC_DLATCH pass (convert process syncs to latches).
|
|
|
|
4.4.9. Executing PROC_DFF pass (convert process syncs to FFs).
|
|
Creating register for signal `\harness_nms_weight_direct.\lfsr' using process `\harness_nms_weight_direct.$proc$hardware/v2/nms/synthesis/harness_nms_weight_direct.v:19$48'.
|
|
created $dff cell `$procdff$459' with positive edge clock.
|
|
Creating register for signal `\harness_nms_weight_direct.\k' using process `\harness_nms_weight_direct.$proc$hardware/v2/nms/synthesis/harness_nms_weight_direct.v:41$53'.
|
|
created $dff cell `$procdff$460' with positive edge clock.
|
|
Creating register for signal `\harness_nms_weight_direct.\chk' using process `\harness_nms_weight_direct.$proc$hardware/v2/nms/synthesis/harness_nms_weight_direct.v:41$53'.
|
|
created $dff cell `$procdff$461' with positive edge clock.
|
|
Creating register for signal `\harness_nms_weight_direct.\chk_next' using process `\harness_nms_weight_direct.$proc$hardware/v2/nms/synthesis/harness_nms_weight_direct.v:41$53'.
|
|
created $dff cell `$procdff$462' with positive edge clock.
|
|
Creating register for signal `$paramod$885e6f66bd2cd066b39b45b6044bd2a88d7cc8f9\nms_weight_direct.\GEN_SLOT[7].rd_data_reg' using process `$paramod$885e6f66bd2cd066b39b45b6044bd2a88d7cc8f9\nms_weight_direct.$proc$hardware/v2/nms/rtl/nms_weight_direct.v:37$351'.
|
|
created $dff cell `$procdff$463' with positive edge clock.
|
|
Creating register for signal `$paramod$885e6f66bd2cd066b39b45b6044bd2a88d7cc8f9\nms_weight_direct.$memwr$\GEN_SLOT[7].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$294_ADDR' using process `$paramod$885e6f66bd2cd066b39b45b6044bd2a88d7cc8f9\nms_weight_direct.$proc$hardware/v2/nms/rtl/nms_weight_direct.v:37$351'.
|
|
created $dff cell `$procdff$464' with positive edge clock.
|
|
Creating register for signal `$paramod$885e6f66bd2cd066b39b45b6044bd2a88d7cc8f9\nms_weight_direct.$memwr$\GEN_SLOT[7].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$294_DATA' using process `$paramod$885e6f66bd2cd066b39b45b6044bd2a88d7cc8f9\nms_weight_direct.$proc$hardware/v2/nms/rtl/nms_weight_direct.v:37$351'.
|
|
created $dff cell `$procdff$465' with positive edge clock.
|
|
Creating register for signal `$paramod$885e6f66bd2cd066b39b45b6044bd2a88d7cc8f9\nms_weight_direct.$memwr$\GEN_SLOT[7].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$294_EN' using process `$paramod$885e6f66bd2cd066b39b45b6044bd2a88d7cc8f9\nms_weight_direct.$proc$hardware/v2/nms/rtl/nms_weight_direct.v:37$351'.
|
|
created $dff cell `$procdff$466' with positive edge clock.
|
|
Creating register for signal `$paramod$885e6f66bd2cd066b39b45b6044bd2a88d7cc8f9\nms_weight_direct.\GEN_SLOT[6].rd_data_reg' using process `$paramod$885e6f66bd2cd066b39b45b6044bd2a88d7cc8f9\nms_weight_direct.$proc$hardware/v2/nms/rtl/nms_weight_direct.v:37$343'.
|
|
created $dff cell `$procdff$467' with positive edge clock.
|
|
Creating register for signal `$paramod$885e6f66bd2cd066b39b45b6044bd2a88d7cc8f9\nms_weight_direct.$memwr$\GEN_SLOT[6].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$293_ADDR' using process `$paramod$885e6f66bd2cd066b39b45b6044bd2a88d7cc8f9\nms_weight_direct.$proc$hardware/v2/nms/rtl/nms_weight_direct.v:37$343'.
|
|
created $dff cell `$procdff$468' with positive edge clock.
|
|
Creating register for signal `$paramod$885e6f66bd2cd066b39b45b6044bd2a88d7cc8f9\nms_weight_direct.$memwr$\GEN_SLOT[6].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$293_DATA' using process `$paramod$885e6f66bd2cd066b39b45b6044bd2a88d7cc8f9\nms_weight_direct.$proc$hardware/v2/nms/rtl/nms_weight_direct.v:37$343'.
|
|
created $dff cell `$procdff$469' with positive edge clock.
|
|
Creating register for signal `$paramod$885e6f66bd2cd066b39b45b6044bd2a88d7cc8f9\nms_weight_direct.$memwr$\GEN_SLOT[6].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$293_EN' using process `$paramod$885e6f66bd2cd066b39b45b6044bd2a88d7cc8f9\nms_weight_direct.$proc$hardware/v2/nms/rtl/nms_weight_direct.v:37$343'.
|
|
created $dff cell `$procdff$470' with positive edge clock.
|
|
Creating register for signal `$paramod$885e6f66bd2cd066b39b45b6044bd2a88d7cc8f9\nms_weight_direct.\GEN_SLOT[5].rd_data_reg' using process `$paramod$885e6f66bd2cd066b39b45b6044bd2a88d7cc8f9\nms_weight_direct.$proc$hardware/v2/nms/rtl/nms_weight_direct.v:37$335'.
|
|
created $dff cell `$procdff$471' with positive edge clock.
|
|
Creating register for signal `$paramod$885e6f66bd2cd066b39b45b6044bd2a88d7cc8f9\nms_weight_direct.$memwr$\GEN_SLOT[5].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$292_ADDR' using process `$paramod$885e6f66bd2cd066b39b45b6044bd2a88d7cc8f9\nms_weight_direct.$proc$hardware/v2/nms/rtl/nms_weight_direct.v:37$335'.
|
|
created $dff cell `$procdff$472' with positive edge clock.
|
|
Creating register for signal `$paramod$885e6f66bd2cd066b39b45b6044bd2a88d7cc8f9\nms_weight_direct.$memwr$\GEN_SLOT[5].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$292_DATA' using process `$paramod$885e6f66bd2cd066b39b45b6044bd2a88d7cc8f9\nms_weight_direct.$proc$hardware/v2/nms/rtl/nms_weight_direct.v:37$335'.
|
|
created $dff cell `$procdff$473' with positive edge clock.
|
|
Creating register for signal `$paramod$885e6f66bd2cd066b39b45b6044bd2a88d7cc8f9\nms_weight_direct.$memwr$\GEN_SLOT[5].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$292_EN' using process `$paramod$885e6f66bd2cd066b39b45b6044bd2a88d7cc8f9\nms_weight_direct.$proc$hardware/v2/nms/rtl/nms_weight_direct.v:37$335'.
|
|
created $dff cell `$procdff$474' with positive edge clock.
|
|
Creating register for signal `$paramod$885e6f66bd2cd066b39b45b6044bd2a88d7cc8f9\nms_weight_direct.\GEN_SLOT[4].rd_data_reg' using process `$paramod$885e6f66bd2cd066b39b45b6044bd2a88d7cc8f9\nms_weight_direct.$proc$hardware/v2/nms/rtl/nms_weight_direct.v:37$327'.
|
|
created $dff cell `$procdff$475' with positive edge clock.
|
|
Creating register for signal `$paramod$885e6f66bd2cd066b39b45b6044bd2a88d7cc8f9\nms_weight_direct.$memwr$\GEN_SLOT[4].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$291_ADDR' using process `$paramod$885e6f66bd2cd066b39b45b6044bd2a88d7cc8f9\nms_weight_direct.$proc$hardware/v2/nms/rtl/nms_weight_direct.v:37$327'.
|
|
created $dff cell `$procdff$476' with positive edge clock.
|
|
Creating register for signal `$paramod$885e6f66bd2cd066b39b45b6044bd2a88d7cc8f9\nms_weight_direct.$memwr$\GEN_SLOT[4].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$291_DATA' using process `$paramod$885e6f66bd2cd066b39b45b6044bd2a88d7cc8f9\nms_weight_direct.$proc$hardware/v2/nms/rtl/nms_weight_direct.v:37$327'.
|
|
created $dff cell `$procdff$477' with positive edge clock.
|
|
Creating register for signal `$paramod$885e6f66bd2cd066b39b45b6044bd2a88d7cc8f9\nms_weight_direct.$memwr$\GEN_SLOT[4].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$291_EN' using process `$paramod$885e6f66bd2cd066b39b45b6044bd2a88d7cc8f9\nms_weight_direct.$proc$hardware/v2/nms/rtl/nms_weight_direct.v:37$327'.
|
|
created $dff cell `$procdff$478' with positive edge clock.
|
|
Creating register for signal `$paramod$885e6f66bd2cd066b39b45b6044bd2a88d7cc8f9\nms_weight_direct.\GEN_SLOT[3].rd_data_reg' using process `$paramod$885e6f66bd2cd066b39b45b6044bd2a88d7cc8f9\nms_weight_direct.$proc$hardware/v2/nms/rtl/nms_weight_direct.v:37$319'.
|
|
created $dff cell `$procdff$479' with positive edge clock.
|
|
Creating register for signal `$paramod$885e6f66bd2cd066b39b45b6044bd2a88d7cc8f9\nms_weight_direct.$memwr$\GEN_SLOT[3].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$290_ADDR' using process `$paramod$885e6f66bd2cd066b39b45b6044bd2a88d7cc8f9\nms_weight_direct.$proc$hardware/v2/nms/rtl/nms_weight_direct.v:37$319'.
|
|
created $dff cell `$procdff$480' with positive edge clock.
|
|
Creating register for signal `$paramod$885e6f66bd2cd066b39b45b6044bd2a88d7cc8f9\nms_weight_direct.$memwr$\GEN_SLOT[3].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$290_DATA' using process `$paramod$885e6f66bd2cd066b39b45b6044bd2a88d7cc8f9\nms_weight_direct.$proc$hardware/v2/nms/rtl/nms_weight_direct.v:37$319'.
|
|
created $dff cell `$procdff$481' with positive edge clock.
|
|
Creating register for signal `$paramod$885e6f66bd2cd066b39b45b6044bd2a88d7cc8f9\nms_weight_direct.$memwr$\GEN_SLOT[3].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$290_EN' using process `$paramod$885e6f66bd2cd066b39b45b6044bd2a88d7cc8f9\nms_weight_direct.$proc$hardware/v2/nms/rtl/nms_weight_direct.v:37$319'.
|
|
created $dff cell `$procdff$482' with positive edge clock.
|
|
Creating register for signal `$paramod$885e6f66bd2cd066b39b45b6044bd2a88d7cc8f9\nms_weight_direct.\GEN_SLOT[2].rd_data_reg' using process `$paramod$885e6f66bd2cd066b39b45b6044bd2a88d7cc8f9\nms_weight_direct.$proc$hardware/v2/nms/rtl/nms_weight_direct.v:37$311'.
|
|
created $dff cell `$procdff$483' with positive edge clock.
|
|
Creating register for signal `$paramod$885e6f66bd2cd066b39b45b6044bd2a88d7cc8f9\nms_weight_direct.$memwr$\GEN_SLOT[2].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$289_ADDR' using process `$paramod$885e6f66bd2cd066b39b45b6044bd2a88d7cc8f9\nms_weight_direct.$proc$hardware/v2/nms/rtl/nms_weight_direct.v:37$311'.
|
|
created $dff cell `$procdff$484' with positive edge clock.
|
|
Creating register for signal `$paramod$885e6f66bd2cd066b39b45b6044bd2a88d7cc8f9\nms_weight_direct.$memwr$\GEN_SLOT[2].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$289_DATA' using process `$paramod$885e6f66bd2cd066b39b45b6044bd2a88d7cc8f9\nms_weight_direct.$proc$hardware/v2/nms/rtl/nms_weight_direct.v:37$311'.
|
|
created $dff cell `$procdff$485' with positive edge clock.
|
|
Creating register for signal `$paramod$885e6f66bd2cd066b39b45b6044bd2a88d7cc8f9\nms_weight_direct.$memwr$\GEN_SLOT[2].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$289_EN' using process `$paramod$885e6f66bd2cd066b39b45b6044bd2a88d7cc8f9\nms_weight_direct.$proc$hardware/v2/nms/rtl/nms_weight_direct.v:37$311'.
|
|
created $dff cell `$procdff$486' with positive edge clock.
|
|
Creating register for signal `$paramod$885e6f66bd2cd066b39b45b6044bd2a88d7cc8f9\nms_weight_direct.\GEN_SLOT[1].rd_data_reg' using process `$paramod$885e6f66bd2cd066b39b45b6044bd2a88d7cc8f9\nms_weight_direct.$proc$hardware/v2/nms/rtl/nms_weight_direct.v:37$303'.
|
|
created $dff cell `$procdff$487' with positive edge clock.
|
|
Creating register for signal `$paramod$885e6f66bd2cd066b39b45b6044bd2a88d7cc8f9\nms_weight_direct.$memwr$\GEN_SLOT[1].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$288_ADDR' using process `$paramod$885e6f66bd2cd066b39b45b6044bd2a88d7cc8f9\nms_weight_direct.$proc$hardware/v2/nms/rtl/nms_weight_direct.v:37$303'.
|
|
created $dff cell `$procdff$488' with positive edge clock.
|
|
Creating register for signal `$paramod$885e6f66bd2cd066b39b45b6044bd2a88d7cc8f9\nms_weight_direct.$memwr$\GEN_SLOT[1].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$288_DATA' using process `$paramod$885e6f66bd2cd066b39b45b6044bd2a88d7cc8f9\nms_weight_direct.$proc$hardware/v2/nms/rtl/nms_weight_direct.v:37$303'.
|
|
created $dff cell `$procdff$489' with positive edge clock.
|
|
Creating register for signal `$paramod$885e6f66bd2cd066b39b45b6044bd2a88d7cc8f9\nms_weight_direct.$memwr$\GEN_SLOT[1].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$288_EN' using process `$paramod$885e6f66bd2cd066b39b45b6044bd2a88d7cc8f9\nms_weight_direct.$proc$hardware/v2/nms/rtl/nms_weight_direct.v:37$303'.
|
|
created $dff cell `$procdff$490' with positive edge clock.
|
|
Creating register for signal `$paramod$885e6f66bd2cd066b39b45b6044bd2a88d7cc8f9\nms_weight_direct.\GEN_SLOT[0].rd_data_reg' using process `$paramod$885e6f66bd2cd066b39b45b6044bd2a88d7cc8f9\nms_weight_direct.$proc$hardware/v2/nms/rtl/nms_weight_direct.v:37$295'.
|
|
created $dff cell `$procdff$491' with positive edge clock.
|
|
Creating register for signal `$paramod$885e6f66bd2cd066b39b45b6044bd2a88d7cc8f9\nms_weight_direct.$memwr$\GEN_SLOT[0].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$287_ADDR' using process `$paramod$885e6f66bd2cd066b39b45b6044bd2a88d7cc8f9\nms_weight_direct.$proc$hardware/v2/nms/rtl/nms_weight_direct.v:37$295'.
|
|
created $dff cell `$procdff$492' with positive edge clock.
|
|
Creating register for signal `$paramod$885e6f66bd2cd066b39b45b6044bd2a88d7cc8f9\nms_weight_direct.$memwr$\GEN_SLOT[0].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$287_DATA' using process `$paramod$885e6f66bd2cd066b39b45b6044bd2a88d7cc8f9\nms_weight_direct.$proc$hardware/v2/nms/rtl/nms_weight_direct.v:37$295'.
|
|
created $dff cell `$procdff$493' with positive edge clock.
|
|
Creating register for signal `$paramod$885e6f66bd2cd066b39b45b6044bd2a88d7cc8f9\nms_weight_direct.$memwr$\GEN_SLOT[0].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$287_EN' using process `$paramod$885e6f66bd2cd066b39b45b6044bd2a88d7cc8f9\nms_weight_direct.$proc$hardware/v2/nms/rtl/nms_weight_direct.v:37$295'.
|
|
created $dff cell `$procdff$494' with positive edge clock.
|
|
|
|
4.4.10. Executing PROC_MEMWR pass (convert process memory writes to cells).
|
|
|
|
4.4.11. Executing PROC_CLEAN pass (remove empty switches from decision trees).
|
|
Found and cleaned up 1 empty switch in `\harness_nms_weight_direct.$proc$hardware/v2/nms/synthesis/harness_nms_weight_direct.v:19$48'.
|
|
Removing empty process `harness_nms_weight_direct.$proc$hardware/v2/nms/synthesis/harness_nms_weight_direct.v:19$48'.
|
|
Found and cleaned up 1 empty switch in `\harness_nms_weight_direct.$proc$hardware/v2/nms/synthesis/harness_nms_weight_direct.v:41$53'.
|
|
Removing empty process `harness_nms_weight_direct.$proc$hardware/v2/nms/synthesis/harness_nms_weight_direct.v:41$53'.
|
|
Found and cleaned up 2 empty switches in `$paramod$885e6f66bd2cd066b39b45b6044bd2a88d7cc8f9\nms_weight_direct.$proc$hardware/v2/nms/rtl/nms_weight_direct.v:37$351'.
|
|
Removing empty process `$paramod$885e6f66bd2cd066b39b45b6044bd2a88d7cc8f9\nms_weight_direct.$proc$hardware/v2/nms/rtl/nms_weight_direct.v:37$351'.
|
|
Found and cleaned up 2 empty switches in `$paramod$885e6f66bd2cd066b39b45b6044bd2a88d7cc8f9\nms_weight_direct.$proc$hardware/v2/nms/rtl/nms_weight_direct.v:37$343'.
|
|
Removing empty process `$paramod$885e6f66bd2cd066b39b45b6044bd2a88d7cc8f9\nms_weight_direct.$proc$hardware/v2/nms/rtl/nms_weight_direct.v:37$343'.
|
|
Found and cleaned up 2 empty switches in `$paramod$885e6f66bd2cd066b39b45b6044bd2a88d7cc8f9\nms_weight_direct.$proc$hardware/v2/nms/rtl/nms_weight_direct.v:37$335'.
|
|
Removing empty process `$paramod$885e6f66bd2cd066b39b45b6044bd2a88d7cc8f9\nms_weight_direct.$proc$hardware/v2/nms/rtl/nms_weight_direct.v:37$335'.
|
|
Found and cleaned up 2 empty switches in `$paramod$885e6f66bd2cd066b39b45b6044bd2a88d7cc8f9\nms_weight_direct.$proc$hardware/v2/nms/rtl/nms_weight_direct.v:37$327'.
|
|
Removing empty process `$paramod$885e6f66bd2cd066b39b45b6044bd2a88d7cc8f9\nms_weight_direct.$proc$hardware/v2/nms/rtl/nms_weight_direct.v:37$327'.
|
|
Found and cleaned up 2 empty switches in `$paramod$885e6f66bd2cd066b39b45b6044bd2a88d7cc8f9\nms_weight_direct.$proc$hardware/v2/nms/rtl/nms_weight_direct.v:37$319'.
|
|
Removing empty process `$paramod$885e6f66bd2cd066b39b45b6044bd2a88d7cc8f9\nms_weight_direct.$proc$hardware/v2/nms/rtl/nms_weight_direct.v:37$319'.
|
|
Found and cleaned up 2 empty switches in `$paramod$885e6f66bd2cd066b39b45b6044bd2a88d7cc8f9\nms_weight_direct.$proc$hardware/v2/nms/rtl/nms_weight_direct.v:37$311'.
|
|
Removing empty process `$paramod$885e6f66bd2cd066b39b45b6044bd2a88d7cc8f9\nms_weight_direct.$proc$hardware/v2/nms/rtl/nms_weight_direct.v:37$311'.
|
|
Found and cleaned up 2 empty switches in `$paramod$885e6f66bd2cd066b39b45b6044bd2a88d7cc8f9\nms_weight_direct.$proc$hardware/v2/nms/rtl/nms_weight_direct.v:37$303'.
|
|
Removing empty process `$paramod$885e6f66bd2cd066b39b45b6044bd2a88d7cc8f9\nms_weight_direct.$proc$hardware/v2/nms/rtl/nms_weight_direct.v:37$303'.
|
|
Found and cleaned up 2 empty switches in `$paramod$885e6f66bd2cd066b39b45b6044bd2a88d7cc8f9\nms_weight_direct.$proc$hardware/v2/nms/rtl/nms_weight_direct.v:37$295'.
|
|
Removing empty process `$paramod$885e6f66bd2cd066b39b45b6044bd2a88d7cc8f9\nms_weight_direct.$proc$hardware/v2/nms/rtl/nms_weight_direct.v:37$295'.
|
|
Cleaned up 18 empty switches.
|
|
|
|
4.4.12. Executing OPT_EXPR pass (perform const folding).
|
|
Optimizing module harness_nms_weight_direct.
|
|
<suppressed ~1 debug messages>
|
|
Optimizing module $paramod$885e6f66bd2cd066b39b45b6044bd2a88d7cc8f9\nms_weight_direct.
|
|
|
|
4.5. Executing CHECK pass (checking for obvious problems).
|
|
Checking module harness_nms_weight_direct...
|
|
Checking module $paramod$885e6f66bd2cd066b39b45b6044bd2a88d7cc8f9\nms_weight_direct...
|
|
Found and reported 0 problems.
|
|
|
|
4.6. Executing FLATTEN pass (flatten design).
|
|
Deleting now unused module $paramod$885e6f66bd2cd066b39b45b6044bd2a88d7cc8f9\nms_weight_direct.
|
|
<suppressed ~1 debug messages>
|
|
|
|
4.7. Executing TRIBUF pass.
|
|
|
|
4.8. Executing DEMINOUT pass (demote inout ports to input or output).
|
|
|
|
4.9. Executing OPT_EXPR pass (perform const folding).
|
|
Optimizing module harness_nms_weight_direct.
|
|
|
|
4.10. Executing OPT_CLEAN pass (remove unused cells and wires).
|
|
Finding unused cells or wires in module \harness_nms_weight_direct..
|
|
Removed 28 unused cells and 127 unused wires.
|
|
<suppressed ~31 debug messages>
|
|
|
|
4.11. Executing CHECK pass (checking for obvious problems).
|
|
Checking module harness_nms_weight_direct...
|
|
Found and reported 0 problems.
|
|
|
|
4.12. Executing OPT pass (performing simple optimizations).
|
|
|
|
4.12.1. Executing OPT_EXPR pass (perform const folding).
|
|
Optimizing module harness_nms_weight_direct.
|
|
|
|
4.12.2. Executing OPT_MERGE pass (detect identical cells).
|
|
Finding identical cells in module `\harness_nms_weight_direct'.
|
|
Computing hashes of 72 cells of `\harness_nms_weight_direct'.
|
|
Finding duplicate cells in `\harness_nms_weight_direct'.
|
|
Removed a total of 0 cells.
|
|
|
|
4.12.3. Executing OPT_MUXTREE pass (detect dead branches in mux trees).
|
|
Running muxtree optimizer on module \harness_nms_weight_direct..
|
|
Creating internal representation of mux trees.
|
|
Evaluating internal representation of mux trees.
|
|
Replacing known input bits on port B of cell $flatten\dut.$procmux$430: { \lfsr \lfsr } -> { \lfsr [31:3] 1'1 \lfsr [1:0] \lfsr [31:3] 1'1 \lfsr [1:0] }
|
|
Replacing known input bits on port B of cell $flatten\dut.$procmux$441: { \lfsr \lfsr } -> { \lfsr [31:2] 1'1 \lfsr [0] \lfsr [31:2] 1'1 \lfsr [0] }
|
|
Replacing known input bits on port B of cell $flatten\dut.$procmux$452: { \lfsr \lfsr } -> { \lfsr [31:1] 1'1 \lfsr [31:1] 1'1 }
|
|
Replacing known input bits on port B of cell $flatten\dut.$procmux$455: \lfsr [3:0] -> { \lfsr [3:1] 1'1 }
|
|
Replacing known input bits on port B of cell $flatten\dut.$procmux$419: { \lfsr \lfsr } -> { \lfsr [31:4] 1'1 \lfsr [2:0] \lfsr [31:4] 1'1 \lfsr [2:0] }
|
|
Replacing known input bits on port B of cell $flatten\dut.$procmux$408: { \lfsr \lfsr } -> { \lfsr [31:5] 1'1 \lfsr [3:0] \lfsr [31:5] 1'1 \lfsr [3:0] }
|
|
Replacing known input bits on port B of cell $flatten\dut.$procmux$397: { \lfsr \lfsr } -> { \lfsr [31:6] 1'1 \lfsr [4:0] \lfsr [31:6] 1'1 \lfsr [4:0] }
|
|
Replacing known input bits on port B of cell $flatten\dut.$procmux$386: { \lfsr \lfsr } -> { \lfsr [31:7] 1'1 \lfsr [5:0] \lfsr [31:7] 1'1 \lfsr [5:0] }
|
|
Replacing known input bits on port B of cell $flatten\dut.$procmux$375: { \lfsr \lfsr } -> { \lfsr [31:8] 1'1 \lfsr [6:0] \lfsr [31:8] 1'1 \lfsr [6:0] }
|
|
Analyzing evaluation results.
|
|
Removed 0 multiplexer ports.
|
|
<suppressed ~68 debug messages>
|
|
|
|
4.12.4. Executing OPT_REDUCE pass (consolidate $*mux and $reduce_* inputs).
|
|
Optimizing cells in module \harness_nms_weight_direct.
|
|
Consolidated identical input bits for $mux cell $flatten\dut.$procmux$427:
|
|
Old ports: A=64'0000000000000000000000000000000000000000000000000000000000000000, B=64'1111111111111111111111111111111111111111111111111111111111111111, Y=$flatten\dut.$0$memwr$\GEN_SLOT[2].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$289_EN[63:0]$314
|
|
New ports: A=1'0, B=1'1, Y=$flatten\dut.$0$memwr$\GEN_SLOT[2].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$289_EN[63:0]$314 [0]
|
|
New connections: $flatten\dut.$0$memwr$\GEN_SLOT[2].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$289_EN[63:0]$314 [63:1] = { $flatten\dut.$0$memwr$\GEN_SLOT[2].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$289_EN[63:0]$314 [0] $flatten\dut.$0$memwr$\GEN_SLOT[2].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$289_EN[63:0]$314 [0] $flatten\dut.$0$memwr$\GEN_SLOT[2].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$289_EN[63:0]$314 [0] $flatten\dut.$0$memwr$\GEN_SLOT[2].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$289_EN[63:0]$314 [0] $flatten\dut.$0$memwr$\GEN_SLOT[2].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$289_EN[63:0]$314 [0] $flatten\dut.$0$memwr$\GEN_SLOT[2].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$289_EN[63:0]$314 [0] $flatten\dut.$0$memwr$\GEN_SLOT[2].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$289_EN[63:0]$314 [0] $flatten\dut.$0$memwr$\GEN_SLOT[2].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$289_EN[63:0]$314 [0] $flatten\dut.$0$memwr$\GEN_SLOT[2].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$289_EN[63:0]$314 [0] $flatten\dut.$0$memwr$\GEN_SLOT[2].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$289_EN[63:0]$314 [0] $flatten\dut.$0$memwr$\GEN_SLOT[2].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$289_EN[63:0]$314 [0] $flatten\dut.$0$memwr$\GEN_SLOT[2].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$289_EN[63:0]$314 [0] $flatten\dut.$0$memwr$\GEN_SLOT[2].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$289_EN[63:0]$314 [0] $flatten\dut.$0$memwr$\GEN_SLOT[2].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$289_EN[63:0]$314 [0] $flatten\dut.$0$memwr$\GEN_SLOT[2].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$289_EN[63:0]$314 [0] $flatten\dut.$0$memwr$\GEN_SLOT[2].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$289_EN[63:0]$314 [0] $flatten\dut.$0$memwr$\GEN_SLOT[2].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$289_EN[63:0]$314 [0] $flatten\dut.$0$memwr$\GEN_SLOT[2].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$289_EN[63:0]$314 [0] $flatten\dut.$0$memwr$\GEN_SLOT[2].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$289_EN[63:0]$314 [0] $flatten\dut.$0$memwr$\GEN_SLOT[2].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$289_EN[63:0]$314 [0] $flatten\dut.$0$memwr$\GEN_SLOT[2].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$289_EN[63:0]$314 [0] $flatten\dut.$0$memwr$\GEN_SLOT[2].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$289_EN[63:0]$314 [0] $flatten\dut.$0$memwr$\GEN_SLOT[2].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$289_EN[63:0]$314 [0] $flatten\dut.$0$memwr$\GEN_SLOT[2].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$289_EN[63:0]$314 [0] $flatten\dut.$0$memwr$\GEN_SLOT[2].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$289_EN[63:0]$314 [0] $flatten\dut.$0$memwr$\GEN_SLOT[2].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$289_EN[63:0]$314 [0] $flatten\dut.$0$memwr$\GEN_SLOT[2].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$289_EN[63:0]$314 [0] $flatten\dut.$0$memwr$\GEN_SLOT[2].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$289_EN[63:0]$314 [0] $flatten\dut.$0$memwr$\GEN_SLOT[2].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$289_EN[63:0]$314 [0] $flatten\dut.$0$memwr$\GEN_SLOT[2].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$289_EN[63:0]$314 [0] $flatten\dut.$0$memwr$\GEN_SLOT[2].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$289_EN[63:0]$314 [0] $flatten\dut.$0$memwr$\GEN_SLOT[2].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$289_EN[63:0]$314 [0] $flatten\dut.$0$memwr$\GEN_SLOT[2].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$289_EN[63:0]$314 [0] $flatten\dut.$0$memwr$\GEN_SLOT[2].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$289_EN[63:0]$314 [0] $flatten\dut.$0$memwr$\GEN_SLOT[2].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$289_EN[63:0]$314 [0] $flatten\dut.$0$memwr$\GEN_SLOT[2].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$289_EN[63:0]$314 [0] $flatten\dut.$0$memwr$\GEN_SLOT[2].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$289_EN[63:0]$314 [0] $flatten\dut.$0$memwr$\GEN_SLOT[2].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$289_EN[63:0]$314 [0] $flatten\dut.$0$memwr$\GEN_SLOT[2].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$289_EN[63:0]$314 [0] $flatten\dut.$0$memwr$\GEN_SLOT[2].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$289_EN[63:0]$314 [0] $flatten\dut.$0$memwr$\GEN_SLOT[2].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$289_EN[63:0]$314 [0] $flatten\dut.$0$memwr$\GEN_SLOT[2].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$289_EN[63:0]$314 [0] $flatten\dut.$0$memwr$\GEN_SLOT[2].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$289_EN[63:0]$314 [0] $flatten\dut.$0$memwr$\GEN_SLOT[2].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$289_EN[63:0]$314 [0] $flatten\dut.$0$memwr$\GEN_SLOT[2].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$289_EN[63:0]$314 [0] $flatten\dut.$0$memwr$\GEN_SLOT[2].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$289_EN[63:0]$314 [0] $flatten\dut.$0$memwr$\GEN_SLOT[2].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$289_EN[63:0]$314 [0] $flatten\dut.$0$memwr$\GEN_SLOT[2].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$289_EN[63:0]$314 [0] $flatten\dut.$0$memwr$\GEN_SLOT[2].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$289_EN[63:0]$314 [0] $flatten\dut.$0$memwr$\GEN_SLOT[2].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$289_EN[63:0]$314 [0] $flatten\dut.$0$memwr$\GEN_SLOT[2].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$289_EN[63:0]$314 [0] $flatten\dut.$0$memwr$\GEN_SLOT[2].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$289_EN[63:0]$314 [0] $flatten\dut.$0$memwr$\GEN_SLOT[2].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$289_EN[63:0]$314 [0] $flatten\dut.$0$memwr$\GEN_SLOT[2].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$289_EN[63:0]$314 [0] $flatten\dut.$0$memwr$\GEN_SLOT[2].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$289_EN[63:0]$314 [0] $flatten\dut.$0$memwr$\GEN_SLOT[2].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$289_EN[63:0]$314 [0] $flatten\dut.$0$memwr$\GEN_SLOT[2].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$289_EN[63:0]$314 [0] $flatten\dut.$0$memwr$\GEN_SLOT[2].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$289_EN[63:0]$314 [0] $flatten\dut.$0$memwr$\GEN_SLOT[2].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$289_EN[63:0]$314 [0] $flatten\dut.$0$memwr$\GEN_SLOT[2].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$289_EN[63:0]$314 [0] $flatten\dut.$0$memwr$\GEN_SLOT[2].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$289_EN[63:0]$314 [0] $flatten\dut.$0$memwr$\GEN_SLOT[2].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$289_EN[63:0]$314 [0] $flatten\dut.$0$memwr$\GEN_SLOT[2].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$289_EN[63:0]$314 [0] }
|
|
Consolidated identical input bits for $mux cell $flatten\dut.$procmux$438:
|
|
Old ports: A=64'0000000000000000000000000000000000000000000000000000000000000000, B=64'1111111111111111111111111111111111111111111111111111111111111111, Y=$flatten\dut.$0$memwr$\GEN_SLOT[1].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$288_EN[63:0]$306
|
|
New ports: A=1'0, B=1'1, Y=$flatten\dut.$0$memwr$\GEN_SLOT[1].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$288_EN[63:0]$306 [0]
|
|
New connections: $flatten\dut.$0$memwr$\GEN_SLOT[1].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$288_EN[63:0]$306 [63:1] = { $flatten\dut.$0$memwr$\GEN_SLOT[1].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$288_EN[63:0]$306 [0] $flatten\dut.$0$memwr$\GEN_SLOT[1].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$288_EN[63:0]$306 [0] $flatten\dut.$0$memwr$\GEN_SLOT[1].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$288_EN[63:0]$306 [0] $flatten\dut.$0$memwr$\GEN_SLOT[1].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$288_EN[63:0]$306 [0] $flatten\dut.$0$memwr$\GEN_SLOT[1].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$288_EN[63:0]$306 [0] $flatten\dut.$0$memwr$\GEN_SLOT[1].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$288_EN[63:0]$306 [0] $flatten\dut.$0$memwr$\GEN_SLOT[1].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$288_EN[63:0]$306 [0] $flatten\dut.$0$memwr$\GEN_SLOT[1].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$288_EN[63:0]$306 [0] $flatten\dut.$0$memwr$\GEN_SLOT[1].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$288_EN[63:0]$306 [0] $flatten\dut.$0$memwr$\GEN_SLOT[1].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$288_EN[63:0]$306 [0] $flatten\dut.$0$memwr$\GEN_SLOT[1].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$288_EN[63:0]$306 [0] $flatten\dut.$0$memwr$\GEN_SLOT[1].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$288_EN[63:0]$306 [0] $flatten\dut.$0$memwr$\GEN_SLOT[1].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$288_EN[63:0]$306 [0] $flatten\dut.$0$memwr$\GEN_SLOT[1].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$288_EN[63:0]$306 [0] $flatten\dut.$0$memwr$\GEN_SLOT[1].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$288_EN[63:0]$306 [0] $flatten\dut.$0$memwr$\GEN_SLOT[1].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$288_EN[63:0]$306 [0] $flatten\dut.$0$memwr$\GEN_SLOT[1].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$288_EN[63:0]$306 [0] $flatten\dut.$0$memwr$\GEN_SLOT[1].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$288_EN[63:0]$306 [0] $flatten\dut.$0$memwr$\GEN_SLOT[1].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$288_EN[63:0]$306 [0] $flatten\dut.$0$memwr$\GEN_SLOT[1].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$288_EN[63:0]$306 [0] $flatten\dut.$0$memwr$\GEN_SLOT[1].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$288_EN[63:0]$306 [0] $flatten\dut.$0$memwr$\GEN_SLOT[1].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$288_EN[63:0]$306 [0] $flatten\dut.$0$memwr$\GEN_SLOT[1].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$288_EN[63:0]$306 [0] $flatten\dut.$0$memwr$\GEN_SLOT[1].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$288_EN[63:0]$306 [0] $flatten\dut.$0$memwr$\GEN_SLOT[1].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$288_EN[63:0]$306 [0] $flatten\dut.$0$memwr$\GEN_SLOT[1].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$288_EN[63:0]$306 [0] $flatten\dut.$0$memwr$\GEN_SLOT[1].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$288_EN[63:0]$306 [0] $flatten\dut.$0$memwr$\GEN_SLOT[1].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$288_EN[63:0]$306 [0] $flatten\dut.$0$memwr$\GEN_SLOT[1].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$288_EN[63:0]$306 [0] $flatten\dut.$0$memwr$\GEN_SLOT[1].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$288_EN[63:0]$306 [0] $flatten\dut.$0$memwr$\GEN_SLOT[1].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$288_EN[63:0]$306 [0] $flatten\dut.$0$memwr$\GEN_SLOT[1].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$288_EN[63:0]$306 [0] $flatten\dut.$0$memwr$\GEN_SLOT[1].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$288_EN[63:0]$306 [0] $flatten\dut.$0$memwr$\GEN_SLOT[1].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$288_EN[63:0]$306 [0] $flatten\dut.$0$memwr$\GEN_SLOT[1].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$288_EN[63:0]$306 [0] $flatten\dut.$0$memwr$\GEN_SLOT[1].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$288_EN[63:0]$306 [0] $flatten\dut.$0$memwr$\GEN_SLOT[1].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$288_EN[63:0]$306 [0] $flatten\dut.$0$memwr$\GEN_SLOT[1].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$288_EN[63:0]$306 [0] $flatten\dut.$0$memwr$\GEN_SLOT[1].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$288_EN[63:0]$306 [0] $flatten\dut.$0$memwr$\GEN_SLOT[1].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$288_EN[63:0]$306 [0] $flatten\dut.$0$memwr$\GEN_SLOT[1].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$288_EN[63:0]$306 [0] $flatten\dut.$0$memwr$\GEN_SLOT[1].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$288_EN[63:0]$306 [0] $flatten\dut.$0$memwr$\GEN_SLOT[1].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$288_EN[63:0]$306 [0] $flatten\dut.$0$memwr$\GEN_SLOT[1].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$288_EN[63:0]$306 [0] $flatten\dut.$0$memwr$\GEN_SLOT[1].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$288_EN[63:0]$306 [0] $flatten\dut.$0$memwr$\GEN_SLOT[1].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$288_EN[63:0]$306 [0] $flatten\dut.$0$memwr$\GEN_SLOT[1].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$288_EN[63:0]$306 [0] $flatten\dut.$0$memwr$\GEN_SLOT[1].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$288_EN[63:0]$306 [0] $flatten\dut.$0$memwr$\GEN_SLOT[1].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$288_EN[63:0]$306 [0] $flatten\dut.$0$memwr$\GEN_SLOT[1].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$288_EN[63:0]$306 [0] $flatten\dut.$0$memwr$\GEN_SLOT[1].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$288_EN[63:0]$306 [0] $flatten\dut.$0$memwr$\GEN_SLOT[1].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$288_EN[63:0]$306 [0] $flatten\dut.$0$memwr$\GEN_SLOT[1].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$288_EN[63:0]$306 [0] $flatten\dut.$0$memwr$\GEN_SLOT[1].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$288_EN[63:0]$306 [0] $flatten\dut.$0$memwr$\GEN_SLOT[1].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$288_EN[63:0]$306 [0] $flatten\dut.$0$memwr$\GEN_SLOT[1].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$288_EN[63:0]$306 [0] $flatten\dut.$0$memwr$\GEN_SLOT[1].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$288_EN[63:0]$306 [0] $flatten\dut.$0$memwr$\GEN_SLOT[1].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$288_EN[63:0]$306 [0] $flatten\dut.$0$memwr$\GEN_SLOT[1].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$288_EN[63:0]$306 [0] $flatten\dut.$0$memwr$\GEN_SLOT[1].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$288_EN[63:0]$306 [0] $flatten\dut.$0$memwr$\GEN_SLOT[1].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$288_EN[63:0]$306 [0] $flatten\dut.$0$memwr$\GEN_SLOT[1].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$288_EN[63:0]$306 [0] $flatten\dut.$0$memwr$\GEN_SLOT[1].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$288_EN[63:0]$306 [0] }
|
|
Consolidated identical input bits for $mux cell $flatten\dut.$procmux$449:
|
|
Old ports: A=64'0000000000000000000000000000000000000000000000000000000000000000, B=64'1111111111111111111111111111111111111111111111111111111111111111, Y=$flatten\dut.$0$memwr$\GEN_SLOT[0].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$287_EN[63:0]$298
|
|
New ports: A=1'0, B=1'1, Y=$flatten\dut.$0$memwr$\GEN_SLOT[0].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$287_EN[63:0]$298 [0]
|
|
New connections: $flatten\dut.$0$memwr$\GEN_SLOT[0].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$287_EN[63:0]$298 [63:1] = { $flatten\dut.$0$memwr$\GEN_SLOT[0].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$287_EN[63:0]$298 [0] $flatten\dut.$0$memwr$\GEN_SLOT[0].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$287_EN[63:0]$298 [0] $flatten\dut.$0$memwr$\GEN_SLOT[0].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$287_EN[63:0]$298 [0] $flatten\dut.$0$memwr$\GEN_SLOT[0].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$287_EN[63:0]$298 [0] $flatten\dut.$0$memwr$\GEN_SLOT[0].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$287_EN[63:0]$298 [0] $flatten\dut.$0$memwr$\GEN_SLOT[0].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$287_EN[63:0]$298 [0] $flatten\dut.$0$memwr$\GEN_SLOT[0].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$287_EN[63:0]$298 [0] $flatten\dut.$0$memwr$\GEN_SLOT[0].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$287_EN[63:0]$298 [0] $flatten\dut.$0$memwr$\GEN_SLOT[0].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$287_EN[63:0]$298 [0] $flatten\dut.$0$memwr$\GEN_SLOT[0].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$287_EN[63:0]$298 [0] $flatten\dut.$0$memwr$\GEN_SLOT[0].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$287_EN[63:0]$298 [0] $flatten\dut.$0$memwr$\GEN_SLOT[0].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$287_EN[63:0]$298 [0] $flatten\dut.$0$memwr$\GEN_SLOT[0].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$287_EN[63:0]$298 [0] $flatten\dut.$0$memwr$\GEN_SLOT[0].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$287_EN[63:0]$298 [0] $flatten\dut.$0$memwr$\GEN_SLOT[0].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$287_EN[63:0]$298 [0] $flatten\dut.$0$memwr$\GEN_SLOT[0].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$287_EN[63:0]$298 [0] $flatten\dut.$0$memwr$\GEN_SLOT[0].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$287_EN[63:0]$298 [0] $flatten\dut.$0$memwr$\GEN_SLOT[0].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$287_EN[63:0]$298 [0] $flatten\dut.$0$memwr$\GEN_SLOT[0].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$287_EN[63:0]$298 [0] $flatten\dut.$0$memwr$\GEN_SLOT[0].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$287_EN[63:0]$298 [0] $flatten\dut.$0$memwr$\GEN_SLOT[0].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$287_EN[63:0]$298 [0] $flatten\dut.$0$memwr$\GEN_SLOT[0].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$287_EN[63:0]$298 [0] $flatten\dut.$0$memwr$\GEN_SLOT[0].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$287_EN[63:0]$298 [0] $flatten\dut.$0$memwr$\GEN_SLOT[0].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$287_EN[63:0]$298 [0] $flatten\dut.$0$memwr$\GEN_SLOT[0].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$287_EN[63:0]$298 [0] $flatten\dut.$0$memwr$\GEN_SLOT[0].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$287_EN[63:0]$298 [0] $flatten\dut.$0$memwr$\GEN_SLOT[0].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$287_EN[63:0]$298 [0] $flatten\dut.$0$memwr$\GEN_SLOT[0].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$287_EN[63:0]$298 [0] $flatten\dut.$0$memwr$\GEN_SLOT[0].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$287_EN[63:0]$298 [0] $flatten\dut.$0$memwr$\GEN_SLOT[0].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$287_EN[63:0]$298 [0] $flatten\dut.$0$memwr$\GEN_SLOT[0].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$287_EN[63:0]$298 [0] $flatten\dut.$0$memwr$\GEN_SLOT[0].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$287_EN[63:0]$298 [0] $flatten\dut.$0$memwr$\GEN_SLOT[0].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$287_EN[63:0]$298 [0] $flatten\dut.$0$memwr$\GEN_SLOT[0].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$287_EN[63:0]$298 [0] $flatten\dut.$0$memwr$\GEN_SLOT[0].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$287_EN[63:0]$298 [0] $flatten\dut.$0$memwr$\GEN_SLOT[0].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$287_EN[63:0]$298 [0] $flatten\dut.$0$memwr$\GEN_SLOT[0].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$287_EN[63:0]$298 [0] $flatten\dut.$0$memwr$\GEN_SLOT[0].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$287_EN[63:0]$298 [0] $flatten\dut.$0$memwr$\GEN_SLOT[0].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$287_EN[63:0]$298 [0] $flatten\dut.$0$memwr$\GEN_SLOT[0].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$287_EN[63:0]$298 [0] $flatten\dut.$0$memwr$\GEN_SLOT[0].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$287_EN[63:0]$298 [0] $flatten\dut.$0$memwr$\GEN_SLOT[0].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$287_EN[63:0]$298 [0] $flatten\dut.$0$memwr$\GEN_SLOT[0].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$287_EN[63:0]$298 [0] $flatten\dut.$0$memwr$\GEN_SLOT[0].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$287_EN[63:0]$298 [0] $flatten\dut.$0$memwr$\GEN_SLOT[0].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$287_EN[63:0]$298 [0] $flatten\dut.$0$memwr$\GEN_SLOT[0].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$287_EN[63:0]$298 [0] $flatten\dut.$0$memwr$\GEN_SLOT[0].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$287_EN[63:0]$298 [0] $flatten\dut.$0$memwr$\GEN_SLOT[0].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$287_EN[63:0]$298 [0] $flatten\dut.$0$memwr$\GEN_SLOT[0].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$287_EN[63:0]$298 [0] $flatten\dut.$0$memwr$\GEN_SLOT[0].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$287_EN[63:0]$298 [0] $flatten\dut.$0$memwr$\GEN_SLOT[0].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$287_EN[63:0]$298 [0] $flatten\dut.$0$memwr$\GEN_SLOT[0].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$287_EN[63:0]$298 [0] $flatten\dut.$0$memwr$\GEN_SLOT[0].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$287_EN[63:0]$298 [0] $flatten\dut.$0$memwr$\GEN_SLOT[0].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$287_EN[63:0]$298 [0] $flatten\dut.$0$memwr$\GEN_SLOT[0].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$287_EN[63:0]$298 [0] $flatten\dut.$0$memwr$\GEN_SLOT[0].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$287_EN[63:0]$298 [0] $flatten\dut.$0$memwr$\GEN_SLOT[0].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$287_EN[63:0]$298 [0] $flatten\dut.$0$memwr$\GEN_SLOT[0].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$287_EN[63:0]$298 [0] $flatten\dut.$0$memwr$\GEN_SLOT[0].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$287_EN[63:0]$298 [0] $flatten\dut.$0$memwr$\GEN_SLOT[0].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$287_EN[63:0]$298 [0] $flatten\dut.$0$memwr$\GEN_SLOT[0].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$287_EN[63:0]$298 [0] $flatten\dut.$0$memwr$\GEN_SLOT[0].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$287_EN[63:0]$298 [0] $flatten\dut.$0$memwr$\GEN_SLOT[0].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$287_EN[63:0]$298 [0] }
|
|
Consolidated identical input bits for $mux cell $flatten\dut.$procmux$416:
|
|
Old ports: A=64'0000000000000000000000000000000000000000000000000000000000000000, B=64'1111111111111111111111111111111111111111111111111111111111111111, Y=$flatten\dut.$0$memwr$\GEN_SLOT[3].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$290_EN[63:0]$322
|
|
New ports: A=1'0, B=1'1, Y=$flatten\dut.$0$memwr$\GEN_SLOT[3].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$290_EN[63:0]$322 [0]
|
|
New connections: $flatten\dut.$0$memwr$\GEN_SLOT[3].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$290_EN[63:0]$322 [63:1] = { $flatten\dut.$0$memwr$\GEN_SLOT[3].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$290_EN[63:0]$322 [0] $flatten\dut.$0$memwr$\GEN_SLOT[3].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$290_EN[63:0]$322 [0] $flatten\dut.$0$memwr$\GEN_SLOT[3].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$290_EN[63:0]$322 [0] $flatten\dut.$0$memwr$\GEN_SLOT[3].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$290_EN[63:0]$322 [0] $flatten\dut.$0$memwr$\GEN_SLOT[3].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$290_EN[63:0]$322 [0] $flatten\dut.$0$memwr$\GEN_SLOT[3].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$290_EN[63:0]$322 [0] $flatten\dut.$0$memwr$\GEN_SLOT[3].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$290_EN[63:0]$322 [0] $flatten\dut.$0$memwr$\GEN_SLOT[3].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$290_EN[63:0]$322 [0] $flatten\dut.$0$memwr$\GEN_SLOT[3].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$290_EN[63:0]$322 [0] $flatten\dut.$0$memwr$\GEN_SLOT[3].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$290_EN[63:0]$322 [0] $flatten\dut.$0$memwr$\GEN_SLOT[3].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$290_EN[63:0]$322 [0] $flatten\dut.$0$memwr$\GEN_SLOT[3].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$290_EN[63:0]$322 [0] $flatten\dut.$0$memwr$\GEN_SLOT[3].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$290_EN[63:0]$322 [0] $flatten\dut.$0$memwr$\GEN_SLOT[3].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$290_EN[63:0]$322 [0] $flatten\dut.$0$memwr$\GEN_SLOT[3].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$290_EN[63:0]$322 [0] $flatten\dut.$0$memwr$\GEN_SLOT[3].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$290_EN[63:0]$322 [0] $flatten\dut.$0$memwr$\GEN_SLOT[3].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$290_EN[63:0]$322 [0] $flatten\dut.$0$memwr$\GEN_SLOT[3].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$290_EN[63:0]$322 [0] $flatten\dut.$0$memwr$\GEN_SLOT[3].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$290_EN[63:0]$322 [0] $flatten\dut.$0$memwr$\GEN_SLOT[3].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$290_EN[63:0]$322 [0] $flatten\dut.$0$memwr$\GEN_SLOT[3].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$290_EN[63:0]$322 [0] $flatten\dut.$0$memwr$\GEN_SLOT[3].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$290_EN[63:0]$322 [0] $flatten\dut.$0$memwr$\GEN_SLOT[3].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$290_EN[63:0]$322 [0] $flatten\dut.$0$memwr$\GEN_SLOT[3].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$290_EN[63:0]$322 [0] $flatten\dut.$0$memwr$\GEN_SLOT[3].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$290_EN[63:0]$322 [0] $flatten\dut.$0$memwr$\GEN_SLOT[3].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$290_EN[63:0]$322 [0] $flatten\dut.$0$memwr$\GEN_SLOT[3].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$290_EN[63:0]$322 [0] $flatten\dut.$0$memwr$\GEN_SLOT[3].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$290_EN[63:0]$322 [0] $flatten\dut.$0$memwr$\GEN_SLOT[3].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$290_EN[63:0]$322 [0] $flatten\dut.$0$memwr$\GEN_SLOT[3].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$290_EN[63:0]$322 [0] $flatten\dut.$0$memwr$\GEN_SLOT[3].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$290_EN[63:0]$322 [0] $flatten\dut.$0$memwr$\GEN_SLOT[3].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$290_EN[63:0]$322 [0] $flatten\dut.$0$memwr$\GEN_SLOT[3].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$290_EN[63:0]$322 [0] $flatten\dut.$0$memwr$\GEN_SLOT[3].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$290_EN[63:0]$322 [0] $flatten\dut.$0$memwr$\GEN_SLOT[3].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$290_EN[63:0]$322 [0] $flatten\dut.$0$memwr$\GEN_SLOT[3].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$290_EN[63:0]$322 [0] $flatten\dut.$0$memwr$\GEN_SLOT[3].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$290_EN[63:0]$322 [0] $flatten\dut.$0$memwr$\GEN_SLOT[3].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$290_EN[63:0]$322 [0] $flatten\dut.$0$memwr$\GEN_SLOT[3].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$290_EN[63:0]$322 [0] $flatten\dut.$0$memwr$\GEN_SLOT[3].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$290_EN[63:0]$322 [0] $flatten\dut.$0$memwr$\GEN_SLOT[3].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$290_EN[63:0]$322 [0] $flatten\dut.$0$memwr$\GEN_SLOT[3].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$290_EN[63:0]$322 [0] $flatten\dut.$0$memwr$\GEN_SLOT[3].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$290_EN[63:0]$322 [0] $flatten\dut.$0$memwr$\GEN_SLOT[3].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$290_EN[63:0]$322 [0] $flatten\dut.$0$memwr$\GEN_SLOT[3].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$290_EN[63:0]$322 [0] $flatten\dut.$0$memwr$\GEN_SLOT[3].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$290_EN[63:0]$322 [0] $flatten\dut.$0$memwr$\GEN_SLOT[3].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$290_EN[63:0]$322 [0] $flatten\dut.$0$memwr$\GEN_SLOT[3].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$290_EN[63:0]$322 [0] $flatten\dut.$0$memwr$\GEN_SLOT[3].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$290_EN[63:0]$322 [0] $flatten\dut.$0$memwr$\GEN_SLOT[3].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$290_EN[63:0]$322 [0] $flatten\dut.$0$memwr$\GEN_SLOT[3].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$290_EN[63:0]$322 [0] $flatten\dut.$0$memwr$\GEN_SLOT[3].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$290_EN[63:0]$322 [0] $flatten\dut.$0$memwr$\GEN_SLOT[3].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$290_EN[63:0]$322 [0] $flatten\dut.$0$memwr$\GEN_SLOT[3].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$290_EN[63:0]$322 [0] $flatten\dut.$0$memwr$\GEN_SLOT[3].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$290_EN[63:0]$322 [0] $flatten\dut.$0$memwr$\GEN_SLOT[3].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$290_EN[63:0]$322 [0] $flatten\dut.$0$memwr$\GEN_SLOT[3].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$290_EN[63:0]$322 [0] $flatten\dut.$0$memwr$\GEN_SLOT[3].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$290_EN[63:0]$322 [0] $flatten\dut.$0$memwr$\GEN_SLOT[3].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$290_EN[63:0]$322 [0] $flatten\dut.$0$memwr$\GEN_SLOT[3].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$290_EN[63:0]$322 [0] $flatten\dut.$0$memwr$\GEN_SLOT[3].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$290_EN[63:0]$322 [0] $flatten\dut.$0$memwr$\GEN_SLOT[3].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$290_EN[63:0]$322 [0] $flatten\dut.$0$memwr$\GEN_SLOT[3].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$290_EN[63:0]$322 [0] }
|
|
Consolidated identical input bits for $mux cell $flatten\dut.$procmux$405:
|
|
Old ports: A=64'0000000000000000000000000000000000000000000000000000000000000000, B=64'1111111111111111111111111111111111111111111111111111111111111111, Y=$flatten\dut.$0$memwr$\GEN_SLOT[4].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$291_EN[63:0]$330
|
|
New ports: A=1'0, B=1'1, Y=$flatten\dut.$0$memwr$\GEN_SLOT[4].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$291_EN[63:0]$330 [0]
|
|
New connections: $flatten\dut.$0$memwr$\GEN_SLOT[4].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$291_EN[63:0]$330 [63:1] = { $flatten\dut.$0$memwr$\GEN_SLOT[4].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$291_EN[63:0]$330 [0] $flatten\dut.$0$memwr$\GEN_SLOT[4].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$291_EN[63:0]$330 [0] $flatten\dut.$0$memwr$\GEN_SLOT[4].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$291_EN[63:0]$330 [0] $flatten\dut.$0$memwr$\GEN_SLOT[4].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$291_EN[63:0]$330 [0] $flatten\dut.$0$memwr$\GEN_SLOT[4].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$291_EN[63:0]$330 [0] $flatten\dut.$0$memwr$\GEN_SLOT[4].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$291_EN[63:0]$330 [0] $flatten\dut.$0$memwr$\GEN_SLOT[4].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$291_EN[63:0]$330 [0] $flatten\dut.$0$memwr$\GEN_SLOT[4].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$291_EN[63:0]$330 [0] $flatten\dut.$0$memwr$\GEN_SLOT[4].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$291_EN[63:0]$330 [0] $flatten\dut.$0$memwr$\GEN_SLOT[4].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$291_EN[63:0]$330 [0] $flatten\dut.$0$memwr$\GEN_SLOT[4].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$291_EN[63:0]$330 [0] $flatten\dut.$0$memwr$\GEN_SLOT[4].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$291_EN[63:0]$330 [0] $flatten\dut.$0$memwr$\GEN_SLOT[4].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$291_EN[63:0]$330 [0] $flatten\dut.$0$memwr$\GEN_SLOT[4].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$291_EN[63:0]$330 [0] $flatten\dut.$0$memwr$\GEN_SLOT[4].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$291_EN[63:0]$330 [0] $flatten\dut.$0$memwr$\GEN_SLOT[4].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$291_EN[63:0]$330 [0] $flatten\dut.$0$memwr$\GEN_SLOT[4].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$291_EN[63:0]$330 [0] $flatten\dut.$0$memwr$\GEN_SLOT[4].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$291_EN[63:0]$330 [0] $flatten\dut.$0$memwr$\GEN_SLOT[4].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$291_EN[63:0]$330 [0] $flatten\dut.$0$memwr$\GEN_SLOT[4].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$291_EN[63:0]$330 [0] $flatten\dut.$0$memwr$\GEN_SLOT[4].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$291_EN[63:0]$330 [0] $flatten\dut.$0$memwr$\GEN_SLOT[4].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$291_EN[63:0]$330 [0] $flatten\dut.$0$memwr$\GEN_SLOT[4].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$291_EN[63:0]$330 [0] $flatten\dut.$0$memwr$\GEN_SLOT[4].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$291_EN[63:0]$330 [0] $flatten\dut.$0$memwr$\GEN_SLOT[4].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$291_EN[63:0]$330 [0] $flatten\dut.$0$memwr$\GEN_SLOT[4].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$291_EN[63:0]$330 [0] $flatten\dut.$0$memwr$\GEN_SLOT[4].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$291_EN[63:0]$330 [0] $flatten\dut.$0$memwr$\GEN_SLOT[4].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$291_EN[63:0]$330 [0] $flatten\dut.$0$memwr$\GEN_SLOT[4].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$291_EN[63:0]$330 [0] $flatten\dut.$0$memwr$\GEN_SLOT[4].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$291_EN[63:0]$330 [0] $flatten\dut.$0$memwr$\GEN_SLOT[4].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$291_EN[63:0]$330 [0] $flatten\dut.$0$memwr$\GEN_SLOT[4].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$291_EN[63:0]$330 [0] $flatten\dut.$0$memwr$\GEN_SLOT[4].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$291_EN[63:0]$330 [0] $flatten\dut.$0$memwr$\GEN_SLOT[4].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$291_EN[63:0]$330 [0] $flatten\dut.$0$memwr$\GEN_SLOT[4].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$291_EN[63:0]$330 [0] $flatten\dut.$0$memwr$\GEN_SLOT[4].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$291_EN[63:0]$330 [0] $flatten\dut.$0$memwr$\GEN_SLOT[4].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$291_EN[63:0]$330 [0] $flatten\dut.$0$memwr$\GEN_SLOT[4].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$291_EN[63:0]$330 [0] $flatten\dut.$0$memwr$\GEN_SLOT[4].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$291_EN[63:0]$330 [0] $flatten\dut.$0$memwr$\GEN_SLOT[4].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$291_EN[63:0]$330 [0] $flatten\dut.$0$memwr$\GEN_SLOT[4].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$291_EN[63:0]$330 [0] $flatten\dut.$0$memwr$\GEN_SLOT[4].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$291_EN[63:0]$330 [0] $flatten\dut.$0$memwr$\GEN_SLOT[4].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$291_EN[63:0]$330 [0] $flatten\dut.$0$memwr$\GEN_SLOT[4].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$291_EN[63:0]$330 [0] $flatten\dut.$0$memwr$\GEN_SLOT[4].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$291_EN[63:0]$330 [0] $flatten\dut.$0$memwr$\GEN_SLOT[4].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$291_EN[63:0]$330 [0] $flatten\dut.$0$memwr$\GEN_SLOT[4].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$291_EN[63:0]$330 [0] $flatten\dut.$0$memwr$\GEN_SLOT[4].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$291_EN[63:0]$330 [0] $flatten\dut.$0$memwr$\GEN_SLOT[4].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$291_EN[63:0]$330 [0] $flatten\dut.$0$memwr$\GEN_SLOT[4].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$291_EN[63:0]$330 [0] $flatten\dut.$0$memwr$\GEN_SLOT[4].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$291_EN[63:0]$330 [0] $flatten\dut.$0$memwr$\GEN_SLOT[4].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$291_EN[63:0]$330 [0] $flatten\dut.$0$memwr$\GEN_SLOT[4].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$291_EN[63:0]$330 [0] $flatten\dut.$0$memwr$\GEN_SLOT[4].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$291_EN[63:0]$330 [0] $flatten\dut.$0$memwr$\GEN_SLOT[4].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$291_EN[63:0]$330 [0] $flatten\dut.$0$memwr$\GEN_SLOT[4].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$291_EN[63:0]$330 [0] $flatten\dut.$0$memwr$\GEN_SLOT[4].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$291_EN[63:0]$330 [0] $flatten\dut.$0$memwr$\GEN_SLOT[4].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$291_EN[63:0]$330 [0] $flatten\dut.$0$memwr$\GEN_SLOT[4].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$291_EN[63:0]$330 [0] $flatten\dut.$0$memwr$\GEN_SLOT[4].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$291_EN[63:0]$330 [0] $flatten\dut.$0$memwr$\GEN_SLOT[4].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$291_EN[63:0]$330 [0] $flatten\dut.$0$memwr$\GEN_SLOT[4].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$291_EN[63:0]$330 [0] $flatten\dut.$0$memwr$\GEN_SLOT[4].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$291_EN[63:0]$330 [0] }
|
|
Consolidated identical input bits for $mux cell $flatten\dut.$procmux$394:
|
|
Old ports: A=64'0000000000000000000000000000000000000000000000000000000000000000, B=64'1111111111111111111111111111111111111111111111111111111111111111, Y=$flatten\dut.$0$memwr$\GEN_SLOT[5].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$292_EN[63:0]$338
|
|
New ports: A=1'0, B=1'1, Y=$flatten\dut.$0$memwr$\GEN_SLOT[5].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$292_EN[63:0]$338 [0]
|
|
New connections: $flatten\dut.$0$memwr$\GEN_SLOT[5].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$292_EN[63:0]$338 [63:1] = { $flatten\dut.$0$memwr$\GEN_SLOT[5].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$292_EN[63:0]$338 [0] $flatten\dut.$0$memwr$\GEN_SLOT[5].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$292_EN[63:0]$338 [0] $flatten\dut.$0$memwr$\GEN_SLOT[5].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$292_EN[63:0]$338 [0] $flatten\dut.$0$memwr$\GEN_SLOT[5].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$292_EN[63:0]$338 [0] $flatten\dut.$0$memwr$\GEN_SLOT[5].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$292_EN[63:0]$338 [0] $flatten\dut.$0$memwr$\GEN_SLOT[5].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$292_EN[63:0]$338 [0] $flatten\dut.$0$memwr$\GEN_SLOT[5].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$292_EN[63:0]$338 [0] $flatten\dut.$0$memwr$\GEN_SLOT[5].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$292_EN[63:0]$338 [0] $flatten\dut.$0$memwr$\GEN_SLOT[5].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$292_EN[63:0]$338 [0] $flatten\dut.$0$memwr$\GEN_SLOT[5].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$292_EN[63:0]$338 [0] $flatten\dut.$0$memwr$\GEN_SLOT[5].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$292_EN[63:0]$338 [0] $flatten\dut.$0$memwr$\GEN_SLOT[5].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$292_EN[63:0]$338 [0] $flatten\dut.$0$memwr$\GEN_SLOT[5].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$292_EN[63:0]$338 [0] $flatten\dut.$0$memwr$\GEN_SLOT[5].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$292_EN[63:0]$338 [0] $flatten\dut.$0$memwr$\GEN_SLOT[5].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$292_EN[63:0]$338 [0] $flatten\dut.$0$memwr$\GEN_SLOT[5].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$292_EN[63:0]$338 [0] $flatten\dut.$0$memwr$\GEN_SLOT[5].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$292_EN[63:0]$338 [0] $flatten\dut.$0$memwr$\GEN_SLOT[5].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$292_EN[63:0]$338 [0] $flatten\dut.$0$memwr$\GEN_SLOT[5].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$292_EN[63:0]$338 [0] $flatten\dut.$0$memwr$\GEN_SLOT[5].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$292_EN[63:0]$338 [0] $flatten\dut.$0$memwr$\GEN_SLOT[5].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$292_EN[63:0]$338 [0] $flatten\dut.$0$memwr$\GEN_SLOT[5].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$292_EN[63:0]$338 [0] $flatten\dut.$0$memwr$\GEN_SLOT[5].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$292_EN[63:0]$338 [0] $flatten\dut.$0$memwr$\GEN_SLOT[5].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$292_EN[63:0]$338 [0] $flatten\dut.$0$memwr$\GEN_SLOT[5].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$292_EN[63:0]$338 [0] $flatten\dut.$0$memwr$\GEN_SLOT[5].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$292_EN[63:0]$338 [0] $flatten\dut.$0$memwr$\GEN_SLOT[5].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$292_EN[63:0]$338 [0] $flatten\dut.$0$memwr$\GEN_SLOT[5].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$292_EN[63:0]$338 [0] $flatten\dut.$0$memwr$\GEN_SLOT[5].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$292_EN[63:0]$338 [0] $flatten\dut.$0$memwr$\GEN_SLOT[5].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$292_EN[63:0]$338 [0] $flatten\dut.$0$memwr$\GEN_SLOT[5].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$292_EN[63:0]$338 [0] $flatten\dut.$0$memwr$\GEN_SLOT[5].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$292_EN[63:0]$338 [0] $flatten\dut.$0$memwr$\GEN_SLOT[5].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$292_EN[63:0]$338 [0] $flatten\dut.$0$memwr$\GEN_SLOT[5].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$292_EN[63:0]$338 [0] $flatten\dut.$0$memwr$\GEN_SLOT[5].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$292_EN[63:0]$338 [0] $flatten\dut.$0$memwr$\GEN_SLOT[5].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$292_EN[63:0]$338 [0] $flatten\dut.$0$memwr$\GEN_SLOT[5].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$292_EN[63:0]$338 [0] $flatten\dut.$0$memwr$\GEN_SLOT[5].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$292_EN[63:0]$338 [0] $flatten\dut.$0$memwr$\GEN_SLOT[5].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$292_EN[63:0]$338 [0] $flatten\dut.$0$memwr$\GEN_SLOT[5].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$292_EN[63:0]$338 [0] $flatten\dut.$0$memwr$\GEN_SLOT[5].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$292_EN[63:0]$338 [0] $flatten\dut.$0$memwr$\GEN_SLOT[5].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$292_EN[63:0]$338 [0] $flatten\dut.$0$memwr$\GEN_SLOT[5].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$292_EN[63:0]$338 [0] $flatten\dut.$0$memwr$\GEN_SLOT[5].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$292_EN[63:0]$338 [0] $flatten\dut.$0$memwr$\GEN_SLOT[5].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$292_EN[63:0]$338 [0] $flatten\dut.$0$memwr$\GEN_SLOT[5].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$292_EN[63:0]$338 [0] $flatten\dut.$0$memwr$\GEN_SLOT[5].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$292_EN[63:0]$338 [0] $flatten\dut.$0$memwr$\GEN_SLOT[5].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$292_EN[63:0]$338 [0] $flatten\dut.$0$memwr$\GEN_SLOT[5].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$292_EN[63:0]$338 [0] $flatten\dut.$0$memwr$\GEN_SLOT[5].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$292_EN[63:0]$338 [0] $flatten\dut.$0$memwr$\GEN_SLOT[5].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$292_EN[63:0]$338 [0] $flatten\dut.$0$memwr$\GEN_SLOT[5].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$292_EN[63:0]$338 [0] $flatten\dut.$0$memwr$\GEN_SLOT[5].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$292_EN[63:0]$338 [0] $flatten\dut.$0$memwr$\GEN_SLOT[5].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$292_EN[63:0]$338 [0] $flatten\dut.$0$memwr$\GEN_SLOT[5].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$292_EN[63:0]$338 [0] $flatten\dut.$0$memwr$\GEN_SLOT[5].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$292_EN[63:0]$338 [0] $flatten\dut.$0$memwr$\GEN_SLOT[5].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$292_EN[63:0]$338 [0] $flatten\dut.$0$memwr$\GEN_SLOT[5].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$292_EN[63:0]$338 [0] $flatten\dut.$0$memwr$\GEN_SLOT[5].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$292_EN[63:0]$338 [0] $flatten\dut.$0$memwr$\GEN_SLOT[5].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$292_EN[63:0]$338 [0] $flatten\dut.$0$memwr$\GEN_SLOT[5].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$292_EN[63:0]$338 [0] $flatten\dut.$0$memwr$\GEN_SLOT[5].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$292_EN[63:0]$338 [0] $flatten\dut.$0$memwr$\GEN_SLOT[5].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$292_EN[63:0]$338 [0] }
|
|
Consolidated identical input bits for $mux cell $flatten\dut.$procmux$383:
|
|
Old ports: A=64'0000000000000000000000000000000000000000000000000000000000000000, B=64'1111111111111111111111111111111111111111111111111111111111111111, Y=$flatten\dut.$0$memwr$\GEN_SLOT[6].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$293_EN[63:0]$346
|
|
New ports: A=1'0, B=1'1, Y=$flatten\dut.$0$memwr$\GEN_SLOT[6].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$293_EN[63:0]$346 [0]
|
|
New connections: $flatten\dut.$0$memwr$\GEN_SLOT[6].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$293_EN[63:0]$346 [63:1] = { $flatten\dut.$0$memwr$\GEN_SLOT[6].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$293_EN[63:0]$346 [0] $flatten\dut.$0$memwr$\GEN_SLOT[6].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$293_EN[63:0]$346 [0] $flatten\dut.$0$memwr$\GEN_SLOT[6].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$293_EN[63:0]$346 [0] $flatten\dut.$0$memwr$\GEN_SLOT[6].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$293_EN[63:0]$346 [0] $flatten\dut.$0$memwr$\GEN_SLOT[6].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$293_EN[63:0]$346 [0] $flatten\dut.$0$memwr$\GEN_SLOT[6].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$293_EN[63:0]$346 [0] $flatten\dut.$0$memwr$\GEN_SLOT[6].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$293_EN[63:0]$346 [0] $flatten\dut.$0$memwr$\GEN_SLOT[6].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$293_EN[63:0]$346 [0] $flatten\dut.$0$memwr$\GEN_SLOT[6].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$293_EN[63:0]$346 [0] $flatten\dut.$0$memwr$\GEN_SLOT[6].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$293_EN[63:0]$346 [0] $flatten\dut.$0$memwr$\GEN_SLOT[6].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$293_EN[63:0]$346 [0] $flatten\dut.$0$memwr$\GEN_SLOT[6].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$293_EN[63:0]$346 [0] $flatten\dut.$0$memwr$\GEN_SLOT[6].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$293_EN[63:0]$346 [0] $flatten\dut.$0$memwr$\GEN_SLOT[6].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$293_EN[63:0]$346 [0] $flatten\dut.$0$memwr$\GEN_SLOT[6].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$293_EN[63:0]$346 [0] $flatten\dut.$0$memwr$\GEN_SLOT[6].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$293_EN[63:0]$346 [0] $flatten\dut.$0$memwr$\GEN_SLOT[6].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$293_EN[63:0]$346 [0] $flatten\dut.$0$memwr$\GEN_SLOT[6].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$293_EN[63:0]$346 [0] $flatten\dut.$0$memwr$\GEN_SLOT[6].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$293_EN[63:0]$346 [0] $flatten\dut.$0$memwr$\GEN_SLOT[6].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$293_EN[63:0]$346 [0] $flatten\dut.$0$memwr$\GEN_SLOT[6].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$293_EN[63:0]$346 [0] $flatten\dut.$0$memwr$\GEN_SLOT[6].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$293_EN[63:0]$346 [0] $flatten\dut.$0$memwr$\GEN_SLOT[6].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$293_EN[63:0]$346 [0] $flatten\dut.$0$memwr$\GEN_SLOT[6].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$293_EN[63:0]$346 [0] $flatten\dut.$0$memwr$\GEN_SLOT[6].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$293_EN[63:0]$346 [0] $flatten\dut.$0$memwr$\GEN_SLOT[6].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$293_EN[63:0]$346 [0] $flatten\dut.$0$memwr$\GEN_SLOT[6].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$293_EN[63:0]$346 [0] $flatten\dut.$0$memwr$\GEN_SLOT[6].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$293_EN[63:0]$346 [0] $flatten\dut.$0$memwr$\GEN_SLOT[6].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$293_EN[63:0]$346 [0] $flatten\dut.$0$memwr$\GEN_SLOT[6].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$293_EN[63:0]$346 [0] $flatten\dut.$0$memwr$\GEN_SLOT[6].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$293_EN[63:0]$346 [0] $flatten\dut.$0$memwr$\GEN_SLOT[6].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$293_EN[63:0]$346 [0] $flatten\dut.$0$memwr$\GEN_SLOT[6].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$293_EN[63:0]$346 [0] $flatten\dut.$0$memwr$\GEN_SLOT[6].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$293_EN[63:0]$346 [0] $flatten\dut.$0$memwr$\GEN_SLOT[6].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$293_EN[63:0]$346 [0] $flatten\dut.$0$memwr$\GEN_SLOT[6].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$293_EN[63:0]$346 [0] $flatten\dut.$0$memwr$\GEN_SLOT[6].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$293_EN[63:0]$346 [0] $flatten\dut.$0$memwr$\GEN_SLOT[6].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$293_EN[63:0]$346 [0] $flatten\dut.$0$memwr$\GEN_SLOT[6].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$293_EN[63:0]$346 [0] $flatten\dut.$0$memwr$\GEN_SLOT[6].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$293_EN[63:0]$346 [0] $flatten\dut.$0$memwr$\GEN_SLOT[6].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$293_EN[63:0]$346 [0] $flatten\dut.$0$memwr$\GEN_SLOT[6].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$293_EN[63:0]$346 [0] $flatten\dut.$0$memwr$\GEN_SLOT[6].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$293_EN[63:0]$346 [0] $flatten\dut.$0$memwr$\GEN_SLOT[6].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$293_EN[63:0]$346 [0] $flatten\dut.$0$memwr$\GEN_SLOT[6].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$293_EN[63:0]$346 [0] $flatten\dut.$0$memwr$\GEN_SLOT[6].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$293_EN[63:0]$346 [0] $flatten\dut.$0$memwr$\GEN_SLOT[6].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$293_EN[63:0]$346 [0] $flatten\dut.$0$memwr$\GEN_SLOT[6].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$293_EN[63:0]$346 [0] $flatten\dut.$0$memwr$\GEN_SLOT[6].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$293_EN[63:0]$346 [0] $flatten\dut.$0$memwr$\GEN_SLOT[6].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$293_EN[63:0]$346 [0] $flatten\dut.$0$memwr$\GEN_SLOT[6].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$293_EN[63:0]$346 [0] $flatten\dut.$0$memwr$\GEN_SLOT[6].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$293_EN[63:0]$346 [0] $flatten\dut.$0$memwr$\GEN_SLOT[6].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$293_EN[63:0]$346 [0] $flatten\dut.$0$memwr$\GEN_SLOT[6].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$293_EN[63:0]$346 [0] $flatten\dut.$0$memwr$\GEN_SLOT[6].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$293_EN[63:0]$346 [0] $flatten\dut.$0$memwr$\GEN_SLOT[6].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$293_EN[63:0]$346 [0] $flatten\dut.$0$memwr$\GEN_SLOT[6].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$293_EN[63:0]$346 [0] $flatten\dut.$0$memwr$\GEN_SLOT[6].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$293_EN[63:0]$346 [0] $flatten\dut.$0$memwr$\GEN_SLOT[6].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$293_EN[63:0]$346 [0] $flatten\dut.$0$memwr$\GEN_SLOT[6].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$293_EN[63:0]$346 [0] $flatten\dut.$0$memwr$\GEN_SLOT[6].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$293_EN[63:0]$346 [0] $flatten\dut.$0$memwr$\GEN_SLOT[6].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$293_EN[63:0]$346 [0] $flatten\dut.$0$memwr$\GEN_SLOT[6].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$293_EN[63:0]$346 [0] }
|
|
Consolidated identical input bits for $mux cell $flatten\dut.$procmux$372:
|
|
Old ports: A=64'0000000000000000000000000000000000000000000000000000000000000000, B=64'1111111111111111111111111111111111111111111111111111111111111111, Y=$flatten\dut.$0$memwr$\GEN_SLOT[7].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$294_EN[63:0]$354
|
|
New ports: A=1'0, B=1'1, Y=$flatten\dut.$0$memwr$\GEN_SLOT[7].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$294_EN[63:0]$354 [0]
|
|
New connections: $flatten\dut.$0$memwr$\GEN_SLOT[7].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$294_EN[63:0]$354 [63:1] = { $flatten\dut.$0$memwr$\GEN_SLOT[7].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$294_EN[63:0]$354 [0] $flatten\dut.$0$memwr$\GEN_SLOT[7].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$294_EN[63:0]$354 [0] $flatten\dut.$0$memwr$\GEN_SLOT[7].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$294_EN[63:0]$354 [0] $flatten\dut.$0$memwr$\GEN_SLOT[7].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$294_EN[63:0]$354 [0] $flatten\dut.$0$memwr$\GEN_SLOT[7].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$294_EN[63:0]$354 [0] $flatten\dut.$0$memwr$\GEN_SLOT[7].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$294_EN[63:0]$354 [0] $flatten\dut.$0$memwr$\GEN_SLOT[7].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$294_EN[63:0]$354 [0] $flatten\dut.$0$memwr$\GEN_SLOT[7].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$294_EN[63:0]$354 [0] $flatten\dut.$0$memwr$\GEN_SLOT[7].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$294_EN[63:0]$354 [0] $flatten\dut.$0$memwr$\GEN_SLOT[7].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$294_EN[63:0]$354 [0] $flatten\dut.$0$memwr$\GEN_SLOT[7].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$294_EN[63:0]$354 [0] $flatten\dut.$0$memwr$\GEN_SLOT[7].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$294_EN[63:0]$354 [0] $flatten\dut.$0$memwr$\GEN_SLOT[7].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$294_EN[63:0]$354 [0] $flatten\dut.$0$memwr$\GEN_SLOT[7].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$294_EN[63:0]$354 [0] $flatten\dut.$0$memwr$\GEN_SLOT[7].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$294_EN[63:0]$354 [0] $flatten\dut.$0$memwr$\GEN_SLOT[7].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$294_EN[63:0]$354 [0] $flatten\dut.$0$memwr$\GEN_SLOT[7].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$294_EN[63:0]$354 [0] $flatten\dut.$0$memwr$\GEN_SLOT[7].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$294_EN[63:0]$354 [0] $flatten\dut.$0$memwr$\GEN_SLOT[7].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$294_EN[63:0]$354 [0] $flatten\dut.$0$memwr$\GEN_SLOT[7].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$294_EN[63:0]$354 [0] $flatten\dut.$0$memwr$\GEN_SLOT[7].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$294_EN[63:0]$354 [0] $flatten\dut.$0$memwr$\GEN_SLOT[7].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$294_EN[63:0]$354 [0] $flatten\dut.$0$memwr$\GEN_SLOT[7].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$294_EN[63:0]$354 [0] $flatten\dut.$0$memwr$\GEN_SLOT[7].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$294_EN[63:0]$354 [0] $flatten\dut.$0$memwr$\GEN_SLOT[7].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$294_EN[63:0]$354 [0] $flatten\dut.$0$memwr$\GEN_SLOT[7].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$294_EN[63:0]$354 [0] $flatten\dut.$0$memwr$\GEN_SLOT[7].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$294_EN[63:0]$354 [0] $flatten\dut.$0$memwr$\GEN_SLOT[7].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$294_EN[63:0]$354 [0] $flatten\dut.$0$memwr$\GEN_SLOT[7].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$294_EN[63:0]$354 [0] $flatten\dut.$0$memwr$\GEN_SLOT[7].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$294_EN[63:0]$354 [0] $flatten\dut.$0$memwr$\GEN_SLOT[7].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$294_EN[63:0]$354 [0] $flatten\dut.$0$memwr$\GEN_SLOT[7].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$294_EN[63:0]$354 [0] $flatten\dut.$0$memwr$\GEN_SLOT[7].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$294_EN[63:0]$354 [0] $flatten\dut.$0$memwr$\GEN_SLOT[7].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$294_EN[63:0]$354 [0] $flatten\dut.$0$memwr$\GEN_SLOT[7].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$294_EN[63:0]$354 [0] $flatten\dut.$0$memwr$\GEN_SLOT[7].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$294_EN[63:0]$354 [0] $flatten\dut.$0$memwr$\GEN_SLOT[7].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$294_EN[63:0]$354 [0] $flatten\dut.$0$memwr$\GEN_SLOT[7].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$294_EN[63:0]$354 [0] $flatten\dut.$0$memwr$\GEN_SLOT[7].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$294_EN[63:0]$354 [0] $flatten\dut.$0$memwr$\GEN_SLOT[7].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$294_EN[63:0]$354 [0] $flatten\dut.$0$memwr$\GEN_SLOT[7].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$294_EN[63:0]$354 [0] $flatten\dut.$0$memwr$\GEN_SLOT[7].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$294_EN[63:0]$354 [0] $flatten\dut.$0$memwr$\GEN_SLOT[7].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$294_EN[63:0]$354 [0] $flatten\dut.$0$memwr$\GEN_SLOT[7].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$294_EN[63:0]$354 [0] $flatten\dut.$0$memwr$\GEN_SLOT[7].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$294_EN[63:0]$354 [0] $flatten\dut.$0$memwr$\GEN_SLOT[7].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$294_EN[63:0]$354 [0] $flatten\dut.$0$memwr$\GEN_SLOT[7].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$294_EN[63:0]$354 [0] $flatten\dut.$0$memwr$\GEN_SLOT[7].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$294_EN[63:0]$354 [0] $flatten\dut.$0$memwr$\GEN_SLOT[7].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$294_EN[63:0]$354 [0] $flatten\dut.$0$memwr$\GEN_SLOT[7].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$294_EN[63:0]$354 [0] $flatten\dut.$0$memwr$\GEN_SLOT[7].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$294_EN[63:0]$354 [0] $flatten\dut.$0$memwr$\GEN_SLOT[7].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$294_EN[63:0]$354 [0] $flatten\dut.$0$memwr$\GEN_SLOT[7].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$294_EN[63:0]$354 [0] $flatten\dut.$0$memwr$\GEN_SLOT[7].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$294_EN[63:0]$354 [0] $flatten\dut.$0$memwr$\GEN_SLOT[7].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$294_EN[63:0]$354 [0] $flatten\dut.$0$memwr$\GEN_SLOT[7].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$294_EN[63:0]$354 [0] $flatten\dut.$0$memwr$\GEN_SLOT[7].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$294_EN[63:0]$354 [0] $flatten\dut.$0$memwr$\GEN_SLOT[7].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$294_EN[63:0]$354 [0] $flatten\dut.$0$memwr$\GEN_SLOT[7].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$294_EN[63:0]$354 [0] $flatten\dut.$0$memwr$\GEN_SLOT[7].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$294_EN[63:0]$354 [0] $flatten\dut.$0$memwr$\GEN_SLOT[7].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$294_EN[63:0]$354 [0] $flatten\dut.$0$memwr$\GEN_SLOT[7].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$294_EN[63:0]$354 [0] $flatten\dut.$0$memwr$\GEN_SLOT[7].mem$hardware/v2/nms/rtl/nms_weight_direct.v:39$294_EN[63:0]$354 [0] }
|
|
Optimizing cells in module \harness_nms_weight_direct.
|
|
Performed a total of 8 changes.
|
|
|
|
4.12.5. Executing OPT_MERGE pass (detect identical cells).
|
|
Finding identical cells in module `\harness_nms_weight_direct'.
|
|
Computing hashes of 72 cells of `\harness_nms_weight_direct'.
|
|
Finding duplicate cells in `\harness_nms_weight_direct'.
|
|
Removed a total of 0 cells.
|
|
|
|
4.12.6. Executing OPT_DFF pass (perform DFF optimizations).
|
|
|
|
4.12.7. Executing OPT_CLEAN pass (remove unused cells and wires).
|
|
Finding unused cells or wires in module \harness_nms_weight_direct..
|
|
|
|
4.12.8. Executing OPT_EXPR pass (perform const folding).
|
|
Optimizing module harness_nms_weight_direct.
|
|
|
|
4.12.9. Rerunning OPT passes. (Maybe there is more to do..)
|
|
|
|
4.12.10. Executing OPT_MUXTREE pass (detect dead branches in mux trees).
|
|
Running muxtree optimizer on module \harness_nms_weight_direct..
|
|
Creating internal representation of mux trees.
|
|
Evaluating internal representation of mux trees.
|
|
Analyzing evaluation results.
|
|
Removed 0 multiplexer ports.
|
|
<suppressed ~68 debug messages>
|
|
|
|
4.12.11. Executing OPT_REDUCE pass (consolidate $*mux and $reduce_* inputs).
|
|
Optimizing cells in module \harness_nms_weight_direct.
|
|
Performed a total of 0 changes.
|
|
|
|
4.12.12. Executing OPT_MERGE pass (detect identical cells).
|
|
Finding identical cells in module `\harness_nms_weight_direct'.
|
|
Computing hashes of 72 cells of `\harness_nms_weight_direct'.
|
|
Finding duplicate cells in `\harness_nms_weight_direct'.
|
|
Removed a total of 0 cells.
|
|
|
|
4.12.13. Executing OPT_DFF pass (perform DFF optimizations).
|
|
|
|
4.12.14. Executing OPT_CLEAN pass (remove unused cells and wires).
|
|
Finding unused cells or wires in module \harness_nms_weight_direct..
|
|
|
|
4.12.15. Executing OPT_EXPR pass (perform const folding).
|
|
Optimizing module harness_nms_weight_direct.
|
|
|
|
4.12.16. Finished fast OPT passes. (There is nothing left to do.)
|
|
|
|
4.13. Executing FSM pass (extract and optimize FSM).
|
|
|
|
4.13.1. Executing FSM_DETECT pass (finding FSMs in design).
|
|
|
|
4.13.2. Executing FSM_EXTRACT pass (extracting FSM from design).
|
|
|
|
4.13.3. Executing FSM_OPT pass (simple optimizations of FSMs).
|
|
|
|
4.13.4. Executing OPT_CLEAN pass (remove unused cells and wires).
|
|
Finding unused cells or wires in module \harness_nms_weight_direct..
|
|
|
|
4.13.5. Executing FSM_OPT pass (simple optimizations of FSMs).
|
|
|
|
4.13.6. Executing FSM_RECODE pass (re-assigning FSM state encoding).
|
|
|
|
4.13.7. Executing FSM_INFO pass (dumping all available information on FSM cells).
|
|
|
|
4.13.8. Executing FSM_MAP pass (mapping FSMs to basic logic).
|
|
|
|
4.14. Executing OPT pass (performing simple optimizations).
|
|
|
|
4.14.1. Executing OPT_EXPR pass (perform const folding).
|
|
Optimizing module harness_nms_weight_direct.
|
|
|
|
4.14.2. Executing OPT_MERGE pass (detect identical cells).
|
|
Finding identical cells in module `\harness_nms_weight_direct'.
|
|
Computing hashes of 72 cells of `\harness_nms_weight_direct'.
|
|
Finding duplicate cells in `\harness_nms_weight_direct'.
|
|
Removed a total of 0 cells.
|
|
|
|
4.14.3. Executing OPT_MUXTREE pass (detect dead branches in mux trees).
|
|
Running muxtree optimizer on module \harness_nms_weight_direct..
|
|
Creating internal representation of mux trees.
|
|
Evaluating internal representation of mux trees.
|
|
Analyzing evaluation results.
|
|
Removed 0 multiplexer ports.
|
|
<suppressed ~68 debug messages>
|
|
|
|
4.14.4. Executing OPT_REDUCE pass (consolidate $*mux and $reduce_* inputs).
|
|
Optimizing cells in module \harness_nms_weight_direct.
|
|
Performed a total of 0 changes.
|
|
|
|
4.14.5. Executing OPT_MERGE pass (detect identical cells).
|
|
Finding identical cells in module `\harness_nms_weight_direct'.
|
|
Computing hashes of 72 cells of `\harness_nms_weight_direct'.
|
|
Finding duplicate cells in `\harness_nms_weight_direct'.
|
|
Removed a total of 0 cells.
|
|
|
|
4.14.6. Executing OPT_DFF pass (perform DFF optimizations).
|
|
Adding SRST signal on $procdff$459 ($dff) from module harness_nms_weight_direct (D = { \lfsr [30:7] $xor$hardware/v2/nms/synthesis/harness_nms_weight_direct.v:21$52_Y }, Q = { \lfsr [31:8] \lfsr [0] }, rval = 25'0000000000000000000000001).
|
|
Adding SRST signal on $procdff$461 ($dff) from module harness_nms_weight_direct (D = $xor$hardware/v2/nms/synthesis/harness_nms_weight_direct.v:47$61_Y, Q = \chk, rval = 8'00000000).
|
|
Adding EN signal on $flatten\dut.$procdff$491 ($dff) from module harness_nms_weight_direct (D = $flatten\dut.$memrd$\GEN_SLOT[0].mem$hardware/v2/nms/rtl/nms_weight_direct.v:41$302_DATA, Q = \dut.GEN_SLOT[0].rd_data_reg).
|
|
Adding EN signal on $flatten\dut.$procdff$487 ($dff) from module harness_nms_weight_direct (D = $flatten\dut.$memrd$\GEN_SLOT[1].mem$hardware/v2/nms/rtl/nms_weight_direct.v:41$310_DATA, Q = \dut.GEN_SLOT[1].rd_data_reg).
|
|
Adding EN signal on $flatten\dut.$procdff$483 ($dff) from module harness_nms_weight_direct (D = $flatten\dut.$memrd$\GEN_SLOT[2].mem$hardware/v2/nms/rtl/nms_weight_direct.v:41$318_DATA, Q = \dut.GEN_SLOT[2].rd_data_reg).
|
|
Adding EN signal on $flatten\dut.$procdff$479 ($dff) from module harness_nms_weight_direct (D = $flatten\dut.$memrd$\GEN_SLOT[3].mem$hardware/v2/nms/rtl/nms_weight_direct.v:41$326_DATA, Q = \dut.GEN_SLOT[3].rd_data_reg).
|
|
Adding EN signal on $flatten\dut.$procdff$475 ($dff) from module harness_nms_weight_direct (D = $flatten\dut.$memrd$\GEN_SLOT[4].mem$hardware/v2/nms/rtl/nms_weight_direct.v:41$334_DATA, Q = \dut.GEN_SLOT[4].rd_data_reg).
|
|
Adding EN signal on $flatten\dut.$procdff$471 ($dff) from module harness_nms_weight_direct (D = $flatten\dut.$memrd$\GEN_SLOT[5].mem$hardware/v2/nms/rtl/nms_weight_direct.v:41$342_DATA, Q = \dut.GEN_SLOT[5].rd_data_reg).
|
|
Adding EN signal on $flatten\dut.$procdff$467 ($dff) from module harness_nms_weight_direct (D = $flatten\dut.$memrd$\GEN_SLOT[6].mem$hardware/v2/nms/rtl/nms_weight_direct.v:41$350_DATA, Q = \dut.GEN_SLOT[6].rd_data_reg).
|
|
Adding EN signal on $flatten\dut.$procdff$463 ($dff) from module harness_nms_weight_direct (D = $flatten\dut.$memrd$\GEN_SLOT[7].mem$hardware/v2/nms/rtl/nms_weight_direct.v:41$358_DATA, Q = \dut.GEN_SLOT[7].rd_data_reg).
|
|
|
|
4.14.7. Executing OPT_CLEAN pass (remove unused cells and wires).
|
|
Finding unused cells or wires in module \harness_nms_weight_direct..
|
|
Removed 9 unused cells and 9 unused wires.
|
|
<suppressed ~10 debug messages>
|
|
|
|
4.14.8. Executing OPT_EXPR pass (perform const folding).
|
|
Optimizing module harness_nms_weight_direct.
|
|
|
|
4.14.9. Rerunning OPT passes. (Maybe there is more to do..)
|
|
|
|
4.14.10. Executing OPT_MUXTREE pass (detect dead branches in mux trees).
|
|
Running muxtree optimizer on module \harness_nms_weight_direct..
|
|
Creating internal representation of mux trees.
|
|
Evaluating internal representation of mux trees.
|
|
Analyzing evaluation results.
|
|
Removed 0 multiplexer ports.
|
|
<suppressed ~50 debug messages>
|
|
|
|
4.14.11. Executing OPT_REDUCE pass (consolidate $*mux and $reduce_* inputs).
|
|
Optimizing cells in module \harness_nms_weight_direct.
|
|
Performed a total of 0 changes.
|
|
|
|
4.14.12. Executing OPT_MERGE pass (detect identical cells).
|
|
Finding identical cells in module `\harness_nms_weight_direct'.
|
|
Computing hashes of 64 cells of `\harness_nms_weight_direct'.
|
|
Finding duplicate cells in `\harness_nms_weight_direct'.
|
|
Removed a total of 0 cells.
|
|
|
|
4.14.13. Executing OPT_DFF pass (perform DFF optimizations).
|
|
|
|
4.14.14. Executing OPT_CLEAN pass (remove unused cells and wires).
|
|
Finding unused cells or wires in module \harness_nms_weight_direct..
|
|
|
|
4.14.15. Executing OPT_EXPR pass (perform const folding).
|
|
Optimizing module harness_nms_weight_direct.
|
|
|
|
4.14.16. Finished fast OPT passes. (There is nothing left to do.)
|
|
|
|
4.15. Executing WREDUCE pass (reducing word size of cells).
|
|
Removed top 56 bits (of 64) from FF cell harness_nms_weight_direct.$auto$ff.cc:337:slice$514 ($dffe).
|
|
Removed top 56 bits (of 64) from FF cell harness_nms_weight_direct.$auto$ff.cc:337:slice$513 ($dffe).
|
|
Removed top 56 bits (of 64) from FF cell harness_nms_weight_direct.$auto$ff.cc:337:slice$512 ($dffe).
|
|
Removed top 56 bits (of 64) from FF cell harness_nms_weight_direct.$auto$ff.cc:337:slice$511 ($dffe).
|
|
Removed top 56 bits (of 64) from FF cell harness_nms_weight_direct.$auto$ff.cc:337:slice$510 ($dffe).
|
|
Removed top 56 bits (of 64) from FF cell harness_nms_weight_direct.$auto$ff.cc:337:slice$509 ($dffe).
|
|
Removed top 56 bits (of 64) from FF cell harness_nms_weight_direct.$auto$ff.cc:337:slice$508 ($dffe).
|
|
Removed top 56 bits (of 64) from FF cell harness_nms_weight_direct.$auto$ff.cc:337:slice$507 ($dffe).
|
|
Removed top 24 bits (of 32) from mux cell harness_nms_weight_direct.$procmux$360 ($mux).
|
|
Removed top 56 bits (of 512) from wire harness_nms_weight_direct.rd_data_flat.
|
|
Removed top 24 bits (of 32) from wire harness_nms_weight_direct.$0\lfsr[31:0].
|
|
|
|
4.16. Executing PEEPOPT pass (run peephole optimizers).
|
|
|
|
4.17. Executing OPT_CLEAN pass (remove unused cells and wires).
|
|
Finding unused cells or wires in module \harness_nms_weight_direct..
|
|
Removed 0 unused cells and 2 unused wires.
|
|
<suppressed ~1 debug messages>
|
|
|
|
4.18. Executing SHARE pass (SAT-based resource sharing).
|
|
|
|
4.19. Executing TECHMAP pass (map to technology primitives).
|
|
|
|
4.19.1. Executing Verilog-2005 frontend: /opt/homebrew/bin/../share/yosys/cmp2lut.v
|
|
Parsing Verilog input from `/opt/homebrew/bin/../share/yosys/cmp2lut.v' to AST representation.
|
|
Generating RTLIL representation for module `\_90_lut_cmp_'.
|
|
Successfully finished Verilog frontend.
|
|
|
|
4.19.2. Continuing TECHMAP pass.
|
|
No more expansions possible.
|
|
<suppressed ~6 debug messages>
|
|
|
|
4.20. Executing OPT_EXPR pass (perform const folding).
|
|
Optimizing module harness_nms_weight_direct.
|
|
|
|
4.21. Executing OPT_CLEAN pass (remove unused cells and wires).
|
|
Finding unused cells or wires in module \harness_nms_weight_direct..
|
|
|
|
4.22. Executing TECHMAP pass (map to technology primitives).
|
|
|
|
4.22.1. Executing Verilog-2005 frontend: /opt/homebrew/bin/../share/yosys/mul2dsp.v
|
|
Parsing Verilog input from `/opt/homebrew/bin/../share/yosys/mul2dsp.v' to AST representation.
|
|
Generating RTLIL representation for module `\_80_mul'.
|
|
Generating RTLIL representation for module `\_90_soft_mul'.
|
|
Successfully finished Verilog frontend.
|
|
|
|
4.22.2. Continuing TECHMAP pass.
|
|
No more expansions possible.
|
|
<suppressed ~4 debug messages>
|
|
|
|
4.23. Executing TECHMAP pass (map to technology primitives).
|
|
|
|
4.23.1. Executing Verilog-2005 frontend: /opt/homebrew/bin/../share/yosys/lattice/dsp_map_18x18.v
|
|
Parsing Verilog input from `/opt/homebrew/bin/../share/yosys/lattice/dsp_map_18x18.v' to AST representation.
|
|
Generating RTLIL representation for module `$__MUL18X18'.
|
|
Successfully finished Verilog frontend.
|
|
|
|
4.23.2. Continuing TECHMAP pass.
|
|
No more expansions possible.
|
|
<suppressed ~3 debug messages>
|
|
|
|
4.24. Executing ALUMACC pass (create $alu and $macc cells).
|
|
Extracting $alu and $macc cells in module harness_nms_weight_direct:
|
|
created 0 $alu and 0 $macc cells.
|
|
|
|
4.25. Executing OPT pass (performing simple optimizations).
|
|
|
|
4.25.1. Executing OPT_EXPR pass (perform const folding).
|
|
Optimizing module harness_nms_weight_direct.
|
|
|
|
4.25.2. Executing OPT_MERGE pass (detect identical cells).
|
|
Finding identical cells in module `\harness_nms_weight_direct'.
|
|
Computing hashes of 64 cells of `\harness_nms_weight_direct'.
|
|
Finding duplicate cells in `\harness_nms_weight_direct'.
|
|
Removed a total of 0 cells.
|
|
|
|
4.25.3. Executing OPT_MUXTREE pass (detect dead branches in mux trees).
|
|
Running muxtree optimizer on module \harness_nms_weight_direct..
|
|
Creating internal representation of mux trees.
|
|
Evaluating internal representation of mux trees.
|
|
Analyzing evaluation results.
|
|
Removed 0 multiplexer ports.
|
|
<suppressed ~50 debug messages>
|
|
|
|
4.25.4. Executing OPT_REDUCE pass (consolidate $*mux and $reduce_* inputs).
|
|
Optimizing cells in module \harness_nms_weight_direct.
|
|
Performed a total of 0 changes.
|
|
|
|
4.25.5. Executing OPT_MERGE pass (detect identical cells).
|
|
Finding identical cells in module `\harness_nms_weight_direct'.
|
|
Computing hashes of 64 cells of `\harness_nms_weight_direct'.
|
|
Finding duplicate cells in `\harness_nms_weight_direct'.
|
|
Removed a total of 0 cells.
|
|
|
|
4.25.6. Executing OPT_DFF pass (perform DFF optimizations).
|
|
|
|
4.25.7. Executing OPT_CLEAN pass (remove unused cells and wires).
|
|
Finding unused cells or wires in module \harness_nms_weight_direct..
|
|
|
|
4.25.8. Executing OPT_EXPR pass (perform const folding).
|
|
Optimizing module harness_nms_weight_direct.
|
|
|
|
4.25.9. Finished fast OPT passes. (There is nothing left to do.)
|
|
|
|
4.26. Executing MEMORY pass.
|
|
|
|
4.26.1. Executing OPT_MEM pass (optimize memories).
|
|
Performed a total of 0 transformations.
|
|
|
|
4.26.2. Executing OPT_MEM_PRIORITY pass (removing unnecessary memory write priority relations).
|
|
Performed a total of 0 transformations.
|
|
|
|
4.26.3. Executing OPT_MEM_FEEDBACK pass (finding memory read-to-write feedback paths).
|
|
Analyzing harness_nms_weight_direct.dut.GEN_SLOT[0].mem write port 0.
|
|
Analyzing harness_nms_weight_direct.dut.GEN_SLOT[1].mem write port 0.
|
|
Analyzing harness_nms_weight_direct.dut.GEN_SLOT[2].mem write port 0.
|
|
Analyzing harness_nms_weight_direct.dut.GEN_SLOT[3].mem write port 0.
|
|
Analyzing harness_nms_weight_direct.dut.GEN_SLOT[4].mem write port 0.
|
|
Analyzing harness_nms_weight_direct.dut.GEN_SLOT[5].mem write port 0.
|
|
Analyzing harness_nms_weight_direct.dut.GEN_SLOT[6].mem write port 0.
|
|
Analyzing harness_nms_weight_direct.dut.GEN_SLOT[7].mem write port 0.
|
|
|
|
4.26.4. Executing MEMORY_BMUX2ROM pass (converting muxes to ROMs).
|
|
|
|
4.26.5. Executing MEMORY_DFF pass (merging $dff cells to $memrd).
|
|
Checking read port `\dut.GEN_SLOT[0].mem'[0] in module `\harness_nms_weight_direct': merging output FF to cell.
|
|
Write port 0: non-transparent.
|
|
Checking read port `\dut.GEN_SLOT[1].mem'[0] in module `\harness_nms_weight_direct': merging output FF to cell.
|
|
Write port 0: non-transparent.
|
|
Checking read port `\dut.GEN_SLOT[2].mem'[0] in module `\harness_nms_weight_direct': merging output FF to cell.
|
|
Write port 0: non-transparent.
|
|
Checking read port `\dut.GEN_SLOT[3].mem'[0] in module `\harness_nms_weight_direct': merging output FF to cell.
|
|
Write port 0: non-transparent.
|
|
Checking read port `\dut.GEN_SLOT[4].mem'[0] in module `\harness_nms_weight_direct': merging output FF to cell.
|
|
Write port 0: non-transparent.
|
|
Checking read port `\dut.GEN_SLOT[5].mem'[0] in module `\harness_nms_weight_direct': merging output FF to cell.
|
|
Write port 0: non-transparent.
|
|
Checking read port `\dut.GEN_SLOT[6].mem'[0] in module `\harness_nms_weight_direct': merging output FF to cell.
|
|
Write port 0: non-transparent.
|
|
Checking read port `\dut.GEN_SLOT[7].mem'[0] in module `\harness_nms_weight_direct': merging output FF to cell.
|
|
Write port 0: non-transparent.
|
|
|
|
4.26.6. Executing OPT_CLEAN pass (remove unused cells and wires).
|
|
Finding unused cells or wires in module \harness_nms_weight_direct..
|
|
Removed 8 unused cells and 64 unused wires.
|
|
<suppressed ~9 debug messages>
|
|
|
|
4.26.7. Executing MEMORY_SHARE pass (consolidating $memrd/$memwr cells).
|
|
|
|
4.26.8. Executing OPT_MEM_WIDEN pass (optimize memories where all ports are wide).
|
|
Performed a total of 0 transformations.
|
|
|
|
4.26.9. Executing OPT_CLEAN pass (remove unused cells and wires).
|
|
Finding unused cells or wires in module \harness_nms_weight_direct..
|
|
|
|
4.26.10. Executing MEMORY_COLLECT pass (generating $mem cells).
|
|
|
|
4.27. Executing OPT_CLEAN pass (remove unused cells and wires).
|
|
Finding unused cells or wires in module \harness_nms_weight_direct..
|
|
|
|
4.28. Executing MEMORY_LIBMAP pass (mapping memories to cells).
|
|
mapping memory harness_nms_weight_direct.dut.GEN_SLOT[7].mem via $__TRELLIS_DPR16X4_
|
|
Extracted data FF from read port 0 of harness_nms_weight_direct.dut.GEN_SLOT[7].mem: $\dut.GEN_SLOT[7].mem$rdreg[0]
|
|
mapping memory harness_nms_weight_direct.dut.GEN_SLOT[6].mem via $__TRELLIS_DPR16X4_
|
|
Extracted data FF from read port 0 of harness_nms_weight_direct.dut.GEN_SLOT[6].mem: $\dut.GEN_SLOT[6].mem$rdreg[0]
|
|
mapping memory harness_nms_weight_direct.dut.GEN_SLOT[5].mem via $__TRELLIS_DPR16X4_
|
|
Extracted data FF from read port 0 of harness_nms_weight_direct.dut.GEN_SLOT[5].mem: $\dut.GEN_SLOT[5].mem$rdreg[0]
|
|
mapping memory harness_nms_weight_direct.dut.GEN_SLOT[4].mem via $__TRELLIS_DPR16X4_
|
|
Extracted data FF from read port 0 of harness_nms_weight_direct.dut.GEN_SLOT[4].mem: $\dut.GEN_SLOT[4].mem$rdreg[0]
|
|
mapping memory harness_nms_weight_direct.dut.GEN_SLOT[2].mem via $__TRELLIS_DPR16X4_
|
|
Extracted data FF from read port 0 of harness_nms_weight_direct.dut.GEN_SLOT[2].mem: $\dut.GEN_SLOT[2].mem$rdreg[0]
|
|
mapping memory harness_nms_weight_direct.dut.GEN_SLOT[1].mem via $__TRELLIS_DPR16X4_
|
|
Extracted data FF from read port 0 of harness_nms_weight_direct.dut.GEN_SLOT[1].mem: $\dut.GEN_SLOT[1].mem$rdreg[0]
|
|
mapping memory harness_nms_weight_direct.dut.GEN_SLOT[3].mem via $__TRELLIS_DPR16X4_
|
|
Extracted data FF from read port 0 of harness_nms_weight_direct.dut.GEN_SLOT[3].mem: $\dut.GEN_SLOT[3].mem$rdreg[0]
|
|
mapping memory harness_nms_weight_direct.dut.GEN_SLOT[0].mem via $__TRELLIS_DPR16X4_
|
|
Extracted data FF from read port 0 of harness_nms_weight_direct.dut.GEN_SLOT[0].mem: $\dut.GEN_SLOT[0].mem$rdreg[0]
|
|
<suppressed ~4070 debug messages>
|
|
|
|
4.29. Executing TECHMAP pass (map to technology primitives).
|
|
|
|
4.29.1. Executing Verilog-2005 frontend: /opt/homebrew/bin/../share/yosys/lattice/lutrams_map_trellis.v
|
|
Parsing Verilog input from `/opt/homebrew/bin/../share/yosys/lattice/lutrams_map_trellis.v' to AST representation.
|
|
Generating RTLIL representation for module `$__TRELLIS_DPR16X4_'.
|
|
Successfully finished Verilog frontend.
|
|
|
|
4.29.2. Executing Verilog-2005 frontend: /opt/homebrew/bin/../share/yosys/lattice/brams_map_16kd.v
|
|
Parsing Verilog input from `/opt/homebrew/bin/../share/yosys/lattice/brams_map_16kd.v' to AST representation.
|
|
Generating RTLIL representation for module `$__DP16KD_'.
|
|
Generating RTLIL representation for module `$__PDPW16KD_'.
|
|
Successfully finished Verilog frontend.
|
|
|
|
4.29.3. Continuing TECHMAP pass.
|
|
Using template $paramod$04778961cc1285a5efea28f98f28381eb2862208$__TRELLIS_DPR16X4_ for cells of type $__TRELLIS_DPR16X4_.
|
|
No more expansions possible.
|
|
<suppressed ~146 debug messages>
|
|
|
|
4.30. Executing OPT pass (performing simple optimizations).
|
|
|
|
4.30.1. Executing OPT_EXPR pass (perform const folding).
|
|
Optimizing module harness_nms_weight_direct.
|
|
<suppressed ~80 debug messages>
|
|
|
|
4.30.2. Executing OPT_MERGE pass (detect identical cells).
|
|
Finding identical cells in module `\harness_nms_weight_direct'.
|
|
Computing hashes of 152 cells of `\harness_nms_weight_direct'.
|
|
Finding duplicate cells in `\harness_nms_weight_direct'.
|
|
Removed a total of 0 cells.
|
|
|
|
4.30.3. Executing OPT_DFF pass (perform DFF optimizations).
|
|
|
|
4.30.4. Executing OPT_CLEAN pass (remove unused cells and wires).
|
|
Finding unused cells or wires in module \harness_nms_weight_direct..
|
|
Removed 0 unused cells and 920 unused wires.
|
|
<suppressed ~1 debug messages>
|
|
|
|
4.30.5. Finished fast OPT passes.
|
|
|
|
4.31. Executing MEMORY_MAP pass (converting memories to logic and flip-flops).
|
|
|
|
4.32. Executing OPT pass (performing simple optimizations).
|
|
|
|
4.32.1. Executing OPT_EXPR pass (perform const folding).
|
|
Optimizing module harness_nms_weight_direct.
|
|
|
|
4.32.2. Executing OPT_MERGE pass (detect identical cells).
|
|
Finding identical cells in module `\harness_nms_weight_direct'.
|
|
Computing hashes of 152 cells of `\harness_nms_weight_direct'.
|
|
Finding duplicate cells in `\harness_nms_weight_direct'.
|
|
Removed a total of 0 cells.
|
|
|
|
4.32.3. Executing OPT_MUXTREE pass (detect dead branches in mux trees).
|
|
Running muxtree optimizer on module \harness_nms_weight_direct..
|
|
Creating internal representation of mux trees.
|
|
Evaluating internal representation of mux trees.
|
|
Analyzing evaluation results.
|
|
Removed 0 multiplexer ports.
|
|
<suppressed ~2 debug messages>
|
|
|
|
4.32.4. Executing OPT_REDUCE pass (consolidate $*mux and $reduce_* inputs).
|
|
Optimizing cells in module \harness_nms_weight_direct.
|
|
Performed a total of 0 changes.
|
|
|
|
4.32.5. Executing OPT_MERGE pass (detect identical cells).
|
|
Finding identical cells in module `\harness_nms_weight_direct'.
|
|
Computing hashes of 152 cells of `\harness_nms_weight_direct'.
|
|
Finding duplicate cells in `\harness_nms_weight_direct'.
|
|
Removed a total of 0 cells.
|
|
|
|
4.32.6. Executing OPT_DFF pass (perform DFF optimizations).
|
|
|
|
4.32.7. Executing OPT_CLEAN pass (remove unused cells and wires).
|
|
Finding unused cells or wires in module \harness_nms_weight_direct..
|
|
|
|
4.32.8. Executing OPT_EXPR pass (perform const folding).
|
|
Optimizing module harness_nms_weight_direct.
|
|
|
|
4.32.9. Finished fast OPT passes. (There is nothing left to do.)
|
|
|
|
4.33. Executing TECHMAP pass (map to technology primitives).
|
|
|
|
4.33.1. Executing Verilog-2005 frontend: /opt/homebrew/bin/../share/yosys/techmap.v
|
|
Parsing Verilog input from `/opt/homebrew/bin/../share/yosys/techmap.v' to AST representation.
|
|
Generating RTLIL representation for module `\_90_simplemap_bool_ops'.
|
|
Generating RTLIL representation for module `\_90_simplemap_reduce_ops'.
|
|
Generating RTLIL representation for module `\_90_simplemap_logic_ops'.
|
|
Generating RTLIL representation for module `\_90_simplemap_compare_ops'.
|
|
Generating RTLIL representation for module `\_90_simplemap_various'.
|
|
Generating RTLIL representation for module `\_90_simplemap_registers'.
|
|
Generating RTLIL representation for module `\_90_shift_ops_shr_shl_sshl_sshr'.
|
|
Generating RTLIL representation for module `\_90_shift_shiftx'.
|
|
Generating RTLIL representation for module `\_90_fa'.
|
|
Generating RTLIL representation for module `\_90_lcu_brent_kung'.
|
|
Generating RTLIL representation for module `\_90_alu'.
|
|
Generating RTLIL representation for module `\_90_macc'.
|
|
Generating RTLIL representation for module `\_90_alumacc'.
|
|
Generating RTLIL representation for module `$__div_mod_u'.
|
|
Generating RTLIL representation for module `$__div_mod_trunc'.
|
|
Generating RTLIL representation for module `\_90_div'.
|
|
Generating RTLIL representation for module `\_90_mod'.
|
|
Generating RTLIL representation for module `$__div_mod_floor'.
|
|
Generating RTLIL representation for module `\_90_divfloor'.
|
|
Generating RTLIL representation for module `\_90_modfloor'.
|
|
Generating RTLIL representation for module `\_90_pow'.
|
|
Generating RTLIL representation for module `\_90_demux'.
|
|
Generating RTLIL representation for module `\_90_lut'.
|
|
Generating RTLIL representation for module `$connect'.
|
|
Generating RTLIL representation for module `$input_port'.
|
|
Successfully finished Verilog frontend.
|
|
|
|
4.33.2. Executing Verilog-2005 frontend: /opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v
|
|
Parsing Verilog input from `/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v' to AST representation.
|
|
Generating RTLIL representation for module `\_80_ccu2c_alu'.
|
|
Successfully finished Verilog frontend.
|
|
|
|
4.33.3. Continuing TECHMAP pass.
|
|
Using extmapper simplemap for cells of type $sdff.
|
|
Using extmapper simplemap for cells of type $dff.
|
|
Using extmapper simplemap for cells of type $xor.
|
|
Using extmapper simplemap for cells of type $mux.
|
|
Using extmapper simplemap for cells of type $dffe.
|
|
No more expansions possible.
|
|
<suppressed ~100 debug messages>
|
|
|
|
4.34. Executing OPT pass (performing simple optimizations).
|
|
|
|
4.34.1. Executing OPT_EXPR pass (perform const folding).
|
|
Optimizing module harness_nms_weight_direct.
|
|
|
|
4.34.2. Executing OPT_MERGE pass (detect identical cells).
|
|
Finding identical cells in module `\harness_nms_weight_direct'.
|
|
Computing hashes of 756 cells of `\harness_nms_weight_direct'.
|
|
Finding duplicate cells in `\harness_nms_weight_direct'.
|
|
Removed a total of 0 cells.
|
|
|
|
4.34.3. Executing OPT_DFF pass (perform DFF optimizations).
|
|
|
|
4.34.4. Executing OPT_CLEAN pass (remove unused cells and wires).
|
|
Finding unused cells or wires in module \harness_nms_weight_direct..
|
|
Removed 561 unused cells and 8 unused wires.
|
|
<suppressed ~562 debug messages>
|
|
|
|
4.34.5. Finished fast OPT passes.
|
|
|
|
4.35. Executing OPT_CLEAN pass (remove unused cells and wires).
|
|
Finding unused cells or wires in module \harness_nms_weight_direct..
|
|
|
|
4.36. Executing DFFLEGALIZE pass (convert FFs to types supported by the target).
|
|
|
|
4.37. Executing OPT_MERGE pass (detect identical cells).
|
|
Finding identical cells in module `\harness_nms_weight_direct'.
|
|
Computing hashes of 195 cells of `\harness_nms_weight_direct'.
|
|
Finding duplicate cells in `\harness_nms_weight_direct'.
|
|
Removed a total of 0 cells.
|
|
|
|
4.38. Executing TECHMAP pass (map to technology primitives).
|
|
|
|
4.38.1. Executing Verilog-2005 frontend: /opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v
|
|
Parsing Verilog input from `/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v' to AST representation.
|
|
Generating RTLIL representation for module `$_DFF_N_'.
|
|
Generating RTLIL representation for module `$_DFF_P_'.
|
|
Generating RTLIL representation for module `$_DFFE_NN_'.
|
|
Generating RTLIL representation for module `$_DFFE_PN_'.
|
|
Generating RTLIL representation for module `$_DFFE_NP_'.
|
|
Generating RTLIL representation for module `$_DFFE_PP_'.
|
|
Generating RTLIL representation for module `$_DFF_NP0_'.
|
|
Generating RTLIL representation for module `$_DFF_NP1_'.
|
|
Generating RTLIL representation for module `$_DFF_PP0_'.
|
|
Generating RTLIL representation for module `$_DFF_PP1_'.
|
|
Generating RTLIL representation for module `$_SDFF_NP0_'.
|
|
Generating RTLIL representation for module `$_SDFF_NP1_'.
|
|
Generating RTLIL representation for module `$_SDFF_PP0_'.
|
|
Generating RTLIL representation for module `$_SDFF_PP1_'.
|
|
Generating RTLIL representation for module `$_DFFE_NP0P_'.
|
|
Generating RTLIL representation for module `$_DFFE_NP1P_'.
|
|
Generating RTLIL representation for module `$_DFFE_PP0P_'.
|
|
Generating RTLIL representation for module `$_DFFE_PP1P_'.
|
|
Generating RTLIL representation for module `$_DFFE_NP0N_'.
|
|
Generating RTLIL representation for module `$_DFFE_NP1N_'.
|
|
Generating RTLIL representation for module `$_DFFE_PP0N_'.
|
|
Generating RTLIL representation for module `$_DFFE_PP1N_'.
|
|
Generating RTLIL representation for module `$_SDFFE_NP0P_'.
|
|
Generating RTLIL representation for module `$_SDFFE_NP1P_'.
|
|
Generating RTLIL representation for module `$_SDFFE_PP0P_'.
|
|
Generating RTLIL representation for module `$_SDFFE_PP1P_'.
|
|
Generating RTLIL representation for module `$_SDFFE_NP0N_'.
|
|
Generating RTLIL representation for module `$_SDFFE_NP1N_'.
|
|
Generating RTLIL representation for module `$_SDFFE_PP0N_'.
|
|
Generating RTLIL representation for module `$_SDFFE_PP1N_'.
|
|
Generating RTLIL representation for module `$_ALDFF_NP_'.
|
|
Generating RTLIL representation for module `$_ALDFF_PP_'.
|
|
Generating RTLIL representation for module `$_ALDFFE_NPN_'.
|
|
Generating RTLIL representation for module `$_ALDFFE_NPP_'.
|
|
Generating RTLIL representation for module `$_ALDFFE_PPN_'.
|
|
Generating RTLIL representation for module `$_ALDFFE_PPP_'.
|
|
Generating RTLIL representation for module `\FD1P3AX'.
|
|
Generating RTLIL representation for module `\FD1P3AY'.
|
|
Generating RTLIL representation for module `\FD1P3BX'.
|
|
Generating RTLIL representation for module `\FD1P3DX'.
|
|
Generating RTLIL representation for module `\FD1P3IX'.
|
|
Generating RTLIL representation for module `\FD1P3JX'.
|
|
Generating RTLIL representation for module `\FD1S3AX'.
|
|
Generating RTLIL representation for module `\FD1S3AY'.
|
|
Generating RTLIL representation for module `\FD1S3BX'.
|
|
Generating RTLIL representation for module `\FD1S3DX'.
|
|
Generating RTLIL representation for module `\FD1S3IX'.
|
|
Generating RTLIL representation for module `\FD1S3JX'.
|
|
Generating RTLIL representation for module `\IFS1P3BX'.
|
|
Generating RTLIL representation for module `\IFS1P3DX'.
|
|
Generating RTLIL representation for module `\IFS1P3IX'.
|
|
Generating RTLIL representation for module `\IFS1P3JX'.
|
|
Generating RTLIL representation for module `\OFS1P3BX'.
|
|
Generating RTLIL representation for module `\OFS1P3DX'.
|
|
Generating RTLIL representation for module `\OFS1P3IX'.
|
|
Generating RTLIL representation for module `\OFS1P3JX'.
|
|
Generating RTLIL representation for module `\IB'.
|
|
Generating RTLIL representation for module `\IBPU'.
|
|
Generating RTLIL representation for module `\IBPD'.
|
|
Generating RTLIL representation for module `\OB'.
|
|
Generating RTLIL representation for module `\OBZ'.
|
|
Generating RTLIL representation for module `\OBZPU'.
|
|
Generating RTLIL representation for module `\OBZPD'.
|
|
Generating RTLIL representation for module `\OBCO'.
|
|
Generating RTLIL representation for module `\BB'.
|
|
Generating RTLIL representation for module `\BBPU'.
|
|
Generating RTLIL representation for module `\BBPD'.
|
|
Generating RTLIL representation for module `\ILVDS'.
|
|
Generating RTLIL representation for module `\OLVDS'.
|
|
Successfully finished Verilog frontend.
|
|
|
|
4.38.2. Continuing TECHMAP pass.
|
|
Using template $_SDFF_PP1_ for cells of type $_SDFF_PP1_.
|
|
Using template $paramod$_DFFE_PP_\_TECHMAP_WIREINIT_Q_=1'x for cells of type $_DFFE_PP_.
|
|
Using template $paramod$_DFF_P_\_TECHMAP_WIREINIT_Q_=1'x for cells of type $_DFF_P_.
|
|
Using template $_SDFF_PP0_ for cells of type $_SDFF_PP0_.
|
|
No more expansions possible.
|
|
<suppressed ~197 debug messages>
|
|
|
|
4.39. Executing OPT_EXPR pass (perform const folding).
|
|
Optimizing module harness_nms_weight_direct.
|
|
|
|
4.40. Executing SIMPLEMAP pass (map simple cells to gate primitives).
|
|
|
|
4.41. Executing LATTICE_GSR pass (implement FF init values).
|
|
Handling GSR in harness_nms_weight_direct.
|
|
|
|
4.42. Executing ATTRMVCP pass (move or copy attributes).
|
|
|
|
4.43. Executing OPT_CLEAN pass (remove unused cells and wires).
|
|
Finding unused cells or wires in module \harness_nms_weight_direct..
|
|
Removed 0 unused cells and 513 unused wires.
|
|
<suppressed ~1 debug messages>
|
|
|
|
4.44. Executing CHECK pass (checking for obvious problems).
|
|
Checking module harness_nms_weight_direct...
|
|
Found and reported 0 problems.
|
|
|
|
4.45. Executing TECHMAP pass (map to technology primitives).
|
|
|
|
4.45.1. Executing Verilog-2005 frontend: /opt/homebrew/bin/../share/yosys/lattice/latches_map.v
|
|
Parsing Verilog input from `/opt/homebrew/bin/../share/yosys/lattice/latches_map.v' to AST representation.
|
|
Generating RTLIL representation for module `$_DLATCH_N_'.
|
|
Generating RTLIL representation for module `$_DLATCH_P_'.
|
|
Successfully finished Verilog frontend.
|
|
|
|
4.45.2. Continuing TECHMAP pass.
|
|
No more expansions possible.
|
|
<suppressed ~4 debug messages>
|
|
|
|
4.46. Executing ABC9 pass.
|
|
|
|
4.46.1. Executing ABC9_OPS pass (helper functions for ABC9).
|
|
|
|
4.46.2. Executing ABC9_OPS pass (helper functions for ABC9).
|
|
|
|
4.46.3. Executing PROC pass (convert processes to netlists).
|
|
|
|
4.46.3.1. Executing PROC_CLEAN pass (remove empty switches from decision trees).
|
|
Found and cleaned up 1 empty switch in `$paramod$2074b3813575c9ede27f9a04ee0bf291c9c7bf2f\TRELLIS_DPR16X4.$proc$/opt/homebrew/bin/../share/yosys/lattice/common_sim.vh:151$1826'.
|
|
Cleaned up 1 empty switch.
|
|
|
|
4.46.3.2. Executing PROC_RMDEAD pass (remove dead branches from decision trees).
|
|
Marked 1 switch rules as full_case in process $proc$/opt/homebrew/bin/../share/yosys/lattice/common_sim.vh:159$1827 in module $paramod$2074b3813575c9ede27f9a04ee0bf291c9c7bf2f\TRELLIS_DPR16X4.
|
|
Removed a total of 0 dead cases.
|
|
|
|
4.46.3.3. Executing PROC_PRUNE pass (remove redundant assignments in processes).
|
|
Removed 0 redundant assignments.
|
|
Promoted 22 assignments to connections.
|
|
|
|
4.46.3.4. Executing PROC_INIT pass (extract init attributes).
|
|
|
|
4.46.3.5. Executing PROC_ARST pass (detect async resets in processes).
|
|
|
|
4.46.3.6. Executing PROC_ROM pass (convert switches to ROMs).
|
|
Converted 0 switches.
|
|
<suppressed ~1 debug messages>
|
|
|
|
4.46.3.7. Executing PROC_MUX pass (convert decision trees to multiplexers).
|
|
Creating decoders for process `$paramod$2074b3813575c9ede27f9a04ee0bf291c9c7bf2f\TRELLIS_DPR16X4.$proc$/opt/homebrew/bin/../share/yosys/lattice/common_sim.vh:143$1851'.
|
|
Creating decoders for process `$paramod$2074b3813575c9ede27f9a04ee0bf291c9c7bf2f\TRELLIS_DPR16X4.$proc$/opt/homebrew/bin/../share/yosys/lattice/common_sim.vh:159$1827'.
|
|
1/3: $1$memwr$\mem$/opt/homebrew/bin/../share/yosys/lattice/common_sim.vh:161$1825_EN[3:0]$1833
|
|
2/3: $1$memwr$\mem$/opt/homebrew/bin/../share/yosys/lattice/common_sim.vh:161$1825_DATA[3:0]$1832
|
|
3/3: $1$memwr$\mem$/opt/homebrew/bin/../share/yosys/lattice/common_sim.vh:161$1825_ADDR[3:0]$1831
|
|
Creating decoders for process `$paramod$2074b3813575c9ede27f9a04ee0bf291c9c7bf2f\TRELLIS_DPR16X4.$proc$/opt/homebrew/bin/../share/yosys/lattice/common_sim.vh:151$1826'.
|
|
|
|
4.46.3.8. Executing PROC_DLATCH pass (convert process syncs to latches).
|
|
No latch inferred for signal `$paramod$2074b3813575c9ede27f9a04ee0bf291c9c7bf2f\TRELLIS_DPR16X4.\i' from process `$paramod$2074b3813575c9ede27f9a04ee0bf291c9c7bf2f\TRELLIS_DPR16X4.$proc$/opt/homebrew/bin/../share/yosys/lattice/common_sim.vh:143$1851'.
|
|
No latch inferred for signal `$paramod$2074b3813575c9ede27f9a04ee0bf291c9c7bf2f\TRELLIS_DPR16X4.$memwr$\mem$/opt/homebrew/bin/../share/yosys/lattice/common_sim.vh:145$1809_EN' from process `$paramod$2074b3813575c9ede27f9a04ee0bf291c9c7bf2f\TRELLIS_DPR16X4.$proc$/opt/homebrew/bin/../share/yosys/lattice/common_sim.vh:143$1851'.
|
|
No latch inferred for signal `$paramod$2074b3813575c9ede27f9a04ee0bf291c9c7bf2f\TRELLIS_DPR16X4.$memwr$\mem$/opt/homebrew/bin/../share/yosys/lattice/common_sim.vh:145$1810_EN' from process `$paramod$2074b3813575c9ede27f9a04ee0bf291c9c7bf2f\TRELLIS_DPR16X4.$proc$/opt/homebrew/bin/../share/yosys/lattice/common_sim.vh:143$1851'.
|
|
No latch inferred for signal `$paramod$2074b3813575c9ede27f9a04ee0bf291c9c7bf2f\TRELLIS_DPR16X4.$memwr$\mem$/opt/homebrew/bin/../share/yosys/lattice/common_sim.vh:145$1811_EN' from process `$paramod$2074b3813575c9ede27f9a04ee0bf291c9c7bf2f\TRELLIS_DPR16X4.$proc$/opt/homebrew/bin/../share/yosys/lattice/common_sim.vh:143$1851'.
|
|
No latch inferred for signal `$paramod$2074b3813575c9ede27f9a04ee0bf291c9c7bf2f\TRELLIS_DPR16X4.$memwr$\mem$/opt/homebrew/bin/../share/yosys/lattice/common_sim.vh:145$1812_EN' from process `$paramod$2074b3813575c9ede27f9a04ee0bf291c9c7bf2f\TRELLIS_DPR16X4.$proc$/opt/homebrew/bin/../share/yosys/lattice/common_sim.vh:143$1851'.
|
|
No latch inferred for signal `$paramod$2074b3813575c9ede27f9a04ee0bf291c9c7bf2f\TRELLIS_DPR16X4.$memwr$\mem$/opt/homebrew/bin/../share/yosys/lattice/common_sim.vh:145$1813_EN' from process `$paramod$2074b3813575c9ede27f9a04ee0bf291c9c7bf2f\TRELLIS_DPR16X4.$proc$/opt/homebrew/bin/../share/yosys/lattice/common_sim.vh:143$1851'.
|
|
No latch inferred for signal `$paramod$2074b3813575c9ede27f9a04ee0bf291c9c7bf2f\TRELLIS_DPR16X4.$memwr$\mem$/opt/homebrew/bin/../share/yosys/lattice/common_sim.vh:145$1814_EN' from process `$paramod$2074b3813575c9ede27f9a04ee0bf291c9c7bf2f\TRELLIS_DPR16X4.$proc$/opt/homebrew/bin/../share/yosys/lattice/common_sim.vh:143$1851'.
|
|
No latch inferred for signal `$paramod$2074b3813575c9ede27f9a04ee0bf291c9c7bf2f\TRELLIS_DPR16X4.$memwr$\mem$/opt/homebrew/bin/../share/yosys/lattice/common_sim.vh:145$1815_EN' from process `$paramod$2074b3813575c9ede27f9a04ee0bf291c9c7bf2f\TRELLIS_DPR16X4.$proc$/opt/homebrew/bin/../share/yosys/lattice/common_sim.vh:143$1851'.
|
|
No latch inferred for signal `$paramod$2074b3813575c9ede27f9a04ee0bf291c9c7bf2f\TRELLIS_DPR16X4.$memwr$\mem$/opt/homebrew/bin/../share/yosys/lattice/common_sim.vh:145$1816_EN' from process `$paramod$2074b3813575c9ede27f9a04ee0bf291c9c7bf2f\TRELLIS_DPR16X4.$proc$/opt/homebrew/bin/../share/yosys/lattice/common_sim.vh:143$1851'.
|
|
No latch inferred for signal `$paramod$2074b3813575c9ede27f9a04ee0bf291c9c7bf2f\TRELLIS_DPR16X4.$memwr$\mem$/opt/homebrew/bin/../share/yosys/lattice/common_sim.vh:145$1817_EN' from process `$paramod$2074b3813575c9ede27f9a04ee0bf291c9c7bf2f\TRELLIS_DPR16X4.$proc$/opt/homebrew/bin/../share/yosys/lattice/common_sim.vh:143$1851'.
|
|
No latch inferred for signal `$paramod$2074b3813575c9ede27f9a04ee0bf291c9c7bf2f\TRELLIS_DPR16X4.$memwr$\mem$/opt/homebrew/bin/../share/yosys/lattice/common_sim.vh:145$1818_EN' from process `$paramod$2074b3813575c9ede27f9a04ee0bf291c9c7bf2f\TRELLIS_DPR16X4.$proc$/opt/homebrew/bin/../share/yosys/lattice/common_sim.vh:143$1851'.
|
|
No latch inferred for signal `$paramod$2074b3813575c9ede27f9a04ee0bf291c9c7bf2f\TRELLIS_DPR16X4.$memwr$\mem$/opt/homebrew/bin/../share/yosys/lattice/common_sim.vh:145$1819_EN' from process `$paramod$2074b3813575c9ede27f9a04ee0bf291c9c7bf2f\TRELLIS_DPR16X4.$proc$/opt/homebrew/bin/../share/yosys/lattice/common_sim.vh:143$1851'.
|
|
No latch inferred for signal `$paramod$2074b3813575c9ede27f9a04ee0bf291c9c7bf2f\TRELLIS_DPR16X4.$memwr$\mem$/opt/homebrew/bin/../share/yosys/lattice/common_sim.vh:145$1820_EN' from process `$paramod$2074b3813575c9ede27f9a04ee0bf291c9c7bf2f\TRELLIS_DPR16X4.$proc$/opt/homebrew/bin/../share/yosys/lattice/common_sim.vh:143$1851'.
|
|
No latch inferred for signal `$paramod$2074b3813575c9ede27f9a04ee0bf291c9c7bf2f\TRELLIS_DPR16X4.$memwr$\mem$/opt/homebrew/bin/../share/yosys/lattice/common_sim.vh:145$1821_EN' from process `$paramod$2074b3813575c9ede27f9a04ee0bf291c9c7bf2f\TRELLIS_DPR16X4.$proc$/opt/homebrew/bin/../share/yosys/lattice/common_sim.vh:143$1851'.
|
|
No latch inferred for signal `$paramod$2074b3813575c9ede27f9a04ee0bf291c9c7bf2f\TRELLIS_DPR16X4.$memwr$\mem$/opt/homebrew/bin/../share/yosys/lattice/common_sim.vh:145$1822_EN' from process `$paramod$2074b3813575c9ede27f9a04ee0bf291c9c7bf2f\TRELLIS_DPR16X4.$proc$/opt/homebrew/bin/../share/yosys/lattice/common_sim.vh:143$1851'.
|
|
No latch inferred for signal `$paramod$2074b3813575c9ede27f9a04ee0bf291c9c7bf2f\TRELLIS_DPR16X4.$memwr$\mem$/opt/homebrew/bin/../share/yosys/lattice/common_sim.vh:145$1823_EN' from process `$paramod$2074b3813575c9ede27f9a04ee0bf291c9c7bf2f\TRELLIS_DPR16X4.$proc$/opt/homebrew/bin/../share/yosys/lattice/common_sim.vh:143$1851'.
|
|
No latch inferred for signal `$paramod$2074b3813575c9ede27f9a04ee0bf291c9c7bf2f\TRELLIS_DPR16X4.$memwr$\mem$/opt/homebrew/bin/../share/yosys/lattice/common_sim.vh:145$1824_EN' from process `$paramod$2074b3813575c9ede27f9a04ee0bf291c9c7bf2f\TRELLIS_DPR16X4.$proc$/opt/homebrew/bin/../share/yosys/lattice/common_sim.vh:143$1851'.
|
|
No latch inferred for signal `$paramod$2074b3813575c9ede27f9a04ee0bf291c9c7bf2f\TRELLIS_DPR16X4.\muxwre' from process `$paramod$2074b3813575c9ede27f9a04ee0bf291c9c7bf2f\TRELLIS_DPR16X4.$proc$/opt/homebrew/bin/../share/yosys/lattice/common_sim.vh:151$1826'.
|
|
|
|
4.46.3.9. Executing PROC_DFF pass (convert process syncs to FFs).
|
|
Creating register for signal `$paramod$2074b3813575c9ede27f9a04ee0bf291c9c7bf2f\TRELLIS_DPR16X4.$memwr$\mem$/opt/homebrew/bin/../share/yosys/lattice/common_sim.vh:161$1825_ADDR' using process `$paramod$2074b3813575c9ede27f9a04ee0bf291c9c7bf2f\TRELLIS_DPR16X4.$proc$/opt/homebrew/bin/../share/yosys/lattice/common_sim.vh:159$1827'.
|
|
created $dff cell `$procdff$1877' with positive edge clock.
|
|
Creating register for signal `$paramod$2074b3813575c9ede27f9a04ee0bf291c9c7bf2f\TRELLIS_DPR16X4.$memwr$\mem$/opt/homebrew/bin/../share/yosys/lattice/common_sim.vh:161$1825_DATA' using process `$paramod$2074b3813575c9ede27f9a04ee0bf291c9c7bf2f\TRELLIS_DPR16X4.$proc$/opt/homebrew/bin/../share/yosys/lattice/common_sim.vh:159$1827'.
|
|
created $dff cell `$procdff$1878' with positive edge clock.
|
|
Creating register for signal `$paramod$2074b3813575c9ede27f9a04ee0bf291c9c7bf2f\TRELLIS_DPR16X4.$memwr$\mem$/opt/homebrew/bin/../share/yosys/lattice/common_sim.vh:161$1825_EN' using process `$paramod$2074b3813575c9ede27f9a04ee0bf291c9c7bf2f\TRELLIS_DPR16X4.$proc$/opt/homebrew/bin/../share/yosys/lattice/common_sim.vh:159$1827'.
|
|
created $dff cell `$procdff$1879' with positive edge clock.
|
|
|
|
4.46.3.10. Executing PROC_MEMWR pass (convert process memory writes to cells).
|
|
|
|
4.46.3.11. Executing PROC_CLEAN pass (remove empty switches from decision trees).
|
|
Removing empty process `$paramod$2074b3813575c9ede27f9a04ee0bf291c9c7bf2f\TRELLIS_DPR16X4.$proc$/opt/homebrew/bin/../share/yosys/lattice/common_sim.vh:143$1851'.
|
|
Found and cleaned up 1 empty switch in `$paramod$2074b3813575c9ede27f9a04ee0bf291c9c7bf2f\TRELLIS_DPR16X4.$proc$/opt/homebrew/bin/../share/yosys/lattice/common_sim.vh:159$1827'.
|
|
Removing empty process `$paramod$2074b3813575c9ede27f9a04ee0bf291c9c7bf2f\TRELLIS_DPR16X4.$proc$/opt/homebrew/bin/../share/yosys/lattice/common_sim.vh:159$1827'.
|
|
Removing empty process `$paramod$2074b3813575c9ede27f9a04ee0bf291c9c7bf2f\TRELLIS_DPR16X4.$proc$/opt/homebrew/bin/../share/yosys/lattice/common_sim.vh:151$1826'.
|
|
Cleaned up 1 empty switch.
|
|
|
|
4.46.4. Executing SCC pass (detecting logic loops).
|
|
Found 0 SCCs in module harness_nms_weight_direct.
|
|
Found 0 SCCs.
|
|
|
|
4.46.5. Executing ABC9_OPS pass (helper functions for ABC9).
|
|
|
|
4.46.6. Executing TECHMAP pass (map to technology primitives).
|
|
|
|
4.46.6.1. Executing Verilog-2005 frontend: /opt/homebrew/bin/../share/yosys/techmap.v
|
|
Parsing Verilog input from `/opt/homebrew/bin/../share/yosys/techmap.v' to AST representation.
|
|
Generating RTLIL representation for module `\_90_simplemap_bool_ops'.
|
|
Generating RTLIL representation for module `\_90_simplemap_reduce_ops'.
|
|
Generating RTLIL representation for module `\_90_simplemap_logic_ops'.
|
|
Generating RTLIL representation for module `\_90_simplemap_compare_ops'.
|
|
Generating RTLIL representation for module `\_90_simplemap_various'.
|
|
Generating RTLIL representation for module `\_90_simplemap_registers'.
|
|
Generating RTLIL representation for module `\_90_shift_ops_shr_shl_sshl_sshr'.
|
|
Generating RTLIL representation for module `\_90_shift_shiftx'.
|
|
Generating RTLIL representation for module `\_90_fa'.
|
|
Generating RTLIL representation for module `\_90_lcu_brent_kung'.
|
|
Generating RTLIL representation for module `\_90_alu'.
|
|
Generating RTLIL representation for module `\_90_macc'.
|
|
Generating RTLIL representation for module `\_90_alumacc'.
|
|
Generating RTLIL representation for module `$__div_mod_u'.
|
|
Generating RTLIL representation for module `$__div_mod_trunc'.
|
|
Generating RTLIL representation for module `\_90_div'.
|
|
Generating RTLIL representation for module `\_90_mod'.
|
|
Generating RTLIL representation for module `$__div_mod_floor'.
|
|
Generating RTLIL representation for module `\_90_divfloor'.
|
|
Generating RTLIL representation for module `\_90_modfloor'.
|
|
Generating RTLIL representation for module `\_90_pow'.
|
|
Generating RTLIL representation for module `\_90_demux'.
|
|
Generating RTLIL representation for module `\_90_lut'.
|
|
Generating RTLIL representation for module `$connect'.
|
|
Generating RTLIL representation for module `$input_port'.
|
|
Successfully finished Verilog frontend.
|
|
|
|
4.46.6.2. Continuing TECHMAP pass.
|
|
No more expansions possible.
|
|
<suppressed ~167 debug messages>
|
|
|
|
4.46.7. Executing OPT pass (performing simple optimizations).
|
|
|
|
4.46.7.1. Executing OPT_EXPR pass (perform const folding).
|
|
Optimizing module $paramod$2074b3813575c9ede27f9a04ee0bf291c9c7bf2f\TRELLIS_DPR16X4.
|
|
|
|
4.46.7.2. Executing OPT_MERGE pass (detect identical cells).
|
|
Finding identical cells in module `$paramod$2074b3813575c9ede27f9a04ee0bf291c9c7bf2f\TRELLIS_DPR16X4'.
|
|
Computing hashes of 2 cells of `$paramod$2074b3813575c9ede27f9a04ee0bf291c9c7bf2f\TRELLIS_DPR16X4'.
|
|
Finding duplicate cells in `$paramod$2074b3813575c9ede27f9a04ee0bf291c9c7bf2f\TRELLIS_DPR16X4'.
|
|
Removed a total of 0 cells.
|
|
|
|
4.46.7.3. Executing OPT_MUXTREE pass (detect dead branches in mux trees).
|
|
Running muxtree optimizer on module $paramod$2074b3813575c9ede27f9a04ee0bf291c9c7bf2f\TRELLIS_DPR16X4..
|
|
Creating internal representation of mux trees.
|
|
No muxes found in this module.
|
|
Removed 0 multiplexer ports.
|
|
|
|
4.46.7.4. Executing OPT_REDUCE pass (consolidate $*mux and $reduce_* inputs).
|
|
Optimizing cells in module $paramod$2074b3813575c9ede27f9a04ee0bf291c9c7bf2f\TRELLIS_DPR16X4.
|
|
Performed a total of 0 changes.
|
|
|
|
4.46.7.5. Executing OPT_MERGE pass (detect identical cells).
|
|
Finding identical cells in module `$paramod$2074b3813575c9ede27f9a04ee0bf291c9c7bf2f\TRELLIS_DPR16X4'.
|
|
Computing hashes of 2 cells of `$paramod$2074b3813575c9ede27f9a04ee0bf291c9c7bf2f\TRELLIS_DPR16X4'.
|
|
Finding duplicate cells in `$paramod$2074b3813575c9ede27f9a04ee0bf291c9c7bf2f\TRELLIS_DPR16X4'.
|
|
Removed a total of 0 cells.
|
|
|
|
4.46.7.6. Executing OPT_DFF pass (perform DFF optimizations).
|
|
|
|
4.46.7.7. Executing OPT_CLEAN pass (remove unused cells and wires).
|
|
Finding unused cells or wires in module $paramod$2074b3813575c9ede27f9a04ee0bf291c9c7bf2f\TRELLIS_DPR16X4..
|
|
|
|
4.46.7.8. Executing OPT_EXPR pass (perform const folding).
|
|
Optimizing module $paramod$2074b3813575c9ede27f9a04ee0bf291c9c7bf2f\TRELLIS_DPR16X4.
|
|
|
|
4.46.7.9. Finished fast OPT passes. (There is nothing left to do.)
|
|
|
|
4.46.8. Executing TECHMAP pass (map to technology primitives).
|
|
|
|
4.46.8.1. Executing Verilog-2005 frontend: /opt/homebrew/bin/../share/yosys/abc9_map.v
|
|
Parsing Verilog input from `/opt/homebrew/bin/../share/yosys/abc9_map.v' to AST representation.
|
|
Successfully finished Verilog frontend.
|
|
|
|
4.46.8.2. Continuing TECHMAP pass.
|
|
Using template $paramod$2074b3813575c9ede27f9a04ee0bf291c9c7bf2f\TRELLIS_DPR16X4 for cells of type $paramod$2074b3813575c9ede27f9a04ee0bf291c9c7bf2f\TRELLIS_DPR16X4.
|
|
No more expansions possible.
|
|
<suppressed ~19 debug messages>
|
|
|
|
4.46.9. Executing Verilog-2005 frontend: /opt/homebrew/bin/../share/yosys/abc9_model.v
|
|
Parsing Verilog input from `/opt/homebrew/bin/../share/yosys/abc9_model.v' to AST representation.
|
|
Generating RTLIL representation for module `$__ABC9_DELAY'.
|
|
Generating RTLIL representation for module `$__ABC9_SCC_BREAKER'.
|
|
Generating RTLIL representation for module `$__DFF_N__$abc9_flop'.
|
|
Generating RTLIL representation for module `$__DFF_P__$abc9_flop'.
|
|
Successfully finished Verilog frontend.
|
|
|
|
4.46.10. Executing ABC9_OPS pass (helper functions for ABC9).
|
|
<suppressed ~2 debug messages>
|
|
|
|
4.46.11. Executing ABC9_OPS pass (helper functions for ABC9).
|
|
|
|
4.46.12. Executing ABC9_OPS pass (helper functions for ABC9).
|
|
<suppressed ~2 debug messages>
|
|
|
|
4.46.13. Executing TECHMAP pass (map to technology primitives).
|
|
|
|
4.46.13.1. Executing Verilog-2005 frontend: /opt/homebrew/bin/../share/yosys/techmap.v
|
|
Parsing Verilog input from `/opt/homebrew/bin/../share/yosys/techmap.v' to AST representation.
|
|
Generating RTLIL representation for module `\_90_simplemap_bool_ops'.
|
|
Generating RTLIL representation for module `\_90_simplemap_reduce_ops'.
|
|
Generating RTLIL representation for module `\_90_simplemap_logic_ops'.
|
|
Generating RTLIL representation for module `\_90_simplemap_compare_ops'.
|
|
Generating RTLIL representation for module `\_90_simplemap_various'.
|
|
Generating RTLIL representation for module `\_90_simplemap_registers'.
|
|
Generating RTLIL representation for module `\_90_shift_ops_shr_shl_sshl_sshr'.
|
|
Generating RTLIL representation for module `\_90_shift_shiftx'.
|
|
Generating RTLIL representation for module `\_90_fa'.
|
|
Generating RTLIL representation for module `\_90_lcu_brent_kung'.
|
|
Generating RTLIL representation for module `\_90_alu'.
|
|
Generating RTLIL representation for module `\_90_macc'.
|
|
Generating RTLIL representation for module `\_90_alumacc'.
|
|
Generating RTLIL representation for module `$__div_mod_u'.
|
|
Generating RTLIL representation for module `$__div_mod_trunc'.
|
|
Generating RTLIL representation for module `\_90_div'.
|
|
Generating RTLIL representation for module `\_90_mod'.
|
|
Generating RTLIL representation for module `$__div_mod_floor'.
|
|
Generating RTLIL representation for module `\_90_divfloor'.
|
|
Generating RTLIL representation for module `\_90_modfloor'.
|
|
Generating RTLIL representation for module `\_90_pow'.
|
|
Generating RTLIL representation for module `\_90_demux'.
|
|
Generating RTLIL representation for module `\_90_lut'.
|
|
Generating RTLIL representation for module `$connect'.
|
|
Generating RTLIL representation for module `$input_port'.
|
|
Successfully finished Verilog frontend.
|
|
|
|
4.46.13.2. Continuing TECHMAP pass.
|
|
No more expansions possible.
|
|
<suppressed ~171 debug messages>
|
|
|
|
4.46.14. Executing OPT pass (performing simple optimizations).
|
|
|
|
4.46.14.1. Executing OPT_EXPR pass (perform const folding).
|
|
Optimizing module harness_nms_weight_direct.
|
|
|
|
4.46.14.2. Executing OPT_MERGE pass (detect identical cells).
|
|
Finding identical cells in module `\harness_nms_weight_direct'.
|
|
Computing hashes of 0 cells of `\harness_nms_weight_direct'.
|
|
Finding duplicate cells in `\harness_nms_weight_direct'.
|
|
Removed a total of 0 cells.
|
|
|
|
4.46.14.3. Executing OPT_MUXTREE pass (detect dead branches in mux trees).
|
|
Running muxtree optimizer on module \harness_nms_weight_direct..
|
|
Creating internal representation of mux trees.
|
|
No muxes found in this module.
|
|
Removed 0 multiplexer ports.
|
|
|
|
4.46.14.4. Executing OPT_REDUCE pass (consolidate $*mux and $reduce_* inputs).
|
|
Optimizing cells in module \harness_nms_weight_direct.
|
|
Performed a total of 0 changes.
|
|
|
|
4.46.14.5. Executing OPT_MERGE pass (detect identical cells).
|
|
Finding identical cells in module `\harness_nms_weight_direct'.
|
|
Computing hashes of 0 cells of `\harness_nms_weight_direct'.
|
|
Finding duplicate cells in `\harness_nms_weight_direct'.
|
|
Removed a total of 0 cells.
|
|
|
|
4.46.14.6. Executing OPT_DFF pass (perform DFF optimizations).
|
|
|
|
4.46.14.7. Executing OPT_CLEAN pass (remove unused cells and wires).
|
|
Finding unused cells or wires in module \harness_nms_weight_direct..
|
|
|
|
4.46.14.8. Executing OPT_EXPR pass (perform const folding).
|
|
Optimizing module harness_nms_weight_direct.
|
|
|
|
4.46.14.9. Finished fast OPT passes. (There is nothing left to do.)
|
|
|
|
4.46.15. Executing AIGMAP pass (map logic to AIG).
|
|
|
|
4.46.16. Executing AIGMAP pass (map logic to AIG).
|
|
Module harness_nms_weight_direct: replaced 74 cells with 518 new cells, skipped 137 cells.
|
|
replaced 2 cell types:
|
|
7 $_MUX_
|
|
67 $_XOR_
|
|
not replaced 4 cell types:
|
|
1 $scopeinfo
|
|
104 TRELLIS_FF
|
|
16 $paramod$2074b3813575c9ede27f9a04ee0bf291c9c7bf2f\TRELLIS_DPR16X4
|
|
16 $paramod$2074b3813575c9ede27f9a04ee0bf291c9c7bf2f\TRELLIS_DPR16X4_$abc9_byp
|
|
|
|
4.46.16.1. Executing ABC9_OPS pass (helper functions for ABC9).
|
|
|
|
4.46.16.2. Executing ABC9_OPS pass (helper functions for ABC9).
|
|
|
|
4.46.16.3. Executing XAIGER backend.
|
|
<suppressed ~11 debug messages>
|
|
Extracted 222 AND gates and 818 wires from module `harness_nms_weight_direct' to a netlist network with 178 inputs and 120 outputs.
|
|
|
|
4.46.16.4. Executing ABC9_EXE pass (technology mapping using ABC9).
|
|
|
|
4.46.16.5. Executing ABC9.
|
|
Running ABC command: "<yosys-exe-dir>/yosys-abc" -s -f <abc-temp-dir>/abc.script 2>&1
|
|
ABC: ======== ABC command line "source <abc-temp-dir>/abc.script"
|
|
ABC: + read_lut <abc-temp-dir>/input.lut
|
|
ABC: + read_box <abc-temp-dir>/input.box
|
|
ABC: + &read <abc-temp-dir>/input.xaig
|
|
ABC: + &ps
|
|
ABC: <abc-temp-dir>/input : i/o = 178/ 120 and = 222 lev = 16 (0.60) mem = 0.01 MB box = 16 bb = 16
|
|
ABC: + &scorr
|
|
ABC: Warning: The network is combinational.
|
|
ABC: + &sweep
|
|
ABC: + &dc2
|
|
ABC: + &dch -f -r
|
|
ABC: + &ps
|
|
ABC: <abc-temp-dir>/input : i/o = 178/ 120 and = 519 lev = 8 (0.33) mem = 0.01 MB ch = 74 box = 16 bb = 16
|
|
ABC: cst = 0 cls = 66 lit = 74 unused = 621 proof = 0
|
|
ABC: + &if -W 300 -v
|
|
ABC: K = 7. Memory (bytes): Truth = 0. Cut = 76. Obj = 156. Set = 780. CutMin = no
|
|
ABC: Node = 519. Ch = 66. Total mem = 0.17 MB. Peak cut mem = 0.01 MB.
|
|
ABC: P: Del = 1164.00. Ar = 83.0. Edge = 112. Cut = 8453. T = 0.00 sec
|
|
ABC: P: Del = 1164.00. Ar = 83.0. Edge = 112. Cut = 8453. T = 0.00 sec
|
|
ABC: P: Del = 1164.00. Ar = 83.0. Edge = 112. Cut = 10733. T = 0.00 sec
|
|
ABC: F: Del = 1130.00. Ar = 40.0. Edge = 113. Cut = 8163. T = 0.00 sec
|
|
ABC: A: Del = 1130.00. Ar = 40.0. Edge = 113. Cut = 8367. T = 0.00 sec
|
|
ABC: A: Del = 1130.00. Ar = 40.0. Edge = 113. Cut = 8367. T = 0.00 sec
|
|
ABC: Total time = 0.00 sec
|
|
ABC: + &write -n <abc-temp-dir>/output.aig
|
|
ABC: + &mfs
|
|
ABC: The network is not changed by "&mfs".
|
|
ABC: + &ps -l
|
|
ABC: <abc-temp-dir>/input : i/o = 178/ 120 and = 222 lev = 8 (0.33) mem = 0.01 MB box = 16 bb = 16
|
|
ABC: Mapping (K=5) : lut = 32 edge = 113 lev = 2 (0.10) levB = 2 mem = 0.00 MB
|
|
ABC: LUT = 32 : 2=8 25.0 % 3=7 21.9 % 4=9 28.1 % 5=8 25.0 % Ave = 3.53
|
|
ABC: + &write -n <abc-temp-dir>/output.aig
|
|
ABC: + &verify
|
|
ABC: Networks are equivalent. Time = 0.01 sec
|
|
ABC: + time
|
|
ABC: elapse: 0.02 seconds, total: 0.02 seconds
|
|
|
|
4.46.16.6. Executing AIGER frontend.
|
|
<suppressed ~10 debug messages>
|
|
Removed 473 unused cells and 923 unused wires.
|
|
|
|
4.46.16.7. Executing ABC_OPS_REINTEGRATE pass (reintegrate ABC mapped design into module).
|
|
ABC RESULTS: $lut cells: 32
|
|
ABC RESULTS: $paramod$2074b3813575c9ede27f9a04ee0bf291c9c7bf2f\TRELLIS_DPR16X4_$abc9_byp cells: 16
|
|
ABC RESULTS: input signals: 23
|
|
ABC RESULTS: output signals: 13
|
|
<suppressed ~596 debug messages>
|
|
Removing temp directory.
|
|
|
|
4.46.17. Executing TECHMAP pass (map to technology primitives).
|
|
|
|
4.46.17.1. Executing Verilog-2005 frontend: /opt/homebrew/bin/../share/yosys/abc9_unmap.v
|
|
Parsing Verilog input from `/opt/homebrew/bin/../share/yosys/abc9_unmap.v' to AST representation.
|
|
Generating RTLIL representation for module `$__DFF_x__$abc9_flop'.
|
|
Generating RTLIL representation for module `$__ABC9_SCC_BREAKER'.
|
|
Successfully finished Verilog frontend.
|
|
|
|
4.46.17.2. Continuing TECHMAP pass.
|
|
Using template $paramod$2074b3813575c9ede27f9a04ee0bf291c9c7bf2f\TRELLIS_DPR16X4 for cells of type $paramod$2074b3813575c9ede27f9a04ee0bf291c9c7bf2f\TRELLIS_DPR16X4.
|
|
Using template $paramod$2074b3813575c9ede27f9a04ee0bf291c9c7bf2f\TRELLIS_DPR16X4_$abc9_byp for cells of type $paramod$2074b3813575c9ede27f9a04ee0bf291c9c7bf2f\TRELLIS_DPR16X4_$abc9_byp.
|
|
No more expansions possible.
|
|
<suppressed ~39 debug messages>
|
|
Removed 8 unused cells and 1186 unused wires.
|
|
|
|
4.47. Executing TECHMAP pass (map to technology primitives).
|
|
|
|
4.47.1. Executing Verilog-2005 frontend: /opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v
|
|
Parsing Verilog input from `/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v' to AST representation.
|
|
Generating RTLIL representation for module `$_DFF_N_'.
|
|
Generating RTLIL representation for module `$_DFF_P_'.
|
|
Generating RTLIL representation for module `$_DFFE_NN_'.
|
|
Generating RTLIL representation for module `$_DFFE_PN_'.
|
|
Generating RTLIL representation for module `$_DFFE_NP_'.
|
|
Generating RTLIL representation for module `$_DFFE_PP_'.
|
|
Generating RTLIL representation for module `$_DFF_NP0_'.
|
|
Generating RTLIL representation for module `$_DFF_NP1_'.
|
|
Generating RTLIL representation for module `$_DFF_PP0_'.
|
|
Generating RTLIL representation for module `$_DFF_PP1_'.
|
|
Generating RTLIL representation for module `$_SDFF_NP0_'.
|
|
Generating RTLIL representation for module `$_SDFF_NP1_'.
|
|
Generating RTLIL representation for module `$_SDFF_PP0_'.
|
|
Generating RTLIL representation for module `$_SDFF_PP1_'.
|
|
Generating RTLIL representation for module `$_DFFE_NP0P_'.
|
|
Generating RTLIL representation for module `$_DFFE_NP1P_'.
|
|
Generating RTLIL representation for module `$_DFFE_PP0P_'.
|
|
Generating RTLIL representation for module `$_DFFE_PP1P_'.
|
|
Generating RTLIL representation for module `$_DFFE_NP0N_'.
|
|
Generating RTLIL representation for module `$_DFFE_NP1N_'.
|
|
Generating RTLIL representation for module `$_DFFE_PP0N_'.
|
|
Generating RTLIL representation for module `$_DFFE_PP1N_'.
|
|
Generating RTLIL representation for module `$_SDFFE_NP0P_'.
|
|
Generating RTLIL representation for module `$_SDFFE_NP1P_'.
|
|
Generating RTLIL representation for module `$_SDFFE_PP0P_'.
|
|
Generating RTLIL representation for module `$_SDFFE_PP1P_'.
|
|
Generating RTLIL representation for module `$_SDFFE_NP0N_'.
|
|
Generating RTLIL representation for module `$_SDFFE_NP1N_'.
|
|
Generating RTLIL representation for module `$_SDFFE_PP0N_'.
|
|
Generating RTLIL representation for module `$_SDFFE_PP1N_'.
|
|
Generating RTLIL representation for module `$_ALDFF_NP_'.
|
|
Generating RTLIL representation for module `$_ALDFF_PP_'.
|
|
Generating RTLIL representation for module `$_ALDFFE_NPN_'.
|
|
Generating RTLIL representation for module `$_ALDFFE_NPP_'.
|
|
Generating RTLIL representation for module `$_ALDFFE_PPN_'.
|
|
Generating RTLIL representation for module `$_ALDFFE_PPP_'.
|
|
Generating RTLIL representation for module `\FD1P3AX'.
|
|
Generating RTLIL representation for module `\FD1P3AY'.
|
|
Generating RTLIL representation for module `\FD1P3BX'.
|
|
Generating RTLIL representation for module `\FD1P3DX'.
|
|
Generating RTLIL representation for module `\FD1P3IX'.
|
|
Generating RTLIL representation for module `\FD1P3JX'.
|
|
Generating RTLIL representation for module `\FD1S3AX'.
|
|
Generating RTLIL representation for module `\FD1S3AY'.
|
|
Generating RTLIL representation for module `\FD1S3BX'.
|
|
Generating RTLIL representation for module `\FD1S3DX'.
|
|
Generating RTLIL representation for module `\FD1S3IX'.
|
|
Generating RTLIL representation for module `\FD1S3JX'.
|
|
Generating RTLIL representation for module `\IFS1P3BX'.
|
|
Generating RTLIL representation for module `\IFS1P3DX'.
|
|
Generating RTLIL representation for module `\IFS1P3IX'.
|
|
Generating RTLIL representation for module `\IFS1P3JX'.
|
|
Generating RTLIL representation for module `\OFS1P3BX'.
|
|
Generating RTLIL representation for module `\OFS1P3DX'.
|
|
Generating RTLIL representation for module `\OFS1P3IX'.
|
|
Generating RTLIL representation for module `\OFS1P3JX'.
|
|
Generating RTLIL representation for module `\IB'.
|
|
Generating RTLIL representation for module `\IBPU'.
|
|
Generating RTLIL representation for module `\IBPD'.
|
|
Generating RTLIL representation for module `\OB'.
|
|
Generating RTLIL representation for module `\OBZ'.
|
|
Generating RTLIL representation for module `\OBZPU'.
|
|
Generating RTLIL representation for module `\OBZPD'.
|
|
Generating RTLIL representation for module `\OBCO'.
|
|
Generating RTLIL representation for module `\BB'.
|
|
Generating RTLIL representation for module `\BBPU'.
|
|
Generating RTLIL representation for module `\BBPD'.
|
|
Generating RTLIL representation for module `\ILVDS'.
|
|
Generating RTLIL representation for module `\OLVDS'.
|
|
Generating RTLIL representation for module `$lut'.
|
|
Successfully finished Verilog frontend.
|
|
|
|
4.47.2. Continuing TECHMAP pass.
|
|
Using template $paramod$fd904e9e35cfd343a9df248824bd3f1408724879$lut for cells of type $lut.
|
|
Using template $paramod$lut\WIDTH=32'00000000000000000000000000000011\LUT=8'10111000 for cells of type $lut.
|
|
Using template $paramod$lut\WIDTH=32'00000000000000000000000000000010\LUT=4'0110 for cells of type $lut.
|
|
Using template $paramod$4282def8dbd6df3d1248ad282c629bee684502c2$lut for cells of type $lut.
|
|
Using template $paramod$21a9cf1c7cffed4ea7970972274e8bcced7c7005$lut for cells of type $lut.
|
|
No more expansions possible.
|
|
<suppressed ~169 debug messages>
|
|
|
|
4.48. Executing OPT_LUT_INS pass (discard unused LUT inputs).
|
|
Optimizing LUTs in harness_nms_weight_direct.
|
|
Removed 0 unused cells and 72 unused wires.
|
|
|
|
4.49. Executing AUTONAME pass.
|
|
Renamed 187 objects in module harness_nms_weight_direct.
|
|
<suppressed ~187 debug messages>
|
|
|
|
4.50. Executing HIERARCHY pass (managing design hierarchy).
|
|
Attribute `top' found on module `harness_nms_weight_direct'. Setting top module to harness_nms_weight_direct.
|
|
|
|
4.50.1. Analyzing design hierarchy..
|
|
Top module: \harness_nms_weight_direct
|
|
|
|
4.50.2. Analyzing design hierarchy..
|
|
Top module: \harness_nms_weight_direct
|
|
Removed 0 unused modules.
|
|
|
|
4.51. Printing statistics.
|
|
|
|
=== harness_nms_weight_direct ===
|
|
|
|
+----------Local Count, excluding submodules.
|
|
|
|
|
63 wires
|
|
3309 wire bits
|
|
63 public wires
|
|
3309 public wire bits
|
|
4 ports
|
|
18 port bits
|
|
1 cells
|
|
1 $scopeinfo
|
|
168 submodules
|
|
40 LUT4
|
|
8 PFUMX
|
|
16 TRELLIS_DPR16X4
|
|
104 TRELLIS_FF
|
|
|
|
=== design hierarchy ===
|
|
|
|
+----------Count including submodules.
|
|
|
|
|
1 harness_nms_weight_direct
|
|
|
|
+----------Count including submodules.
|
|
|
|
|
63 wires
|
|
3309 wire bits
|
|
63 public wires
|
|
3309 public wire bits
|
|
4 ports
|
|
18 port bits
|
|
- memories
|
|
- memory bits
|
|
- processes
|
|
1 cells
|
|
1 $scopeinfo
|
|
168 submodules
|
|
40 LUT4
|
|
8 PFUMX
|
|
16 TRELLIS_DPR16X4
|
|
104 TRELLIS_FF
|
|
|
|
4.52. Executing CHECK pass (checking for obvious problems).
|
|
Checking module harness_nms_weight_direct...
|
|
Found and reported 0 problems.
|
|
|
|
4.53. Executing JSON backend.
|
|
|
|
End of script. Logfile hash: eecc204c43, time: 0.33s, user: 0.28s, system: 0.01s, MEM: 36.25 MB peak
|
|
Yosys 0.68+post (git sha1 c12172fbae8af5e20f6fb52e3d4e92d56ed587b6, Release, AppleClang clang++ 21.0.0.21000101)
|
|
Time spent: 53% 22x read_verilog (0 sec), 12% 1x abc9_exe (0 sec), ...
|