Started by timer
[Pipeline] Start of Pipeline
[Pipeline] node
Running on Jenkins in /var/lib/jenkins/workspace/Risco_5
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Git Clone)
[Pipeline] sh
+ rm -Rf Risco-5/ build/
[Pipeline] sh
+ git clone https://github.com/JN513/Risco-5
Cloning into 'Risco-5'...
[Pipeline] sh
+ cd Risco-5
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (IVerilog)
[Pipeline] sh
+ mkdir -p build
[Pipeline] sh
+ cp Risco-5/software/memory/add.hex Risco-5/software/memory/generic.hex
[Pipeline] sh
+ /eda/oss-cad-suite/bin/iverilog -o build/soc_test.o -s soc_tb -I Risco-5/src/ Risco-5/src/core/alu.v Risco-5/src/core/alu_control.v Risco-5/src/core/control_unit.v Risco-5/src/core/core.v Risco-5/src/core/csr_unit.v Risco-5/src/core/immediate_generator.v Risco-5/src/core/mdu.v Risco-5/src/core/mux.v Risco-5/src/core/pc.v Risco-5/src/core/registers.v Risco-5/src/peripheral/bus.v Risco-5/src/peripheral/fifo.v Risco-5/src/peripheral/gpio.v Risco-5/src/peripheral/gpios.v Risco-5/src/peripheral/leds.v Risco-5/src/peripheral/memory.v Risco-5/src/peripheral/pwm.v Risco-5/src/peripheral/soc.v Risco-5/src/peripheral/uart.v Risco-5/src/peripheral/uart_rx.v Risco-5/src/peripheral/uart_tx.v Risco-5/tests/soc_test.v
[Pipeline] sh
+ /eda/oss-cad-suite/bin/vvp build/soc_test.o
ERROR: Risco-5/src/peripheral/memory.v:35: $readmemh: Unable to open software/memory/generic.hex for reading.
VCD info: dumpfile build/soc.vcd opened for output.
Risco-5/tests/soc_test.v:42: $finish called at 3606 (1s)
[Pipeline] sh
+ rm -f Risco-5/software/memory/generic.hex
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (SÃntese)
[Pipeline] parallel
[Pipeline] { (Branch: OSS-Cad-Suite)
[Pipeline] { (Branch: Gowin)
[Pipeline] { (Branch: Vivado)
[Pipeline] stage
[Pipeline] { (OSS-Cad-Suite)
[Pipeline] stage
[Pipeline] { (Gowin)
[Pipeline] stage
[Pipeline] { (Vivado)
[Pipeline] stage
[Pipeline] { (Yosys)
[Pipeline] sh
[Pipeline] sh
+ rm -rf Risco-5/impl/pnr
[Pipeline] sh
+ cd Risco-5/fpga/nexys4_ddr
+ mkdir build
+ /eda/vivado/Vivado/2023.2/bin/vivado -mode batch -nolog -nojournal -source run.tcl
+ /eda/oss-cad-suite/bin/yosys -p read_verilog Risco-5/fpga/ecp5/*.v; read_verilog Risco-5/debug/reset.v; read_verilog Risco-5/src/core/*.v; read_verilog Risco-5/src/peripheral/*.v; synth_ecp5 -json ./build/out.json -abc9
/----------------------------------------------------------------------------\
| yosys -- Yosys Open SYnthesis Suite |
| Copyright (C) 2012 - 2024 Claire Xenia Wolf <claire@yosyshq.com> |
| Distributed under an ISC-like license, type "license" to see terms |
\----------------------------------------------------------------------------/
Yosys 0.42+36 (git sha1 07daf61ae, clang++ 14.0.0-1ubuntu1.1 -fPIC -Os)
-- Running command ` read_verilog Risco-5/fpga/ecp5/*.v; read_verilog Risco-5/debug/reset.v; read_verilog Risco-5/src/core/*.v; read_verilog Risco-5/src/peripheral/*.v; synth_ecp5 -json ./build/out.json -abc9 ' --
1. Executing Verilog-2005 frontend: Risco-5/fpga/ecp5/main.v
Parsing Verilog input from `Risco-5/fpga/ecp5/main.v' to AST representation.
Generating RTLIL representation for module `\top'.
Successfully finished Verilog frontend.
2. Executing Verilog-2005 frontend: Risco-5/debug/reset.v
Parsing Verilog input from `Risco-5/debug/reset.v' to AST representation.
Generating RTLIL representation for module `\ResetBootSystem'.
Successfully finished Verilog frontend.
3. Executing Verilog-2005 frontend: Risco-5/src/core/alu.v
Parsing Verilog input from `Risco-5/src/core/alu.v' to AST representation.
Generating RTLIL representation for module `\Alu'.
Successfully finished Verilog frontend.
4. Executing Verilog-2005 frontend: Risco-5/src/core/alu_control.v
Parsing Verilog input from `Risco-5/src/core/alu_control.v' to AST representation.
Generating RTLIL representation for module `\ALU_Control'.
Successfully finished Verilog frontend.
5. Executing Verilog-2005 frontend: Risco-5/src/core/control_unit.v
Parsing Verilog input from `Risco-5/src/core/control_unit.v' to AST representation.
Generating RTLIL representation for module `\Control_Unit'.
Successfully finished Verilog frontend.
6. Executing Verilog-2005 frontend: Risco-5/src/core/core.v
Parsing Verilog input from `Risco-5/src/core/core.v' to AST representation.
Generating RTLIL representation for module `\Core'.
Risco-5/src/core/core.v:187: Warning: Identifier `\pc_source' is implicitly declared.
Successfully finished Verilog frontend.
7. Executing Verilog-2005 frontend: Risco-5/src/core/csr_unit.v
Parsing Verilog input from `Risco-5/src/core/csr_unit.v' to AST representation.
Generating RTLIL representation for module `\CSR_Unit'.
Successfully finished Verilog frontend.
8. Executing Verilog-2005 frontend: Risco-5/src/core/immediate_generator.v
Parsing Verilog input from `Risco-5/src/core/immediate_generator.v' to AST representation.
Generating RTLIL representation for module `\Immediate_Generator'.
Successfully finished Verilog frontend.
9. Executing Verilog-2005 frontend: Risco-5/src/core/mdu.v
Parsing Verilog input from `Risco-5/src/core/mdu.v' to AST representation.
Generating RTLIL representation for module `\MDU'.
Successfully finished Verilog frontend.
10. Executing Verilog-2005 frontend: Risco-5/src/core/mux.v
Parsing Verilog input from `Risco-5/src/core/mux.v' to AST representation.
Generating RTLIL representation for module `\MUX'.
Successfully finished Verilog frontend.
11. Executing Verilog-2005 frontend: Risco-5/src/core/pc.v
Parsing Verilog input from `Risco-5/src/core/pc.v' to AST representation.
Generating RTLIL representation for module `\PC'.
Successfully finished Verilog frontend.
12. Executing Verilog-2005 frontend: Risco-5/src/core/registers.v
Parsing Verilog input from `Risco-5/src/core/registers.v' to AST representation.
Generating RTLIL representation for module `\Registers'.
Successfully finished Verilog frontend.
13. Executing Verilog-2005 frontend: Risco-5/src/peripheral/bus.v
Parsing Verilog input from `Risco-5/src/peripheral/bus.v' to AST representation.
Generating RTLIL representation for module `\BUS'.
Successfully finished Verilog frontend.
14. Executing Verilog-2005 frontend: Risco-5/src/peripheral/fifo.v
Parsing Verilog input from `Risco-5/src/peripheral/fifo.v' to AST representation.
Generating RTLIL representation for module `\FIFO'.
Successfully finished Verilog frontend.
15. Executing Verilog-2005 frontend: Risco-5/src/peripheral/gpio.v
Parsing Verilog input from `Risco-5/src/peripheral/gpio.v' to AST representation.
Warning: Yosys has only limited support for tri-state logic at the moment. (Risco-5/src/peripheral/gpio.v:13)
Generating RTLIL representation for module `\GPIO'.
Successfully finished Verilog frontend.
16. Executing Verilog-2005 frontend: Risco-5/src/peripheral/gpios.v
Parsing Verilog input from `Risco-5/src/peripheral/gpios.v' to AST representation.
Generating RTLIL representation for module `\GPIOS'.
Successfully finished Verilog frontend.
17. Executing Verilog-2005 frontend: Risco-5/src/peripheral/leds.v
Parsing Verilog input from `Risco-5/src/peripheral/leds.v' to AST representation.
Generating RTLIL representation for module `\LEDs'.
Successfully finished Verilog frontend.
18. Executing Verilog-2005 frontend: Risco-5/src/peripheral/memory.v
Parsing Verilog input from `Risco-5/src/peripheral/memory.v' to AST representation.
Generating RTLIL representation for module `\Memory'.
Successfully finished Verilog frontend.
19. Executing Verilog-2005 frontend: Risco-5/src/peripheral/pwm.v
Parsing Verilog input from `Risco-5/src/peripheral/pwm.v' to AST representation.
Generating RTLIL representation for module `\PWM'.
Successfully finished Verilog frontend.
20. Executing Verilog-2005 frontend: Risco-5/src/peripheral/soc.v
Parsing Verilog input from `Risco-5/src/peripheral/soc.v' to AST representation.
Generating RTLIL representation for module `\Risco_5_SOC'.
Successfully finished Verilog frontend.
21. Executing Verilog-2005 frontend: Risco-5/src/peripheral/uart.v
Parsing Verilog input from `Risco-5/src/peripheral/uart.v' to AST representation.
Generating RTLIL representation for module `\UART'.
Successfully finished Verilog frontend.
22. Executing Verilog-2005 frontend: Risco-5/src/peripheral/uart_rx.v
Parsing Verilog input from `Risco-5/src/peripheral/uart_rx.v' to AST representation.
Generating RTLIL representation for module `\uart_tool_rx'.
Successfully finished Verilog frontend.
23. Executing Verilog-2005 frontend: Risco-5/src/peripheral/uart_tx.v
Parsing Verilog input from `Risco-5/src/peripheral/uart_tx.v' to AST representation.
Generating RTLIL representation for module `\uart_tool_tx'.
Successfully finished Verilog frontend.
24. Executing SYNTH_ECP5 pass.
24.1. Executing Verilog-2005 frontend: /eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v
Parsing Verilog input from `/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.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 `\CCU2C'.
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 `\DP16KD'.
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.
24.2. Executing Verilog-2005 frontend: /eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_bb.v
Parsing Verilog input from `/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_bb.v' to AST representation.
Generating RTLIL representation for module `\MULT18X18D'.
Generating RTLIL representation for module `\ALU54B'.
Generating RTLIL representation for module `\EHXPLLL'.
Generating RTLIL representation for module `\DTR'.
Generating RTLIL representation for module `\OSCG'.
Generating RTLIL representation for module `\USRMCLK'.
Generating RTLIL representation for module `\JTAGG'.
Generating RTLIL representation for module `\DELAYF'.
Generating RTLIL representation for module `\DELAYG'.
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 `\ODDRX2DQA'.
Generating RTLIL representation for module `\ODDRX2DQSB'.
Generating RTLIL representation for module `\TSHX2DQA'.
Generating RTLIL representation for module `\TSHX2DQSA'.
Generating RTLIL representation for module `\DQSBUFM'.
Generating RTLIL representation for module `\DDRDLLA'.
Generating RTLIL representation for module `\DLLDELD'.
Generating RTLIL representation for module `\CLKDIVF'.
Generating RTLIL representation for module `\ECLKSYNCB'.
Generating RTLIL representation for module `\ECLKBRIDGECS'.
Generating RTLIL representation for module `\DCCA'.
Generating RTLIL representation for module `\DCSC'.
Generating RTLIL representation for module `\DCUA'.
Generating RTLIL representation for module `\EXTREFB'.
Generating RTLIL representation for module `\PCSCLKDIV'.
Generating RTLIL representation for module `\PUR'.
Generating RTLIL representation for module `\GSR'.
Generating RTLIL representation for module `\SGSR'.
Generating RTLIL representation for module `\PDPW16KD'.
Successfully finished Verilog frontend.
24.3. Executing HIERARCHY pass (managing design hierarchy).
24.3.1. Finding top of design hierarchy..
root of 0 design levels: uart_tool_tx
root of 0 design levels: uart_tool_rx
root of 1 design levels: UART
root of 2 design levels: Risco_5_SOC
root of 0 design levels: PWM
root of 0 design levels: Memory
root of 0 design levels: LEDs
root of 1 design levels: GPIOS
root of 0 design levels: GPIO
root of 0 design levels: FIFO
root of 0 design levels: BUS
root of 0 design levels: Registers
root of 0 design levels: PC
root of 0 design levels: MUX
root of 0 design levels: MDU
root of 0 design levels: Immediate_Generator
root of 0 design levels: CSR_Unit
root of 1 design levels: Core
root of 0 design levels: Control_Unit
root of 0 design levels: ALU_Control
root of 0 design levels: Alu
root of 0 design levels: ResetBootSystem
root of 3 design levels: top
Automatically selected top as design top module.
24.3.2. Analyzing design hierarchy..
Top module: \top
Used module: \Risco_5_SOC
Used module: \GPIOS
Used module: \GPIO
Used module: \PWM
Used module: \UART
Used module: \uart_tool_tx
Used module: \uart_tool_rx
Used module: \FIFO
Used module: \LEDs
Used module: \BUS
Used module: \Memory
Used module: \Core
Used module: \CSR_Unit
Used module: \Immediate_Generator
Used module: \Alu
Used module: \ALU_Control
Used module: \Control_Unit
Used module: \Registers
Used module: \MUX
Used module: \MDU
Used module: \PC
Used module: \ResetBootSystem
Parameter \CLOCK_FREQ = 25000000
Parameter \BIT_RATE = 115200
Parameter \MEMORY_SIZE = 4096
Parameter \MEMORY_FILE = 280'0010111000101110001011110010111000101110001011110111001101101111011001100111010001110111011000010111001001100101001011110110110101100101011011010110111101110010011110010010111101110100011001010111001101110100011001010101111101101100011001010110010000101110011010000110010101111000
Parameter \GPIO_WIDHT = 6
Parameter \UART_BUFFER_SIZE = 16
24.3.3. Executing AST frontend in derive mode using pre-parsed AST for module `\Risco_5_SOC'.
Parameter \CLOCK_FREQ = 25000000
Parameter \BIT_RATE = 115200
Parameter \MEMORY_SIZE = 4096
Parameter \MEMORY_FILE = 280'0010111000101110001011110010111000101110001011110111001101101111011001100111010001110111011000010111001001100101001011110110110101100101011011010110111101110010011110010010111101110100011001010111001101110100011001010101111101101100011001010110010000101110011010000110010101111000
Parameter \GPIO_WIDHT = 6
Parameter \UART_BUFFER_SIZE = 16
Generating RTLIL representation for module `$paramod$0235a36ba74b4bb22118e7bbd43b147ce758c916\Risco_5_SOC'.
Parameter \CYCLES = 20
24.3.4. Executing AST frontend in derive mode using pre-parsed AST for module `\ResetBootSystem'.
Parameter \CYCLES = 20
Generating RTLIL representation for module `$paramod\ResetBootSystem\CYCLES=s32'00000000000000000000000000010100'.
Parameter \WIDHT = 5
24.3.5. Executing AST frontend in derive mode using pre-parsed AST for module `\GPIOS'.
Parameter \WIDHT = 5
Generating RTLIL representation for module `$paramod\GPIOS\WIDHT=s32'00000000000000000000000000000101'.
Parameter \CLK_FREQ = 25000000
Parameter \BIT_RATE = 9600
Parameter \BUFFER_SIZE = 8
24.3.6. Executing AST frontend in derive mode using pre-parsed AST for module `\UART'.
Parameter \CLK_FREQ = 25000000
Parameter \BIT_RATE = 9600
Parameter \BUFFER_SIZE = 8
Generating RTLIL representation for module `$paramod$65634474087d1ba2b03796f9a45556e4bd507a57\UART'.
Parameter \MEMORY_FILE = { }
Parameter \MEMORY_SIZE = 4096
24.3.7. Executing AST frontend in derive mode using pre-parsed AST for module `\Memory'.
Parameter \MEMORY_FILE = { }
Parameter \MEMORY_SIZE = 4096
Generating RTLIL representation for module `$paramod$860abc9b363840d7b46a2d1e00ea80d20a30d2ee\Memory'.
Parameter \BOOT_ADDRESS = 0
24.3.8. Executing AST frontend in derive mode using pre-parsed AST for module `\Core'.
Parameter \BOOT_ADDRESS = 0
Generating RTLIL representation for module `$paramod\Core\BOOT_ADDRESS=32'00000000000000000000000000000000'.
Risco-5/src/core/core.v:187: Warning: Identifier `\pc_source' is implicitly declared.
Reprocessing module GPIOS because instantiated module PWM has become available.
Generating RTLIL representation for module `\GPIOS'.
Parameter \BIT_RATE = 9600
Parameter \CLK_HZ = 25000000
Parameter \PAYLOAD_BITS = 8
24.3.9. Executing AST frontend in derive mode using pre-parsed AST for module `\uart_tool_tx'.
Parameter \BIT_RATE = 9600
Parameter \CLK_HZ = 25000000
Parameter \PAYLOAD_BITS = 8
Generating RTLIL representation for module `$paramod$47e501d01bc2413462576fdae8a5a8e558677547\uart_tool_tx'.
Parameter \BIT_RATE = 9600
Parameter \CLK_HZ = 25000000
Parameter \PAYLOAD_BITS = 8
24.3.10. Executing AST frontend in derive mode using pre-parsed AST for module `\uart_tool_rx'.
Parameter \BIT_RATE = 9600
Parameter \CLK_HZ = 25000000
Parameter \PAYLOAD_BITS = 8
Generating RTLIL representation for module `$paramod$47e501d01bc2413462576fdae8a5a8e558677547\uart_tool_rx'.
Parameter \DEPTH = 8
Parameter \WIDTH = 8
24.3.11. Executing AST frontend in derive mode using pre-parsed AST for module `\FIFO'.
Parameter \DEPTH = 8
Parameter \WIDTH = 8
Generating RTLIL representation for module `$paramod$fb00a4f1e01b6404091dd91fbb53b046994f1d61\FIFO'.
Parameter \DEPTH = 8
Parameter \WIDTH = 8
Found cached RTLIL representation for module `$paramod$fb00a4f1e01b6404091dd91fbb53b046994f1d61\FIFO'.
24.3.12. Analyzing design hierarchy..
Top module: \top
Used module: $paramod$0235a36ba74b4bb22118e7bbd43b147ce758c916\Risco_5_SOC
Used module: \GPIOS
Used module: \GPIO
Used module: \PWM
Used module: \UART
Used module: $paramod$47e501d01bc2413462576fdae8a5a8e558677547\uart_tool_tx
Used module: $paramod$47e501d01bc2413462576fdae8a5a8e558677547\uart_tool_rx
Used module: $paramod$fb00a4f1e01b6404091dd91fbb53b046994f1d61\FIFO
Used module: \LEDs
Used module: \BUS
Used module: \Memory
Used module: \Core
Used module: \CSR_Unit
Used module: \Immediate_Generator
Used module: \Alu
Used module: \ALU_Control
Used module: \Control_Unit
Used module: \Registers
Used module: \MUX
Used module: \MDU
Used module: \PC
Used module: $paramod\ResetBootSystem\CYCLES=s32'00000000000000000000000000010100
Parameter \WIDHT = 6
24.3.13. Executing AST frontend in derive mode using pre-parsed AST for module `\GPIOS'.
Parameter \WIDHT = 6
Generating RTLIL representation for module `$paramod\GPIOS\WIDHT=s32'00000000000000000000000000000110'.
Parameter \CLK_FREQ = 25000000
Parameter \BIT_RATE = 115200
Parameter \BUFFER_SIZE = 16
24.3.14. Executing AST frontend in derive mode using pre-parsed AST for module `\UART'.
Parameter \CLK_FREQ = 25000000
Parameter \BIT_RATE = 115200
Parameter \BUFFER_SIZE = 16
Generating RTLIL representation for module `$paramod$2000247f8da78e726acc70cf9f9077ac6f93a8c1\UART'.
Parameter \MEMORY_FILE = 280'0010111000101110001011110010111000101110001011110111001101101111011001100111010001110111011000010111001001100101001011110110110101100101011011010110111101110010011110010010111101110100011001010111001101110100011001010101111101101100011001010110010000101110011010000110010101111000
Parameter \MEMORY_SIZE = 4096
24.3.15. Executing AST frontend in derive mode using pre-parsed AST for module `\Memory'.
Parameter \MEMORY_FILE = 280'0010111000101110001011110010111000101110001011110111001101101111011001100111010001110111011000010111001001100101001011110110110101100101011011010110111101110010011110010010111101110100011001010111001101110100011001010101111101101100011001010110010000101110011010000110010101111000
Parameter \MEMORY_SIZE = 4096
Generating RTLIL representation for module `$paramod$f3063a11ac08bb527af9aacce5ad2db747d195d2\Memory'.
Parameter \BOOT_ADDRESS = 0
Found cached RTLIL representation for module `$paramod\Core\BOOT_ADDRESS=32'00000000000000000000000000000000'.
24.3.16. Analyzing design hierarchy..
Top module: \top
Used module: $paramod$0235a36ba74b4bb22118e7bbd43b147ce758c916\Risco_5_SOC
Used module: $paramod\GPIOS\WIDHT=s32'00000000000000000000000000000110
Used module: \GPIO
Used module: \PWM
Used module: $paramod$2000247f8da78e726acc70cf9f9077ac6f93a8c1\UART
Used module: \uart_tool_tx
Used module: \uart_tool_rx
Used module: \FIFO
Used module: \LEDs
Used module: \BUS
Used module: $paramod$f3063a11ac08bb527af9aacce5ad2db747d195d2\Memory
Used module: $paramod\Core\BOOT_ADDRESS=32'00000000000000000000000000000000
Used module: \CSR_Unit
Used module: \Immediate_Generator
Used module: \Alu
Used module: \ALU_Control
Used module: \Control_Unit
Used module: \Registers
Used module: \MUX
Used module: \MDU
Used module: \PC
Used module: $paramod\ResetBootSystem\CYCLES=s32'00000000000000000000000000010100
Parameter \BIT_RATE = 115200
Parameter \CLK_HZ = 25000000
Parameter \PAYLOAD_BITS = 8
24.3.17. Executing AST frontend in derive mode using pre-parsed AST for module `\uart_tool_tx'.
Parameter \BIT_RATE = 115200
Parameter \CLK_HZ = 25000000
Parameter \PAYLOAD_BITS = 8
Generating RTLIL representation for module `$paramod$e9b10436db29f470fcafaa59abb2778c152f6035\uart_tool_tx'.
Parameter \BIT_RATE = 115200
Parameter \CLK_HZ = 25000000
Parameter \PAYLOAD_BITS = 8
24.3.18. Executing AST frontend in derive mode using pre-parsed AST for module `\uart_tool_rx'.
Parameter \BIT_RATE = 115200
Parameter \CLK_HZ = 25000000
Parameter \PAYLOAD_BITS = 8
Generating RTLIL representation for module `$paramod$e9b10436db29f470fcafaa59abb2778c152f6035\uart_tool_rx'.
Parameter \DEPTH = 16
Parameter \WIDTH = 8
24.3.19. Executing AST frontend in derive mode using pre-parsed AST for module `\FIFO'.
Parameter \DEPTH = 16
Parameter \WIDTH = 8
Generating RTLIL representation for module `$paramod$d662dacdc4a138ecc4c8da4e616ea7be3bb84705\FIFO'.
Parameter \DEPTH = 16
Parameter \WIDTH = 8
Found cached RTLIL representation for module `$paramod$d662dacdc4a138ecc4c8da4e616ea7be3bb84705\FIFO'.
24.3.20. Analyzing design hierarchy..
Top module: \top
Used module: $paramod$0235a36ba74b4bb22118e7bbd43b147ce758c916\Risco_5_SOC
Used module: $paramod\GPIOS\WIDHT=s32'00000000000000000000000000000110
Used module: \GPIO
Used module: \PWM
Used module: $paramod$2000247f8da78e726acc70cf9f9077ac6f93a8c1\UART
Used module: $paramod$e9b10436db29f470fcafaa59abb2778c152f6035\uart_tool_tx
Used module: $paramod$e9b10436db29f470fcafaa59abb2778c152f6035\uart_tool_rx
Used module: $paramod$d662dacdc4a138ecc4c8da4e616ea7be3bb84705\FIFO
Used module: \LEDs
Used module: \BUS
Used module: $paramod$f3063a11ac08bb527af9aacce5ad2db747d195d2\Memory
Used module: $paramod\Core\BOOT_ADDRESS=32'00000000000000000000000000000000
Used module: \CSR_Unit
Used module: \Immediate_Generator
Used module: \Alu
Used module: \ALU_Control
Used module: \Control_Unit
Used module: \Registers
Used module: \MUX
Used module: \MDU
Used module: \PC
Used module: $paramod\ResetBootSystem\CYCLES=s32'00000000000000000000000000010100
24.3.21. Analyzing design hierarchy..
Top module: \top
Used module: $paramod$0235a36ba74b4bb22118e7bbd43b147ce758c916\Risco_5_SOC
Used module: $paramod\GPIOS\WIDHT=s32'00000000000000000000000000000110
Used module: \GPIO
Used module: \PWM
Used module: $paramod$2000247f8da78e726acc70cf9f9077ac6f93a8c1\UART
Used module: $paramod$e9b10436db29f470fcafaa59abb2778c152f6035\uart_tool_tx
Used module: $paramod$e9b10436db29f470fcafaa59abb2778c152f6035\uart_tool_rx
Used module: $paramod$d662dacdc4a138ecc4c8da4e616ea7be3bb84705\FIFO
Used module: \LEDs
Used module: \BUS
Used module: $paramod$f3063a11ac08bb527af9aacce5ad2db747d195d2\Memory
Used module: $paramod\Core\BOOT_ADDRESS=32'00000000000000000000000000000000
Used module: \CSR_Unit
Used module: \Immediate_Generator
Used module: \Alu
Used module: \ALU_Control
Used module: \Control_Unit
Used module: \Registers
Used module: \MUX
Used module: \MDU
Used module: \PC
Used module: $paramod\ResetBootSystem\CYCLES=s32'00000000000000000000000000010100
Removing unused module `$paramod$47e501d01bc2413462576fdae8a5a8e558677547\uart_tool_rx'.
Removing unused module `$paramod$47e501d01bc2413462576fdae8a5a8e558677547\uart_tool_tx'.
Removing unused module `\GPIOS'.
Removing unused module `$paramod$fb00a4f1e01b6404091dd91fbb53b046994f1d61\FIFO'.
Removing unused module `$paramod$860abc9b363840d7b46a2d1e00ea80d20a30d2ee\Memory'.
Removing unused module `$paramod$65634474087d1ba2b03796f9a45556e4bd507a57\UART'.
Removing unused module `$paramod\GPIOS\WIDHT=s32'00000000000000000000000000000101'.
Removing unused module `\uart_tool_tx'.
Removing unused module `\uart_tool_rx'.
Removing unused module `\UART'.
Removing unused module `\Risco_5_SOC'.
Removing unused module `\Memory'.
Removing unused module `\FIFO'.
Removing unused module `\Core'.
Removing unused module `\ResetBootSystem'.
Removed 15 unused modules.
24.4. Executing PROC pass (convert processes to netlists).
24.4.1. Executing PROC_CLEAN pass (remove empty switches from decision trees).
Found and cleaned up 1 empty switch in `\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:213$707'.
Found and cleaned up 1 empty switch in `$paramod$f3063a11ac08bb527af9aacce5ad2db747d195d2\Memory.$proc$Risco-5/src/peripheral/memory.v:0$1411'.
Found and cleaned up 1 empty switch in `\CSR_Unit.$proc$Risco-5/src/core/csr_unit.v:130$114'.
Cleaned up 3 empty switches.
24.4.2. Executing PROC_RMDEAD pass (remove dead branches from decision trees).
Marked 1 switch rules as full_case in process $proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:350$814 in module TRELLIS_FF.
Marked 1 switch rules as full_case in process $proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:285$766 in module DPR16X4C.
Marked 1 switch rules as full_case in process $proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:221$708 in module TRELLIS_DPR16X4.
Marked 1 switch rules as full_case in process $proc$Risco-5/src/peripheral/uart_rx.v:192$1504 in module $paramod$e9b10436db29f470fcafaa59abb2778c152f6035\uart_tool_rx.
Marked 1 switch rules as full_case in process $proc$Risco-5/src/peripheral/uart_rx.v:181$1502 in module $paramod$e9b10436db29f470fcafaa59abb2778c152f6035\uart_tool_rx.
Marked 2 switch rules as full_case in process $proc$Risco-5/src/peripheral/uart_rx.v:166$1494 in module $paramod$e9b10436db29f470fcafaa59abb2778c152f6035\uart_tool_rx.
Marked 1 switch rules as full_case in process $proc$Risco-5/src/peripheral/uart_rx.v:155$1491 in module $paramod$e9b10436db29f470fcafaa59abb2778c152f6035\uart_tool_rx.
Marked 2 switch rules as full_case in process $proc$Risco-5/src/peripheral/uart_rx.v:143$1485 in module $paramod$e9b10436db29f470fcafaa59abb2778c152f6035\uart_tool_rx.
Marked 3 switch rules as full_case in process $proc$Risco-5/src/peripheral/uart_rx.v:128$1480 in module $paramod$e9b10436db29f470fcafaa59abb2778c152f6035\uart_tool_rx.
Marked 1 switch rules as full_case in process $proc$Risco-5/src/peripheral/uart_rx.v:111$1475 in module $paramod$e9b10436db29f470fcafaa59abb2778c152f6035\uart_tool_rx.
Marked 1 switch rules as full_case in process $proc$Risco-5/src/peripheral/uart_rx.v:92$1466 in module $paramod$e9b10436db29f470fcafaa59abb2778c152f6035\uart_tool_rx.
Marked 4 switch rules as full_case in process $proc$Risco-5/src/peripheral/uart_tx.v:170$1453 in module $paramod$e9b10436db29f470fcafaa59abb2778c152f6035\uart_tool_tx.
Marked 1 switch rules as full_case in process $proc$Risco-5/src/peripheral/uart_tx.v:159$1451 in module $paramod$e9b10436db29f470fcafaa59abb2778c152f6035\uart_tool_tx.
Marked 2 switch rules as full_case in process $proc$Risco-5/src/peripheral/uart_tx.v:144$1443 in module $paramod$e9b10436db29f470fcafaa59abb2778c152f6035\uart_tool_tx.
Marked 4 switch rules as full_case in process $proc$Risco-5/src/peripheral/uart_tx.v:127$1429 in module $paramod$e9b10436db29f470fcafaa59abb2778c152f6035\uart_tool_tx.
Marked 3 switch rules as full_case in process $proc$Risco-5/src/peripheral/uart_tx.v:112$1423 in module $paramod$e9b10436db29f470fcafaa59abb2778c152f6035\uart_tool_tx.
Marked 1 switch rules as full_case in process $proc$Risco-5/src/peripheral/uart_tx.v:95$1418 in module $paramod$e9b10436db29f470fcafaa59abb2778c152f6035\uart_tool_tx.
Marked 1 switch rules as full_case in process $proc$Risco-5/src/peripheral/memory.v:59$1409 in module $paramod$f3063a11ac08bb527af9aacce5ad2db747d195d2\Memory.
Marked 3 switch rules as full_case in process $proc$Risco-5/src/peripheral/memory.v:47$1372 in module $paramod$f3063a11ac08bb527af9aacce5ad2db747d195d2\Memory.
Marked 1 switch rules as full_case in process $proc$Risco-5/src/peripheral/uart.v:161$1355 in module $paramod$2000247f8da78e726acc70cf9f9077ac6f93a8c1\UART.
Marked 7 switch rules as full_case in process $proc$Risco-5/src/peripheral/uart.v:67$1347 in module $paramod$2000247f8da78e726acc70cf9f9077ac6f93a8c1\UART.
Marked 3 switch rules as full_case in process $proc$Risco-5/src/peripheral/pwm.v:15$470 in module PWM.
Marked 3 switch rules as full_case in process $proc$Risco-5/src/peripheral/gpios.v:63$1281 in module $paramod\GPIOS\WIDHT=s32'00000000000000000000000000000110.
Marked 1 switch rules as full_case in process $proc$Risco-5/src/peripheral/leds.v:27$421 in module LEDs.
Marked 1 switch rules as full_case in process $proc$Risco-5/src/core/core.v:305$978 in module $paramod\Core\BOOT_ADDRESS=32'00000000000000000000000000000000.
Marked 2 switch rules as full_case in process $proc$Risco-5/src/peripheral/fifo.v:31$1509 in module $paramod$d662dacdc4a138ecc4c8da4e616ea7be3bb84705\FIFO.
Marked 2 switch rules as full_case in process $proc$Risco-5/src/core/registers.v:33$178 in module Registers.
Marked 1 switch rules as full_case in process $proc$Risco-5/src/core/pc.v:15$167 in module PC.
Removed 1 dead cases from process $proc$Risco-5/src/core/mux.v:14$166 in module MUX.
Marked 1 switch rules as full_case in process $proc$Risco-5/src/core/mux.v:14$166 in module MUX.
Marked 5 switch rules as full_case in process $proc$Risco-5/src/core/mdu.v:88$129 in module MDU.
Marked 4 switch rules as full_case in process $proc$Risco-5/src/core/mdu.v:50$121 in module MDU.
Marked 2 switch rules as full_case in process $proc$Risco-5/src/core/immediate_generator.v:18$120 in module Immediate_Generator.
Marked 2 switch rules as full_case in process $proc$Risco-5/src/core/csr_unit.v:130$114 in module CSR_Unit.
Marked 1 switch rules as full_case in process $proc$Risco-5/src/core/csr_unit.v:106$112 in module CSR_Unit.
Marked 1 switch rules as full_case in process $proc$Risco-5/src/core/csr_unit.v:78$111 in module CSR_Unit.
Marked 5 switch rules as full_case in process $proc$Risco-5/debug/reset.v:24$817 in module $paramod\ResetBootSystem\CYCLES=s32'00000000000000000000000000010100.
Marked 1 switch rules as full_case in process $proc$Risco-5/src/core/control_unit.v:703$87 in module Control_Unit.
Marked 1 switch rules as full_case in process $proc$Risco-5/src/core/control_unit.v:693$86 in module Control_Unit.
Marked 21 switch rules as full_case in process $proc$Risco-5/src/core/control_unit.v:157$40 in module Control_Unit.
Marked 1 switch rules as full_case in process $proc$Risco-5/src/core/control_unit.v:149$39 in module Control_Unit.
Removed 1 dead cases from process $proc$Risco-5/src/core/alu_control.v:9$31 in module ALU_Control.
Marked 4 switch rules as full_case in process $proc$Risco-5/src/core/alu_control.v:9$31 in module ALU_Control.
Marked 1 switch rules as full_case in process $proc$Risco-5/src/core/alu.v:26$11 in module Alu.
Removed a total of 2 dead cases.
24.4.3. Executing PROC_PRUNE pass (remove redundant assignments in processes).
Removed 17 redundant assignments.
Promoted 145 assignments to connections.
24.4.4. Executing PROC_INIT pass (extract init attributes).
Found init rule in `\TRELLIS_FF.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$815'.
Set init value: \Q = 1'0
Found init rule in `$paramod$e9b10436db29f470fcafaa59abb2778c152f6035\uart_tool_rx.$proc$Risco-5/src/peripheral/uart_rx.v:127$1506'.
Set init value: \i = 0
Found init rule in `$paramod$e9b10436db29f470fcafaa59abb2778c152f6035\uart_tool_tx.$proc$Risco-5/src/peripheral/uart_tx.v:111$1459'.
Set init value: \i = 0
Found init rule in `$paramod$f3063a11ac08bb527af9aacce5ad2db747d195d2\Memory.$proc$Risco-5/src/peripheral/memory.v:0$1411'.
Set init value: \memory_response = 1'0
Found init rule in `$paramod$2000247f8da78e726acc70cf9f9077ac6f93a8c1\UART.$proc$Risco-5/src/peripheral/uart.v:0$1365'.
Set init value: \state = 4'0000
Set init value: \counter = 3'000
Set init value: \read_data = 0
Set init value: \response = 1'0
Set init value: \uart_tx_en = 1'0
Set init value: \tx_fifo_read = 1'0
Set init value: \tx_fifo_write = 1'0
Set init value: \rx_fifo_read = 1'0
Set init value: \rx_fifo_write = 1'0
Set init value: \uart_tx_data = 8'00000000
Set init value: \tx_fifo_write_data = 8'00000000
Set init value: \rx_fifo_write_data = 8'00000000
Found init rule in `$paramod\GPIOS\WIDHT=s32'00000000000000000000000000000110.$proc$Risco-5/src/peripheral/gpios.v:0$1346'.
Set init value: \is_pwm = 2'00
Found init rule in `\LEDs.$proc$Risco-5/src/peripheral/leds.v:0$424'.
Set init value: \data = 0
Found init rule in `$paramod\Core\BOOT_ADDRESS=32'00000000000000000000000000000000.$proc$Risco-5/src/core/core.v:0$981'.
Set init value: \instruction_register = 0
Set init value: \memory_register = 0
Set init value: \alu_out_register = 0
Set init value: \register_data_1 = 0
Set init value: \register_data_2 = 0
Set init value: \pc_old = 0
Found init rule in `$paramod$d662dacdc4a138ecc4c8da4e616ea7be3bb84705\FIFO.$proc$Risco-5/src/peripheral/fifo.v:0$1536'.
Set init value: \counter = 6'000000
Set init value: \read_ptr = 6'000000
Set init value: \write_ptr = 6'000000
Found init rule in `\PC.$proc$Risco-5/src/core/pc.v:0$170'.
Set init value: \Output = 0
Found init rule in `\MDU.$proc$Risco-5/src/core/mdu.v:0$165'.
Set init value: \state_mul = 2'00
Set init value: \state_div = 2'00
Set init value: \Data_X = 0
Set init value: \Data_Y = 0
Set init value: \MUL_RD = 0
Set init value: \acumulador = 64'0000000000000000000000000000000000000000000000000000000000000000
Found init rule in `\CSR_Unit.$proc$Risco-5/src/core/csr_unit.v:0$119'.
Set init value: \mepc = 0
Set init value: \mscratch = 0
Set init value: \mcause = 0
Set init value: \mtval = 0
Set init value: \mtvec = 0
Set init value: \mcycle = 64'0000000000000000000000000000000000000000000000000000000000000000
Set init value: \minstret = 64'0000000000000000000000000000000000000000000000000000000000000000
Set init value: \utime = 64'0000000000000000000000000000000000000000000000000000000000000000
Found init rule in `$paramod\ResetBootSystem\CYCLES=s32'00000000000000000000000000010100.$proc$Risco-5/debug/reset.v:0$823'.
Set init value: \reset_o = 1'0
Set init value: \state = 2'01
Set init value: \counter = 6'000000
Found init rule in `\Control_Unit.$proc$Risco-5/src/core/control_unit.v:0$88'.
Set init value: \state = 6'000000
Set init value: \is_immediate = 1'0
Set init value: \pc_write = 1'0
Set init value: \ir_write = 1'0
Set init value: \pc_source = 1'0
Set init value: \reg_write = 1'0
Set init value: \memory_read = 1'0
Set init value: \memory_write = 1'0
Set init value: \pc_write_cond = 1'0
Set init value: \csr_write_enable = 1'0
Set init value: \alu_input_selector = 1'0
Set init value: \save_address = 1'0
Set init value: \save_value = 1'0
Set init value: \save_value_2 = 1'0
Set init value: \save_write_value = 1'0
Set init value: \control_memory_op = 1'0
Set init value: \write_data_in = 1'0
Set init value: \mdu_start = 1'0
Set init value: \lorD = 2'00
Set init value: \aluop = 2'00
Set init value: \alu_src_a = 3'000
Set init value: \alu_src_b = 3'000
Set init value: \memory_to_reg = 3'000
Set init value: \control_unit_memory_op = 3'010
Set init value: \control_unit_aluop = 4'0000
Set init value: \nextstate = 6'000000
24.4.5. Executing PROC_ARST pass (detect async resets in processes).
24.4.6. Executing PROC_ROM pass (convert switches to ROMs).
Converted 0 switches.
<suppressed ~130 debug messages>
24.4.7. Executing PROC_MUX pass (convert decision trees to multiplexers).
Creating decoders for process `\TRELLIS_FF.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$815'.
Creating decoders for process `\TRELLIS_FF.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:350$814'.
1/1: $0\Q[0:0]
Creating decoders for process `\DPR16X4C.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$789'.
Creating decoders for process `\DPR16X4C.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:285$766'.
1/3: $1$memwr$\ram$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:287$765_EN[3:0]$772
2/3: $1$memwr$\ram$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:287$765_DATA[3:0]$771
3/3: $1$memwr$\ram$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:287$765_ADDR[3:0]$770
Creating decoders for process `\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$732'.
Creating decoders for process `\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:221$708'.
1/3: $1$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:223$706_EN[3:0]$714
2/3: $1$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:223$706_DATA[3:0]$713
3/3: $1$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:223$706_ADDR[3:0]$712
Creating decoders for process `\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:213$707'.
Creating decoders for process `$paramod$e9b10436db29f470fcafaa59abb2778c152f6035\uart_tool_rx.$proc$Risco-5/src/peripheral/uart_rx.v:127$1506'.
Creating decoders for process `$paramod$e9b10436db29f470fcafaa59abb2778c152f6035\uart_tool_rx.$proc$Risco-5/src/peripheral/uart_rx.v:192$1504'.
1/2: $0\rxd_reg_0[0:0]
2/2: $0\rxd_reg[0:0]
Creating decoders for process `$paramod$e9b10436db29f470fcafaa59abb2778c152f6035\uart_tool_rx.$proc$Risco-5/src/peripheral/uart_rx.v:181$1502'.
1/1: $0\fsm_state[2:0]
Creating decoders for process `$paramod$e9b10436db29f470fcafaa59abb2778c152f6035\uart_tool_rx.$proc$Risco-5/src/peripheral/uart_rx.v:166$1494'.
1/1: $0\cycle_counter[8:0]
Creating decoders for process `$paramod$e9b10436db29f470fcafaa59abb2778c152f6035\uart_tool_rx.$proc$Risco-5/src/peripheral/uart_rx.v:155$1491'.
1/1: $0\bit_sample[0:0]
Creating decoders for process `$paramod$e9b10436db29f470fcafaa59abb2778c152f6035\uart_tool_rx.$proc$Risco-5/src/peripheral/uart_rx.v:143$1485'.
1/1: $0\bit_counter[3:0]
Creating decoders for process `$paramod$e9b10436db29f470fcafaa59abb2778c152f6035\uart_tool_rx.$proc$Risco-5/src/peripheral/uart_rx.v:128$1480'.
1/11: $3\i[31:0]
2/11: $0\recieved_data[7:0] [1]
3/11: $0\recieved_data[7:0] [0]
4/11: $0\recieved_data[7:0] [2]
5/11: $0\recieved_data[7:0] [3]
6/11: $0\recieved_data[7:0] [4]
7/11: $0\recieved_data[7:0] [5]
8/11: $0\recieved_data[7:0] [6]
9/11: $0\recieved_data[7:0] [7]
10/11: $1\i[31:0]
11/11: $2\i[31:0]
Creating decoders for process `$paramod$e9b10436db29f470fcafaa59abb2778c152f6035\uart_tool_rx.$proc$Risco-5/src/peripheral/uart_rx.v:111$1475'.
1/1: $1\n_fsm_state[2:0]
Creating decoders for process `$paramod$e9b10436db29f470fcafaa59abb2778c152f6035\uart_tool_rx.$proc$Risco-5/src/peripheral/uart_rx.v:92$1466'.
1/1: $0\uart_rx_data[7:0]
Creating decoders for process `$paramod$e9b10436db29f470fcafaa59abb2778c152f6035\uart_tool_tx.$proc$Risco-5/src/peripheral/uart_tx.v:111$1459'.
Creating decoders for process `$paramod$e9b10436db29f470fcafaa59abb2778c152f6035\uart_tool_tx.$proc$Risco-5/src/peripheral/uart_tx.v:170$1453'.
1/1: $0\txd_reg[0:0]
Creating decoders for process `$paramod$e9b10436db29f470fcafaa59abb2778c152f6035\uart_tool_tx.$proc$Risco-5/src/peripheral/uart_tx.v:159$1451'.
1/1: $0\fsm_state[2:0]
Creating decoders for process `$paramod$e9b10436db29f470fcafaa59abb2778c152f6035\uart_tool_tx.$proc$Risco-5/src/peripheral/uart_tx.v:144$1443'.
1/1: $0\cycle_counter[8:0]
Creating decoders for process `$paramod$e9b10436db29f470fcafaa59abb2778c152f6035\uart_tool_tx.$proc$Risco-5/src/peripheral/uart_tx.v:127$1429'.
1/1: $0\bit_counter[3:0]
Creating decoders for process `$paramod$e9b10436db29f470fcafaa59abb2778c152f6035\uart_tool_tx.$proc$Risco-5/src/peripheral/uart_tx.v:112$1423'.
1/11: $3\i[31:0]
2/11: $0\data_to_send[7:0] [1]
3/11: $0\data_to_send[7:0] [0]
4/11: $0\data_to_send[7:0] [2]
5/11: $0\data_to_send[7:0] [3]
6/11: $0\data_to_send[7:0] [4]
7/11: $0\data_to_send[7:0] [5]
8/11: $0\data_to_send[7:0] [6]
9/11: $0\data_to_send[7:0] [7]
10/11: $1\i[31:0]
11/11: $2\i[31:0]
Creating decoders for process `$paramod$e9b10436db29f470fcafaa59abb2778c152f6035\uart_tool_tx.$proc$Risco-5/src/peripheral/uart_tx.v:95$1418'.
1/1: $1\n_fsm_state[2:0]
Creating decoders for process `$paramod$f3063a11ac08bb527af9aacce5ad2db747d195d2\Memory.$proc$Risco-5/src/peripheral/memory.v:0$1411'.
Creating decoders for process `$paramod$f3063a11ac08bb527af9aacce5ad2db747d195d2\Memory.$proc$Risco-5/src/peripheral/memory.v:59$1409'.
1/1: $1\read_data[31:0]
Creating decoders for process `$paramod$f3063a11ac08bb527af9aacce5ad2db747d195d2\Memory.$proc$Risco-5/src/peripheral/memory.v:47$1372'.
1/24: $3$memwr$\memory$Risco-5/src/peripheral/memory.v:52$1367_EN[31:0]$1403
2/24: $3$memwr$\memory$Risco-5/src/peripheral/memory.v:52$1367_DATA[31:0]$1404
3/24: $3$memwr$\memory$Risco-5/src/peripheral/memory.v:52$1367_ADDR[31:0]$1405
4/24: $3$memwr$\memory$Risco-5/src/peripheral/memory.v:54$1368_ADDR[31:0]$1408
5/24: $3$memwr$\memory$Risco-5/src/peripheral/memory.v:54$1368_DATA[31:0]$1407
6/24: $3$memwr$\memory$Risco-5/src/peripheral/memory.v:54$1368_EN[31:0]$1406
7/24: $2$memwr$\memory$Risco-5/src/peripheral/memory.v:50$1366_EN[31:0]$1396
8/24: $2$memwr$\memory$Risco-5/src/peripheral/memory.v:50$1366_DATA[31:0]$1397
9/24: $2$memwr$\memory$Risco-5/src/peripheral/memory.v:50$1366_ADDR[31:0]$1398
10/24: $2$memwr$\memory$Risco-5/src/peripheral/memory.v:54$1368_ADDR[31:0]$1401
11/24: $2$memwr$\memory$Risco-5/src/peripheral/memory.v:54$1368_DATA[31:0]$1400
12/24: $2$memwr$\memory$Risco-5/src/peripheral/memory.v:54$1368_EN[31:0]$1399
13/24: $2$memwr$\memory$Risco-5/src/peripheral/memory.v:52$1367_ADDR[31:0]$1395
14/24: $2$memwr$\memory$Risco-5/src/peripheral/memory.v:52$1367_DATA[31:0]$1394
15/24: $2$memwr$\memory$Risco-5/src/peripheral/memory.v:52$1367_EN[31:0]$1393
16/24: $1$memwr$\memory$Risco-5/src/peripheral/memory.v:54$1368_ADDR[31:0]$1391
17/24: $1$memwr$\memory$Risco-5/src/peripheral/memory.v:54$1368_DATA[31:0]$1390
18/24: $1$memwr$\memory$Risco-5/src/peripheral/memory.v:54$1368_EN[31:0]$1389
19/24: $1$memwr$\memory$Risco-5/src/peripheral/memory.v:50$1366_ADDR[31:0]$1388
20/24: $1$memwr$\memory$Risco-5/src/peripheral/memory.v:50$1366_DATA[31:0]$1387
21/24: $1$memwr$\memory$Risco-5/src/peripheral/memory.v:50$1366_EN[31:0]$1386
22/24: $1$memwr$\memory$Risco-5/src/peripheral/memory.v:52$1367_ADDR[31:0]$1385
23/24: $1$memwr$\memory$Risco-5/src/peripheral/memory.v:52$1367_DATA[31:0]$1384
24/24: $1$memwr$\memory$Risco-5/src/peripheral/memory.v:52$1367_EN[31:0]$1383
Creating decoders for process `$paramod$f3063a11ac08bb527af9aacce5ad2db747d195d2\Memory.$proc$Risco-5/src/peripheral/memory.v:39$1370'.
1/1: $0\memory_response[0:0]
Creating decoders for process `$paramod$2000247f8da78e726acc70cf9f9077ac6f93a8c1\UART.$proc$Risco-5/src/peripheral/uart.v:0$1365'.
Creating decoders for process `$paramod$2000247f8da78e726acc70cf9f9077ac6f93a8c1\UART.$proc$Risco-5/src/peripheral/uart.v:161$1355'.
1/5: $0\rx_fifo_write[0:0]
2/5: $0\tx_fifo_read[0:0]
3/5: $0\uart_tx_en[0:0]
4/5: $0\rx_fifo_write_data[7:0]
5/5: $0\uart_tx_data[7:0]
Creating decoders for process `$paramod$2000247f8da78e726acc70cf9f9077ac6f93a8c1\UART.$proc$Risco-5/src/peripheral/uart.v:67$1347'.
1/8: $0\tx_fifo_write[0:0]
2/8: $0\rx_fifo_read[0:0]
3/8: $0\response[0:0]
4/8: $0\write_data_buffer[31:0]
5/8: $0\tx_fifo_write_data[7:0]
6/8: $0\read_data[31:0]
7/8: $0\counter[2:0]
8/8: $0\state[3:0]
Creating decoders for process `\PWM.$proc$Risco-5/src/peripheral/pwm.v:15$470'.
1/2: $0\pwm_out[0:0]
2/2: $0\counter[31:0]
Creating decoders for process `$paramod\GPIOS\WIDHT=s32'00000000000000000000000000000110.$proc$Risco-5/src/peripheral/gpios.v:0$1346'.
Creating decoders for process `$paramod\GPIOS\WIDHT=s32'00000000000000000000000000000110.$proc$Risco-5/src/peripheral/gpios.v:63$1281'.
1/21: $3$memwr$\duty_cycle$Risco-5/src/peripheral/gpios.v:73$1276_EN[15:0]$1305
2/21: $3$memwr$\duty_cycle$Risco-5/src/peripheral/gpios.v:73$1276_DATA[15:0]$1304
3/21: $3$memwr$\duty_cycle$Risco-5/src/peripheral/gpios.v:73$1276_ADDR[0:0]$1303
4/21: $3$memwr$\period$Risco-5/src/peripheral/gpios.v:72$1275_EN[15:0]$1302
5/21: $3$memwr$\period$Risco-5/src/peripheral/gpios.v:72$1275_DATA[15:0]$1301
6/21: $3$memwr$\period$Risco-5/src/peripheral/gpios.v:72$1275_ADDR[0:0]$1300
7/21: $2$memwr$\duty_cycle$Risco-5/src/peripheral/gpios.v:73$1276_EN[15:0]$1299
8/21: $2$memwr$\duty_cycle$Risco-5/src/peripheral/gpios.v:73$1276_DATA[15:0]$1298
9/21: $2$memwr$\duty_cycle$Risco-5/src/peripheral/gpios.v:73$1276_ADDR[0:0]$1297
10/21: $2$memwr$\period$Risco-5/src/peripheral/gpios.v:72$1275_EN[15:0]$1296
11/21: $2$memwr$\period$Risco-5/src/peripheral/gpios.v:72$1275_DATA[15:0]$1295
12/21: $2$memwr$\period$Risco-5/src/peripheral/gpios.v:72$1275_ADDR[0:0]$1294
13/21: $1$memwr$\duty_cycle$Risco-5/src/peripheral/gpios.v:73$1276_EN[15:0]$1293
14/21: $1$memwr$\duty_cycle$Risco-5/src/peripheral/gpios.v:73$1276_DATA[15:0]$1292
15/21: $1$memwr$\duty_cycle$Risco-5/src/peripheral/gpios.v:73$1276_ADDR[0:0]$1291
16/21: $1$memwr$\period$Risco-5/src/peripheral/gpios.v:72$1275_EN[15:0]$1290
17/21: $1$memwr$\period$Risco-5/src/peripheral/gpios.v:72$1275_DATA[15:0]$1289
18/21: $1$memwr$\period$Risco-5/src/peripheral/gpios.v:72$1275_ADDR[0:0]$1288
19/21: $0\is_pwm[1:0]
20/21: $0\gpio_value[5:0]
21/21: $0\gpio_direction[5:0]
Creating decoders for process `\LEDs.$proc$Risco-5/src/peripheral/leds.v:0$424'.
Creating decoders for process `\LEDs.$proc$Risco-5/src/peripheral/leds.v:27$421'.
1/1: $0\data[31:0]
Creating decoders for process `$paramod\Core\BOOT_ADDRESS=32'00000000000000000000000000000000.$proc$Risco-5/src/core/core.v:0$981'.
Creating decoders for process `$paramod\Core\BOOT_ADDRESS=32'00000000000000000000000000000000.$proc$Risco-5/src/core/core.v:305$978'.
1/7: $0\alu_out_register[31:0]
2/7: $0\register_data_2[31:0]
3/7: $0\register_data_1[31:0]
4/7: $0\memory_register[31:0]
5/7: $0\mdu_out_reg[31:0]
6/7: $0\pc_old[31:0]
7/7: $0\instruction_register[31:0]
Creating decoders for process `$paramod$d662dacdc4a138ecc4c8da4e616ea7be3bb84705\FIFO.$proc$Risco-5/src/peripheral/fifo.v:0$1536'.
Creating decoders for process `$paramod$d662dacdc4a138ecc4c8da4e616ea7be3bb84705\FIFO.$proc$Risco-5/src/peripheral/fifo.v:31$1509'.
1/9: $2$memwr$\memory$Risco-5/src/peripheral/fifo.v:39$1507_EN[7:0]$1521
2/9: $2$memwr$\memory$Risco-5/src/peripheral/fifo.v:39$1507_DATA[7:0]$1520
3/9: $2$memwr$\memory$Risco-5/src/peripheral/fifo.v:39$1507_ADDR[5:0]$1519
4/9: $1$memwr$\memory$Risco-5/src/peripheral/fifo.v:39$1507_EN[7:0]$1516
5/9: $1$memwr$\memory$Risco-5/src/peripheral/fifo.v:39$1507_DATA[7:0]$1515
6/9: $1$memwr$\memory$Risco-5/src/peripheral/fifo.v:39$1507_ADDR[5:0]$1514
7/9: $0\write_ptr[5:0]
8/9: $0\read_ptr[5:0]
9/9: $0\counter[5:0]
Creating decoders for process `\Registers.$proc$Risco-5/src/core/registers.v:0$196'.
Creating decoders for process `\Registers.$proc$Risco-5/src/core/registers.v:33$178'.
1/9: $2$memwr$\registers$Risco-5/src/core/registers.v:37$173_EN[31:0]$193
2/9: $2$memwr$\registers$Risco-5/src/core/registers.v:37$173_DATA[31:0]$192
3/9: $2$memwr$\registers$Risco-5/src/core/registers.v:37$173_ADDR[4:0]$191
4/9: $2$memwr$\registers$Risco-5/src/core/registers.v:39$174_EN[31:0]$194
5/9: $1$memwr$\registers$Risco-5/src/core/registers.v:35$172_EN[31:0]$185
6/9: $1$memwr$\registers$Risco-5/src/core/registers.v:39$174_EN[31:0]$189
7/9: $1$memwr$\registers$Risco-5/src/core/registers.v:37$173_EN[31:0]$188
8/9: $1$memwr$\registers$Risco-5/src/core/registers.v:37$173_DATA[31:0]$187
9/9: $1$memwr$\registers$Risco-5/src/core/registers.v:37$173_ADDR[4:0]$186
Creating decoders for process `\PC.$proc$Risco-5/src/core/pc.v:0$170'.
Creating decoders for process `\PC.$proc$Risco-5/src/core/pc.v:15$167'.
1/1: $0\Output[31:0]
Creating decoders for process `\MUX.$proc$Risco-5/src/core/mux.v:14$166'.
1/1: $1\S[31:0]
Creating decoders for process `\MDU.$proc$Risco-5/src/core/mdu.v:0$165'.
Creating decoders for process `\MDU.$proc$Risco-5/src/core/mdu.v:88$129'.
1/8: $0\state_div[1:0]
2/8: $0\div_done[0:0]
3/8: $0\divisor[63:0]
4/8: $0\DIV_RD[31:0]
5/8: $0\quociente_msk[31:0]
6/8: $0\quociente[31:0]
7/8: $0\dividendo[31:0]
8/8: $0\negativo[0:0]
Creating decoders for process `\MDU.$proc$Risco-5/src/core/mdu.v:50$121'.
1/6: $0\state_mul[1:0]
2/6: $0\mul_done[0:0]
3/6: $0\acumulador[63:0]
4/6: $0\MUL_RD[31:0]
5/6: $0\Data_Y[31:0]
6/6: $0\Data_X[31:0]
Creating decoders for process `\Immediate_Generator.$proc$Risco-5/src/core/immediate_generator.v:18$120'.
1/2: $2\immediate[31:0]
2/2: $1\immediate[31:0]
Creating decoders for process `\CSR_Unit.$proc$Risco-5/src/core/csr_unit.v:0$119'.
Creating decoders for process `\CSR_Unit.$proc$Risco-5/src/core/csr_unit.v:130$114'.
1/1: $0\minstret[63:0]
Creating decoders for process `\CSR_Unit.$proc$Risco-5/src/core/csr_unit.v:106$112'.
1/7: $0\mcycle[63:0]
2/7: $0\utime[63:0]
3/7: $0\mtvec[31:0]
4/7: $0\mtval[31:0]
5/7: $0\mcause[31:0]
6/7: $0\mscratch[31:0]
7/7: $0\mepc[31:0]
Creating decoders for process `\CSR_Unit.$proc$Risco-5/src/core/csr_unit.v:78$111'.
1/1: $0\csr_data_out[31:0]
Creating decoders for process `$paramod\ResetBootSystem\CYCLES=s32'00000000000000000000000000010100.$proc$Risco-5/debug/reset.v:0$823'.
Creating decoders for process `$paramod\ResetBootSystem\CYCLES=s32'00000000000000000000000000010100.$proc$Risco-5/debug/reset.v:24$817'.
1/3: $0\counter[5:0]
2/3: $0\state[1:0]
3/3: $0\reset_o[0:0]
Creating decoders for process `\Control_Unit.$proc$Risco-5/src/core/control_unit.v:0$88'.
Creating decoders for process `\Control_Unit.$proc$Risco-5/src/core/control_unit.v:703$87'.
1/2: $0\clear_hal_byte_one_block_option_2[2:0]
2/2: $0\clear_hal_byte_one_block_option[2:0]
Creating decoders for process `\Control_Unit.$proc$Risco-5/src/core/control_unit.v:693$86'.
1/1: $0\wb_filter[2:0]
Creating decoders for process `\Control_Unit.$proc$Risco-5/src/core/control_unit.v:357$73'.
1/23: $0\mdu_start[0:0]
2/23: $0\save_write_value[0:0]
3/23: $0\write_data_in[0:0]
4/23: $0\save_value_2[0:0]
5/23: $0\save_value[0:0]
6/23: $0\control_memory_op[0:0]
7/23: $0\save_address[0:0]
8/23: $0\control_unit_aluop[3:0]
9/23: $0\alu_input_selector[0:0]
10/23: $0\csr_write_enable[0:0]
11/23: $0\is_immediate[0:0]
12/23: $0\reg_write[0:0]
13/23: $0\alu_src_a[2:0]
14/23: $0\alu_src_b[2:0]
15/23: $0\aluop[1:0]
16/23: $0\pc_source[0:0]
17/23: $0\memory_to_reg[2:0]
18/23: $0\memory_write[0:0]
19/23: $0\memory_read[0:0]
20/23: $0\lorD[1:0]
21/23: $0\ir_write[0:0]
22/23: $0\pc_write[0:0]
23/23: $0\pc_write_cond[0:0]
Creating decoders for process `\Control_Unit.$proc$Risco-5/src/core/control_unit.v:157$40'.
1/21: $21\nextstate[5:0]
2/21: $20\nextstate[5:0]
3/21: $19\nextstate[5:0]
4/21: $18\nextstate[5:0]
5/21: $17\nextstate[5:0]
6/21: $16\nextstate[5:0]
7/21: $15\nextstate[5:0]
8/21: $14\nextstate[5:0]
9/21: $13\nextstate[5:0]
10/21: $12\nextstate[5:0]
11/21: $11\nextstate[5:0]
12/21: $10\nextstate[5:0]
13/21: $9\nextstate[5:0]
14/21: $8\nextstate[5:0]
15/21: $7\nextstate[5:0]
16/21: $6\nextstate[5:0]
17/21: $5\nextstate[5:0]
18/21: $4\nextstate[5:0]
19/21: $3\nextstate[5:0]
20/21: $2\nextstate[5:0]
21/21: $1\nextstate[5:0]
Creating decoders for process `\Control_Unit.$proc$Risco-5/src/core/control_unit.v:149$39'.
1/1: $0\state[5:0]
Creating decoders for process `\ALU_Control.$proc$Risco-5/src/core/alu_control.v:9$31'.
1/1: $0\aluop_out[3:0]
Creating decoders for process `\Alu.$proc$Risco-5/src/core/alu.v:26$11'.
1/1: $0\ALU_out_S[31:0]
24.4.8. Executing PROC_DLATCH pass (convert process syncs to latches).
No latch inferred for signal `$paramod$e9b10436db29f470fcafaa59abb2778c152f6035\uart_tool_rx.\n_fsm_state' from process `$paramod$e9b10436db29f470fcafaa59abb2778c152f6035\uart_tool_rx.$proc$Risco-5/src/peripheral/uart_rx.v:111$1475'.
No latch inferred for signal `$paramod$e9b10436db29f470fcafaa59abb2778c152f6035\uart_tool_tx.\n_fsm_state' from process `$paramod$e9b10436db29f470fcafaa59abb2778c152f6035\uart_tool_tx.$proc$Risco-5/src/peripheral/uart_tx.v:95$1418'.
No latch inferred for signal `$paramod$f3063a11ac08bb527af9aacce5ad2db747d195d2\Memory.\read_data' from process `$paramod$f3063a11ac08bb527af9aacce5ad2db747d195d2\Memory.$proc$Risco-5/src/peripheral/memory.v:59$1409'.
No latch inferred for signal `\Registers.$memwr$\registers$Risco-5/src/core/registers.v:22$171_EN' from process `\Registers.$proc$Risco-5/src/core/registers.v:0$196'.
No latch inferred for signal `\MUX.\S' from process `\MUX.$proc$Risco-5/src/core/mux.v:14$166'.
No latch inferred for signal `\Immediate_Generator.\immediate' from process `\Immediate_Generator.$proc$Risco-5/src/core/immediate_generator.v:18$120'.
No latch inferred for signal `\CSR_Unit.\csr_data_out' from process `\CSR_Unit.$proc$Risco-5/src/core/csr_unit.v:78$111'.
No latch inferred for signal `\Control_Unit.\clear_hal_byte_one_block_option' from process `\Control_Unit.$proc$Risco-5/src/core/control_unit.v:703$87'.
No latch inferred for signal `\Control_Unit.\clear_hal_byte_one_block_option_2' from process `\Control_Unit.$proc$Risco-5/src/core/control_unit.v:703$87'.
No latch inferred for signal `\Control_Unit.\wb_filter' from process `\Control_Unit.$proc$Risco-5/src/core/control_unit.v:693$86'.
No latch inferred for signal `\Control_Unit.\is_immediate' from process `\Control_Unit.$proc$Risco-5/src/core/control_unit.v:357$73'.
Removing init bit 1'0 for non-memory siginal `\Control_Unit.\is_immediate` in process `\Control_Unit.$proc$Risco-5/src/core/control_unit.v:357$73`.
No latch inferred for signal `\Control_Unit.\pc_write' from process `\Control_Unit.$proc$Risco-5/src/core/control_unit.v:357$73'.
Removing init bit 1'0 for non-memory siginal `\Control_Unit.\pc_write` in process `\Control_Unit.$proc$Risco-5/src/core/control_unit.v:357$73`.
No latch inferred for signal `\Control_Unit.\ir_write' from process `\Control_Unit.$proc$Risco-5/src/core/control_unit.v:357$73'.
Removing init bit 1'0 for non-memory siginal `\Control_Unit.\ir_write` in process `\Control_Unit.$proc$Risco-5/src/core/control_unit.v:357$73`.
No latch inferred for signal `\Control_Unit.\pc_source' from process `\Control_Unit.$proc$Risco-5/src/core/control_unit.v:357$73'.
Removing init bit 1'0 for non-memory siginal `\Control_Unit.\pc_source` in process `\Control_Unit.$proc$Risco-5/src/core/control_unit.v:357$73`.
No latch inferred for signal `\Control_Unit.\reg_write' from process `\Control_Unit.$proc$Risco-5/src/core/control_unit.v:357$73'.
Removing init bit 1'0 for non-memory siginal `\Control_Unit.\reg_write` in process `\Control_Unit.$proc$Risco-5/src/core/control_unit.v:357$73`.
No latch inferred for signal `\Control_Unit.\memory_read' from process `\Control_Unit.$proc$Risco-5/src/core/control_unit.v:357$73'.
Removing init bit 1'0 for non-memory siginal `\Control_Unit.\memory_read` in process `\Control_Unit.$proc$Risco-5/src/core/control_unit.v:357$73`.
No latch inferred for signal `\Control_Unit.\memory_write' from process `\Control_Unit.$proc$Risco-5/src/core/control_unit.v:357$73'.
Removing init bit 1'0 for non-memory siginal `\Control_Unit.\memory_write` in process `\Control_Unit.$proc$Risco-5/src/core/control_unit.v:357$73`.
No latch inferred for signal `\Control_Unit.\pc_write_cond' from process `\Control_Unit.$proc$Risco-5/src/core/control_unit.v:357$73'.
Removing init bit 1'0 for non-memory siginal `\Control_Unit.\pc_write_cond` in process `\Control_Unit.$proc$Risco-5/src/core/control_unit.v:357$73`.
No latch inferred for signal `\Control_Unit.\csr_write_enable' from process `\Control_Unit.$proc$Risco-5/src/core/control_unit.v:357$73'.
Removing init bit 1'0 for non-memory siginal `\Control_Unit.\csr_write_enable` in process `\Control_Unit.$proc$Risco-5/src/core/control_unit.v:357$73`.
No latch inferred for signal `\Control_Unit.\alu_input_selector' from process `\Control_Unit.$proc$Risco-5/src/core/control_unit.v:357$73'.
Removing init bit 1'0 for non-memory siginal `\Control_Unit.\alu_input_selector` in process `\Control_Unit.$proc$Risco-5/src/core/control_unit.v:357$73`.
No latch inferred for signal `\Control_Unit.\save_address' from process `\Control_Unit.$proc$Risco-5/src/core/control_unit.v:357$73'.
Removing init bit 1'0 for non-memory siginal `\Control_Unit.\save_address` in process `\Control_Unit.$proc$Risco-5/src/core/control_unit.v:357$73`.
No latch inferred for signal `\Control_Unit.\save_value' from process `\Control_Unit.$proc$Risco-5/src/core/control_unit.v:357$73'.
Removing init bit 1'0 for non-memory siginal `\Control_Unit.\save_value` in process `\Control_Unit.$proc$Risco-5/src/core/control_unit.v:357$73`.
No latch inferred for signal `\Control_Unit.\save_value_2' from process `\Control_Unit.$proc$Risco-5/src/core/control_unit.v:357$73'.
Removing init bit 1'0 for non-memory siginal `\Control_Unit.\save_value_2` in process `\Control_Unit.$proc$Risco-5/src/core/control_unit.v:357$73`.
No latch inferred for signal `\Control_Unit.\save_write_value' from process `\Control_Unit.$proc$Risco-5/src/core/control_unit.v:357$73'.
Removing init bit 1'0 for non-memory siginal `\Control_Unit.\save_write_value` in process `\Control_Unit.$proc$Risco-5/src/core/control_unit.v:357$73`.
No latch inferred for signal `\Control_Unit.\control_memory_op' from process `\Control_Unit.$proc$Risco-5/src/core/control_unit.v:357$73'.
Removing init bit 1'0 for non-memory siginal `\Control_Unit.\control_memory_op` in process `\Control_Unit.$proc$Risco-5/src/core/control_unit.v:357$73`.
No latch inferred for signal `\Control_Unit.\write_data_in' from process `\Control_Unit.$proc$Risco-5/src/core/control_unit.v:357$73'.
Removing init bit 1'0 for non-memory siginal `\Control_Unit.\write_data_in` in process `\Control_Unit.$proc$Risco-5/src/core/control_unit.v:357$73`.
No latch inferred for signal `\Control_Unit.\mdu_start' from process `\Control_Unit.$proc$Risco-5/src/core/control_unit.v:357$73'.
Removing init bit 1'0 for non-memory siginal `\Control_Unit.\mdu_start` in process `\Control_Unit.$proc$Risco-5/src/core/control_unit.v:357$73`.
No latch inferred for signal `\Control_Unit.\lorD' from process `\Control_Unit.$proc$Risco-5/src/core/control_unit.v:357$73'.
Removing init bit 1'0 for non-memory siginal `\Control_Unit.\lorD [0]` in process `\Control_Unit.$proc$Risco-5/src/core/control_unit.v:357$73`.
Removing init bit 1'0 for non-memory siginal `\Control_Unit.\lorD [1]` in process `\Control_Unit.$proc$Risco-5/src/core/control_unit.v:357$73`.
No latch inferred for signal `\Control_Unit.\aluop' from process `\Control_Unit.$proc$Risco-5/src/core/control_unit.v:357$73'.
Removing init bit 1'0 for non-memory siginal `\Control_Unit.\aluop [0]` in process `\Control_Unit.$proc$Risco-5/src/core/control_unit.v:357$73`.
Removing init bit 1'0 for non-memory siginal `\Control_Unit.\aluop [1]` in process `\Control_Unit.$proc$Risco-5/src/core/control_unit.v:357$73`.
No latch inferred for signal `\Control_Unit.\alu_src_a' from process `\Control_Unit.$proc$Risco-5/src/core/control_unit.v:357$73'.
Removing init bit 1'0 for non-memory siginal `\Control_Unit.\alu_src_a [0]` in process `\Control_Unit.$proc$Risco-5/src/core/control_unit.v:357$73`.
Removing init bit 1'0 for non-memory siginal `\Control_Unit.\alu_src_a [1]` in process `\Control_Unit.$proc$Risco-5/src/core/control_unit.v:357$73`.
Removing init bit 1'0 for non-memory siginal `\Control_Unit.\alu_src_a [2]` in process `\Control_Unit.$proc$Risco-5/src/core/control_unit.v:357$73`.
No latch inferred for signal `\Control_Unit.\alu_src_b' from process `\Control_Unit.$proc$Risco-5/src/core/control_unit.v:357$73'.
Removing init bit 1'0 for non-memory siginal `\Control_Unit.\alu_src_b [0]` in process `\Control_Unit.$proc$Risco-5/src/core/control_unit.v:357$73`.
Removing init bit 1'0 for non-memory siginal `\Control_Unit.\alu_src_b [1]` in process `\Control_Unit.$proc$Risco-5/src/core/control_unit.v:357$73`.
Removing init bit 1'0 for non-memory siginal `\Control_Unit.\alu_src_b [2]` in process `\Control_Unit.$proc$Risco-5/src/core/control_unit.v:357$73`.
No latch inferred for signal `\Control_Unit.\memory_to_reg' from process `\Control_Unit.$proc$Risco-5/src/core/control_unit.v:357$73'.
Removing init bit 1'0 for non-memory siginal `\Control_Unit.\memory_to_reg [0]` in process `\Control_Unit.$proc$Risco-5/src/core/control_unit.v:357$73`.
Removing init bit 1'0 for non-memory siginal `\Control_Unit.\memory_to_reg [1]` in process `\Control_Unit.$proc$Risco-5/src/core/control_unit.v:357$73`.
Removing init bit 1'0 for non-memory siginal `\Control_Unit.\memory_to_reg [2]` in process `\Control_Unit.$proc$Risco-5/src/core/control_unit.v:357$73`.
No latch inferred for signal `\Control_Unit.\control_unit_memory_op' from process `\Control_Unit.$proc$Risco-5/src/core/control_unit.v:357$73'.
Removing init bit 1'0 for non-memory siginal `\Control_Unit.\control_unit_memory_op [0]` in process `\Control_Unit.$proc$Risco-5/src/core/control_unit.v:357$73`.
Removing init bit 1'1 for non-memory siginal `\Control_Unit.\control_unit_memory_op [1]` in process `\Control_Unit.$proc$Risco-5/src/core/control_unit.v:357$73`.
Removing init bit 1'0 for non-memory siginal `\Control_Unit.\control_unit_memory_op [2]` in process `\Control_Unit.$proc$Risco-5/src/core/control_unit.v:357$73`.
No latch inferred for signal `\Control_Unit.\control_unit_aluop' from process `\Control_Unit.$proc$Risco-5/src/core/control_unit.v:357$73'.
Removing init bit 1'0 for non-memory siginal `\Control_Unit.\control_unit_aluop [0]` in process `\Control_Unit.$proc$Risco-5/src/core/control_unit.v:357$73`.
Removing init bit 1'0 for non-memory siginal `\Control_Unit.\control_unit_aluop [1]` in process `\Control_Unit.$proc$Risco-5/src/core/control_unit.v:357$73`.
Removing init bit 1'0 for non-memory siginal `\Control_Unit.\control_unit_aluop [2]` in process `\Control_Unit.$proc$Risco-5/src/core/control_unit.v:357$73`.
Removing init bit 1'0 for non-memory siginal `\Control_Unit.\control_unit_aluop [3]` in process `\Control_Unit.$proc$Risco-5/src/core/control_unit.v:357$73`.
No latch inferred for signal `\Control_Unit.\nextstate' from process `\Control_Unit.$proc$Risco-5/src/core/control_unit.v:157$40'.
Removing init bit 1'0 for non-memory siginal `\Control_Unit.\nextstate [0]` in process `\Control_Unit.$proc$Risco-5/src/core/control_unit.v:157$40`.
Removing init bit 1'0 for non-memory siginal `\Control_Unit.\nextstate [1]` in process `\Control_Unit.$proc$Risco-5/src/core/control_unit.v:157$40`.
Removing init bit 1'0 for non-memory siginal `\Control_Unit.\nextstate [2]` in process `\Control_Unit.$proc$Risco-5/src/core/control_unit.v:157$40`.
Removing init bit 1'0 for non-memory siginal `\Control_Unit.\nextstate [3]` in process `\Control_Unit.$pro[Pipeline] sh
c$Risco-5/src/core/control_unit.v:157$40`.
Removing init bit 1'0 for non-memory siginal `\Control_Unit.\nextstate [4]` in process `\Control_Unit.$proc$Risco-5/src/core/control_unit.v:157$40`.
Removing init bit 1'0 for non-memory siginal `\Control_Unit.\nextstate [5]` in process `\Control_Unit.$proc$Risco-5/src/core/control_unit.v:157$40`.
No latch inferred for signal `\ALU_Control.\aluop_out' from process `\ALU_Control.$proc$Risco-5/src/core/alu_control.v:9$31'.
No latch inferred for signal `\Alu.\ALU_out_S' from process `\Alu.$proc$Risco-5/src/core/alu.v:26$11'.
24.4.9. Executing PROC_DFF pass (convert process syncs to FFs).
Creating register for signal `\TRELLIS_FF.\Q' using process `\TRELLIS_FF.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:350$814'.
created $dff cell `$procdff$4018' with positive edge clock.
Creating register for signal `\DPR16X4C.\i' using process `\DPR16X4C.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$789'.
created direct connection (no actual register cell created).
Creating register for signal `\DPR16X4C.$memwr$\ram$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:281$750_EN' using process `\DPR16X4C.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$789'.
created direct connection (no actual register cell created).
Creating register for signal `\DPR16X4C.$memwr$\ram$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:281$751_EN' using process `\DPR16X4C.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$789'.
created direct connection (no actual register cell created).
Creating register for signal `\DPR16X4C.$memwr$\ram$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:281$752_EN' using process `\DPR16X4C.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$789'.
created direct connection (no actual register cell created).
Creating register for signal `\DPR16X4C.$memwr$\ram$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:281$753_EN' using process `\DPR16X4C.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$789'.
created direct connection (no actual register cell created).
Creating register for signal `\DPR16X4C.$memwr$\ram$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:281$754_EN' using process `\DPR16X4C.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$789'.
created direct connection (no actual register cell created).
Creating register for signal `\DPR16X4C.$memwr$\ram$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:281$755_EN' using process `\DPR16X4C.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$789'.
created direct connection (no actual register cell created).
Creating register for signal `\DPR16X4C.$memwr$\ram$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:281$756_EN' using process `\DPR16X4C.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$789'.
created direct connection (no actual register cell created).
Creating register for signal `\DPR16X4C.$memwr$\ram$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:281$757_EN' using process `\DPR16X4C.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$789'.
created direct connection (no actual register cell created).
Creating register for signal `\DPR16X4C.$memwr$\ram$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:281$758_EN' using process `\DPR16X4C.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$789'.
created direct connection (no actual register cell created).
Creating register for signal `\DPR16X4C.$memwr$\ram$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:281$759_EN' using process `\DPR16X4C.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$789'.
created direct connection (no actual register cell created).
Creating register for signal `\DPR16X4C.$memwr$\ram$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:281$760_EN' using process `\DPR16X4C.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$789'.
created direct connection (no actual register cell created).
Creating register for signal `\DPR16X4C.$memwr$\ram$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:281$761_EN' using process `\DPR16X4C.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$789'.
created direct connection (no actual register cell created).
Creating register for signal `\DPR16X4C.$memwr$\ram$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:281$762_EN' using process `\DPR16X4C.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$789'.
created direct connection (no actual register cell created).
Creating register for signal `\DPR16X4C.$memwr$\ram$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:281$763_EN' using process `\DPR16X4C.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$789'.
created direct connection (no actual register cell created).
Creating register for signal `\DPR16X4C.$memwr$\ram$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:281$764_EN' using process `\DPR16X4C.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$789'.
created direct connection (no actual register cell created).
Creating register for signal `\DPR16X4C.$memwr$\ram$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:287$765_ADDR' using process `\DPR16X4C.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:285$766'.
created $dff cell `$procdff$4019' with positive edge clock.
Creating register for signal `\DPR16X4C.$memwr$\ram$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:287$765_DATA' using process `\DPR16X4C.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:285$766'.
created $dff cell `$procdff$4020' with positive edge clock.
Creating register for signal `\DPR16X4C.$memwr$\ram$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:287$765_EN' using process `\DPR16X4C.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:285$766'.
created $dff cell `$procdff$4021' with positive edge clock.
Creating register for signal `\TRELLIS_DPR16X4.\i' using process `\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$732'.
created direct connection (no actual register cell created).
Creating register for signal `\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$690_EN' using process `\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$732'.
created direct connection (no actual register cell created).
Creating register for signal `\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$691_EN' using process `\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$732'.
created direct connection (no actual register cell created).
Creating register for signal `\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$692_EN' using process `\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$732'.
created direct connection (no actual register cell created).
Creating register for signal `\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$693_EN' using process `\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$732'.
created direct connection (no actual register cell created).
Creating register for signal `\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$694_EN' using process `\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$732'.
created direct connection (no actual register cell created).
Creating register for signal `\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$695_EN' using process `\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$732'.
created direct connection (no actual register cell created).
Creating register for signal `\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$696_EN' using process `\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$732'.
created direct connection (no actual register cell created).
Creating register for signal `\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$697_EN' using process `\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$732'.
created direct connection (no actual register cell created).
Creating register for signal `\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$698_EN' using process `\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$732'.
created direct connection (no actual register cell created).
Creating register for signal `\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$699_EN' using process `\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$732'.
created direct connection (no actual register cell created).
Creating register for signal `\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$700_EN' using process `\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$732'.
created direct connection (no actual register cell created).
Creating register for signal `\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$701_EN' using process `\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$732'.
created direct connection (no actual register cell created).
Creating register for signal `\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$702_EN' using process `\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$732'.
created direct connection (no actual register cell created).
Creating register for signal `\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$703_EN' using process `\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$732'.
created direct connection (no actual register cell created).
Creating register for signal `\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$704_EN' using process `\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$732'.
created direct connection (no actual register cell created).
Creating register for signal `\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$705_EN' using process `\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$732'.
created direct connection (no actual register cell created).
Creating register for signal `\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:223$706_ADDR' using process `\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:221$708'.
created $dff cell `$procdff$4022' with positive edge clock.
Creating register for signal `\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:223$706_DATA' using process `\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:221$708'.
created $dff cell `$procdff$4023' with positive edge clock.
Creating register for signal `\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:223$706_EN' using process `\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:221$708'.
created $dff cell `$procdff$4024' with positive edge clock.
Creating register for signal `\TRELLIS_DPR16X4.\muxwre' using process `\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:213$707'.
created direct connection (no actual register cell created).
Creating register for signal `$paramod$e9b10436db29f470fcafaa59abb2778c152f6035\uart_tool_rx.\rxd_reg' using process `$paramod$e9b10436db29f470fcafaa59abb2778c152f6035\uart_tool_rx.$proc$Risco-5/src/peripheral/uart_rx.v:192$1504'.
created $dff cell `$procdff$4025' with positive edge clock.
Creating register for signal `$paramod$e9b10436db29f470fcafaa59abb2778c152f6035\uart_tool_rx.\rxd_reg_0' using process `$paramod$e9b10436db29f470fcafaa59abb2778c152f6035\uart_tool_rx.$proc$Risco-5/src/peripheral/uart_rx.v:192$1504'.
created $dff cell `$procdff$4026' with positive edge clock.
Creating register for signal `$paramod$e9b10436db29f470fcafaa59abb2778c152f6035\uart_tool_rx.\fsm_state' using process `$paramod$e9b10436db29f470fcafaa59abb2778c152f6035\uart_tool_rx.$proc$Risco-5/src/peripheral/uart_rx.v:181$1502'.
created $dff cell `$procdff$4027' with positive edge clock.
Creating register for signal `$paramod$e9b10436db29f470fcafaa59abb2778c152f6035\uart_tool_rx.\cycle_counter' using process `$paramod$e9b10436db29f470fcafaa59abb2778c152f6035\uart_tool_rx.$proc$Risco-5/src/peripheral/uart_rx.v:166$1494'.
created $dff cell `$procdff$4028' with positive edge clock.
Creating register for signal `$paramod$e9b10436db29f470fcafaa59abb2778c152f6035\uart_tool_rx.\bit_sample' using process `$paramod$e9b10436db29f470fcafaa59abb2778c152f6035\uart_tool_rx.$proc$Risco-5/src/peripheral/uart_rx.v:155$1491'.
created $dff cell `$procdff$4029' with positive edge clock.
Creating register for signal `$paramod$e9b10436db29f470fcafaa59abb2778c152f6035\uart_tool_rx.\bit_counter' using process `$paramod$e9b10436db29f470fcafaa59abb2778c152f6035\uart_tool_rx.$proc$Risco-5/src/peripheral/uart_rx.v:143$1485'.
created $dff cell `$procdff$4030' with positive edge clock.
Creating register for signal `$paramod$e9b10436db29f470fcafaa59abb2778c152f6035\uart_tool_rx.\recieved_data' using process `$paramod$e9b10436db29f470fcafaa59abb2778c152f6035\uart_tool_rx.$proc$Risco-5/src/peripheral/uart_rx.v:128$1480'.
created $dff cell `$procdff$4031' with positive edge clock.
Creating register for signal `$paramod$e9b10436db29f470fcafaa59abb2778c152f6035\uart_tool_rx.\i' using process `$paramod$e9b10436db29f470fcafaa59abb2778c152f6035\uart_tool_rx.$proc$Risco-5/src/peripheral/uart_rx.v:128$1480'.
created $dff cell `$procdff$4032' with positive edge clock.
Creating register for signal `$paramod$e9b10436db29f470fcafaa59abb2778c152f6035\uart_tool_rx.\uart_rx_data' using process `$paramod$e9b10436db29f470fcafaa59abb2778c152f6035\uart_tool_rx.$proc$Risco-5/src/peripheral/uart_rx.v:92$1466'.
created $dff cell `$procdff$4033' with positive edge clock.
Creating register for signal `$paramod$e9b10436db29f470fcafaa59abb2778c152f6035\uart_tool_tx.\txd_reg' using process `$paramod$e9b10436db29f470fcafaa59abb2778c152f6035\uart_tool_tx.$proc$Risco-5/src/peripheral/uart_tx.v:170$1453'.
created $dff cell `$procdff$4034' with positive edge clock.
Creating register for signal `$paramod$e9b10436db29f470fcafaa59abb2778c152f6035\uart_tool_tx.\fsm_state' using process `$paramod$e9b10436db29f470fcafaa59abb2778c152f6035\uart_tool_tx.$proc$Risco-5/src/peripheral/uart_tx.v:159$1451'.
created $dff cell `$procdff$4035' with positive edge clock.
Creating register for signal `$paramod$e9b10436db29f470fcafaa59abb2778c152f6035\uart_tool_tx.\cycle_counter' using process `$paramod$e9b10436db29f470fcafaa59abb2778c152f6035\uart_tool_tx.$proc$Risco-5/src/peripheral/uart_tx.v:144$1443'.
created $dff cell `$procdff$4036' with positive edge clock.
Creating register for signal `$paramod$e9b10436db29f470fcafaa59abb2778c152f6035\uart_tool_tx.\bit_counter' using process `$paramod$e9b10436db29f470fcafaa59abb2778c152f6035\uart_tool_tx.$proc$Risco-5/src/peripheral/uart_tx.v:127$1429'.
created $dff cell `$procdff$4037' with positive edge clock.
Creating register for signal `$paramod$e9b10436db29f470fcafaa59abb2778c152f6035\uart_tool_tx.\i' using process `$paramod$e9b10436db29f470fcafaa59abb2778c152f6035\uart_tool_tx.$proc$Risco-5/src/peripheral/uart_tx.v:112$1423'.
created $dff cell `$procdff$4038' with positive edge clock.
Creating register for signal `$paramod$e9b10436db29f470fcafaa59abb2778c152f6035\uart_tool_tx.\data_to_send' using process `$paramod$e9b10436db29f470fcafaa59abb2778c152f6035\uart_tool_tx.$proc$Risco-5/src/peripheral/uart_tx.v:112$1423'.
created $dff cell `$procdff$4039' with positive edge clock.
Creating register for signal `$paramod$f3063a11ac08bb527af9aacce5ad2db747d195d2\Memory.$memwr$\memory$Risco-5/src/peripheral/memory.v:52$1367_EN' using process `$paramod$f3063a11ac08bb527af9aacce5ad2db747d195d2\Memory.$proc$Risco-5/src/peripheral/memory.v:47$1372'.
created $dff cell `$procdff$4040' with positive edge clock.
Creating register for signal `$paramod$f3063a11ac08bb527af9aacce5ad2db747d195d2\Memory.$memwr$\memory$Risco-5/src/peripheral/memory.v:52$1367_DATA' using process `$paramod$f3063a11ac08bb527af9aacce5ad2db747d195d2\Memory.$proc$Risco-5/src/peripheral/memory.v:47$1372'.
created $dff cell `$procdff$4041' with positive edge clock.
Creating register for signal `$paramod$f3063a11ac08bb527af9aacce5ad2db747d195d2\Memory.$memwr$\memory$Risco-5/src/peripheral/memory.v:52$1367_ADDR' using process `$paramod$f3063a11ac08bb527af9aacce5ad2db747d195d2\Memory.$proc$Risco-5/src/peripheral/memory.v:47$1372'.
created $dff cell `$procdff$4042' with positive edge clock.
Creating register for signal `$paramod$f3063a11ac08bb527af9aacce5ad2db747d195d2\Memory.$memwr$\memory$Risco-5/src/peripheral/memory.v:50$1366_EN' using process `$paramod$f3063a11ac08bb527af9aacce5ad2db747d195d2\Memory.$proc$Risco-5/src/peripheral/memory.v:47$1372'.
created $dff cell `$procdff$4043' with positive edge clock.
Creating register for signal `$paramod$f3063a11ac08bb527af9aacce5ad2db747d195d2\Memory.$memwr$\memory$Risco-5/src/peripheral/memory.v:50$1366_DATA' using process `$paramod$f3063a11ac08bb527af9aacce5ad2db747d195d2\Memory.$proc$Risco-5/src/peripheral/memory.v:47$1372'.
created $dff cell `$procdff$4044' with positive edge clock.
Creating register for signal `$paramod$f3063a11ac08bb527af9aacce5ad2db747d195d2\Memory.$memwr$\memory$Risco-5/src/peripheral/memory.v:50$1366_ADDR' using process `$paramod$f3063a11ac08bb527af9aacce5ad2db747d195d2\Memory.$proc$Risco-5/src/peripheral/memory.v:47$1372'.
created $dff cell `$procdff$4045' with positive edge clock.
Creating register for signal `$paramod$f3063a11ac08bb527af9aacce5ad2db747d195d2\Memory.$memwr$\memory$Risco-5/src/peripheral/memory.v:54$1368_EN' using process `$paramod$f3063a11ac08bb527af9aacce5ad2db747d195d2\Memory.$proc$Risco-5/src/peripheral/memory.v:47$1372'.
created $dff cell `$procdff$4046' with positive edge clock.
Creating register for signal `$paramod$f3063a11ac08bb527af9aacce5ad2db747d195d2\Memory.$memwr$\memory$Risco-5/src/peripheral/memory.v:54$1368_DATA' using process `$paramod$f3063a11ac08bb527af9aacce5ad2db747d195d2\Memory.$proc$Risco-5/src/peripheral/memory.v:47$1372'.
created $dff cell `$procdff$4047' with positive edge clock.
Creating register for signal `$paramod$f3063a11ac08bb527af9aacce5ad2db747d195d2\Memory.$memwr$\memory$Risco-5/src/peripheral/memory.v:54$1368_ADDR' using process `$paramod$f3063a11ac08bb527af9aacce5ad2db747d195d2\Memory.$proc$Risco-5/src/peripheral/memory.v:47$1372'.
created $dff cell `$procdff$4048' with positive edge clock.
Creating register for signal `$paramod$f3063a11ac08bb527af9aacce5ad2db747d195d2\Memory.\memory_response' using process `$paramod$f3063a11ac08bb527af9aacce5ad2db747d195d2\Memory.$proc$Risco-5/src/peripheral/memory.v:39$1370'.
created $dff cell `$procdff$4049' with positive edge clock.
Creating register for signal `$paramod$2000247f8da78e726acc70cf9f9077ac6f93a8c1\UART.\uart_tx_en' using process `$paramod$2000247f8da78e726acc70cf9f9077ac6f93a8c1\UART.$proc$Risco-5/src/peripheral/uart.v:161$1355'.
created $dff cell `$procdff$4050' with positive edge clock.
Creating register for signal `$paramod$2000247f8da78e726acc70cf9f9077ac6f93a8c1\UART.\tx_fifo_read' using process `$paramod$2000247f8da78e726acc70cf9f9077ac6f93a8c1\UART.$proc$Risco-5/src/peripheral/uart.v:161$1355'.
created $dff cell `$procdff$4051' with positive edge clock.
Creating register for signal `$paramod$2000247f8da78e726acc70cf9f9077ac6f93a8c1\UART.\rx_fifo_write' using process `$paramod$2000247f8da78e726acc70cf9f9077ac6f93a8c1\UART.$proc$Risco-5/src/peripheral/uart.v:161$1355'.
created $dff cell `$procdff$4052' with positive edge clock.
Creating register for signal `$paramod$2000247f8da78e726acc70cf9f9077ac6f93a8c1\UART.\uart_tx_data' using process `$paramod$2000247f8da78e726acc70cf9f9077ac6f93a8c1\UART.$proc$Risco-5/src/peripheral/uart.v:161$1355'.
created $dff cell `$procdff$4053' with positive edge clock.
Creating register for signal `$paramod$2000247f8da78e726acc70cf9f9077ac6f93a8c1\UART.\rx_fifo_write_data' using process `$paramod$2000247f8da78e726acc70cf9f9077ac6f93a8c1\UART.$proc$Risco-5/src/peripheral/uart.v:161$1355'.
created $dff cell `$procdff$4054' with positive edge clock.
Creating register for signal `$paramod$2000247f8da78e726acc70cf9f9077ac6f93a8c1\UART.\state' using process `$paramod$2000247f8da78e726acc70cf9f9077ac6f93a8c1\UART.$proc$Risco-5/src/peripheral/uart.v:67$1347'.
created $dff cell `$procdff$4055' with positive edge clock.
Creating register for signal `$paramod$2000247f8da78e726acc70cf9f9077ac6f93a8c1\UART.\counter' using process `$paramod$2000247f8da78e726acc70cf9f9077ac6f93a8c1\UART.$proc$Risco-5/src/peripheral/uart.v:67$1347'.
created $dff cell `$procdff$4056' with positive edge clock.
Creating register for signal `$paramod$2000247f8da78e726acc70cf9f9077ac6f93a8c1\UART.\read_data' using process `$paramod$2000247f8da78e726acc70cf9f9077ac6f93a8c1\UART.$proc$Risco-5/src/peripheral/uart.v:67$1347'.
created $dff cell `$procdff$4057' with positive edge clock.
Creating register for signal `$paramod$2000247f8da78e726acc70cf9f9077ac6f93a8c1\UART.\response' using process `$paramod$2000247f8da78e726acc70cf9f9077ac6f93a8c1\UART.$proc$Risco-5/src/peripheral/uart.v:67$1347'.
created $dff cell `$procdff$4058' with positive edge clock.
Creating register for signal `$paramod$2000247f8da78e726acc70cf9f9077ac6f93a8c1\UART.\tx_fifo_write' using process `$paramod$2000247f8da78e726acc70cf9f9077ac6f93a8c1\UART.$proc$Risco-5/src/peripheral/uart.v:67$1347'.
created $dff cell `$procdff$4059' with positive edge clock.
Creating register for signal `$paramod$2000247f8da78e726acc70cf9f9077ac6f93a8c1\UART.\rx_fifo_read' using process `$paramod$2000247f8da78e726acc70cf9f9077ac6f93a8c1\UART.$proc$Risco-5/src/peripheral/uart.v:67$1347'.
created $dff cell `$procdff$4060' with positive edge clock.
Creating register for signal `$paramod$2000247f8da78e726acc70cf9f9077ac6f93a8c1\UART.\tx_fifo_write_data' using process `$paramod$2000247f8da78e726acc70cf9f9077ac6f93a8c1\UART.$proc$Risco-5/src/peripheral/uart.v:67$1347'.
created $dff cell `$procdff$4061' with positive edge clock.
Creating register for signal `$paramod$2000247f8da78e726acc70cf9f9077ac6f93a8c1\UART.\write_data_buffer' using process `$paramod$2000247f8da78e726acc70cf9f9077ac6f93a8c1\UART.$proc$Risco-5/src/peripheral/uart.v:67$1347'.
created $dff cell `$procdff$4062' with positive edge clock.
Creating register for signal `\PWM.\counter' using process `\PWM.$proc$Risco-5/src/peripheral/pwm.v:15$470'.
created $dff cell `$procdff$4063' with positive edge clock.
Creating register for signal `\PWM.\pwm_out' using process `\PWM.$proc$Risco-5/src/peripheral/pwm.v:15$470'.
created $dff cell `$procdff$4064' with positive edge clock.
Creating register for signal `$paramod\GPIOS\WIDHT=s32'00000000000000000000000000000110.\gpio_direction' using process `$paramod\GPIOS\WIDHT=s32'00000000000000000000000000000110.$proc$Risco-5/src/peripheral/gpios.v:63$1281'.
created $dff cell `$procdff$4065' with positive edge clock.
Creating register for signal `$paramod\GPIOS\WIDHT=s32'00000000000000000000000000000110.\gpio_value' using process `$paramod\GPIOS\WIDHT=s32'00000000000000000000000000000110.$proc$Risco-5/src/peripheral/gpios.v:63$1281'.
created $dff cell `$procdff$4066' with positive edge clock.
Creating register for signal `$paramod\GPIOS\WIDHT=s32'00000000000000000000000000000110.\is_pwm' using process `$paramod\GPIOS\WIDHT=s32'00000000000000000000000000000110.$proc$Risco-5/src/peripheral/gpios.v:63$1281'.
created $dff cell `$procdff$4067' with positive edge clock.
Creating register for signal `$paramod\GPIOS\WIDHT=s32'00000000000000000000000000000110.$memwr$\period$Risco-5/src/peripheral/gpios.v:72$1275_ADDR' using process `$paramod\GPIOS\WIDHT=s32'00000000000000000000000000000110.$proc$Risco-5/src/peripheral/gpios.v:63$1281'.
created $dff cell `$procdff$4068' with positive edge clock.
Creating register for signal `$paramod\GPIOS\WIDHT=s32'00000000000000000000000000000110.$memwr$\period$Risco-5/src/peripheral/gpios.v:72$1275_DATA' using process `$paramod\GPIOS\WIDHT=s32'00000000000000000000000000000110.$proc$Risco-5/src/peripheral/gpios.v:63$1281'.
created $dff cell `$procdff$4069' with positive edge clock.
Creating register for signal `$paramod\GPIOS\WIDHT=s32'00000000000000000000000000000110.$memwr$\period$Risco-5/src/peripheral/gpios.v:72$1275_EN' using process `$paramod\GPIOS\WIDHT=s32'00000000000000000000000000000110.$proc$Risco-5/src/peripheral/gpios.v:63$1281'.
created $dff cell `$procdff$4070' with positive edge clock.
Creating register for signal `$paramod\GPIOS\WIDHT=s32'00000000000000000000000000000110.$memwr$\duty_cycle$Risco-5/src/peripheral/gpios.v:73$1276_ADDR' using process `$paramod\GPIOS\WIDHT=s32'00000000000000000000000000000110.$proc$Risco-5/src/peripheral/gpios.v:63$1281'.
created $dff cell `$procdff$4071' with positive edge clock.
Creating register for signal `$paramod\GPIOS\WIDHT=s32'00000000000000000000000000000110.$memwr$\duty_cycle$Risco-5/src/peripheral/gpios.v:73$1276_DATA' using process `$paramod\GPIOS\WIDHT=s32'00000000000000000000000000000110.$proc$Risco-5/src/peripheral/gpios.v:63$1281'.
created $dff cell `$procdff$4072' with positive edge clock.
Creating register for signal `$paramod\GPIOS\WIDHT=s32'00000000000000000000000000000110.$memwr$\duty_cycle$Risco-5/src/peripheral/gpios.v:73$1276_EN' using process `$paramod\GPIOS\WIDHT=s32'00000000000000000000000000000110.$proc$Risco-5/src/peripheral/gpios.v:63$1281'.
created $dff cell `$procdff$4073' with positive edge clock.
Creating register for signal `\LEDs.\data' using process `\LEDs.$proc$Risco-5/src/peripheral/leds.v:27$421'.
created $dff cell `$procdff$4074' with positive edge clock.
Creating register for signal `$paramod\Core\BOOT_ADDRESS=32'00000000000000000000000000000000.\instruction_register' using process `$paramod\Core\BOOT_ADDRESS=32'00000000000000000000000000000000.$proc$Risco-5/src/core/core.v:305$978'.
created $dff cell `$procdff$4075' with positive edge clock.
Creating register for signal `$paramod\Core\BOOT_ADDRESS=32'00000000000000000000000000000000.\memory_register' using process `$paramod\Core\BOOT_ADDRESS=32'00000000000000000000000000000000.$proc$Risco-5/src/core/core.v:305$978'.
created $dff cell `$procdff$4076' with positive edge clock.
Creating register for signal `$paramod\Core\BOOT_ADDRESS=32'00000000000000000000000000000000.\alu_out_register' using process `$paramod\Core\BOOT_ADDRESS=32'00000000000000000000000000000000.$proc$Risco-5/src/core/core.v:305$978'.
created $dff cell `$procdff$4077' with positive edge clock.
Creating register for signal `$paramod\Core\BOOT_ADDRESS=32'00000000000000000000000000000000.\register_data_1' using process `$paramod\Core\BOOT_ADDRESS=32'00000000000000000000000000000000.$proc$Risco-5/src/core/core.v:305$978'.
created $dff cell `$procdff$4078' with positive edge clock.
Creating register for signal `$paramod\Core\BOOT_ADDRESS=32'00000000000000000000000000000000.\register_data_2' using process `$paramod\Core\BOOT_ADDRESS=32'00000000000000000000000000000000.$proc$Risco-5/src/core/core.v:305$978'.
created $dff cell `$procdff$4079' with positive edge clock.
Creating register for signal `$paramod\Core\BOOT_ADDRESS=32'00000000000000000000000000000000.\pc_old' using process `$paramod\Core\BOOT_ADDRESS=32'00000000000000000000000000000000.$proc$Risco-5/src/core/core.v:305$978'.
created $dff cell `$procdff$4080' with positive edge clock.
Creating register for signal `$paramod\Core\BOOT_ADDRESS=32'00000000000000000000000000000000.\mdu_out_reg' using process `$paramod\Core\BOOT_ADDRESS=32'00000000000000000000000000000000.$proc$Risco-5/src/core/core.v:305$978'.
created $dff cell `$procdff$4081' with positive edge clock.
Creating register for signal `$paramod$d662dacdc4a138ecc4c8da4e616ea7be3bb84705\FIFO.\counter' using process `$paramod$d662dacdc4a138ecc4c8da4e616ea7be3bb84705\FIFO.$proc$Risco-5/src/peripheral/fifo.v:31$1509'.
created $dff cell `$procdff$4082' with positive edge clock.
Creating register for signal `$paramod$d662dacdc4a138ecc4c8da4e616ea7be3bb84705\FIFO.\read_ptr' using process `$paramod$d662dacdc4a138ecc4c8da4e616ea7be3bb84705\FIFO.$proc$Risco-5/src/peripheral/fifo.v:31$1509'.
created $dff cell `$procdff$4083' with positive edge clock.
Creating register for signal `$paramod$d662dacdc4a138ecc4c8da4e616ea7be3bb84705\FIFO.\write_ptr' using process `$paramod$d662dacdc4a138ecc4c8da4e616ea7be3bb84705\FIFO.$proc$Risco-5/src/peripheral/fifo.v:31$1509'.
created $dff cell `$procdff$4084' with positive edge clock.
Creating register for signal `$paramod$d662dacdc4a138ecc4c8da4e616ea7be3bb84705\FIFO.$memwr$\memory$Risco-5/src/peripheral/fifo.v:39$1507_ADDR' using process `$paramod$d662dacdc4a138ecc4c8da4e616ea7be3bb84705\FIFO.$proc$Risco-5/src/peripheral/fifo.v:31$1509'.
created $dff cell `$procdff$4085' with positive edge clock.
Creating register for signal `$paramod$d662dacdc4a138ecc4c8da4e616ea7be3bb84705\FIFO.$memwr$\memory$Risco-5/src/peripheral/fifo.v:39$1507_DATA' using process `$paramod$d662dacdc4a138ecc4c8da4e616ea7be3bb84705\FIFO.$proc$Risco-5/src/peripheral/fifo.v:31$1509'.
created $dff cell `$procdff$4086' with positive edge clock.
Creating register for signal `$paramod$d662dacdc4a138ecc4c8da4e616ea7be3bb84705\FIFO.$memwr$\memory$Risco-5/src/peripheral/fifo.v:39$1507_EN' using process `$paramod$d662dacdc4a138ecc4c8da4e616ea7be3bb84705\FIFO.$proc$Risco-5/src/peripheral/fifo.v:31$1509'.
created $dff cell `$procdff$4087' with positive edge clock.
Creating register for signal `\Registers.$memwr$\registers$Risco-5/src/core/registers.v:35$172_EN' using process `\Registers.$proc$Risco-5/src/core/registers.v:33$178'.
created $dff cell `$procdff$4088' with positive edge clock.
Creating register for signal `\Registers.$memwr$\registers$Risco-5/src/core/registers.v:37$173_ADDR' using process `\Registers.$proc$Risco-5/src/core/registers.v:33$178'.
created $dff cell `$procdff$4089' with positive edge clock.
Creating register for signal `\Registers.$memwr$\registers$Risco-5/src/core/registers.v:37$173_DATA' using process `\Registers.$proc$Risco-5/src/core/registers.v:33$178'.
created $dff cell `$procdff$4090' with positive edge clock.
Creating register for signal `\Registers.$memwr$\registers$Risco-5/src/core/registers.v:37$173_EN' using process `\Registers.$proc$Risco-5/src/core/registers.v:33$178'.
created $dff cell `$procdff$4091' with positive edge clock.
Creating register for signal `\Registers.$memwr$\registers$Risco-5/src/core/registers.v:39$174_EN' using process `\Registers.$proc$Risco-5/src/core/registers.v:33$178'.
created $dff cell `$procdff$4092' with positive edge clock.
Creating register for signal `\PC.\Output' using process `\PC.$proc$Risco-5/src/core/pc.v:15$167'.
created $dff cell `$procdff$4093' with positive edge clock.
Creating register for signal `\MDU.\div_done' using process `\MDU.$proc$Risco-5/src/core/mdu.v:88$129'.
created $dff cell `$procdff$4094' with positive edge clock.
Creating register for signal `\MDU.\state_div' using process `\MDU.$proc$Risco-5/src/core/mdu.v:88$129'.
created $dff cell `$procdff$4095' with positive edge clock.
Creating register for signal `\MDU.\negativo' using process `\MDU.$proc$Risco-5/src/core/mdu.v:88$129'.
created $dff cell `$procdff$4096' with positive edge clock.
Creating register for signal `\MDU.\dividendo' using process `\MDU.$proc$Risco-5/src/core/mdu.v:88$129'.
created $dff cell `$procdff$4097' with positive edge clock.
Creating register for signal `\MDU.\quociente' using process `\MDU.$proc$Risco-5/src/core/mdu.v:88$129'.
created $dff cell `$procdff$4098' with positive edge clock.
Creating register for signal `\MDU.\quociente_msk' using process `\MDU.$proc$Risco-5/src/core/mdu.v:88$129'.
created $dff cell `$procdff$4099' with positive edge clock.
Creating register for signal `\MDU.\DIV_RD' using process `\MDU.$proc$Risco-5/src/core/mdu.v:88$129'.
created $dff cell `$procdff$4100' with positive edge clock.
Creating register for signal `\MDU.\divisor' using process `\MDU.$proc$Risco-5/src/core/mdu.v:88$129'.
created $dff cell `$procdff$4101' with positive edge clock.
Creating register for signal `\MDU.\mul_done' using process `\MDU.$proc$Risco-5/src/core/mdu.v:50$121'.
created $dff cell `$procdff$4102' with positive edge clock.
Creating register for signal `\MDU.\state_mul' using process `\MDU.$proc$Risco-5/src/core/mdu.v:50$121'.
created $dff cell `$procdff$4103' with positive edge clock.
Creating register for signal `\MDU.\Data_X' using process `\MDU.$proc$Risco-5/src/core/mdu.v:50$121'.
created $dff cell `$procdff$4104' with positive edge clock.
Creating register for signal `\MDU.\Data_Y' using process `\MDU.$proc$Risco-5/src/core/mdu.v:50$121'.
created $dff cell `$procdff$4105' with positive edge clock.
Creating register for signal `\MDU.\MUL_RD' using process `\MDU.$proc$Risco-5/src/core/mdu.v:50$121'.
created $dff cell `$procdff$4106' with positive edge clock.
Creating register for signal `\MDU.\acumulador' using process `\MDU.$proc$Risco-5/src/core/mdu.v:50$121'.
created $dff cell `$procdff$4107' with positive edge clock.
Creating register for signal `\CSR_Unit.\minstret' using process `\CSR_Unit.$proc$Risco-5/src/core/csr_unit.v:130$114'.
created $dff cell `$procdff$4108' with positive edge clock.
Creating register for signal `\CSR_Unit.\mepc' using process `\CSR_Unit.$proc$Risco-5/src/core/csr_unit.v:106$112'.
created $dff cell `$procdff$4109' with positive edge clock.
Creating register for signal `\CSR_Unit.\mscratch' using process `\CSR_Unit.$proc$Risco-5/src/core/csr_unit.v:106$112'.
created $dff cell `$procdff$4110' with positive edge clock.
Creating register for signal `\CSR_Unit.\mcause' using process `\CSR_Unit.$proc$Risco-5/src/core/csr_unit.v:106$112'.
created $dff cell `$procdff$4111' with positive edge clock.
Creating register for signal `\CSR_Unit.\mtval' using process `\CSR_Unit.$proc$Risco-5/src/core/csr_unit.v:106$112'.
created $dff cell `$procdff$4112' with positive edge clock.
Creating register for signal `\CSR_Unit.\mtvec' using process `\CSR_Unit.$proc$Risco-5/src/core/csr_unit.v:106$112'.
created $dff cell `$procdff$4113' with positive edge clock.
Creating register for signal `\CSR_Unit.\mcycle' using process `\CSR_Unit.$proc$Risco-5/src/core/csr_unit.v:106$112'.
created $dff cell `$procdff$4114' with positive edge clock.
Creating register for signal `\CSR_Unit.\utime' using process `\CSR_Unit.$proc$Risco-5/src/core/csr_unit.v:106$112'.
created $dff cell `$procdff$4115' with positive edge clock.
Creating register for signal `$paramod\ResetBootSystem\CYCLES=s32'00000000000000000000000000010100.\reset_o' using process `$paramod\ResetBootSystem\CYCLES=s32'00000000000000000000000000010100.$proc$Risco-5/debug/reset.v:24$817'.
created $dff cell `$procdff$4116' with positive edge clock.
Creating register for signal `$paramod\ResetBootSystem\CYCLES=s32'00000000000000000000000000010100.\state' using process `$paramod\ResetBootSystem\CYCLES=s32'00000000000000000000000000010100.$proc$Risco-5/debug/reset.v:24$817'.
created $dff cell `$procdff$4117' with positive edge clock.
Creating register for signal `$paramod\ResetBootSystem\CYCLES=s32'00000000000000000000000000010100.\counter' using process `$paramod\ResetBootSystem\CYCLES=s32'00000000000000000000000000010100.$proc$Risco-5/debug/reset.v:24$817'.
created $dff cell `$procdff$4118' with positive edge clock.
Creating register for signal `\Control_Unit.\state' using process `\Control_Unit.$proc$Risco-5/src/core/control_unit.v:149$39'.
created $dff cell `$procdff$4119' with positive edge clock.
24.4.10. Executing PROC_MEMWR pass (convert process memory writes to cells).
24.4.11. Executing PROC_CLEAN pass (remove empty switches from decision trees).
Removing empty process `TRELLIS_FF.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$815'.
Found and cleaned up 2 empty switches in `\TRELLIS_FF.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:350$814'.
Removing empty process `TRELLIS_FF.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:350$814'.
Removing empty process `DPR16X4C.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$789'.
Found and cleaned up 1 empty switch in `\DPR16X4C.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:285$766'.
Removing empty process `TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$732'.
Found and cleaned up 1 empty switch in `\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:221$708'.
Removing empty process `TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:213$707'.
Removing empty process `$paramod$e9b10436db29f470fcafaa59abb2778c152f6035\uart_tool_rx.$proc$Risco-5/src/peripheral/uart_rx.v:127$1506'.
Found and cleaned up 2 empty switches in `$paramod$e9b10436db29f470fcafaa59abb2778c152f6035\uart_tool_rx.$proc$Risco-5/src/peripheral/uart_rx.v:192$1504'.
Removing empty process `$paramod$e9b10436db29f470fcafaa59abb2778c152f6035\uart_tool_rx.$proc$Risco-5/src/peripheral/uart_rx.v:192$1504'.
Found and cleaned up 1 empty switch in `$paramod$e9b10436db29f470fcafaa59abb2778c152f6035\uart_tool_rx.$proc$Risco-5/src/peripheral/uart_rx.v:181$1502'.
Removing empty process `$paramod$e9b10436db29f470fcafaa59abb2778c152f6035\uart_tool_rx.$proc$Risco-5/src/peripheral/uart_rx.v:181$1502'.
Found and cleaned up 3 empty switches in `$paramod$e9b10436db29f470fcafaa59abb2778c152f6035\uart_tool_rx.$proc$Risco-5/src/peripheral/uart_rx.v:166$1494'.
Removing empty process `$paramod$e9b10436db29f470fcafaa59abb2778c152f6035\uart_tool_rx.$proc$Risco-5/src/peripheral/uart_rx.v:166$1494'.
Found and cleaned up 2 empty switches in `$paramod$e9b10436db29f470fcafaa59abb2778c152f6035\uart_tool_rx.$proc$Risco-5/src/peripheral/uart_rx.v:155$1491'.
Removing empty process `$paramod$e9b10436db29f470fcafaa59abb2778c152f6035\uart_tool_rx.$proc$Risco-5/src/peripheral/uart_rx.v:155$1491'.
Found and cleaned up 3 empty switches in `$paramod$e9b10436db29f470fcafaa59abb2778c152f6035\uart_tool_rx.$proc$Risco-5/src/peripheral/uart_rx.v:143$1485'.
Removing empty process `$paramod$e9b10436db29f470fcafaa59abb2778c152f6035\uart_tool_rx.$proc$Risco-5/src/peripheral/uart_rx.v:143$1485'.
Found and cleaned up 3 empty switches in `$paramod$e9b10436db29f470fcafaa59abb2778c152f6035\uart_tool_rx.$proc$Risco-5/src/peripheral/uart_rx.v:128$1480'.
Removing empty process `$paramod$e9b10436db29f470fcafaa59abb2778c152f6035\uart_tool_rx.$proc$Risco-5/src/peripheral/uart_rx.v:128$1480'.
Found and cleaned up 1 empty switch in `$paramod$e9b10436db29f470fcafaa59abb2778c152f6035\uart_tool_rx.$proc$Risco-5/src/peripheral/uart_rx.v:111$1475'.
Removing empty process `$paramod$e9b10436db29f470fcafaa59abb2778c152f6035\uart_tool_rx.$proc$Risco-5/src/peripheral/uart_rx.v:111$1475'.
Found and cleaned up 2 empty switches in `$paramod$e9b10436db29f470fcafaa59abb2778c152f6035\uart_tool_rx.$proc$Risco-5/src/peripheral/uart_rx.v:92$1466'.
Removing empty process `$paramod$e9b10436db29f470fcafaa59abb2778c152f6035\uart_tool_rx.$proc$Risco-5/src/peripheral/uart_rx.v:92$1466'.
Removing empty process `$paramod$e9b10436db29f470fcafaa59abb2778c152f6035\uart_tool_tx.$proc$Risco-5/src/peripheral/uart_tx.v:111$1459'.
Found and cleaned up 5 empty switches in `$paramod$e9b10436db29f470fcafaa59abb2778c152f6035\uart_tool_tx.$proc$Risco-5/src/peripheral/uart_tx.v:170$1453'.
Removing empty process `$paramod$e9b10436db29f470fcafaa59abb2778c152f6035\uart_tool_tx.$proc$Risco-5/src/peripheral/uart_tx.v:170$1453'.
Found and cleaned up 1 empty switch in `$paramod$e9b10436db29f470fcafaa59abb2778c152f6035\uart_tool_tx.$proc$Risco-5/src/peripheral/uart_tx.v:159$1451'.
Removing empty process `$paramod$e9b10436db29f470fcafaa59abb2778c152f6035\uart_tool_tx.$proc$Risco-5/src/peripheral/uart_tx.v:159$1451'.
Found and cleaned up 3 empty switches in `$paramod$e9b10436db29f470fcafaa59abb2778c152f6035\uart_tool_tx.$proc$Risco-5/src/peripheral/uart_tx.v:144$1443'.
Removing empty process `$paramod$e9b10436db29f470fcafaa59abb2778c152f6035\uart_tool_tx.$proc$Risco-5/src/peripheral/uart_tx.v:144$1443'.
Found and cleaned up 5 empty switches in `$paramod$e9b10436db29f470fcafaa59abb2778c152f6035\uart_tool_tx.$proc$Risco-5/src/peripheral/uart_tx.v:127$1429'.
Removing empty process `$paramod$e9b10436db29f470fcafaa59abb2778c152f6035\uart_tool_tx.$proc$Risco-5/src/peripheral/uart_tx.v:127$1429'.
Found and cleaned up 3 empty switches in `$paramod$e9b10436db29f470fcafaa59abb2778c152f6035\uart_tool_tx.$proc$Risco-5/src/peripheral/uart_tx.v:112$1423'.
Removing empty process `$paramod$e9b10436db29f470fcafaa59abb2778c152f6035\uart_tool_tx.$proc$Risco-5/src/peripheral/uart_tx.v:112$1423'.
Found and cleaned up 1 empty switch in `$paramod$e9b10436db29f470fcafaa59abb2778c152f6035\uart_tool_tx.$proc$Risco-5/src/peripheral/uart_tx.v:95$1418'.
Removing empty process `$paramod$e9b10436db29f470fcafaa59abb2778c152f6035\uart_tool_tx.$proc$Risco-5/src/peripheral/uart_tx.v:95$1418'.
Removing empty process `$paramod$f3063a11ac08bb527af9aacce5ad2db747d195d2\Memory.$proc$Risco-5/src/peripheral/memory.v:0$1411'.
Found and cleaned up 1 empty switch in `$paramod$f3063a11ac08bb527af9aacce5ad2db747d195d2\Memory.$proc$Risco-5/src/peripheral/memory.v:59$1409'.
Removing empty process `$paramod$f3063a11ac08bb527af9aacce5ad2db747d195d2\Memory.$proc$Risco-5/src/peripheral/memory.v:59$1409'.
Found and cleaned up 3 empty switches in `$paramod$f3063a11ac08bb527af9aacce5ad2db747d195d2\Memory.$proc$Risco-5/src/peripheral/memory.v:47$1372'.
Removing empty process `$paramod$f3063a11ac08bb527af9aacce5ad2db747d195d2\Memory.$proc$Risco-5/src/peripheral/memory.v:47$1372'.
Found and cleaned up 1 empty switch in `$paramod$f3063a11ac08bb527af9aacce5ad2db747d195d2\Memory.$proc$Risco-5/src/peripheral/memory.v:39$1370'.
Removing empty process `$paramod$f3063a11ac08bb527af9aacce5ad2db747d195d2\Memory.$proc$Risco-5/src/peripheral/memory.v:39$1370'.
Removing empty process `$paramod$2000247f8da78e726acc70cf9f9077ac6f93a8c1\UART.$proc$Risco-5/src/peripheral/uart.v:0$1365'.
Found and cleaned up 3 empty switches in `$paramod$2000247f8da78e726acc70cf9f9077ac6f93a8c1\UART.$proc$Risco-5/src/peripheral/uart.v:161$1355'.
Removing empty process `$paramod$2000247f8da78e726acc70cf9f9077ac6f93a8c1\UART.$proc$Risco-5/src/peripheral/uart.v:161$1355'.
Found and cleaned up 9 empty switches in `$paramod$2000247f8da78e726acc70cf9f9077ac6f93a8c1\UART.$proc$Risco-5/src/peripheral/uart.v:67$1347'.
Removing empty process `$paramod$2000247f8da78e726acc70cf9f9077ac6f93a8c1\UART.$proc$Risco-5/src/peripheral/uart.v:67$1347'.
Found and cleaned up 3 empty switches in `\PWM.$proc$Risco-5/src/peripheral/pwm.v:15$470'.
Removing empty process `PWM.$proc$Risco-5/src/peripheral/pwm.v:15$470'.
Removing empty process `$paramod\GPIOS\WIDHT=s32'00000000000000000000000000000110.$proc$Risco-5/src/peripheral/gpios.v:0$1346'.
Found and cleaned up 3 empty switches in `$paramod\GPIOS\WIDHT=s32'00000000000000000000000000000110.$proc$Risco-5/src/peripheral/gpios.v:63$1281'.
Removing empty process `$paramod\GPIOS\WIDHT=s32'00000000000000000000000000000110.$proc$Risco-5/src/peripheral/gpios.v:63$1281'.
Removing empty process `LEDs.$proc$Risco-5/src/peripheral/leds.v:0$424'.
Found and cleaned up 2 empty switches in `\LEDs.$proc$Risco-5/src/peripheral/leds.v:27$421'.
Removing empty process `LEDs.$proc$Risco-5/src/peripheral/leds.v:27$421'.
Removing empty process `$paramod\Core\BOOT_ADDRESS=32'00000000000000000000000000000000.$proc$Risco-5/src/core/core.v:0$981'.
Found and cleaned up 2 empty switches in `$paramod\Core\BOOT_ADDRESS=32'00000000000000000000000000000000.$proc$Risco-5/src/core/core.v:305$978'.
Removing empty process `$paramod\Core\BOOT_ADDRESS=32'00000000000000000000000000000000.$proc$Risco-5/src/core/core.v:305$978'.
Removing empty process `$paramod$d662dacdc4a138ecc4c8da4e616ea7be3bb84705\FIFO.$proc$Risco-5/src/peripheral/fifo.v:0$1536'.
Found and cleaned up 3 empty switches in `$paramod$d662dacdc4a138ecc4c8da4e616ea7be3bb84705\FIFO.$proc$Risco-5/src/peripheral/fifo.v:31$1509'.
Removing empty process `$paramod$d662dacdc4a138ecc4c8da4e616ea7be3bb84705\FIFO.$proc$Risco-5/src/peripheral/fifo.v:31$1509'.
Removing empty process `Registers.$proc$Risco-5/src/core/registers.v:0$196'.
Found and cleaned up 2 empty switches in `\Registers.$proc$Risco-5/src/core/registers.v:33$178'.
Removing empty process `Registers.$proc$Risco-5/src/core/registers.v:33$178'.
Removing empty process `PC.$proc$Risco-5/src/core/pc.v:0$170'.
Found and cleaned up 2 empty switches in `\PC.$proc$Risco-5/src/core/pc.v:15$167'.
Removing empty process `PC.$proc$Risco-5/src/core/pc.v:15$167'.
Found and cleaned up 1 empty switch in `\MUX.$proc$Risco-5/src/core/mux.v:14$166'.
Removing empty process `MUX.$proc$Risco-5/src/core/mux.v:14$166'.
Removing empty process `MDU.$proc$Risco-5/src/core/mdu.v:0$165'.
Found and cleaned up 6 empty switches in `\MDU.$proc$Risco-5/src/core/mdu.v:88$129'.
Removing empty process `MDU.$proc$Risco-5/src/core/mdu.v:88$129'.
Found and cleaned up 4 empty switches in `\MDU.$proc$Risco-5/src/core/mdu.v:50$121'.
Removing empty process `MDU.$proc$Risco-5/src/core/mdu.v:50$121'.
Found and cleaned up 2 empty switches in `\Immediate_Generator.$proc$Risco-5/src/core/immediate_generator.v:18$120'.
Removing empty process `Immediate_Generator.$proc$Risco-5/src/core/immediate_generator.v:18$120'.
Removing empty process `CSR_Unit.$proc$Risco-5/src/core/csr_unit.v:0$119'.
Found and cleaned up 4 empty switches in `\CSR_Unit.$proc$Risco-5/src/core/csr_unit.v:130$114'.
Removing empty process `CSR_Unit.$proc$Risco-5/src/core/csr_unit.v:130$114'.
Found and cleaned up 3 empty switches in `\CSR_Unit.$proc$Risco-5/src/core/csr_unit.v:106$112'.
Removing empty process `CSR_Unit.$proc$Risco-5/src/core/csr_unit.v:106$112'.
Found and cleaned up 1 empty switch in `\CSR_Unit.$proc$Risco-5/src/core/csr_unit.v:78$111'.
Removing empty process `CSR_Unit.$proc$Risco-5/src/core/csr_unit.v:78$111'.
Removing empty process `$paramod\ResetBootSystem\CYCLES=s32'00000000000000000000000000010100.$proc$Risco-5/debug/reset.v:0$823'.
Found and cleaned up 5 empty switches in `$paramod\ResetBootSystem\CYCLES=s32'00000000000000000000000000010100.$proc$Risco-5/debug/reset.v:24$817'.
Removing empty process `$paramod\ResetBootSystem\CYCLES=s32'00000000000000000000000000010100.$proc$Risco-5/debug/reset.v:24$817'.
Removing empty process `Control_Unit.$proc$Risco-5/src/core/control_unit.v:0$88'.
Found and cleaned up 1 empty switch in `\Control_Unit.$proc$Risco-5/src/core/control_unit.v:703$87'.
Removing empty process `Control_Unit.$proc$Risco-5/src/core/control_unit.v:703$87'.
Found and cleaned up 1 empty switch in `\Control_Unit.$proc$Risco-5/src/core/control_unit.v:693$86'.
Removing empty process `Control_Unit.$proc$Risco-5/src/core/control_unit.v:693$86'.
Found and cleaned up 1 empty switch in `\Control_Unit.$proc$Risco-5/src/core/control_unit.v:357$73'.
Removing empty process `Control_Unit.$proc$Risco-5/src/core/control_unit.v:357$73'.
Found and cleaned up 21 empty switches in `\Control_Unit.$proc$Risco-5/src/core/control_unit.v:157$40'.
Removing empty process `Control_Unit.$proc$Risco-5/src/core/control_unit.v:157$40'.
Found and cleaned up 1 empty switch in `\Control_Unit.$proc$Risco-5/src/core/control_unit.v:149$39'.
Removing empty process `Control_Unit.$proc$Risco-5/src/core/control_unit.v:149$39'.
Found and cleaned up 5 empty switches in `\ALU_Control.$proc$Risco-5/src/core/alu_control.v:9$31'.
Removing empty process `ALU_Control.$proc$Risco-5/src/core/alu_control.v:9$31'.
Found and cleaned up 1 empty switch in `\Alu.$proc$Risco-5/src/core/alu.v:26$11'.
Removing empty process `Alu.$proc$Risco-5/src/core/alu.v:26$11'.
Cleaned up 130 empty switches.
24.4.12. Executing OPT_EXPR pass (perform const folding).
Optimizing module $paramod$e9b10436db29f470fcafaa59abb2778c152f6035\uart_tool_rx.
<suppressed ~21 debug messages>
Optimizing module $paramod$e9b10436db29f470fcafaa59abb2778c152f6035\uart_tool_tx.
<suppressed ~19 debug messages>
Optimizing module $paramod$f3063a11ac08bb527af9aacce5ad2db747d195d2\Memory.
<suppressed ~4 debug messages>
Optimizing module $paramod$2000247f8da78e726acc70cf9f9077ac6f93a8c1\UART.
<suppressed ~17 debug messages>
Optimizing module PWM.
Optimizing module $paramod\GPIOS\WIDHT=s32'00000000000000000000000000000110.
<suppressed ~2 debug messages>
Optimizing module LEDs.
<suppressed ~2 debug messages>
Optimizing module $paramod\Core\BOOT_ADDRESS=32'00000000000000000000000000000000.
<suppressed ~6 debug messages>
Optimizing module GPIO.
<suppressed ~1 debug messages>
Optimizing module $paramod$d662dacdc4a138ecc4c8da4e616ea7be3bb84705\FIFO.
<suppressed ~4 debug messages>
Optimizing module BUS.
<suppressed ~4 debug messages>
Optimizing module Registers.
<suppressed ~2 debug messages>
Optimizing module PC.
<suppressed ~2 debug messages>
Optimizing module MUX.
<suppressed ~1 debug messages>
Optimizing module MDU.
<suppressed ~17 debug messages>
Optimizing module Immediate_Generator.
Optimizing module CSR_Unit.
<suppressed ~1 debug messages>
Optimizing module $paramod\ResetBootSystem\CYCLES=s32'00000000000000000000000000010100.
<suppressed ~7 debug messages>
Optimizing module Control_Unit.
<suppressed ~25 debug messages>
Optimizing module ALU_Control.
<suppressed ~4 debug messages>
Optimizing module Alu.
<suppressed ~1 debug messages>
Optimizing module $paramod$0235a36ba74b4bb22118e7bbd43b147ce758c916\Risco_5_SOC.
Optimizing module top.
24.5. Executing FLATTEN pass (flatten design).
Deleting now unused module $paramod$e9b10436db29f470fcafaa59abb2778c152f6035\uart_tool_rx.
Deleting now unused module $paramod$e9b10436db29f470fcafaa59abb2778c152f6035\uart_tool_tx.
Deleting now unused module $paramod$f3063a11ac08bb527af9aacce5ad2db747d195d2\Memory.
Deleting now unused module $paramod$2000247f8da78e726acc70cf9f9077ac6f93a8c1\UART.
Deleting now unused module PWM.
Deleting now unused module $paramod\GPIOS\WIDHT=s32'00000000000000000000000000000110.
Deleting now unused module LEDs.
Deleting now unused module $paramod\Core\BOOT_ADDRESS=32'00000000000000000000000000000000.
Deleting now unused module GPIO.
Deleting now unused module $paramod$d662dacdc4a138ecc4c8da4e616ea7be3bb84705\FIFO.
Deleting now unused module BUS.
Deleting now unused module Registers.
Deleting now unused module PC.
Deleting now unused module MUX.
Deleting now unused module MDU.
Deleting now unused module Immediate_Generator.
Deleting now unused module CSR_Unit.
Deleting now unused module $paramod\ResetBootSystem\CYCLES=s32'00000000000000000000000000010100.
Deleting now unused module Control_Unit.
Deleting now unused module ALU_Control.
Deleting now unused module Alu.
Deleting now unused module $paramod$0235a36ba74b4bb22118e7bbd43b147ce758c916\Risco_5_SOC.
<suppressed ~33 debug messages>
24.6. Executing TRIBUF pass.
24.7. Executing DEMINOUT pass (demote inout ports to input or output).
24.8. Executing OPT_EXPR pass (perform const folding).
Optimizing module top.
<suppressed ~47 debug messages>
24.9. Executing OPT_CLEAN pass (remove unused cells and wires).
Finding unused cells or wires in module \top..
Removed 100 unused cells and 977 unused wires.
<suppressed ~129 debug messages>
24.10. Executing CHECK pass (checking for obvious problems).
Checking module top...
Warning: Wire top.\SOC.Core.MemoryAddressMUX.C [31] is used but has no driver.
Warning: Wire top.\SOC.Core.MemoryAddressMUX.C [30] is used but has no driver.
Warning: Wire top.\SOC.Core.MemoryAddressMUX.C [29] is used but has no driver.
Warning: Wire top.\SOC.Core.MemoryAddressMUX.C [28] is used but has no driver.
Warning: Wire top.\SOC.Core.MemoryAddressMUX.C [27] is used but has no driver.
Warning: Wire top.\SOC.Core.MemoryAddressMUX.C [26] is used but has no driver.
Warning: Wire top.\SOC.Core.MemoryAddressMUX.C [25] is used but has no driver.
Warning: Wire top.\SOC.Core.MemoryAddressMUX.C [24] is used but has no driver.
Warning: Wire top.\SOC.Core.MemoryAddressMUX.C [23] is used but has no driver.
Warning: Wire top.\SOC.Core.MemoryAddressMUX.C [22] is used but has no driver.
Warning: Wire top.\SOC.Core.MemoryAddressMUX.C [21] is used but has no driver.
Warning: Wire top.\SOC.Core.MemoryAddressMUX.C [20] is used but has no driver.
Warning: Wire top.\SOC.Core.MemoryAddressMUX.C [19] is used but has no driver.
Warning: Wire top.\SOC.Core.MemoryAddressMUX.C [18] is used but has no driver.
Warning: Wire top.\SOC.Core.MemoryAddressMUX.C [17] is used but has no driver.
Warning: Wire top.\SOC.Core.MemoryAddressMUX.C [16] is used but has no driver.
Warning: Wire top.\SOC.Core.MemoryAddressMUX.C [15] is used but has no driver.
Warning: Wire top.\SOC.Core.MemoryAddressMUX.C [14] is used but has no driver.
Warning: Wire top.\SOC.Core.MemoryAddressMUX.C [13] is used but has no driver.
Warning: Wire top.\SOC.Core.MemoryAddressMUX.C [12] is used but has no driver.
Warning: Wire top.\SOC.Core.MemoryAddressMUX.C [11] is used but has no driver.
Warning: Wire top.\SOC.Core.MemoryAddressMUX.C [10] is used but has no driver.
Warning: Wire top.\SOC.Core.MemoryAddressMUX.C [9] is used but has no driver.
Warning: Wire top.\SOC.Core.MemoryAddressMUX.C [8] is used but has no driver.
Warning: Wire top.\SOC.Core.MemoryAddressMUX.C [7] is used but has no driver.
Warning: Wire top.\SOC.Core.MemoryAddressMUX.C [6] is used but has no driver.
Warning: Wire top.\SOC.Core.MemoryAddressMUX.C [5] is used but has no driver.
Warning: Wire top.\SOC.Core.MemoryAddressMUX.C [4] is used but has no driver.
Warning: Wire top.\SOC.Core.MemoryAddressMUX.C [3] is used but has no driver.
Warning: Wire top.\SOC.Core.MemoryAddressMUX.C [2] is used but has no driver.
Warning: Wire top.\SOC.Core.MemoryAddressMUX.C [1] is used but has no driver.
Warning: Wire top.\SOC.Core.MemoryAddressMUX.C [0] is used but has no driver.
Warning: Wire top.\SOC.Core.MemoryAddressMUX.D [31] is used but has no driver.
Warning: Wire top.\SOC.Core.MemoryAddressMUX.D [30] is used but has no driver.
Warning: Wire top.\SOC.Core.MemoryAddressMUX.D [29] is used but has no driver.
Warning: Wire top.\SOC.Core.MemoryAddressMUX.D [28] is used but has no driver.
Warning: Wire top.\SOC.Core.MemoryAddressMUX.D [27] is used but has no driver.
Warning: Wire top.\SOC.Core.MemoryAddressMUX.D [26] is used but has no driver.
Warning: Wire top.\SOC.Core.MemoryAddressMUX.D [25] is used but has no driver.
Warning: Wire top.\SOC.Core.MemoryAddressMUX.D [24] is used but has no driver.
Warning: Wire top.\SOC.Core.MemoryAddressMUX.D [23] is used but has no driver.
Warning: Wire top.\SOC.Core.MemoryAddressMUX.D [22] is used but has no driver.
Warning: Wire top.\SOC.Core.MemoryAddressMUX.D [21] is used but has no driver.
Warning: Wire top.\SOC.Core.MemoryAddressMUX.D [20] is used but has no driver.
Warning: Wire top.\SOC.Core.MemoryAddressMUX.D [19] is used but has no driver.
Warning: Wire top.\SOC.Core.MemoryAddressMUX.D [18] is used but has no driver.
Warning: Wire top.\SOC.Core.MemoryAddressMUX.D [17] is used but has no driver.
Warning: Wire top.\SOC.Core.MemoryAddressMUX.D [16] is used but has no driver.
Warning: Wire top.\SOC.Core.MemoryAddressMUX.D [15] is used but has no driver.
Warning: Wire top.\SOC.Core.MemoryAddressMUX.D [14] is used but has no driver.
Warning: Wire top.\SOC.Core.MemoryAddressMUX.D [13] is used but has no driver.
Warning: Wire top.\SOC.Core.MemoryAddressMUX.D [12] is used but has no driver.
Warning: Wire top.\SOC.Core.MemoryAddressMUX.D [11] is used but has no driver.
Warning: Wire top.\SOC.Core.MemoryAddressMUX.D [10] is used but has no driver.
Warning: Wire top.\SOC.Core.MemoryAddressMUX.D [9] is used but has no driver.
Warning: Wire top.\SOC.Core.MemoryAddressMUX.D [8] is used but has no driver.
Warning: Wire top.\SOC.Core.MemoryAddressMUX.D [7] is used but has no driver.
Warning: Wire top.\SOC.Core.MemoryAddressMUX.D [6] is used but has no driver.
Warning: Wire top.\SOC.Core.MemoryAddressMUX.D [5] is used but has no driver.
Warning: Wire top.\SOC.Core.MemoryAddressMUX.D [4] is used but has no driver.
Warning: Wire top.\SOC.Core.MemoryAddressMUX.D [3] is used but has no driver.
Warning: Wire top.\SOC.Core.MemoryAddressMUX.D [2] is used but has no driver.
Warning: Wire top.\SOC.Core.MemoryAddressMUX.D [1] is used but has no driver.
Warning: Wire top.\SOC.Core.MemoryAddressMUX.D [0] is used but has no driver.
Warning: Wire top.\SOC.Core.MemoryAddressMUX.E [31] is used but has no driver.
Warning: Wire top.\SOC.Core.MemoryAddressMUX.E [30] is used but has no driver.
Warning: Wire top.\SOC.Core.MemoryAddressMUX.E [29] is used but has no driver.
Warning: Wire top.\SOC.Core.MemoryAddressMUX.E [28] is used but has no driver.
Warning: Wire top.\SOC.Core.MemoryAddressMUX.E [27] is used but has no driver.
Warning: Wire top.\SOC.Core.MemoryAddressMUX.E [26] is used but has no driver.
Warning: Wire top.\SOC.Core.MemoryAddressMUX.E [25] is used but has no driver.
Warning: Wire top.\SOC.Core.MemoryAddressMUX.E [24] is used but has no driver.
Warning: Wire top.\SOC.Core.MemoryAddressMUX.E [23] is used but has no driver.
Warning: Wire top.\SOC.Core.MemoryAddressMUX.E [22] is used but has no driver.
Warning: Wire top.\SOC.Core.MemoryAddressMUX.E [21] is used but has no driver.
Warning: Wire top.\SOC.Core.MemoryAddressMUX.E [20] is used but has no driver.
Warning: Wire top.\SOC.Core.MemoryAddressMUX.E [19] is used but has no driver.
Warning: Wire top.\SOC.Core.MemoryAddressMUX.E [18] is used but has no driver.
Warning: Wire top.\SOC.Core.MemoryAddressMUX.E [17] is used but has no driver.
Warning: Wire top.\SOC.Core.MemoryAddressMUX.E [16] is used but has no driver.
Warning: Wire top.\SOC.Core.MemoryAddressMUX.E [15] is used but has no driver.
Warning: Wire top.\SOC.Core.MemoryAddressMUX.E [14] is used but has no driver.
Warning: Wire top.\SOC.Core.MemoryAddressMUX.E [13] is used but has no driver.
Warning: Wire top.\SOC.Core.MemoryAddressMUX.E [12] is used but has no driver.
Warning: Wire top.\SOC.Core.MemoryAddressMUX.E [11] is used but has no driver.
Warning: Wire top.\SOC.Core.MemoryAddressMUX.E [10] is used but has no driver.
Warning: Wire top.\SOC.Core.MemoryAddressMUX.E [9] is used but has no driver.
Warning: Wire top.\SOC.Core.MemoryAddressMUX.E [8] is used but has no driver.
Warning: Wire top.\SOC.Core.MemoryAddressMUX.E [7] is used but has no driver.
Warning: Wire top.\SOC.Core.MemoryAddressMUX.E [6] is used but has no driver.
Warning: Wire top.\SOC.Core.MemoryAddressMUX.E [5] is used but has no driver.
Warning: Wire top.\SOC.Core.MemoryAddressMUX.E [4] is used but has no driver.
Warning: Wire top.\SOC.Core.MemoryAddressMUX.E [3] is used but has no driver.
Warning: Wire top.\SOC.Core.MemoryAddressMUX.E [2] is used but has no driver.
Warning: Wire top.\SOC.Core.MemoryAddressMUX.E [1] is used but has no driver.
Warning: Wire top.\SOC.Core.MemoryAddressMUX.E [0] is used but has no driver.
Warning: Wire top.\SOC.Core.MemoryAddressMUX.F [31] is used but has no driver.
Warning: Wire top.\SOC.Core.MemoryAddressMUX.F [30] is used but has no driver.
Warning: Wire top.\SOC.Core.MemoryAddressMUX.F [29] is used but has no driver.
Warning: Wire top.\SOC.Core.MemoryAddressMUX.F [28] is used but has no driver.
Warning: Wire top.\SOC.Core.MemoryAddressMUX.F [27] is used but has no driver.
Warning: Wire top.\SOC.Core.MemoryAddressMUX.F [26] is used but has no driver.
Warning: Wire top.\SOC.Core.MemoryAddressMUX.F [25] is used but has no driver.
Warning: Wire top.\SOC.Core.MemoryAddressMUX.F [24] is used but has no driver.
Warning: Wire top.\SOC.Core.MemoryAddressMUX.F [23] is used but has no driver.
Warning: Wire top.\SOC.Core.MemoryAddressMUX.F [22] is used but has no driver.
Warning: Wire top.\SOC.Core.MemoryAddressMUX.F [21] is used but has no driver.
Warning: Wire top.\SOC.Core.MemoryAddressMUX.F [20] is used but has no driver.
Warning: Wire top.\SOC.Core.MemoryAddressMUX.F [19] is used but has no driver.
Warning: Wire top.\SOC.Core.MemoryAddressMUX.F [18] is used but has no driver.
Warning: Wire top.\SOC.Core.MemoryAddressMUX.F [17] is used but has no driver.
Warning: Wire top.\SOC.Core.MemoryAddressMUX.F [16] is used but has no driver.
Warning: Wire top.\SOC.Core.MemoryAddressMUX.F [15] is used but has no driver.
Warning: Wire top.\SOC.Core.MemoryAddressMUX.F [14] is used but has no driver.
Warning: Wire top.\SOC.Core.MemoryAddressMUX.F [13] is used but has no driver.
Warning: Wire top.\SOC.Core.MemoryAddressMUX.F [12] is used but has no driver.
Warning: Wire top.\SOC.Core.MemoryAddressMUX.F [11] is used but has no driver.
Warning: Wire top.\SOC.Core.MemoryAddressMUX.F [10] is used but has no driver.
Warning: Wire top.\SOC.Core.MemoryAddressMUX.F [9] is used but has no driver.
Warning: Wire top.\SOC.Core.MemoryAddressMUX.F [8] is used but has no driver.
Warning: Wire top.\SOC.Core.MemoryAddressMUX.F [7] is used but has no driver.
Warning: Wire top.\SOC.Core.MemoryAddressMUX.F [6] is used but has no driver.
Warning: Wire top.\SOC.Core.MemoryAddressMUX.F [5] is used but has no driver.
Warning: Wire top.\SOC.Core.MemoryAddressMUX.F [4] is used but has no driver.
Warning: Wire top.\SOC.Core.MemoryAddressMUX.F [3] is used but has no driver.
Warning: Wire top.\SOC.Core.MemoryAddressMUX.F [2] is used but has no driver.
Warning: Wire top.\SOC.Core.MemoryAddressMUX.F [1] is used but has no driver.
Warning: Wire top.\SOC.Core.MemoryAddressMUX.F [0] is used but has no driver.
Warning: Wire top.\SOC.Core.MemoryAddressMUX.G [31] is used but has no driver.
Warning: Wire top.\SOC.Core.MemoryAddressMUX.G [30] is used but has no driver.
Warning: Wire top.\SOC.Core.MemoryAddressMUX.G [29] is used but has no driver.
Warning: Wire top.\SOC.Core.MemoryAddressMUX.G [28] is used but has no driver.
Warning: Wire top.\SOC.Core.MemoryAddressMUX.G [27] is used but has no driver.
Warning: Wire top.\SOC.Core.MemoryAddressMUX.G [26] is used but has no driver.
Warning: Wire top.\SOC.Core.MemoryAddressMUX.G [25] is used but has no driver.
Warning: Wire top.\SOC.Core.MemoryAddressMUX.G [24] is used but has no driver.
Warning: Wire top.\SOC.Core.MemoryAddressMUX.G [23] is used but has no driver.
Warning: Wire top.\SOC.Core.MemoryAddressMUX.G [22] is used but has no driver.
Warning: Wire top.\SOC.Core.MemoryAddressMUX.G [21] is used but has no driver.
Warning: Wire top.\SOC.Core.MemoryAddressMUX.G [20] is used but has no driver.
Warning: Wire top.\SOC.Core.MemoryAddressMUX.G [19] is used but has no driver.
Warning: Wire top.\SOC.Core.MemoryAddressMUX.G [18] is used but has no driver.
Warning: Wire top.\SOC.Core.MemoryAddressMUX.G [17] is used but has no driver.
Warning: Wire top.\SOC.Core.MemoryAddressMUX.G [16] is used but has no driver.
Warning: Wire top.\SOC.Core.MemoryAddressMUX.G [15] is used but has no driver.
Warning: Wire top.\SOC.Core.MemoryAddressMUX.G [14] is used but has no driver.
Warning: Wire top.\SOC.Core.MemoryAddressMUX.G [13] is used but has no driver.
Warning: Wire top.\SOC.Core.MemoryAddressMUX.G [12] is used but has no driver.
Warning: Wire top.\SOC.Core.MemoryAddressMUX.G [11] is used but has no driver.
Warning: Wire top.\SOC.Core.MemoryAddressMUX.G [10] is used but has no driver.
Warning: Wire top.\SOC.Core.MemoryAddressMUX.G [9] is used but has no driver.
Warning: Wire top.\SOC.Core.MemoryAddressMUX.G [8] is used but has no driver.
Warning: Wire top.\SOC.Core.MemoryAddressMUX.G [7] is used but has no driver.
Warning: Wire top.\SOC.Core.MemoryAddressMUX.G [6] is used but has no driver.
Warning: Wire top.\SOC.Core.MemoryAddressMUX.G [5] is used but has no driver.
Warning: Wire top.\SOC.Core.MemoryAddressMUX.G [4] is used but has no driver.
Warning: Wire top.\SOC.Core.MemoryAddressMUX.G [3] is used but has no driver.
Warning: Wire top.\SOC.Core.MemoryAddressMUX.G [2] is used but has no driver.
Warning: Wire top.\SOC.Core.MemoryAddressMUX.G [1] is used but has no driver.
Warning: Wire top.\SOC.Core.MemoryAddressMUX.G [0] is used but has no driver.
Warning: Wire top.\SOC.Core.MemoryAddressMUX.H [31] is used but has no driver.
Warning: Wire top.\SOC.Core.MemoryAddressMUX.H [30] is used but has no driver.
Warning: Wire top.\SOC.Core.MemoryAddressMUX.H [29] is used but has no driver.
Warning: Wire top.\SOC.Core.MemoryAddressMUX.H [28] is used but has no driver.
Warning: Wire top.\SOC.Core.MemoryAddressMUX.H [27] is used but has no driver.
Warning: Wire top.\SOC.Core.MemoryAddressMUX.H [26] is used but has no driver.
Warning: Wire top.\SOC.Core.MemoryAddressMUX.H [25] is used but has no driver.
Warning: Wire top.\SOC.Core.MemoryAddressMUX.H [24] is used but has no driver.
Warning: Wire top.\SOC.Core.MemoryAddressMUX.H [23] is used but has no driver.
Warning: Wire top.\SOC.Core.MemoryAddressMUX.H [22] is used but has no driver.
Warning: Wire top.\SOC.Core.MemoryAddressMUX.H [21] is used but has no driver.
Warning: Wire top.\SOC.Core.MemoryAddressMUX.H [20] is used but has no driver.
Warning: Wire top.\SOC.Core.MemoryAddressMUX.H [19] is used but has no driver.
Warning: Wire top.\SOC.Core.MemoryAddressMUX.H [18] is used but has no driver.
Warning: Wire top.\SOC.Core.MemoryAddressMUX.H [17] is used but has no driver.
Warning: Wire top.\SOC.Core.MemoryAddressMUX.H [16] is used but has no driver.
Warning: Wire top.\SOC.Core.MemoryAddressMUX.H [15] is used but has no driver.
Warning: Wire top.\SOC.Core.MemoryAddressMUX.H [14] is used but has no driver.
Warning: Wire top.\SOC.Core.MemoryAddressMUX.H [13] is used but has no driver.
Warning: Wire top.\SOC.Core.MemoryAddressMUX.H [12] is used but has no driver.
Warning: Wire top.\SOC.Core.MemoryAddressMUX.H [11] is used but has no driver.
Warning: Wire top.\SOC.Core.MemoryAddressMUX.H [10] is used but has no driver.
Warning: Wire top.\SOC.Core.MemoryAddressMUX.H [9] is used but has no driver.
Warning: Wire top.\SOC.Core.MemoryAddressMUX.H [8] is used but has no driver.
Warning: Wire top.\SOC.Core.MemoryAddressMUX.H [7] is used but has no driver.
Warning: Wire top.\SOC.Core.MemoryAddressMUX.H [6] is used but has no driver.
Warning: Wire top.\SOC.Core.MemoryAddressMUX.H [5] is used but has no driver.
Warning: Wire top.\SOC.Core.MemoryAddressMUX.H [4] is used but has no driver.
Warning: Wire top.\SOC.Core.MemoryAddressMUX.H [3] is used but has no driver.
Warning: Wire top.\SOC.Core.MemoryAddressMUX.H [2] is used but has no driver.
Warning: Wire top.\SOC.Core.MemoryAddressMUX.H [1] is used but has no driver.
Warning: Wire top.\SOC.Core.MemoryAddressMUX.H [0] is used but has no driver.
Warning: Wire top.\SOC.Core.AluInputBMUX.G [31] is used but has no driver.
Warning: Wire top.\SOC.Core.AluInputBMUX.G [30] is used but has no driver.
Warning: Wire top.\SOC.Core.AluInputBMUX.G [29] is used but has no driver.
Warning: Wire top.\SOC.Core.AluInputBMUX.G [28] is used but has no driver.
Warning: Wire top.\SOC.Core.AluInputBMUX.G [27] is used but has no driver.
Warning: Wire top.\SOC.Core.AluInputBMUX.G [26] is used but has no driver.
Warning: Wire top.\SOC.Core.AluInputBMUX.G [25] is used but has no driver.
Warning: Wire top.\SOC.Core.AluInputBMUX.G [24] is used but has no driver.
Warning: Wire top.\SOC.Core.AluInputBMUX.G [23] is used but has no driver.
Warning: Wire top.\SOC.Core.AluInputBMUX.G [22] is used but has no driver.
Warning: Wire top.\SOC.Core.AluInputBMUX.G [21] is used but has no driver.
Warning: Wire top.\SOC.Core.AluInputBMUX.G [20] is used but has no driver.
Warning: Wire top.\SOC.Core.AluInputBMUX.G [19] is used but has no driver.
Warning: Wire top.\SOC.Core.AluInputBMUX.G [18] is used but has no driver.
Warning: Wire top.\SOC.Core.AluInputBMUX.G [17] is used but has no driver.
Warning: Wire top.\SOC.Core.AluInputBMUX.G [16] is used but has no driver.
Warning: Wire top.\SOC.Core.AluInputBMUX.G [15] is used but has no driver.
Warning: Wire top.\SOC.Core.AluInputBMUX.G [14] is used but has no driver.
Warning: Wire top.\SOC.Core.AluInputBMUX.G [13] is used but has no driver.
Warning: Wire top.\SOC.Core.AluInputBMUX.G [12] is used but has no driver.
Warning: Wire top.\SOC.Core.AluInputBMUX.G [11] is used but has no driver.
Warning: Wire top.\SOC.Core.AluInputBMUX.G [10] is used but has no driver.
Warning: Wire top.\SOC.Core.AluInputBMUX.G [9] is used but has no driver.
Warning: Wire top.\SOC.Core.AluInputBMUX.G [8] is used but has no driver.
Warning: Wire top.\SOC.Core.AluInputBMUX.G [7] is used but has no driver.
Warning: Wire top.\SOC.Core.AluInputBMUX.G [6] is used but has no driver.
Warning: Wire top.\SOC.Core.AluInputBMUX.G [5] is used but has no driver.
Warning: Wire top.\SOC.Core.AluInputBMUX.G [4] is used but has no driver.
Warning: Wire top.\SOC.Core.AluInputBMUX.G [3] is used but has no driver.
Warning: Wire top.\SOC.Core.AluInputBMUX.G [2] is used but has no driver.
Warning: Wire top.\SOC.Core.AluInputBMUX.G [1] is used but has no driver.
Warning: Wire top.\SOC.Core.AluInputBMUX.G [0] is used but has no driver.
Warning: Wire top.\SOC.Core.AluInputAMUX.G [31] is used but has no driver.
Warning: Wire top.\SOC.Core.AluInputAMUX.G [30] is used but has no driver.
Warning: Wire top.\SOC.Core.AluInputAMUX.G [29] is used but has no driver.
Warning: Wire top.\SOC.Core.AluInputAMUX.G [28] is used but has no driver.
Warning: Wire top.\SOC.Core.AluInputAMUX.G [27] is used but has no driver.
Warning: Wire top.\SOC.Core.AluInputAMUX.G [26] is used but has no driver.
Warning: Wire top.\SOC.Core.AluInputAMUX.G [25] is used but has no driver.
Warning: Wire top.\SOC.Core.AluInputAMUX.G [24] is used but has no driver.
Warning: Wire top.\SOC.Core.AluInputAMUX.G [23] is used but has no driver.
Warning: Wire top.\SOC.Core.AluInputAMUX.G [22] is used but has no driver.
Warning: Wire top.\SOC.Core.AluInputAMUX.G [21] is used but has no driver.
Warning: Wire top.\SOC.Core.AluInputAMUX.G [20] is used but has no driver.
Warning: Wire top.\SOC.Core.AluInputAMUX.G [19] is used but has no driver.
Warning: Wire top.\SOC.Core.AluInputAMUX.G [18] is used but has no driver.
Warning: Wire top.\SOC.Core.AluInputAMUX.G [17] is used but has no driver.
Warning: Wire top.\SOC.Core.AluInputAMUX.G [16] is used but has no driver.
Warning: Wire top.\SOC.Core.AluInputAMUX.G [15] is used but has no driver.
Warning: Wire top.\SOC.Core.AluInputAMUX.G [14] is used but has no driver.
Warning: Wire top.\SOC.Core.AluInputAMUX.G [13] is used but has no driver.
Warning: Wire top.\SOC.Core.AluInputAMUX.G [12] is used but has no driver.
Warning: Wire top.\SOC.Core.AluInputAMUX.G [11] is used but has no driver.
Warning: Wire top.\SOC.Core.AluInputAMUX.G [10] is used but has no driver.
Warning: Wire top.\SOC.Core.AluInputAMUX.G [9] is used but has no driver.
Warning: Wire top.\SOC.Core.AluInputAMUX.G [8] is used but has no driver.
Warning: Wire top.\SOC.Core.AluInputAMUX.G [7] is used but has no driver.
Warning: Wire top.\SOC.Core.AluInputAMUX.G [6] is used but has no driver.
Warning: Wire top.\SOC.Core.AluInputAMUX.G [5] is used but has no driver.
Warning: Wire top.\SOC.Core.AluInputAMUX.G [4] is used but has no driver.
Warning: Wire top.\SOC.Core.AluInputAMUX.G [3] is used but has no driver.
Warning: Wire top.\SOC.Core.AluInputAMUX.G [2] is used but has no driver.
Warning: Wire top.\SOC.Core.AluInputAMUX.H [31] is used but has no driver.
Warning: Wire top.\SOC.Core.AluInputAMUX.H [30] is used but has no driver.
Warning: Wire top.\SOC.Core.AluInputAMUX.H [29] is used but has no driver.
Warning: Wire top.\SOC.Core.AluInputAMUX.H [28] is used but has no driver.
Warning: Wire top.\SOC.Core.AluInputAMUX.H [27] is used but has no driver.
Warning: Wire top.\SOC.Core.AluInputAMUX.H [26] is used but has no driver.
Warning: Wire top.\SOC.Core.AluInputAMUX.H [25] is used but has no driver.
Warning: Wire top.\SOC.Core.AluInputAMUX.H [24] is used but has no driver.
Warning: Wire top.\SOC.Core.AluInputAMUX.H [23] is used but has no driver.
Warning: Wire top.\SOC.Core.AluInputAMUX.H [22] is used but has no driver.
Warning: Wire top.\SOC.Core.AluInputAMUX.H [21] is used but has no driver.
Warning: Wire top.\SOC.Core.AluInputAMUX.H [20] is used but has no driver.
Warning: Wire top.\SOC.Core.AluInputAMUX.H [19] is used but has no driver.
Warning: Wire top.\SOC.Core.AluInputAMUX.H [18] is used but has no driver.
Warning: Wire top.\SOC.Core.AluInputAMUX.H [17] is used but has no driver.
Warning: Wire top.\SOC.Core.AluInputAMUX.H [16] is used but has no driver.
Warning: Wire top.\SOC.Core.AluInputAMUX.H [15] is used but has no driver.
Warning: Wire top.\SOC.Core.AluInputAMUX.H [14] is used but has no driver.
Warning: Wire top.\SOC.Core.AluInputAMUX.H [13] is used but has no driver.
Warning: Wire top.\SOC.Core.AluInputAMUX.H [12] is used but has no driver.
Warning: Wire top.\SOC.Core.AluInputAMUX.H [11] is used but has no driver.
Warning: Wire top.\SOC.Core.AluInputAMUX.H [10] is used but has no driver.
Warning: Wire top.\SOC.Core.AluInputAMUX.H [9] is used but has no driver.
Warning: Wire top.\SOC.Core.AluInputAMUX.H [8] is used but has no driver.
Warning: Wire top.\SOC.Core.AluInputAMUX.H [7] is used but has no driver.
Warning: Wire top.\SOC.Core.AluInputAMUX.H [6] is used but has no driver.
Warning: Wire top.\SOC.Core.AluInputAMUX.H [5] is used but has no driver.
Warning: Wire top.\SOC.Core.AluInputAMUX.H [4] is used but has no driver.
Warning: Wire top.\SOC.Core.AluInputAMUX.H [3] is used but has no driver.
Warning: Wire top.\SOC.Core.AluInputAMUX.H [2] is used but has no driver.
Warning: Wire top.\SOC.Core.AluInputAMUX.H [1] is used but has no driver.
Warning: Wire top.\SOC.Core.AluInputAMUX.H [0] is used but has no driver.
Warning: Wire top.\SOC.Core.temp_write_value [31] is used but has no driver.
Warning: Wire top.\SOC.Core.temp_write_value [30] is used but has no driver.
Warning: Wire top.\SOC.Core.temp_write_value [29] is used but has no driver.
Warning: Wire top.\SOC.Core.temp_write_value [28] is used but has no driver.
Warning: Wire top.\SOC.Core.temp_write_value [27] is used but has no driver.
Warning: Wire top.\SOC.Core.temp_write_value [26] is used but has no driver.
Warning: Wire top.\SOC.Core.temp_write_value [25] is used but has no driver.
Warning: Wire top.\SOC.Core.temp_write_value [24] is used but has no driver.
Warning: Wire top.\SOC.Core.temp_write_value [23] is used but has no driver.
Warning: Wire top.\SOC.Core.temp_write_value [22] is used but has no driver.
Warning: Wire top.\SOC.Core.temp_write_value [21] is used but has no driver.
Warning: Wire top.\SOC.Core.temp_write_value [20] is used but has no driver.
Warning: Wire top.\SOC.Core.temp_write_value [19] is used but has no driver.
Warning: Wire top.\SOC.Core.temp_write_value [18] is used but has no driver.
Warning: Wire top.\SOC.Core.temp_write_value [17] is used but has no driver.
Warning: Wire top.\SOC.Core.temp_write_value [16] is used but has no driver.
Warning: Wire top.\SOC.Core.temp_write_value [15] is used but has no driver.
Warning: Wire top.\SOC.Core.temp_write_value [14] is used but has no driver.
Warning: Wire top.\SOC.Core.temp_write_value [13] is used but has no driver.
Warning: Wire top.\SOC.Core.temp_write_value [12] is used but has no driver.
Warning: Wire top.\SOC.Core.temp_write_value [11] is used but has no driver.
Warning: Wire top.\SOC.Core.temp_write_value [10] is used but has no driver.
Warning: Wire top.\SOC.Core.temp_write_value [9] is used but has no driver.
Warning: Wire top.\SOC.Core.temp_write_value [8] is used but has no driver.
Warning: Wire top.\SOC.Core.temp_write_value [7] is used but has no driver.
Warning: Wire top.\SOC.Core.temp_write_value [6] is used but has no driver.
Warning: Wire top.\SOC.Core.temp_write_value [5] is used but has no driver.
Warning: Wire top.\SOC.Core.temp_write_value [4] is used but has no driver.
Warning: Wire top.\SOC.Core.temp_write_value [3] is used but has no driver.
Warning: Wire top.\SOC.Core.temp_write_value [2] is used but has no driver.
Warning: Wire top.\SOC.Core.temp_write_value [1] is used but has no driver.
Warning: Wire top.\SOC.Core.temp_write_value [0] is used but has no driver.
Warning: Wire top.\SOC.Core.AluInputAMUX.G [1] is used but has no driver.
Warning: Wire top.\SOC.Core.AluInputAMUX.G [0] is used but has no driver.
Found and reported 320 problems.
24.11. Executing OPT pass (performing simple optimizations).
24.11.1. Executing OPT_EXPR pass (perform const folding).
Optimizing module top.
<suppressed ~11 debug messages>
24.11.2. Executing OPT_MERGE pass (detect identical cells).
Finding identical cells in module `\top'.
<suppressed ~867 debug messages>
Removed a total of 289 cells.
24.11.3. Executing OPT_MUXTREE pass (detect dead branches in mux trees).
Running muxtree optimizer on module \top..
Creating internal representation of mux trees.
Evaluating internal representation of mux trees.
Analyzing evaluation results.
dead port 2/2 on $mux $flatten\SOC.\Core.\Control_Unit.$procmux$3209.
dead port 2/2 on $mux $flatten\SOC.\Core.\Control_Unit.$procmux$3218.
dead port 2/2 on $mux $flatten\SOC.\Core.\Control_Unit.$procmux$3234.
dead port 2/2 on $mux $flatten\SOC.\Core.\Control_Unit.$procmux$3253.
dead port 2/2 on $mux $flatten\SOC.\Core.\Control_Unit.$procmux$3255.
dead port 2/2 on $mux $flatten\SOC.\Core.\Control_Unit.$procmux$3273.
dead port 2/2 on $mux $flatten\SOC.\Core.\Control_Unit.$procmux$3294.
dead port 2/2 on $mux $flatten\SOC.\Core.\Control_Unit.$procmux$3318.
dead port 2/2 on $mux $flatten\SOC.\Core.\Control_Unit.$procmux$3346.
dead port 2/2 on $mux $flatten\SOC.\Core.\Control_Unit.$procmux$3376.
dead port 2/2 on $mux $flatten\SOC.\Core.\Control_Unit.$procmux$3409.
dead port 2/2 on $mux $flatten\SOC.\Core.\Control_Unit.$procmux$3445.
dead port 2/2 on $mux $flatten\SOC.\Core.\Control_Unit.$procmux$3483.
dead port 2/2 on $mux $flatten\SOC.\Core.\Control_Unit.$procmux$3532.
dead port 2/2 on $mux $flatten\SOC.\Core.\Control_Unit.$procmux$3583.
dead port 1/2 on $mux $flatten\SOC.\Core.\Control_Unit.$procmux$3636.
dead port 2/2 on $mux $flatten\SOC.\Core.\Control_Unit.$procmux$3638.
dead port 2/2 on $mux $flatten\SOC.\Core.\Control_Unit.$procmux$3691.
dead port 2/2 on $mux $flatten\SOC.\Core.\Control_Unit.$procmux$3693.
dead port 2/2 on $mux $flatten\SOC.\Core.\Control_Unit.$procmux$3745.
dead port 2/2 on $mux $flatten\SOC.\Core.\Control_Unit.$procmux$3806.
dead port 2/2 on $mux $flatten\SOC.\Core.\Control_Unit.$procmux$3808.
dead port 2/2 on $mux $flatten\SOC.\Core.\Control_Unit.$procmux$3870.
dead port 2/2 on $mux $flatten\SOC.\Core.\Control_Unit.$procmux$3925.
dead port 2/2 on $mux $flatten\SOC.\Core.\Immediate_Generator.$procmux$2590.
dead port 1/9 on $pmux $flatten\SOC.\Core.\MemoryAddressMUX.$procmux$2427.
dead port 2/9 on $pmux $flatten\SOC.\Core.\MemoryAddressMUX.$procmux$2427.
dead port 3/9 on $pmux $flatten\SOC.\Core.\MemoryAddressMUX.$procmux$2427.
dead port 4/9 on $pmux $flatten\SOC.\Core.\MemoryAddressMUX.$procmux$2427.
dead port 1/9 on $pmux $flatten\SOC.\Core.\PCSourceMUX.$procmux$2427.
dead port 2/9 on $pmux $flatten\SOC.\Core.\PCSourceMUX.$procmux$2427.
dead port 3/9 on $pmux $flatten\SOC.\Core.\PCSourceMUX.$procmux$2427.
dead port 4/9 on $pmux $flatten\SOC.\Core.\PCSourceMUX.$procmux$2427.
dead port 5/9 on $pmux $flatten\SOC.\Core.\PCSourceMUX.$procmux$2427.
dead port 6/9 on $pmux $flatten\SOC.\Core.\PCSourceMUX.$procmux$2427.
dead port 1/2 on $mux $flatten\SOC.\Core.\RegisterBank.$procmux$2387.
dead port 1/2 on $mux $flatten\SOC.\Core.\RegisterBank.$procmux$2393.
dead port 1/2 on $mux $flatten\SOC.\Core.\RegisterBank.$procmux$2399.
dead port 1/2 on $mux $flatten\SOC.\Core.\RegisterBank.$procmux$2405.
dead port 2/2 on $mux $flatten\SOC.\GPIOS.$procmux$2161.
dead port 1/2 on $mux $flatten\SOC.\GPIOS.$procmux$2164.
dead port 2/2 on $mux $flatten\SOC.\GPIOS.$procmux$2170.
dead port 1/2 on $mux $flatten\SOC.\GPIOS.$procmux$2173.
dead port 2/2 on $mux $flatten\SOC.\GPIOS.$procmux$2179.
dead port 1/2 on $mux $flatten\SOC.\GPIOS.$procmux$2182.
dead port 2/2 on $mux $flatten\SOC.\GPIOS.$procmux$2189.
dead port 1/2 on $mux $flatten\SOC.\GPIOS.$procmux$2192.
dead port 2/2 on $mux $flatten\SOC.\GPIOS.$procmux$2199.
dead port 1/2 on $mux $flatten\SOC.\GPIOS.$procmux$2202.
dead port 2/2 on $mux $flatten\SOC.\GPIOS.$procmux$2209.
dead port 1/2 on $mux $flatten\SOC.\GPIOS.$procmux$2212.
dead port 1/2 on $mux $flatten\SOC.\GPIOS.$procmux$2218.
dead port 1/2 on $mux $flatten\SOC.\GPIOS.$procmux$2224.
dead port 1/2 on $mux $flatten\SOC.\GPIOS.$procmux$2230.
dead port 1/2 on $mux $flatten\SOC.\GPIOS.$procmux$2236.
dead port 1/2 on $mux $flatten\SOC.\GPIOS.$procmux$2242.
dead port 1/2 on $mux $flatten\SOC.\GPIOS.$procmux$2248.
dead port 1/2 on $mux $flatten\SOC.\Memory.$procmux$1839.
dead port 2/2 on $mux $flatten\SOC.\Memory.$procmux$1841.
dead port 1/2 on $mux $flatten\SOC.\Memory.$procmux$1848.
dead port 2/2 on $mux $flatten\SOC.\Memory.$procmux$1850.
dead port 1/2 on $mux $flatten\SOC.\Memory.$procmux$1857.
dead port 2/2 on $mux $flatten\SOC.\Memory.$procmux$1859.
dead port 1/2 on $mux $flatten\SOC.\Memory.$procmux$1866.
dead port 2/2 on $mux $flatten\SOC.\Memory.$procmux$1868.
dead port 1/2 on $mux $flatten\SOC.\Memory.$procmux$1875.
dead port 2/2 on $mux $flatten\SOC.\Memory.$procmux$1877.
dead port 1/2 on $mux $flatten\SOC.\Memory.$procmux$1884.
dead port 2/2 on $mux $flatten\SOC.\Memory.$procmux$1886.
dead port 2/2 on $mux $flatten\SOC.\Memory.$procmux$1892.
dead port 2/2 on $mux $flatten\SOC.\Memory.$procmux$1898.
dead port 2/2 on $mux $flatten\SOC.\Memory.$procmux$1904.
dead port 2/2 on $mux $flatten\SOC.\Memory.$procmux$1910.
dead port 2/2 on $mux $flatten\SOC.\Memory.$procmux$1916.
dead port 2/2 on $mux $flatten\SOC.\Memory.$procmux$1922.
dead port 2/2 on $mux $flatten\SOC.\Memory.$procmux$1928.
dead port 2/2 on $mux $flatten\SOC.\Memory.$procmux$1934.
dead port 2/2 on $mux $flatten\SOC.\Memory.$procmux$1940.
dead port 1/2 on $mux $flatten\SOC.\Uart.\RX_FIFO.$procmux$2338.
dead port 1/2 on $mux $flatten\SOC.\Uart.\RX_FIFO.$procmux$2344.
dead port 1/2 on $mux $flatten\SOC.\Uart.\RX_FIFO.$procmux$2350.
dead port 1/2 on $mux $flatten\SOC.\Uart.\TX_FIFO.$procmux$2338.
dead port 1/2 on $mux $flatten\SOC.\Uart.\TX_FIFO.$procmux$2344.
dead port 1/2 on $mux $flatten\SOC.\Uart.\TX_FIFO.$procmux$2350.
Removed 84 multiplexer ports.
<suppressed ~155 debug messages>
24.11.4. Executing OPT_REDUCE pass (consolidate $*mux and $reduce_* inputs).
Optimizing cells in module \top.
New ctrl vector for $pmux cell $flatten\SOC.\Core.\Control_Unit.$procmux$3054: $auto$opt_reduce.cc:134:opt_pmux$4175
New ctrl vector for $pmux cell $flatten\SOC.\Core.\Control_Unit.$procmux$3058: { $flatten\SOC.\Core.\Control_Unit.$procmux$2965_CMP $auto$opt_reduce.cc:134:opt_pmux$4177 $flatten\SOC.\Core.\Control_Unit.$procmux$2949_CMP $flatten\SOC.\Core.\Control_Unit.$procmux$2960_CMP }
New ctrl vector for $pmux cell $flatten\SOC.\Core.\Control_Unit.$procmux$3078: $auto$opt_reduce.cc:134:opt_pmux$4179
New ctrl vector for $pmux cell $flatten\SOC.\Core.\Control_Unit.$procmux$3103: $auto$opt_reduce.cc:134:opt_pmux$4181
New ctrl vector for $pmux cell $flatten\SOC.\Core.\Control_Unit.$procmux$3125: { $auto$opt_reduce.cc:134:opt_pmux$4185 $auto$opt_reduce.cc:134:opt_pmux$4183 }
New ctrl vector for $pmux cell $flatten\SOC.\Core.\Control_Unit.$procmux$3190: $auto$opt_reduce.cc:134:opt_pmux$4187
New ctrl vector for $pmux cell $flatten\SOC.\Core.\Control_Unit.$procmux$2967: { $flatten\SOC.\Core.\Control_Unit.$procmux$2909_CMP $auto$opt_reduce.cc:134:opt_pmux$4199 $auto$opt_reduce.cc:134:opt_pmux$4197 $auto$opt_reduce.cc:134:opt_pmux$4195 $auto$opt_reduce.cc:134:opt_pmux$4193 $auto$opt_reduce.cc:134:opt_pmux$4191 $auto$opt_reduce.cc:134:opt_pmux$4189 }
New ctrl vector for $pmux cell $flatten\SOC.\Core.\Control_Unit.$procmux$3859: { $auto$opt_reduce.cc:134:opt_pmux$4201 $flatten\SOC.\Core.\Control_Unit.$procmux$3807_CMP $flatten\SOC.\Core.\Control_Unit.$procmux$3866_CMP $flatten\SOC.\Core.\Control_Unit.$procmux$3865_CMP $flatten\SOC.\Core.\Control_Unit.$procmux$3864_CMP $flatten\SOC.\Core.\Control_Unit.$procmux$3863_CMP $flatten\SOC.\Core.\Control_Unit.$procmux$3862_CMP $flatten\SOC.\Core.\Control_Unit.$procmux$3861_CMP $flatten\SOC.\Core.\Control_Unit.$procmux$3860_CMP }
New ctrl vector for $pmux cell $flatten\SOC.\Core.\Control_Unit.$procmux$3929: { $flatten\SOC.\Core.\Control_Unit.$procmux$3110_CMP $flatten\SOC.\Core.\Control_Unit.$procmux$3035_CMP $flatten\SOC.\Core.\Control_Unit.$procmux$3001_CMP $flatten\SOC.\Core.\Control_Unit.$procmux$3000_CMP $flatten\SOC.\Core.\Control_Unit.$procmux$3108_CMP $flatten\SOC.\Core.\Control_Unit.$procmux$3081_CMP $flatten\SOC.\Core.\Control_Unit.$procmux$2973_CMP $auto$opt_reduce.cc:134:opt_pmux$4205 $flatten\SOC.\Core.\Control_Unit.$procmux$2856_CMP $flatten\SOC.\Core.\Control_Unit.$procmux$2913_CMP $flatten\SOC.\Core.\Control_Unit.$procmux$2964_CMP $flatten\SOC.\Core.\Control_Unit.$procmux$2998_CMP $flatten\SOC.\Core.\Control_Unit.$procmux$2855_CMP $flatten\SOC.\Core.\Control_Unit.$procmux$2912_CMP $flatten\SOC.\Core.\Control_Unit.$procmux$2996_CMP $flatten\SOC.\Core.\Control_Unit.$procmux$2854_CMP $flatten\SOC.\Core.\Control_Unit.$procmux$2911_CMP $flatten\SOC.\Core.\Control_Unit.$procmux$2910_CMP $flatten\SOC.\Core.\Control_Unit.$procmux$2909_CMP $flatten\SOC.\Core.\Control_Unit.$procmux$2908_CMP $flatten\SOC.\Core.\Control_Unit.$procmux$2991_CMP $flatten\SOC.\Core.\Control_Unit.$procmux$2990_CMP $flatten\SOC.\Core.\Control_Unit.$procmux$2906_CMP $flatten\SOC.\Core.\Control_Unit.$procmux$2905_CMP $auto$opt_reduce.cc:134:opt_pmux$4203 $flatten\SOC.\Core.\Control_Unit.$procmux$2985_CMP $flatten\SOC.\Core.\Control_Unit.$procmux$2776_CMP $flatten\SOC.\Core.\Control_Unit.$procmux$2984_CMP $flatten\SOC.\Core.\Control_Unit.$procmux$2852_CMP $flatten\SOC.\Core.\Control_Unit.$procmux$2903_CMP $flatten\SOC.\Core.\Control_Unit.$procmux$2902_CMP $flatten\SOC.\Core.\Control_Unit.$procmux$2981_CMP $flatten\SOC.\Core.\Control_Unit.$procmux$2901_CMP $flatten\SOC.\Core.\Control_Unit.$procmux$2900_CMP $flatten\SOC.\Core.\Control_Unit.$procmux$2978_CMP $flatten\SOC.\Core.\Control_Unit.$procmux$2775_CMP $flatten\SOC.\Core.\Control_Unit.$procmux$2741_CMP $flatten\SOC.\Core.\Control_Unit.$procmux$2968_CMP }
New ctrl vector for $pmux cell $flatten\SOC.\Core.\CSR_Unit.$procmux$2665: { $flatten\SOC.\Core.\CSR_Unit.$procmux$2682_CMP $flatten\SOC.\Core.\CSR_Unit.$procmux$2679_CMP $flatten\SOC.\Core.\CSR_Unit.$procmux$2677_CMP $flatten\SOC.\Core.\CSR_Unit.$procmux$2676_CMP $flatten\SOC.\Core.\CSR_Unit.$procmux$2675_CMP $flatten\SOC.\Core.\CSR_Unit.$procmux$2620_CMP $flatten\SOC.\Core.\CSR_Unit.$procmux$2647_CMP $flatten\SOC.\Core.\CSR_Unit.$procmux$2658_CMP $flatten\SOC.\Core.\CSR_Unit.$procmux$2637_CMP $flatten\SOC.\Core.\CSR_Unit.$procmux$2628_CMP $auto$opt_reduce.cc:134:opt_pmux$4213 $auto$opt_reduce.cc:134:opt_pmux$4211 $auto$opt_reduce.cc:134:opt_pmux$4209 $auto$opt_reduce.cc:134:opt_pmux$4207 }
New ctrl vector for $pmux cell $flatten\SOC.\Core.\Immediate_Generator.$procmux$2593: { $flatten\SOC.\Core.\Control_Unit.$procmux$3864_CMP $flatten\SOC.\Core.\Control_Unit.$procmux$3865_CMP $auto$opt_reduce.cc:134:opt_pmux$4217 $flatten\SOC.\Core.\Control_Unit.$procmux$3866_CMP $auto$opt_reduce.cc:134:opt_pmux$4215 $flatten\SOC.\Core.\Control_Unit.$procmux$3860_CMP $flatten\SOC.\Core.\Control_Unit.$procmux$3868_CMP }
Consolidated identical input bits for $mux cell $flatten\SOC.\Core.\RegisterBank.$procmux$2384:
Old ports: A=0, B=32'11111111111111111111111111111111, Y=$flatten\SOC.\Core.\RegisterBank.$procmux$2384_Y
New ports: A=1'0, B=1'1, Y=$flatten\SOC.\Core.\RegisterBank.$procmux$2384_Y [0]
New connections: $flatten\SOC.\Core.\RegisterBank.$procmux$2384_Y [31:1] = { $flatten\SOC.\Core.\RegisterBank.$procmux$2384_Y [0] $flatten\SOC.\Core.\RegisterBank.$procmux$2384_Y [0] $flatten\SOC.\Core.\RegisterBank.$procmux$2384_Y [0] $flatten\SOC.\Core.\RegisterBank.$procmux$2384_Y [0] $flatten\SOC.\Core.\RegisterBank.$procmux$2384_Y [0] $flatten\SOC.\Core.\RegisterBank.$procmux$2384_Y [0] $flatten\SOC.\Core.\RegisterBank.$procmux$2384_Y [0] $flatten\SOC.\Core.\RegisterBank.$procmux$2384_Y [0] $flatten\SOC.\Core.\RegisterBank.$procmux$2384_Y [0] $flatten\SOC.\Core.\RegisterBank.$procmux$2384_Y [0] $flatten\SOC.\Core.\RegisterBank.$procmux$2384_Y [0] $flatten\SOC.\Core.\RegisterBank.$procmux$2384_Y [0] $flatten\SOC.\Core.\RegisterBank.$procmux$2384_Y [0] $flatten\SOC.\Core.\RegisterBank.$procmux$2384_Y [0] $flatten\SOC.\Core.\RegisterBank.$procmux$2384_Y [0] $flatten\SOC.\Core.\RegisterBank.$procmux$2384_Y [0] $flatten\SOC.\Core.\RegisterBank.$procmux$2384_Y [0] $flatten\SOC.\Core.\RegisterBank.$procmux$2384_Y [0] $flatten\SOC.\Core.\RegisterBank.$procmux$2384_Y [0] $flatten\SOC.\Core.\RegisterBank.$procmux$2384_Y [0] $flatten\SOC.\Core.\RegisterBank.$procmux$2384_Y [0] $flatten\SOC.\Core.\RegisterBank.$procmux$2384_Y [0] $flatten\SOC.\Core.\RegisterBank.$procmux$2384_Y [0] $flatten\SOC.\Core.\RegisterBank.$procmux$2384_Y [0] $flatten\SOC.\Core.\RegisterBank.$procmux$2384_Y [0] $flatten\SOC.\Core.\RegisterBank.$procmux$2384_Y [0] $flatten\SOC.\Core.\RegisterBank.$procmux$2384_Y [0] $flatten\SOC.\Core.\RegisterBank.$procmux$2384_Y [0] $flatten\SOC.\Core.\RegisterBank.$procmux$2384_Y [0] $flatten\SOC.\Core.\RegisterBank.$procmux$2384_Y [0] $flatten\SOC.\Core.\RegisterBank.$procmux$2384_Y [0] }
Consolidated identical input bits for $mux cell $flatten\SOC.\Core.\RegisterBank.$procmux$2402:
Old ports: A=32'11111111111111111111111111111111, B=0, Y=$flatten\SOC.\Core.\RegisterBank.$procmux$2402_Y
New ports: A=1'1, B=1'0, Y=$flatten\SOC.\Core.\RegisterBank.$procmux$2402_Y [0]
New connections: $flatten\SOC.\Core.\RegisterBank.$procmux$2402_Y [31:1] = { $flatten\SOC.\Core.\RegisterBank.$procmux$2402_Y [0] $flatten\SOC.\Core.\RegisterBank.$procmux$2402_Y [0] $flatten\SOC.\Core.\RegisterBank.$procmux$2402_Y [0] $flatten\SOC.\Core.\RegisterBank.$procmux$2402_Y [0] $flatten\SOC.\Core.\RegisterBank.$procmux$2402_Y [0] $flatten\SOC.\Core.\RegisterBank.$procmux$2402_Y [0] $flatten\SOC.\Core.\RegisterBank.$procmux$2402_Y [0] $flatten\SOC.\Core.\RegisterBank.$procmux$2402_Y [0] $flatten\SOC.\Core.\RegisterBank.$procmux$2402_Y [0] $flatten\SOC.\Core.\RegisterBank.$procmux$2402_Y [0] $flatten\SOC.\Core.\RegisterBank.$procmux$2402_Y [0] $flatten\SOC.\Core.\RegisterBank.$procmux$2402_Y [0] $flatten\SOC.\Core.\RegisterBank.$procmux$2402_Y [0] $flatten\SOC.\Core.\RegisterBank.$procmux$2402_Y [0] $flatten\SOC.\Core.\RegisterBank.$procmux$2402_Y [0] $flatten\SOC.\Core.\RegisterBank.$procmux$2402_Y [0] $flatten\SOC.\Core.\RegisterBank.$procmux$2402_Y [0] $flatten\SOC.\Core.\RegisterBank.$procmux$2402_Y [0] $flatten\SOC.\Core.\RegisterBank.$procmux$2402_Y [0] $flatten\SOC.\Core.\RegisterBank.$procmux$2402_Y [0] $flatten\SOC.\Core.\RegisterBank.$procmux$2402_Y [0] $flatten\SOC.\Core.\RegisterBank.$procmux$2402_Y [0] $flatten\SOC.\Core.\RegisterBank.$procmux$2402_Y [0] $flatten\SOC.\Core.\RegisterBank.$procmux$2402_Y [0] $flatten\SOC.\Core.\RegisterBank.$procmux$2402_Y [0] $flatten\SOC.\Core.\RegisterBank.$procmux$2402_Y [0] $flatten\SOC.\Core.\RegisterBank.$procmux$2402_Y [0] $flatten\SOC.\Core.\RegisterBank.$procmux$2402_Y [0] $flatten\SOC.\Core.\RegisterBank.$procmux$2402_Y [0] $flatten\SOC.\Core.\RegisterBank.$procmux$2402_Y [0] $flatten\SOC.\Core.\RegisterBank.$procmux$2402_Y [0] }
Consolidated identical input bits for $mux cell $flatten\SOC.\Core.\RegisterBank.$procmux$2408:
Old ports: A=0, B=32'11111111111111111111111111111111, Y=$flatten\SOC.\Core.\RegisterBank.$0$memwr$\registers$Risco-5/src/core/registers.v:35$172_EN[31:0]$179
New ports: A=1'0, B=1'1, Y=$flatten\SOC.\Core.\RegisterBank.$0$memwr$\registers$Risco-5/src/core/registers.v:35$172_EN[31:0]$179 [0]
New connections: $flatten\SOC.\Core.\RegisterBank.$0$memwr$\registers$Risco-5/src/core/registers.v:35$172_EN[31:0]$179 [31:1] = { $flatten\SOC.\Core.\RegisterBank.$0$memwr$\registers$Risco-5/src/core/registers.v:35$172_EN[31:0]$179 [0] $flatten\SOC.\Core.\RegisterBank.$0$memwr$\registers$Risco-5/src/core/registers.v:35$172_EN[31:0]$179 [0] $flatten\SOC.\Core.\RegisterBank.$0$memwr$\registers$Risco-5/src/core/registers.v:35$172_EN[31:0]$179 [0] $flatten\SOC.\Core.\RegisterBank.$0$memwr$\registers$Risco-5/src/core/registers.v:35$172_EN[31:0]$179 [0] $flatten\SOC.\Core.\RegisterBank.$0$memwr$\registers$Risco-5/src/core/registers.v:35$172_EN[31:0]$179 [0] $flatten\SOC.\Core.\RegisterBank.$0$memwr$\registers$Risco-5/src/core/registers.v:35$172_EN[31:0]$179 [0] $flatten\SOC.\Core.\RegisterBank.$0$memwr$\registers$Risco-5/src/core/registers.v:35$172_EN[31:0]$179 [0] $flatten\SOC.\Core.\RegisterBank.$0$memwr$\registers$Risco-5/src/core/registers.v:35$172_EN[31:0]$179 [0] $flatten\SOC.\Core.\RegisterBank.$0$memwr$\registers$Risco-5/src/core/registers.v:35$172_EN[31:0]$179 [0] $flatten\SOC.\Core.\RegisterBank.$0$memwr$\registers$Risco-5/src/core/registers.v:35$172_EN[31:0]$179 [0] $flatten\SOC.\Core.\RegisterBank.$0$memwr$\registers$Risco-5/src/core/registers.v:35$172_EN[31:0]$179 [0] $flatten\SOC.\Core.\RegisterBank.$0$memwr$\registers$Risco-5/src/core/registers.v:35$172_EN[31:0]$179 [0] $flatten\SOC.\Core.\RegisterBank.$0$memwr$\registers$Risco-5/src/core/registers.v:35$172_EN[31:0]$179 [0] $flatten\SOC.\Core.\RegisterBank.$0$memwr$\registers$Risco-5/src/core/registers.v:35$172_EN[31:0]$179 [0] $flatten\SOC.\Core.\RegisterBank.$0$memwr$\registers$Risco-5/src/core/registers.v:35$172_EN[31:0]$179 [0] $flatten\SOC.\Core.\RegisterBank.$0$memwr$\registers$Risco-5/src/core/registers.v:35$172_EN[31:0]$179 [0] $flatten\SOC.\Core.\RegisterBank.$0$memwr$\registers$Risco-5/src/core/registers.v:35$172_EN[31:0]$179 [0] $flatten\SOC.\Core.\RegisterBank.$0$memwr$\registers$Risco-5/src/core/registers.v:35$172_EN[31:0]$179 [0] $flatten\SOC.\Core.\RegisterBank.$0$memwr$\registers$Risco-5/src/core/registers.v:35$172_EN[31:0]$179 [0] $flatten\SOC.\Core.\RegisterBank.$0$memwr$\registers$Risco-5/src/core/registers.v:35$172_EN[31:0]$179 [0] $flatten\SOC.\Core.\RegisterBank.$0$memwr$\registers$Risco-5/src/core/registers.v:35$172_EN[31:0]$179 [0] $flatten\SOC.\Core.\RegisterBank.$0$memwr$\registers$Risco-5/src/core/registers.v:35$172_EN[31:0]$179 [0] $flatten\SOC.\Core.\RegisterBank.$0$memwr$\registers$Risco-5/src/core/registers.v:35$172_EN[31:0]$179 [0] $flatten\SOC.\Core.\RegisterBank.$0$memwr$\registers$Risco-5/src/core/registers.v:35$172_EN[31:0]$179 [0] $flatten\SOC.\Core.\RegisterBank.$0$memwr$\registers$Risco-5/src/core/registers.v:35$172_EN[31:0]$179 [0] $flatten\SOC.\Core.\RegisterBank.$0$memwr$\registers$Risco-5/src/core/registers.v:35$172_EN[31:0]$179 [0] $flatten\SOC.\Core.\RegisterBank.$0$memwr$\registers$Risco-5/src/core/registers.v:35$172_EN[31:0]$179 [0] $flatten\SOC.\Core.\RegisterBank.$0$memwr$\registers$Risco-5/src/core/registers.v:35$172_EN[31:0]$179 [0] $flatten\SOC.\Core.\RegisterBank.$0$memwr$\registers$Risco-5/src/core/registers.v:35$172_EN[31:0]$179 [0] $flatten\SOC.\Core.\RegisterBank.$0$memwr$\registers$Risco-5/src/core/registers.v:35$172_EN[31:0]$179 [0] $flatten\SOC.\Core.\RegisterBank.$0$memwr$\registers$Risco-5/src/core/registers.v:35$172_EN[31:0]$179 [0] }
New ctrl vector for $pmux cell $flatten\SOC.\Core.\Control_Unit.$procmux$2959: $auto$opt_reduce.cc:134:opt_pmux$4219
Consolidated identical input bits for $mux cell $flatten\SOC.\GPIOS.$procmux$2159:
Old ports: A=16'0000000000000000, B=16'1111111111111111, Y=$flatten\SOC.\GPIOS.$procmux$2159_Y
New ports: A=1'0, B=1'1, Y=$flatten\SOC.\GPIOS.$procmux$2159_Y [0]
New connections: $flatten\SOC.\GPIOS.$procmux$2159_Y [15:1] = { $flatten\SOC.\GPIOS.$procmux$2159_Y [0] $flatten\SOC.\GPIOS.$procmux$2159_Y [0] $flatten\SOC.\GPIOS.$procmux$2159_Y [0] $flatten\SOC.\GPIOS.$procmux$2159_Y [0] $flatten\SOC.\GPIOS.$procmux$2159_Y [0] $flatten\SOC.\GPIOS.$procmux$2159_Y [0] $flatten\SOC.\GPIOS.$procmux$2159_Y [0] $flatten\SOC.\GPIOS.$procmux$2159_Y [0] $flatten\SOC.\GPIOS.$procmux$2159_Y [0] $flatten\SOC.\GPIOS.$procmux$2159_Y [0] $flatten\SOC.\GPIOS.$procmux$2159_Y [0] $flatten\SOC.\GPIOS.$procmux$2159_Y [0] $flatten\SOC.\GPIOS.$procmux$2159_Y [0] $flatten\SOC.\GPIOS.$procmux$2159_Y [0] $flatten\SOC.\GPIOS.$procmux$2159_Y [0] }
New ctrl vector for $pmux cell $flatten\SOC.\Core.\Control_Unit.$procmux$2728: { $flatten\SOC.\Core.\Control_Unit.$procmux$2725_CMP $auto$opt_reduce.cc:134:opt_pmux$4221 }
Consolidated identical input bits for $mux cell $flatten\SOC.\GPIOS.$procmux$2187:
Old ports: A=16'0000000000000000, B=16'1111111111111111, Y=$flatten\SOC.\GPIOS.$procmux$2187_Y
New ports: A=1'0, B=1'1, Y=$flatten\SOC.\GPIOS.$procmux$2187_Y [0]
New connections: $flatten\SOC.\GPIOS.$procmux$2187_Y [15:1] = { $flatten\SOC.\GPIOS.$procmux$2187_Y [0] $flatten\SOC.\GPIOS.$procmux$2187_Y [0] $flatten\SOC.\GPIOS.$procmux$2187_Y [0] $flatten\SOC.\GPIOS.$procmux$2187_Y [0] $flatten\SOC.\GPIOS.$procmux$2187_Y [0] $flatten\SOC.\GPIOS.$procmux$2187_Y [0] $flatten\SOC.\GPIOS.$procmux$2187_Y [0] $flatten\SOC.\GPIOS.$procmux$2187_Y [0] $flatten\SOC.\GPIOS.$procmux$2187_Y [0] $flatten\SOC.\GPIOS.$procmux$2187_Y [0] $flatten\SOC.\GPIOS.$procmux$2187_Y [0] $flatten\SOC.\GPIOS.$procmux$2187_Y [0] $flatten\SOC.\GPIOS.$procmux$2187_Y [0] $flatten\SOC.\GPIOS.$procmux$2187_Y [0] $flatten\SOC.\GPIOS.$procmux$2187_Y [0] }
New ctrl vector for $pmux cell $flatten\SOC.\Core.\Control_Unit.$procmux$3006: { $flatten\SOC.\Core.\Control_Unit.$procmux$2996_CMP $auto$opt_reduce.cc:134:opt_pmux$4235 $auto$opt_reduce.cc:134:opt_pmux$4233 $auto$opt_reduce.cc:134:opt_pmux$4231 $flatten\SOC.\Core.\Control_Unit.$procmux$2906_CMP $auto$opt_reduce.cc:134:opt_pmux$4229 $flatten\SOC.\Core.\Control_Unit.$procmux$2903_CMP $flatten\SOC.\Core.\Control_Unit.$procmux$2902_CMP $flatten\SOC.\Core.\Control_Unit.$procmux$2901_CMP $flatten\SOC.\Core.\Control_Unit.$procmux$2900_CMP $auto$opt_reduce.cc:134:opt_pmux$4227 $auto$opt_reduce.cc:134:opt_pmux$4225 $auto$opt_reduce.cc:134:opt_pmux$4223 }
Consolidated identical input bits for $mux cell $flatten\SOC.\Memory.$procmux$1836:
Old ports: A=0, B=32'11111111111111111111111111111111, Y=$flatten\SOC.\Memory.$procmux$1836_Y
New ports: A=1'0, B=1'1, Y=$flatten\SOC.\Memory.$procmux$1836_Y [0]
New connections: $flatten\SOC.\Memory.$procmux$1836_Y [31:1] = { $flatten\SOC.\Memory.$procmux$1836_Y [0] $flatten\SOC.\Memory.$procmux$1836_Y [0] $flatten\SOC.\Memory.$procmux$1836_Y [0] $flatten\SOC.\Memory.$procmux$1836_Y [0] $flatten\SOC.\Memory.$procmux$1836_Y [0] $flatten\SOC.\Memory.$procmux$1836_Y [0] $flatten\SOC.\Memory.$procmux$1836_Y [0] $flatten\SOC.\Memory.$procmux$1836_Y [0] $flatten\SOC.\Memory.$procmux$1836_Y [0] $flatten\SOC.\Memory.$procmux$1836_Y [0] $flatten\SOC.\Memory.$procmux$1836_Y [0] $flatten\SOC.\Memory.$procmux$1836_Y [0] $flatten\SOC.\Memory.$procmux$1836_Y [0] $flatten\SOC.\Memory.$procmux$1836_Y [0] $flatten\SOC.\Memory.$procmux$1836_Y [0] $flatten\SOC.\Memory.$procmux$1836_Y [0] $flatten\SOC.\Memory.$procmux$1836_Y [0] $flatten\SOC.\Memory.$procmux$1836_Y [0] $flatten\SOC.\Memory.$procmux$1836_Y [0] $flatten\SOC.\Memory.$procmux$1836_Y [0] $flatten\SOC.\Memory.$procmux$1836_Y [0] $flatten\SOC.\Memory.$procmux$1836_Y [0] $flatten\SOC.\Memory.$procmux$1836_Y [0] $flatten\SOC.\Memory.$procmux$1836_Y [0] $flatten\SOC.\Memory.$procmux$1836_Y [0] $flatten\SOC.\Memory.$procmux$1836_Y [0] $flatten\SOC.\Memory.$procmux$1836_Y [0] $flatten\SOC.\Memory.$procmux$1836_Y [0] $flatten\SOC.\Memory.$procmux$1836_Y [0] $flatten\SOC.\Memory.$procmux$1836_Y [0] $flatten\SOC.\Memory.$procmux$1836_Y [0] }
Consolidated identical input bits for $mux cell $flatten\SOC.\Memory.$procmux$1881:
Old ports: A=32'11111111111111111111111111111111, B=0, Y=$flatten\SOC.\Memory.$procmux$1881_Y
New ports: A=1'1, B=1'0, Y=$flatten\SOC.\Memory.$procmux$1881_Y [0]
New connections: $flatten\SOC.\Memory.$procmux$1881_Y [31:1] = { $flatten\SOC.\Memory.$procmux$1881_Y [0] $flatten\SOC.\Memory.$procmux$1881_Y [0] $flatten\SOC.\Memory.$procmux$1881_Y [0] $flatten\SOC.\Memory.$procmux$1881_Y [0] $flatten\SOC.\Memory.$procmux$1881_Y [0] $flatten\SOC.\Memory.$procmux$1881_Y [0] $flatten\SOC.\Memory.$procmux$1881_Y [0] $flatten\SOC.\Memory.$procmux$1881_Y [0] $flatten\SOC.\Memory.$procmux$1881_Y [0] $flatten\SOC.\Memory.$procmux$1881_Y [0] $flatten\SOC.\Memory.$procmux$1881_Y [0] $flatten\SOC.\Memory.$procmux$1881_Y [0] $flatten\SOC.\Memory.$procmux$1881_Y [0] $flatten\SOC.\Memory.$procmux$1881_Y [0] $flatten\SOC.\Memory.$procmux$1881_Y [0] $flatten\SOC.\Memory.$procmux$1881_Y [0] $flatten\SOC.\Memory.$procmux$1881_Y [0] $flatten\SOC.\Memory.$procmux$1881_Y [0] $flatten\SOC.\Memory.$procmux$1881_Y [0] $flatten\SOC.\Memory.$procmux$1881_Y [0] $flatten\SOC.\Memory.$procmux$1881_Y [0] $flatten\SOC.\Memory.$procmux$1881_Y [0] $flatten\SOC.\Memory.$procmux$1881_Y [0] $flatten\SOC.\Memory.$procmux$1881_Y [0] $flatten\SOC.\Memory.$procmux$1881_Y [0] $flatten\SOC.\Memory.$procmux$1881_Y [0] $flatten\SOC.\Memory.$procmux$1881_Y [0] $flatten\SOC.\Memory.$procmux$1881_Y [0] $flatten\SOC.\Memory.$procmux$1881_Y [0] $flatten\SOC.\Memory.$procmux$1881_Y [0] $flatten\SOC.\Memory.$procmux$1881_Y [0] }
Consolidated identical input bits for $mux cell $flatten\SOC.\Memory.$procmux$1890:
Old ports: A=0, B=32'11111111111111111111111111111111, Y=$flatten\SOC.\Memory.$procmux$1890_Y
New ports: A=1'0, B=1'1, Y=$flatten\SOC.\Memory.$procmux$1890_Y [0]
New connections: $flatten\SOC.\Memory.$procmux$1890_Y [31:1] = { $flatten\SOC.\Memory.$procmux$1890_Y [0] $flatten\SOC.\Memory.$procmux$1890_Y [0] $flatten\SOC.\Memory.$procmux$1890_Y [0] $flatten\SOC.\Memory.$procmux$1890_Y [0] $flatten\SOC.\Memory.$procmux$1890_Y [0] $flatten\SOC.\Memory.$procmux$1890_Y [0] $flatten\SOC.\Memory.$procmux$1890_Y [0] $flatten\SOC.\Memory.$procmux$1890_Y [0] $flatten\SOC.\Memory.$procmux$1890_Y [0] $flatten\SOC.\Memory.$procmux$1890_Y [0] $flatten\SOC.\Memory.$procmux$1890_Y [0] $flatten\SOC.\Memory.$procmux$1890_Y [0] $flatten\SOC.\Memory.$procmux$1890_Y [0] $flatten\SOC.\Memory.$procmux$1890_Y [0] $flatten\SOC.\Memory.$procmux$1890_Y [0] $flatten\SOC.\Memory.$procmux$1890_Y [0] $flatten\SOC.\Memory.$procmux$1890_Y [0] $flatten\SOC.\Memory.$procmux$1890_Y [0] $flatten\SOC.\Memory.$procmux$1890_Y [0] $flatten\SOC.\Memory.$procmux$1890_Y [0] $flatten\SOC.\Memory.$procmux$1890_Y [0] $flatten\SOC.\Memory.$procmux$1890_Y [0] $flatten\SOC.\Memory.$procmux$1890_Y [0] $flatten\SOC.\Memory.$procmux$1890_Y [0] $flatten\SOC.\Memory.$procmux$1890_Y [0] $flatten\SOC.\Memory.$procmux$1890_Y [0] $flatten\SOC.\Memory.$procmux$1890_Y [0] $flatten\SOC.\Memory.$procmux$1890_Y [0] $flatten\SOC.\Memory.$procmux$1890_Y [0] $flatten\SOC.\Memory.$procmux$1890_Y [0] $flatten\SOC.\Memory.$procmux$1890_Y [0] }
New ctrl vector for $pmux cell $flatten\SOC.\Core.\Control_Unit.$procmux$2774: $auto$opt_reduce.cc:134:opt_pmux$4237
New ctrl vector for $pmux cell $flatten\SOC.\Core.\Control_Unit.$procmux$2850: $auto$opt_reduce.cc:134:opt_pmux$4239
New ctrl vector for $pmux cell $flatten\SOC.\Uart.$procmux$2117: { $flatten\SOC.\Uart.$procmux$2111_CMP $flatten\SOC.\Uart.$procmux$2028_CMP $flatten\SOC.\Uart.$procmux$2053_CMP $flatten\SOC.\Uart.$procmux$2009_CMP $auto$opt_reduce.cc:134:opt_pmux$4241 $flatten\SOC.\Uart.$procmux$2035_CMP }
New ctrl vector for $pmux cell $flatten\SOC.\Core.\Control_Unit.$procmux$2899: { $auto$opt_reduce.cc:134:opt_pmux$4245 $auto$opt_reduce.cc:134:opt_pmux$4243 }
Consolidated identical input bits for $mux cell $flatten\SOC.\Uart.\RX_FIFO.$procmux$2335:
Old ports: A=8'00000000, B=8'11111111, Y=$flatten\SOC.\Uart.\RX_FIFO.$procmux$2335_Y
New ports: A=1'0, B=1'1, Y=$flatten\SOC.\Uart.\RX_FIFO.$procmux$2335_Y [0]
New connections: $flatten\SOC.\Uart.\RX_FIFO.$procmux$2335_Y [7:1] = { $flatten\SOC.\Uart.\RX_FIFO.$procmux$2335_Y [0] $flatten\SOC.\Uart.\RX_FIFO.$procmux$2335_Y [0] $flatten\SOC.\Uart.\RX_FIFO.$procmux$2335_Y [0] $flatten\SOC.\Uart.\RX_FIFO.$procmux$2335_Y [0] $flatten\SOC.\Uart.\RX_FIFO.$procmux$2335_Y [0] $flatten\SOC.\Uart.\RX_FIFO.$procmux$2335_Y [0] $flatten\SOC.\Uart.\RX_FIFO.$procmux$2335_Y [0] }
Consolidated identical input bits for $mux cell $flatten\SOC.\Uart.\TX_FIFO.$procmux$2335:
Old ports: A=8'00000000, B=8'11111111, Y=$flatten\SOC.\Uart.\TX_FIFO.$procmux$2335_Y
New ports: A=1'0, B=1'1, Y=$flatten\SOC.\Uart.\TX_FIFO.$procmux$2335_Y [0]
New connections: $flatten\SOC.\Uart.\TX_FIFO.$procmux$2335_Y [7:1] = { $flatten\SOC.\Uart.\TX_FIFO.$procmux$2335_Y [0] $flatten\SOC.\Uart.\TX_FIFO.$procmux$2335_Y [0] $flatten\SOC.\Uart.\TX_FIFO.$procmux$2335_Y [0] $flatten\SOC.\Uart.\TX_FIFO.$procmux$2335_Y [0] $flatten\SOC.\Uart.\TX_FIFO.$procmux$2335_Y [0] $flatten\SOC.\Uart.\TX_FIFO.$procmux$2335_Y [0] $flatten\SOC.\Uart.\TX_FIFO.$procmux$2335_Y [0] }
New ctrl vector for $pmux cell $flatten\SOC.\Core.\Control_Unit.$procmux$3044: { $auto$opt_reduce.cc:134:opt_pmux$4247 $flatten\SOC.\Core.\Control_Unit.$procmux$2974_CMP }
New ctrl vector for $pmux cell $flatten\SOC.\Core.\Control_Unit.$procmux$2930: $auto$opt_reduce.cc:134:opt_pmux$4249
New ctrl vector for $pmux cell $flatten\SOC.\Core.\Control_Unit.$procmux$2956: $auto$opt_reduce.cc:134:opt_pmux$4251
Optimizing cells in module \top.
Consolidated identical input bits for $mux cell $flatten\SOC.\Core.\RegisterBank.$procmux$2411:
Old ports: A=$flatten\SOC.\Core.\RegisterBank.$2$memwr$\registers$Risco-5/src/core/registers.v:39$174_EN[31:0]$194, B=0, Y=$flatten\SOC.\Core.\RegisterBank.$0$memwr$\registers$Risco-5/src/core/registers.v:39$174_EN[31:0]$183
New ports: A=$flatten\SOC.\Core.\RegisterBank.$procmux$2402_Y [0], B=1'0, Y=$flatten\SOC.\Core.\RegisterBank.$0$memwr$\registers$Risco-5/src/core/registers.v:39$174_EN[31:0]$183 [0]
New connections: $flatten\SOC.\Core.\RegisterBank.$0$memwr$\registers$Risco-5/src/core/registers.v:39$174_EN[31:0]$183 [31:1] = { $flatten\SOC.\Core.\RegisterBank.$0$memwr$\registers$Risco-5/src/core/registers.v:39$174_EN[31:0]$183 [0] $flatten\SOC.\Core.\RegisterBank.$0$memwr$\registers$Risco-5/src/core/registers.v:39$174_EN[31:0]$183 [0] $flatten\SOC.\Core.\RegisterBank.$0$memwr$\registers$Risco-5/src/core/registers.v:39$174_EN[31:0]$183 [0] $flatten\SOC.\Core.\RegisterBank.$0$memwr$\registers$Risco-5/src/core/registers.v:39$174_EN[31:0]$183 [0] $flatten\SOC.\Core.\RegisterBank.$0$memwr$\registers$Risco-5/src/core/registers.v:39$174_EN[31:0]$183 [0] $flatten\SOC.\Core.\RegisterBank.$0$memwr$\registers$Risco-5/src/core/registers.v:39$174_EN[31:0]$183 [0] $flatten\SOC.\Core.\RegisterBank.$0$memwr$\registers$Risco-5/src/core/registers.v:39$174_EN[31:0]$183 [0] $flatten\SOC.\Core.\RegisterBank.$0$memwr$\registers$Risco-5/src/core/registers.v:39$174_EN[31:0]$183 [0] $flatten\SOC.\Core.\RegisterBank.$0$memwr$\registers$Risco-5/src/core/registers.v:39$174_EN[31:0]$183 [0] $flatten\SOC.\Core.\RegisterBank.$0$memwr$\registers$Risco-5/src/core/registers.v:39$174_EN[31:0]$183 [0] $flatten\SOC.\Core.\RegisterBank.$0$memwr$\registers$Risco-5/src/core/registers.v:39$174_EN[31:0]$183 [0] $flatten\SOC.\Core.\RegisterBank.$0$memwr$\registers$Risco-5/src/core/registers.v:39$174_EN[31:0]$183 [0] $flatten\SOC.\Core.\RegisterBank.$0$memwr$\registers$Risco-5/src/core/registers.v:39$174_EN[31:0]$183 [0] $flatten\SOC.\Core.\RegisterBank.$0$memwr$\registers$Risco-5/src/core/registers.v:39$174_EN[31:0]$183 [0] $flatten\SOC.\Core.\RegisterBank.$0$memwr$\registers$Risco-5/src/core/registers.v:39$174_EN[31:0]$183 [0] $flatten\SOC.\Core.\RegisterBank.$0$memwr$\registers$Risco-5/src/core/registers.v:39$174_EN[31:0]$183 [0] $flatten\SOC.\Core.\RegisterBank.$0$memwr$\registers$Risco-5/src/core/registers.v:39$174_EN[31:0]$183 [0] $flatten\SOC.\Core.\RegisterBank.$0$memwr$\registers$Risco-5/src/core/registers.v:39$174_EN[31:0]$183 [0] $flatten\SOC.\Core.\RegisterBank.$0$memwr$\registers$Risco-5/src/core/registers.v:39$174_EN[31:0]$183 [0] $flatten\SOC.\Core.\RegisterBank.$0$memwr$\registers$Risco-5/src/core/registers.v:39$174_EN[31:0]$183 [0] $flatten\SOC.\Core.\RegisterBank.$0$memwr$\registers$Risco-5/src/core/registers.v:39$174_EN[31:0]$183 [0] $flatten\SOC.\Core.\RegisterBank.$0$memwr$\registers$Risco-5/src/core/registers.v:39$174_EN[31:0]$183 [0] $flatten\SOC.\Core.\RegisterBank.$0$memwr$\registers$Risco-5/src/core/registers.v:39$174_EN[31:0]$183 [0] $flatten\SOC.\Core.\RegisterBank.$0$memwr$\registers$Risco-5/src/core/registers.v:39$174_EN[31:0]$183 [0] $flatten\SOC.\Core.\RegisterBank.$0$memwr$\registers$Risco-5/src/core/registers.v:39$174_EN[31:0]$183 [0] $flatten\SOC.\Core.\RegisterBank.$0$memwr$\registers$Risco-5/src/core/registers.v:39$174_EN[31:0]$183 [0] $flatten\SOC.\Core.\RegisterBank.$0$memwr$\registers$Risco-5/src/core/registers.v:39$174_EN[31:0]$183 [0] $flatten\SOC.\Core.\RegisterBank.$0$memwr$\registers$Risco-5/src/core/registers.v:39$174_EN[31:0]$183 [0] $flatten\SOC.\Core.\RegisterBank.$0$memwr$\registers$Risco-5/src/core/registers.v:39$174_EN[31:0]$183 [0] $flatten\SOC.\Core.\RegisterBank.$0$memwr$\registers$Risco-5/src/core/registers.v:39$174_EN[31:0]$183 [0] $flatten\SOC.\Core.\RegisterBank.$0$memwr$\registers$Risco-5/src/core/registers.v:39$174_EN[31:0]$183 [0] }
Consolidated identical input bits for $mux cell $flatten\SOC.\Core.\RegisterBank.$procmux$2414:
Old ports: A=$flatten\SOC.\Core.\RegisterBank.$2$memwr$\registers$Risco-5/src/core/registers.v:37$173_EN[31:0]$193, B=0, Y=$flatten\SOC.\Core.\RegisterBank.$0$memwr$\registers$Risco-5/src/core/registers.v:37$173_EN[31:0]$182
New ports: A=$flatten\SOC.\Core.\RegisterBank.$procmux$2384_Y [0], B=1'0, Y=$flatten\SOC.\Core.\RegisterBank.$0$memwr$\registers$Risco-5/src/core/registers.v:37$173_EN[31:0]$182 [0]
New connections: $flatten\SOC.\Core.\RegisterBank.$0$memwr$\registers$Risco-5/src/core/registers.v:37$173_EN[31:0]$182 [31:1] = { $flatten\SOC.\Core.\RegisterBank.$0$memwr$\registers$Risco-5/src/core/registers.v:37$173_EN[31:0]$182 [0] $flatten\SOC.\Core.\RegisterBank.$0$memwr$\registers$Risco-5/src/core/registers.v:37$173_EN[31:0]$182 [0] $flatten\SOC.\Core.\RegisterBank.$0$memwr$\registers$Risco-5/src/core/registers.v:37$173_EN[31:0]$182 [0] $flatten\SOC.\Core.\RegisterBank.$0$memwr$\registers$Risco-5/src/core/registers.v:37$173_EN[31:0]$182 [0] $flatten\SOC.\Core.\RegisterBank.$0$memwr$\registers$Risco-5/src/core/registers.v:37$173_EN[31:0]$182 [0] $flatten\SOC.\Core.\RegisterBank.$0$memwr$\registers$Risco-5/src/core/registers.v:37$173_EN[31:0]$182 [0] $flatten\SOC.\Core.\RegisterBank.$0$memwr$\registers$Risco-5/src/core/registers.v:37$173_EN[31:0]$182 [0] $flatten\SOC.\Core.\RegisterBank.$0$memwr$\registers$Risco-5/src/core/registers.v:37$173_EN[31:0]$182 [0] $flatten\SOC.\Core.\RegisterBank.$0$memwr$\registers$Risco-5/src/core/registers.v:37$173_EN[31:0]$182 [0] $flatten\SOC.\Core.\RegisterBank.$0$memwr$\registers$Risco-5/src/core/registers.v:37$173_EN[31:0]$182 [0] $flatten\SOC.\Core.\RegisterBank.$0$memwr$\registers$Risco-5/src/core/registers.v:37$173_EN[31:0]$182 [0] $flatten\SOC.\Core.\RegisterBank.$0$memwr$\registers$Risco-5/src/core/registers.v:37$173_EN[31:0]$182 [0] $flatten\SOC.\Core.\RegisterBank.$0$memwr$\registers$Risco-5/src/core/registers.v:37$173_EN[31:0]$182 [0] $flatten\SOC.\Core.\RegisterBank.$0$memwr$\registers$Risco-5/src/core/registers.v:37$173_EN[31:0]$182 [0] $flatten\SOC.\Core.\RegisterBank.$0$memwr$\registers$Risco-5/src/core/registers.v:37$173_EN[31:0]$182 [0] $flatten\SOC.\Core.\RegisterBank.$0$memwr$\registers$Risco-5/src/core/registers.v:37$173_EN[31:0]$182 [0] $flatten\SOC.\Core.\RegisterBank.$0$memwr$\registers$Risco-5/src/core/registers.v:37$173_EN[31:0]$182 [0] $flatten\SOC.\Core.\RegisterBank.$0$memwr$\registers$Risco-5/src/core/registers.v:37$173_EN[31:0]$182 [0] $flatten\SOC.\Core.\RegisterBank.$0$memwr$\registers$Risco-5/src/core/registers.v:37$173_EN[31:0]$182 [0] $flatten\SOC.\Core.\RegisterBank.$0$memwr$\registers$Risco-5/src/core/registers.v:37$173_EN[31:0]$182 [0] $flatten\SOC.\Core.\RegisterBank.$0$memwr$\registers$Risco-5/src/core/registers.v:37$173_EN[31:0]$182 [0] $flatten\SOC.\Core.\RegisterBank.$0$memwr$\registers$Risco-5/src/core/registers.v:37$173_EN[31:0]$182 [0] $flatten\SOC.\Core.\RegisterBank.$0$memwr$\registers$Risco-5/src/core/registers.v:37$173_EN[31:0]$182 [0] $flatten\SOC.\Core.\RegisterBank.$0$memwr$\registers$Risco-5/src/core/registers.v:37$173_EN[31:0]$182 [0] $flatten\SOC.\Core.\RegisterBank.$0$memwr$\registers$Risco-5/src/core/registers.v:37$173_EN[31:0]$182 [0] $flatten\SOC.\Core.\RegisterBank.$0$memwr$\registers$Risco-5/src/core/registers.v:37$173_EN[31:0]$182 [0] $flatten\SOC.\Core.\RegisterBank.$0$memwr$\registers$Risco-5/src/core/registers.v:37$173_EN[31:0]$182 [0] $flatten\SOC.\Core.\RegisterBank.$0$memwr$\registers$Risco-5/src/core/registers.v:37$173_EN[31:0]$182 [0] $flatten\SOC.\Core.\RegisterBank.$0$memwr$\registers$Risco-5/src/core/registers.v:37$173_EN[31:0]$182 [0] $flatten\SOC.\Core.\RegisterBank.$0$memwr$\registers$Risco-5/src/core/registers.v:37$173_EN[31:0]$182 [0] $flatten\SOC.\Core.\RegisterBank.$0$memwr$\registers$Risco-5/src/core/registers.v:37$173_EN[31:0]$182 [0] }
Consolidated identical input bits for $mux cell $flatten\SOC.\GPIOS.$procmux$2215:
Old ports: A=16'0000000000000000, B=$flatten\SOC.\GPIOS.$3$memwr$\duty_cycle$Risco-5/src/peripheral/gpios.v:73$1276_EN[15:0]$1305, Y=$flatten\SOC.\GPIOS.$procmux$2215_Y
New ports: A=1'0, B=$flatten\SOC.\GPIOS.$procmux$2159_Y [0], Y=$flatten\SOC.\GPIOS.$procmux$2215_Y [0]
New connections: $flatten\SOC.\GPIOS.$procmux$2215_Y [15:1] = { $flatten\SOC.\GPIOS.$procmux$2215_Y [0] $flatten\SOC.\GPIOS.$procmux$2215_Y [0] $flatten\SOC.\GPIOS.$procmux$2215_Y [0] $flatten\SOC.\GPIOS.$procmux$2215_Y [0] $flatten\SOC.\GPIOS.$procmux$2215_Y [0] $flatten\SOC.\GPIOS.$procmux$2215_Y [0] $flatten\SOC.\GPIOS.$procmux$2215_Y [0] $flatten\SOC.\GPIOS.$procmux$2215_Y [0] $flatten\SOC.\GPIOS.$procmux$2215_Y [0] $flatten\SOC.\GPIOS.$procmux$2215_Y [0] $flatten\SOC.\GPIOS.$procmux$2215_Y [0] $flatten\SOC.\GPIOS.$procmux$2215_Y [0] $flatten\SOC.\GPIOS.$procmux$2215_Y [0] $flatten\SOC.\GPIOS.$procmux$2215_Y [0] $flatten\SOC.\GPIOS.$procmux$2215_Y [0] }
Consolidated identical input bits for $mux cell $flatten\SOC.\GPIOS.$procmux$2233:
Old ports: A=16'0000000000000000, B=$flatten\SOC.\GPIOS.$3$memwr$\period$Risco-5/src/peripheral/gpios.v:72$1275_EN[15:0]$1302, Y=$flatten\SOC.\GPIOS.$procmux$2233_Y
New ports: A=1'0, B=$flatten\SOC.\GPIOS.$procmux$2187_Y [0], Y=$flatten\SOC.\GPIOS.$procmux$2233_Y [0]
New connections: $flatten\SOC.\GPIOS.$procmux$2233_Y [15:1] = { $flatten\SOC.\GPIOS.$procmux$2233_Y [0] $flatten\SOC.\GPIOS.$procmux$2233_Y [0] $flatten\SOC.\GPIOS.$procmux$2233_Y [0] $flatten\SOC.\GPIOS.$procmux$2233_Y [0] $flatten\SOC.\GPIOS.$procmux$2233_Y [0] $flatten\SOC.\GPIOS.$procmux$2233_Y [0] $flatten\SOC.\GPIOS.$procmux$2233_Y [0] $flatten\SOC.\GPIOS.$procmux$2233_Y [0] $flatten\SOC.\GPIOS.$procmux$2233_Y [0] $flatten\SOC.\GPIOS.$procmux$2233_Y [0] $flatten\SOC.\GPIOS.$procmux$2233_Y [0] $flatten\SOC.\GPIOS.$procmux$2233_Y [0] $flatten\SOC.\GPIOS.$procmux$2233_Y [0] $flatten\SOC.\GPIOS.$procmux$2233_Y [0] $flatten\SOC.\GPIOS.$procmux$2233_Y [0] }
Consolidated identical input bits for $mux cell $flatten\SOC.\Memory.$procmux$1920:
Old ports: A=$flatten\SOC.\Memory.$3$memwr$\memory$Risco-5/src/peripheral/memory.v:54$1368_EN[31:0]$1406, B=0, Y=$flatten\SOC.\Memory.$procmux$1920_Y
New ports: A=$flatten\SOC.\Memory.$procmux$1881_Y [0], B=1'0, Y=$flatten\SOC.\Memory.$procmux$1920_Y [0]
New connections: $flatten\SOC.\Memory.$procmux$1920_Y [31:1] = { $flatten\SOC.\Memory.$procmux$1920_Y [0] $flatten\SOC.\Memory.$procmux$1920_Y [0] $flatten\SOC.\Memory.$procmux$1920_Y [0] $flatten\SOC.\Memory.$procmux$1920_Y [0] $flatten\SOC.\Memory.$procmux$1920_Y [0] $flatten\SOC.\Memory.$procmux$1920_Y [0] $flatten\SOC.\Memory.$procmux$1920_Y [0] $flatten\SOC.\Memory.$procmux$1920_Y [0] $flatten\SOC.\Memory.$procmux$1920_Y [0] $flatten\SOC.\Memory.$procmux$1920_Y [0] $flatten\SOC.\Memory.$procmux$1920_Y [0] $flatten\SOC.\Memory.$procmux$1920_Y [0] $flatten\SOC.\Memory.$procmux$1920_Y [0] $flatten\SOC.\Memory.$procmux$1920_Y [0] $flatten\SOC.\Memory.$procmux$1920_Y [0] $flatten\SOC.\Memory.$procmux$1920_Y [0] $flatten\SOC.\Memory.$procmux$1920_Y [0] $flatten\SOC.\Memory.$procmux$1920_Y [0] $flatten\SOC.\Memory.$procmux$1920_Y [0] $flatten\SOC.\Memory.$procmux$1920_Y [0] $flatten\SOC.\Memory.$procmux$1920_Y [0] $flatten\SOC.\Memory.$procmux$1920_Y [0] $flatten\SOC.\Memory.$procmux$1920_Y [0] $flatten\SOC.\Memory.$procmux$1920_Y [0] $flatten\SOC.\Memory.$procmux$1920_Y [0] $flatten\SOC.\Memory.$procmux$1920_Y [0] $flatten\SOC.\Memory.$procmux$1920_Y [0] $flatten\SOC.\Memory.$procmux$1920_Y [0] $flatten\SOC.\Memory.$procmux$1920_Y [0] $flatten\SOC.\Memory.$procmux$1920_Y [0] $flatten\SOC.\Memory.$procmux$1920_Y [0] }
Consolidated identical input bits for $mux cell $flatten\SOC.\Memory.$procmux$1938:
Old ports: A=$flatten\SOC.\Memory.$3$memwr$\memory$Risco-5/src/peripheral/memory.v:52$1367_EN[31:0]$1403, B=0, Y=$flatten\SOC.\Memory.$procmux$1938_Y
New ports: A=$flatten\SOC.\Memory.$procmux$1836_Y [0], B=1'0, Y=$flatten\SOC.\Memory.$procmux$1938_Y [0]
New connections: $flatten\SOC.\Memory.$procmux$1938_Y [31:1] = { $flatten\SOC.\Memory.$procmux$1938_Y [0] $flatten\SOC.\Memory.$procmux$1938_Y [0] $flatten\SOC.\Memory.$procmux$1938_Y [0] $flatten\SOC.\Memory.$procmux$1938_Y [0] $flatten\SOC.\Memory.$procmux$1938_Y [0] $flatten\SOC.\Memory.$procmux$1938_Y [0] $flatten\SOC.\Memory.$procmux$1938_Y [0] $flatten\SOC.\Memory.$procmux$1938_Y [0] $flatten\SOC.\Memory.$procmux$1938_Y [0] $flatten\SOC.\Memory.$procmux$1938_Y [0] $flatten\SOC.\Memory.$procmux$1938_Y [0] $flatten\SOC.\Memory.$procmux$1938_Y [0] $flatten\SOC.\Memory.$procmux$1938_Y [0] $flatten\SOC.\Memory.$procmux$1938_Y [0] $flatten\SOC.\Memory.$procmux$1938_Y [0] $flatten\SOC.\Memory.$procmux$1938_Y [0] $flatten\SOC.\Memory.$procmux$1938_Y [0] $flatten\SOC.\Memory.$procmux$1938_Y [0] $flatten\SOC.\Memory.$procmux$1938_Y [0] $flatten\SOC.\Memory.$procmux$1938_Y [0] $flatten\SOC.\Memory.$procmux$1938_Y [0] $flatten\SOC.\Memory.$procmux$1938_Y [0] $flatten\SOC.\Memory.$procmux$1938_Y [0] $flatten\SOC.\Memory.$procmux$1938_Y [0] $flatten\SOC.\Memory.$procmux$1938_Y [0] $flatten\SOC.\Memory.$procmux$1938_Y [0] $flatten\SOC.\Memory.$procmux$1938_Y [0] $flatten\SOC.\Memory.$procmux$1938_Y [0] $flatten\SOC.\Memory.$procmux$1938_Y [0] $flatten\SOC.\Memory.$procmux$1938_Y [0] $flatten\SOC.\Memory.$procmux$1938_Y [0] }
Consolidated identical input bits for $mux cell $flatten\SOC.\Memory.$procmux$1958:
Old ports: A=0, B=$flatten\SOC.\Memory.$2$memwr$\memory$Risco-5/src/peripheral/memory.v:50$1366_EN[31:0]$1396, Y=$flatten\SOC.\Memory.$0$memwr$\memory$Risco-5/src/peripheral/memory.v:50$1366_EN[31:0]$1376
New ports: A=1'0, B=$flatten\SOC.\Memory.$procmux$1890_Y [0], Y=$flatten\SOC.\Memory.$0$memwr$\memory$Risco-5/src/peripheral/memory.v:50$1366_EN[31:0]$1376 [0]
New connections: $flatten\SOC.\Memory.$0$memwr$\memory$Risco-5/src/peripheral/memory.v:50$1366_EN[31:0]$1376 [31:1] = { $flatten\SOC.\Memory.$0$memwr$\memory$Risco-5/src/peripheral/memory.v:50$1366_EN[31:0]$1376 [0] $flatten\SOC.\Memory.$0$memwr$\memory$Risco-5/src/peripheral/memory.v:50$1366_EN[31:0]$1376 [0] $flatten\SOC.\Memory.$0$memwr$\memory$Risco-5/src/peripheral/memory.v:50$1366_EN[31:0]$1376 [0] $flatten\SOC.\Memory.$0$memwr$\memory$Risco-5/src/peripheral/memory.v:50$1366_EN[31:0]$1376 [0] $flatten\SOC.\Memory.$0$memwr$\memory$Risco-5/src/peripheral/memory.v:50$1366_EN[31:0]$1376 [0] $flatten\SOC.\Memory.$0$memwr$\memory$Risco-5/src/peripheral/memory.v:50$1366_EN[31:0]$1376 [0] $flatten\SOC.\Memory.$0$memwr$\memory$Risco-5/src/peripheral/memory.v:50$1366_EN[31:0]$1376 [0] $flatten\SOC.\Memory.$0$memwr$\memory$Risco-5/src/peripheral/memory.v:50$1366_EN[31:0]$1376 [0] $flatten\SOC.\Memory.$0$memwr$\memory$Risco-5/src/peripheral/memory.v:50$1366_EN[31:0]$1376 [0] $flatten\SOC.\Memory.$0$memwr$\memory$Risco-5/src/peripheral/memory.v:50$1366_EN[31:0]$1376 [0] $flatten\SOC.\Memory.$0$memwr$\memory$Risco-5/src/peripheral/memory.v:50$1366_EN[31:0]$1376 [0] $flatten\SOC.\Memory.$0$memwr$\memory$Risco-5/src/peripheral/memory.v:50$1366_EN[31:0]$1376 [0] $flatten\SOC.\Memory.$0$memwr$\memory$Risco-5/src/peripheral/memory.v:50$1366_EN[31:0]$1376 [0] $flatten\SOC.\Memory.$0$memwr$\memory$Risco-5/src/peripheral/memory.v:50$1366_EN[31:0]$1376 [0] $flatten\SOC.\Memory.$0$memwr$\memory$Risco-5/src/peripheral/memory.v:50$1366_EN[31:0]$1376 [0] $flatten\SOC.\Memory.$0$memwr$\memory$Risco-5/src/peripheral/memory.v:50$1366_EN[31:0]$1376 [0] $flatten\SOC.\Memory.$0$memwr$\memory$Risco-5/src/peripheral/memory.v:50$1366_EN[31:0]$1376 [0] $flatten\SOC.\Memory.$0$memwr$\memory$Risco-5/src/peripheral/memory.v:50$1366_EN[31:0]$1376 [0] $flatten\SOC.\Memory.$0$memwr$\memory$Risco-5/src/peripheral/memory.v:50$1366_EN[31:0]$1376 [0] $flatten\SOC.\Memory.$0$memwr$\memory$Risco-5/src/peripheral/memory.v:50$1366_EN[31:0]$1376 [0] $flatten\SOC.\Memory.$0$memwr$\memory$Risco-5/src/peripheral/memory.v:50$1366_EN[31:0]$1376 [0] $flatten\SOC.\Memory.$0$memwr$\memory$Risco-5/src/peripheral/memory.v:50$1366_EN[31:0]$1376 [0] $flatten\SOC.\Memory.$0$memwr$\memory$Risco-5/src/peripheral/memory.v:50$1366_EN[31:0]$1376 [0] $flatten\SOC.\Memory.$0$memwr$\memory$Risco-5/src/peripheral/memory.v:50$1366_EN[31:0]$1376 [0] $flatten\SOC.\Memory.$0$memwr$\memory$Risco-5/src/peripheral/memory.v:50$1366_EN[31:0]$1376 [0] $flatten\SOC.\Memory.$0$memwr$\memory$Risco-5/src/peripheral/memory.v:50$1366_EN[31:0]$1376 [0] $flatten\SOC.\Memory.$0$memwr$\memory$Risco-5/src/peripheral/memory.v:50$1366_EN[31:0]$1376 [0] $flatten\SOC.\Memory.$0$memwr$\memory$Risco-5/src/peripheral/memory.v:50$1366_EN[31:0]$1376 [0] $flatten\SOC.\Memory.$0$memwr$\memory$Risco-5/src/peripheral/memory.v:50$1366_EN[31:0]$1376 [0] $flatten\SOC.\Memory.$0$memwr$\memory$Risco-5/src/peripheral/memory.v:50$1366_EN[31:0]$1376 [0] $flatten\SOC.\Memory.$0$memwr$\memory$Risco-5/src/peripheral/memory.v:50$1366_EN[31:0]$1376 [0] }
Consolidated identical input bits for $mux cell $flatten\SOC.\Uart.\RX_FIFO.$procmux$2353:
Old ports: A=$flatten\SOC.\Uart.\RX_FIFO.$2$memwr$\memory$Risco-5/src/peripheral/fifo.v:39$1507_EN[7:0]$1521, B=8'00000000, Y=$flatten\SOC.\Uart.\RX_FIFO.$0$memwr$\memory$Risco-5/src/peripheral/fifo.v:39$1507_EN[7:0]$1512
New ports: A=$flatten\SOC.\Uart.\RX_FIFO.$procmux$2335_Y [0], B=1'0, Y=$flatten\SOC.\Uart.\RX_FIFO.$0$memwr$\memory$Risco-5/src/peripheral/fifo.v:39$1507_EN[7:0]$1512 [0]
New connections: $flatten\SOC.\Uart.\RX_FIFO.$0$memwr$\memory$Risco-5/src/peripheral/fifo.v:39$1507_EN[7:0]$1512 [7:1] = { $flatten\SOC.\Uart.\RX_FIFO.$0$memwr$\memory$Risco-5/src/peripheral/fifo.v:39$1507_EN[7:0]$1512 [0] $flatten\SOC.\Uart.\RX_FIFO.$0$memwr$\memory$Risco-5/src/peripheral/fifo.v:39$1507_EN[7:0]$1512 [0] $flatten\SOC.\Uart.\RX_FIFO.$0$memwr$\memory$Risco-5/src/peripheral/fifo.v:39$1507_EN[7:0]$1512 [0] $flatten\SOC.\Uart.\RX_FIFO.$0$memwr$\memory$Risco-5/src/peripheral/fifo.v:39$1507_EN[7:0]$1512 [0] $flatten\SOC.\Uart.\RX_FIFO.$0$memwr$\memory$Risco-5/src/peripheral/fifo.v:39$1507_EN[7:0]$1512 [0] $flatten\SOC.\Uart.\RX_FIFO.$0$memwr$\memory$Risco-5/src/peripheral/fifo.v:39$1507_EN[7:0]$1512 [0] $flatten\SOC.\Uart.\RX_FIFO.$0$memwr$\memory$Risco-5/src/peripheral/fifo.v:39$1507_EN[7:0]$1512 [0] }
Consolidated identical input bits for $mux cell $flatten\SOC.\Uart.\TX_FIFO.$procmux$2353:
Old ports: A=$flatten\SOC.\Uart.\TX_FIFO.$2$memwr$\memory$Risco-5/src/peripheral/fifo.v:39$1507_EN[7:0]$1521, B=8'00000000, Y=$flatten\SOC.\Uart.\TX_FIFO.$0$memwr$\memory$Risco-5/src/peripheral/fifo.v:39$1507_EN[7:0]$1512
New ports: A=$flatten\SOC.\Uart.\TX_FIFO.$procmux$2335_Y [0], B=1'0, Y=$flatten\SOC.\Uart.\TX_FIFO.$0$memwr$\memory$Risco-5/src/peripheral/fifo.v:39$1507_EN[7:0]$1512 [0]
New connections: $flatten\SOC.\Uart.\TX_FIFO.$0$memwr$\memory$Risco-5/src/peripheral/fifo.v:39$1507_EN[7:0]$1512 [7:1] = { $flatten\SOC.\Uart.\TX_FIFO.$0$memwr$\memory$Risco-5/src/peripheral/fifo.v:39$1507_EN[7:0]$1512 [0] $flatten\SOC.\Uart.\TX_FIFO.$0$memwr$\memory$Risco-5/src/peripheral/fifo.v:39$1507_EN[7:0]$1512 [0] $flatten\SOC.\Uart.\TX_FIFO.$0$memwr$\memory$Risco-5/src/peripheral/fifo.v:39$1507_EN[7:0]$1512 [0] $flatten\SOC.\Uart.\TX_FIFO.$0$memwr$\memory$Risco-5/src/peripheral/fifo.v:39$1507_EN[7:0]$1512 [0] $flatten\SOC.\Uart.\TX_FIFO.$0$memwr$\memory$Risco-5/src/peripheral/fifo.v:39$1507_EN[7:0]$1512 [0] $flatten\SOC.\Uart.\TX_FIFO.$0$memwr$\memory$Risco-5/src/peripheral/fifo.v:39$1507_EN[7:0]$1512 [0] $flatten\SOC.\Uart.\TX_FIFO.$0$memwr$\memory$Risco-5/src/peripheral/fifo.v:39$1507_EN[7:0]$1512 [0] }
Optimizing cells in module \top.
Consolidated identical input bits for $mux cell $flatten\SOC.\GPIOS.$procmux$2251:
Old ports: A=$flatten\SOC.\GPIOS.$2$memwr$\duty_cycle$Risco-5/src/peripheral/gpios.v:73$1276_EN[15:0]$1299, B=16'0000000000000000, Y=$flatten\SOC.\GPIOS.$0$memwr$\duty_cycle$Risco-5/src/peripheral/gpios.v:73$1276_EN[15:0]$1287
New ports: A=$flatten\SOC.\GPIOS.$procmux$2215_Y [0], B=1'0, Y=$flatten\SOC.\GPIOS.$0$memwr$\duty_cycle$Risco-5/src/peripheral/gpios.v:73$1276_EN[15:0]$1287 [0]
New connections: $flatten\SOC.\GPIOS.$0$memwr$\duty_cycle$Risco-5/src/peripheral/gpios.v:73$1276_EN[15:0]$1287 [15:1] = { $flatten\SOC.\GPIOS.$0$memwr$\duty_cycle$Risco-5/src/peripheral/gpios.v:73$1276_EN[15:0]$1287 [0] $flatten\SOC.\GPIOS.$0$memwr$\duty_cycle$Risco-5/src/peripheral/gpios.v:73$1276_EN[15:0]$1287 [0] $flatten\SOC.\GPIOS.$0$memwr$\duty_cycle$Risco-5/src/peripheral/gpios.v:73$1276_EN[15:0]$1287 [0] $flatten\SOC.\GPIOS.$0$memwr$\duty_cycle$Risco-5/src/peripheral/gpios.v:73$1276_EN[15:0]$1287 [0] $flatten\SOC.\GPIOS.$0$memwr$\duty_cycle$Risco-5/src/peripheral/gpios.v:73$1276_EN[15:0]$1287 [0] $flatten\SOC.\GPIOS.$0$memwr$\duty_cycle$Risco-5/src/peripheral/gpios.v:73$1276_EN[15:0]$1287 [0] $flatten\SOC.\GPIOS.$0$memwr$\duty_cycle$Risco-5/src/peripheral/gpios.v:73$1276_EN[15:0]$1287 [0] $flatten\SOC.\GPIOS.$0$memwr$\duty_cycle$Risco-5/src/peripheral/gpios.v:73$1276_EN[15:0]$1287 [0] $flatten\SOC.\GPIOS.$0$memwr$\duty_cycle$Risco-5/src/peripheral/gpios.v:73$1276_EN[15:0]$1287 [0] $flatten\SOC.\GPIOS.$0$memwr$\duty_cycle$Risco-5/src/peripheral/gpios.v:73$1276_EN[15:0]$1287 [0] $flatten\SOC.\GPIOS.$0$memwr$\duty_cycle$Risco-5/src/peripheral/gpios.v:73$1276_EN[15:0]$1287 [0] $flatten\SOC.\GPIOS.$0$memwr$\duty_cycle$Risco-5/src/peripheral/gpios.v:73$1276_EN[15:0]$1287 [0] $flatten\SOC.\GPIOS.$0$memwr$\duty_cycle$Risco-5/src/peripheral/gpios.v:73$1276_EN[15:0]$1287 [0] $flatten\SOC.\GPIOS.$0$memwr$\duty_cycle$Risco-5/src/peripheral/gpios.v:73$1276_EN[15:0]$1287 [0] $flatten\SOC.\GPIOS.$0$memwr$\duty_cycle$Risco-5/src/peripheral/gpios.v:73$1276_EN[15:0]$1287 [0] }
Consolidated identical input bits for $mux cell $flatten\SOC.\GPIOS.$procmux$2260:
Old ports: A=$flatten\SOC.\GPIOS.$2$memwr$\period$Risco-5/src/peripheral/gpios.v:72$1275_EN[15:0]$1296, B=16'0000000000000000, Y=$flatten\SOC.\GPIOS.$0$memwr$\period$Risco-5/src/peripheral/gpios.v:72$1275_EN[15:0]$1284
New ports: A=$flatten\SOC.\GPIOS.$procmux$2233_Y [0], B=1'0, Y=$flatten\SOC.\GPIOS.$0$memwr$\period$Risco-5/src/peripheral/gpios.v:72$1275_EN[15:0]$1284 [0]
New connections: $flatten\SOC.\GPIOS.$0$memwr$\period$Risco-5/src/peripheral/gpios.v:72$1275_EN[15:0]$1284 [15:1] = { $flatten\SOC.\GPIOS.$0$memwr$\period$Risco-5/src/peripheral/gpios.v:72$1275_EN[15:0]$1284 [0] $flatten\SOC.\GPIOS.$0$memwr$\period$Risco-5/src/peripheral/gpios.v:72$1275_EN[15:0]$1284 [0] $flatten\SOC.\GPIOS.$0$memwr$\period$Risco-5/src/peripheral/gpios.v:72$1275_EN[15:0]$1284 [0] $flatten\SOC.\GPIOS.$0$memwr$\period$Risco-5/src/peripheral/gpios.v:72$1275_EN[15:0]$1284 [0] $flatten\SOC.\GPIOS.$0$memwr$\period$Risco-5/src/peripheral/gpios.v:72$1275_EN[15:0]$1284 [0] $flatten\SOC.\GPIOS.$0$memwr$\period$Risco-5/src/peripheral/gpios.v:72$1275_EN[15:0]$1284 [0] $flatten\SOC.\GPIOS.$0$memwr$\period$Risco-5/src/peripheral/gpios.v:72$1275_EN[15:0]$1284 [0] $flatten\SOC.\GPIOS.$0$memwr$\period$Risco-5/src/peripheral/gpios.v:72$1275_EN[15:0]$1284 [0] $flatten\SOC.\GPIOS.$0$memwr$\period$Risco-5/src/peripheral/gpios.v:72$1275_EN[15:0]$1284 [0] $flatten\SOC.\GPIOS.$0$memwr$\period$Risco-5/src/peripheral/gpios.v:72$1275_EN[15:0]$1284 [0] $flatten\SOC.\GPIOS.$0$memwr$\period$Risco-5/src/peripheral/gpios.v:72$1275_EN[15:0]$1284 [0] $flatten\SOC.\GPIOS.$0$memwr$\period$Risco-5/src/peripheral/gpios.v:72$1275_EN[15:0]$1284 [0] $flatten\SOC.\GPIOS.$0$memwr$\period$Risco-5/src/peripheral/gpios.v:72$1275_EN[15:0]$1284 [0] $flatten\SOC.\GPIOS.$0$memwr$\period$Risco-5/src/peripheral/gpios.v:72$1275_EN[15:0]$1284 [0] $flatten\SOC.\GPIOS.$0$memwr$\period$Risco-5/src/peripheral/gpios.v:72$1275_EN[15:0]$1284 [0] }
Consolidated identical input bits for $mux cell $flatten\SOC.\Memory.$procmux$1949:
Old ports: A=0, B=$flatten\SOC.\Memory.$2$memwr$\memory$Risco-5/src/peripheral/memory.v:54$1368_EN[31:0]$1399, Y=$flatten\SOC.\Memory.$0$memwr$\memory$Risco-5/src/peripheral/memory.v:54$1368_EN[31:0]$1379
New ports: A=1'0, B=$flatten\SOC.\Memory.$procmux$1920_Y [0], Y=$flatten\SOC.\Memory.$0$memwr$\memory$Risco-5/src/peripheral/memory.v:54$1368_EN[31:0]$1379 [0]
New connections: $flatten\SOC.\Memory.$0$memwr$\memory$Risco-5/src/peripheral/memory.v:54$1368_EN[31:0]$1379 [31:1] = { $flatten\SOC.\Memory.$0$memwr$\memory$Risco-5/src/peripheral/memory.v:54$1368_EN[31:0]$1379 [0] $flatten\SOC.\Memory.$0$memwr$\memory$Risco-5/src/peripheral/memory.v:54$1368_EN[31:0]$1379 [0] $flatten\SOC.\Memory.$0$memwr$\memory$Risco-5/src/peripheral/memory.v:54$1368_EN[31:0]$1379 [0] $flatten\SOC.\Memory.$0$memwr$\memory$Risco-5/src/peripheral/memory.v:54$1368_EN[31:0]$1379 [0] $flatten\SOC.\Memory.$0$memwr$\memory$Risco-5/src/peripheral/memory.v:54$1368_EN[31:0]$1379 [0] $flatten\SOC.\Memory.$0$memwr$\memory$Risco-5/src/peripheral/memory.v:54$1368_EN[31:0]$1379 [0] $flatten\SOC.\Memory.$0$memwr$\memory$Risco-5/src/peripheral/memory.v:54$1368_EN[31:0]$1379 [0] $flatten\SOC.\Memory.$0$memwr$\memory$Risco-5/src/peripheral/memory.v:54$1368_EN[31:0]$1379 [0] $flatten\SOC.\Memory.$0$memwr$\memory$Risco-5/src/peripheral/memory.v:54$1368_EN[31:0]$1379 [0] $flatten\SOC.\Memory.$0$memwr$\memory$Risco-5/src/peripheral/memory.v:54$1368_EN[31:0]$1379 [0] $flatten\SOC.\Memory.$0$memwr$\memory$Risco-5/src/peripheral/memory.v:54$1368_EN[31:0]$1379 [0] $flatten\SOC.\Memory.$0$memwr$\memory$Risco-5/src/peripheral/memory.v:54$1368_EN[31:0]$1379 [0] $flatten\SOC.\Memory.$0$memwr$\memory$Risco-5/src/peripheral/memory.v:54$1368_EN[31:0]$1379 [0] $flatten\SOC.\Memory.$0$memwr$\memory$Risco-5/src/peripheral/memory.v:54$1368_EN[31:0]$1379 [0] $flatten\SOC.\Memory.$0$memwr$\memory$Risco-5/src/peripheral/memory.v:54$1368_EN[31:0]$1379 [0] $flatten\SOC.\Memory.$0$memwr$\memory$Risco-5/src/peripheral/memory.v:54$1368_EN[31:0]$1379 [0] $flatten\SOC.\Memory.$0$memwr$\memory$Risco-5/src/peripheral/memory.v:54$1368_EN[31:0]$1379 [0] $flatten\SOC.\Memory.$0$memwr$\memory$Risco-5/src/peripheral/memory.v:54$1368_EN[31:0]$1379 [0] $flatten\SOC.\Memory.$0$memwr$\memory$Risco-5/src/peripheral/memory.v:54$1368_EN[31:0]$1379 [0] $flatten\SOC.\Memory.$0$memwr$\memory$Risco-5/src/peripheral/memory.v:54$1368_EN[31:0]$1379 [0] $flatten\SOC.\Memory.$0$memwr$\memory$Risco-5/src/peripheral/memory.v:54$1368_EN[31:0]$1379 [0] $flatten\SOC.\Memory.$0$memwr$\memory$Risco-5/src/peripheral/memory.v:54$1368_EN[31:0]$1379 [0] $flatten\SOC.\Memory.$0$memwr$\memory$Risco-5/src/peripheral/memory.v:54$1368_EN[31:0]$1379 [0] $flatten\SOC.\Memory.$0$memwr$\memory$Risco-5/src/peripheral/memory.v:54$1368_EN[31:0]$1379 [0] $flatten\SOC.\Memory.$0$memwr$\memory$Risco-5/src/peripheral/memory.v:54$1368_EN[31:0]$1379 [0] $flatten\SOC.\Memory.$0$memwr$\memory$Risco-5/src/peripheral/memory.v:54$1368_EN[31:0]$1379 [0] $flatten\SOC.\Memory.$0$memwr$\memory$Risco-5/src/peripheral/memory.v:54$1368_EN[31:0]$1379 [0] $flatten\SOC.\Memory.$0$memwr$\memory$Risco-5/src/peripheral/memory.v:54$1368_EN[31:0]$1379 [0] $flatten\SOC.\Memory.$0$memwr$\memory$Risco-5/src/peripheral/memory.v:54$1368_EN[31:0]$1379 [0] $flatten\SOC.\Memory.$0$memwr$\memory$Risco-5/src/peripheral/memory.v:54$1368_EN[31:0]$1379 [0] $flatten\SOC.\Memory.$0$memwr$\memory$Risco-5/src/peripheral/memory.v:54$1368_EN[31:0]$1379 [0] }
Consolidated identical input bits for $mux cell $flatten\SOC.\Memory.$procmux$1967:
Old ports: A=0, B=$flatten\SOC.\Memory.$2$memwr$\memory$Risco-5/src/peripheral/memory.v:52$1367_EN[31:0]$1393, Y=$flatten\SOC.\Memory.$0$memwr$\memory$Risco-5/src/peripheral/memory.v:52$1367_EN[31:0]$1373
New ports: A=1'0, B=$flatten\SOC.\Memory.$procmux$1938_Y [0], Y=$flatten\SOC.\Memory.$0$memwr$\memory$Risco-5/src/peripheral/memory.v:52$1367_EN[31:0]$1373 [0]
New connections: $flatten\SOC.\Memory.$0$memwr$\memory$Risco-5/src/peripheral/memory.v:52$1367_EN[31:0]$1373 [31:1] = { $flatten\SOC.\Memory.$0$memwr$\memory$Risco-5/src/peripheral/memory.v:52$1367_EN[31:0]$1373 [0] $flatten\SOC.\Memory.$0$memwr$\memory$Risco-5/src/peripheral/memory.v:52$1367_EN[31:0]$1373 [0] $flatten\SOC.\Memory.$0$memwr$\memory$Risco-5/src/peripheral/memory.v:52$1367_EN[31:0]$1373 [0] $flatten\SOC.\Memory.$0$memwr$\memory$Risco-5/src/peripheral/memory.v:52$1367_EN[31:0]$1373 [0] $flatten\SOC.\Memory.$0$memwr$\memory$Risco-5/src/peripheral/memory.v:52$1367_EN[31:0]$1373 [0] $flatten\SOC.\Memory.$0$memwr$\memory$Risco-5/src/peripheral/memory.v:52$1367_EN[31:0]$1373 [0] $flatten\SOC.\Memory.$0$memwr$\memory$Risco-5/src/peripheral/memory.v:52$1367_EN[31:0]$1373 [0] $flatten\SOC.\Memory.$0$memwr$\memory$Risco-5/src/peripheral/memory.v:52$1367_EN[31:0]$1373 [0] $flatten\SOC.\Memory.$0$memwr$\memory$Risco-5/src/peripheral/memory.v:52$1367_EN[31:0]$1373 [0] $flatten\SOC.\Memory.$0$memwr$\memory$Risco-5/src/peripheral/memory.v:52$1367_EN[31:0]$1373 [0] $flatten\SOC.\Memory.$0$memwr$\memory$Risco-5/src/peripheral/memory.v:52$1367_EN[31:0]$1373 [0] $flatten\SOC.\Memory.$0$memwr$\memory$Risco-5/src/peripheral/memory.v:52$1367_EN[31:0]$1373 [0] $flatten\SOC.\Memory.$0$memwr$\memory$Risco-5/src/peripheral/memory.v:52$1367_EN[31:0]$1373 [0] $flatten\SOC.\Memory.$0$memwr$\memory$Risco-5/src/peripheral/memory.v:52$1367_EN[31:0]$1373 [0] $flatten\SOC.\Memory.$0$memwr$\memory$Risco-5/src/peripheral/memory.v:52$1367_EN[31:0]$1373 [0] $flatten\SOC.\Memory.$0$memwr$\memory$Risco-5/src/peripheral/memory.v:52$1367_EN[31:0]$1373 [0] $flatten\SOC.\Memory.$0$memwr$\memory$Risco-5/src/peripheral/memory.v:52$1367_EN[31:0]$1373 [0] $flatten\SOC.\Memory.$0$memwr$\memory$Risco-5/src/peripheral/memory.v:52$1367_EN[31:0]$1373 [0] $flatten\SOC.\Memory.$0$memwr$\memory$Risco-5/src/peripheral/memory.v:52$1367_EN[31:0]$1373 [0] $flatten\SOC.\Memory.$0$memwr$\memory$Risco-5/src/peripheral/memory.v:52$1367_EN[31:0]$1373 [0] $flatten\SOC.\Memory.$0$memwr$\memory$Risco-5/src/peripheral/memory.v:52$1367_EN[31:0]$1373 [0] $flatten\SOC.\Memory.$0$memwr$\memory$Risco-5/src/peripheral/memory.v:52$1367_EN[31:0]$1373 [0] $flatten\SOC.\Memory.$0$memwr$\memory$Risco-5/src/peripheral/memory.v:52$1367_EN[31:0]$1373 [0] $flatten\SOC.\Memory.$0$memwr$\memory$Risco-5/src/peripheral/memory.v:52$1367_EN[31:0]$1373 [0] $flatten\SOC.\Memory.$0$memwr$\memory$Risco-5/src/peripheral/memory.v:52$1367_EN[31:0]$1373 [0] $flatten\SOC.\Memory.$0$memwr$\memory$Risco-5/src/peripheral/memory.v:52$1367_EN[31:0]$1373 [0] $flatten\SOC.\Memory.$0$memwr$\memory$Risco-5/src/peripheral/memory.v:52$1367_EN[31:0]$1373 [0] $flatten\SOC.\Memory.$0$memwr$\memory$Risco-5/src/peripheral/memory.v:52$1367_EN[31:0]$1373 [0] $flatten\SOC.\Memory.$0$memwr$\memory$Risco-5/src/peripheral/memory.v:52$1367_EN[31:0]$1373 [0] $flatten\SOC.\Memory.$0$memwr$\memory$Risco-5/src/peripheral/memory.v:52$1367_EN[31:0]$1373 [0] $flatten\SOC.\Memory.$0$memwr$\memory$Risco-5/src/peripheral/memory.v:52$1367_EN[31:0]$1373 [0] }
Optimizing cells in module \top.
Performed a total of 44 changes.
24.11.5. Executing OPT_MERGE pass (detect identical cells).
Finding identical cells in module `\top'.
<suppressed ~27 debug messages>
Removed a total of 9 cells.
24.11.6. Executing OPT_DFF pass (perform DFF optimizations).
24.11.7. Executing OPT_CLEAN pass (remove unused cells and wires).
Finding unused cells or wires in module \top..
Removed 0 unused cells and 388 unused wires.
<suppressed ~5 debug messages>
24.11.8. Executing OPT_EXPR pass (perform const folding).
Optimizing module top.
24.11.9. Rerunning OPT passes. (Maybe there is more to do..)
24.11.10. Executing OPT_MUXTREE pass (detect dead branches in mux trees).
Running muxtree optimizer on module \top..
Creating internal representation of mux trees.
Evaluating internal representation of mux trees.
Analyzing evaluation results.
Removed 0 multiplexer ports.
<suppressed ~154 debug messages>
24.11.11. Executing OPT_REDUCE pass (consolidate $*mux and $reduce_* inputs).
Optimizing cells in module \top.
New ctrl vector for $pmux cell $flatten\SOC.\Core.\Alu.$procmux$4003: { $flatten\SOC.\Core.\Alu.$procmux$4017_CMP $flatten\SOC.\Core.\Alu.$procmux$4016_CMP $flatten\SOC.\Core.\Alu.$procmux$4015_CMP $flatten\SOC.\Core.\Alu.$procmux$4014_CMP $auto$opt_reduce.cc:134:opt_pmux$4255 $flatten\SOC.\Core.\Alu.$procmux$4011_CMP $flatten\SOC.\Core.\Alu.$procmux$4010_CMP $flatten\SOC.\Core.\Alu.$procmux$4009_CMP $flatten\SOC.\Core.\Alu.$procmux$4008_CMP $flatten\SOC.\Core.\Alu.$procmux$4007_CMP $flatten\SOC.\Core.\Alu.$procmux$4006_CMP $auto$opt_reduce.cc:134:opt_pmux$4253 }
New ctrl vector for $pmux cell $flatten\SOC.\Core.\Control_Unit.$procmux$3006: { $flatten\SOC.\Core.\Control_Unit.$procmux$2996_CMP $auto$opt_reduce.cc:134:opt_pmux$4235 $auto$opt_reduce.cc:134:opt_pmux$4233 $auto$opt_reduce.cc:134:opt_pmux$4231 $flatten\SOC.\Core.\Control_Unit.$procmux$2906_CMP $auto$opt_reduce.cc:134:opt_pmux$4229 $auto$opt_reduce.cc:134:opt_pmux$4259 $auto$opt_reduce.cc:134:opt_pmux$4257 $auto$opt_reduce.cc:134:opt_pmux$4227 $auto$opt_reduce.cc:134:opt_pmux$4225 $auto$opt_reduce.cc:134:opt_pmux$4223 }
New ctrl vector for $pmux cell $flatten\SOC.\Uart.$procmux$2117: { $flatten\SOC.\Uart.$procmux$2111_CMP $flatten\SOC.\Uart.$procmux$2053_CMP $auto$opt_reduce.cc:134:opt_pmux$4261 $auto$opt_reduce.cc:134:opt_pmux$4241 $flatten\SOC.\Uart.$procmux$2035_CMP }
Optimizing cells in module \top.
Performed a total of 3 changes.
24.11.12. Executing OPT_MERGE pass (detect identical cells).
Finding identical cells in module `\top'.
Removed a total of 0 cells.
24.11.13. Executing OPT_DFF pass (perform DFF optimizations).
+ mkdir -p Risco-5/impl/pnr
24.11.14. Executing OPT_CLEAN pass (remove unused cells and wires).
Finding unused cells or wires in module \top..
24.11.15. Executing OPT_EXPR pass (perform const folding).
Optimizing module top.
24.11.16. Rerunning OPT passes. (Maybe there is more to do..)
24.11.17. Executing OPT_MUXTREE pass (detect dead branches in mux trees).
Running muxtree optimizer on module \top..
Creating internal representation of mux trees.
Evaluating internal representation of mux trees.
Analyzing evaluation results.
Removed 0 multiplexer ports.
<suppressed ~154 debug messages>
24.11.18. Executing OPT_REDUCE pass (consolidate $*mux and $reduce_* inputs).
Optimizing cells in module \top.
Performed a total of 0 changes.
24.11.19. Executing OPT_MERGE pass (detect identical cells).
Finding identical cells in module `\top'.
Removed a total of 0 cells.
24.11.20. Executing OPT_DFF pass (perform DFF optimizations).
24.11.21. Executing OPT_CLEAN pass (remove unused cells and wires).
Finding unused cells or wires in module \top..
24.11.22. Executing OPT_EXPR pass (perform const folding).
Optimizing module top.
24.11.23. Finished OPT passes. (There is nothing left to do.)
24.12. Executing FSM pass (extract and optimize FSM).
24.12.1. Executing FSM_DETECT pass (finding FSMs in design).
Not marking top.ResetBootSystem.state as FSM state register:
Register has an initialization value.
Circuit seems to be self-resetting.
Not marking top.SOC.Core.CSR_Unit.utime as FSM state register:
Users of register don't seem to benefit from recoding.
Register has an initialization value.
Not marking top.SOC.Core.Control_Unit.state as FSM state register:
Register has an initialization value.
Not marking top.SOC.Core.Mdu.state_div as FSM state register:
Register has an initialization value.
Not marking top.SOC.Core.Mdu.state_mul as FSM state register:
Register has an initialization value.
Found FSM state register top.SOC.Uart.i_uart_rx.fsm_state.
Not marking top.SOC.Uart.i_uart_tx.fsm_state as FSM state register:
Users of register don't seem to benefit from recoding.
Not marking top.SOC.Uart.state as FSM state register:
Register has an initialization value.
24.12.2. Executing FSM_EXTRACT pass (extracting FSM from design).
Extracting FSM `\SOC.Uart.i_uart_rx.fsm_state' from module `\top'.
found $dff cell for state register: $flatten\SOC.\Uart.\i_uart_rx.$procdff$4027
root of input selection tree: $flatten\SOC.\Uart.\i_uart_rx.$0\fsm_state[2:0]
found reset state: 3'000 (guessed from mux tree)
found ctrl input: \ResetBootSystem.reset_o
found ctrl input: $flatten\SOC.\Uart.\i_uart_rx.$eq$Risco-5/src/peripheral/uart_rx.v:105$1470_Y
found ctrl input: $flatten\SOC.\Uart.\i_uart_rx.$eq$Risco-5/src/peripheral/uart_rx.v:133$1483_Y
found ctrl input: $flatten\SOC.\Uart.\i_uart_rx.$eq$Risco-5/src/peripheral/uart_rx.v:171$1496_Y
found ctrl input: $flatten\SOC.\Uart.\i_uart_rx.$eq$Risco-5/src/peripheral/uart_rx.v:131$1482_Y
found state code: 3'000
found ctrl input: \SOC.Uart.i_uart_rx.next_bit
found state code: 3'011
found ctrl input: \SOC.Uart.i_uart_rx.payload_done
found state code: 3'010
found state code: 3'001
found ctrl input: \SOC.Uart.i_uart_rx.rxd_reg
found ctrl output: $flatten\SOC.\Uart.\i_uart_rx.$eq$Risco-5/src/peripheral/uart_rx.v:171$1496_Y
found ctrl output: $flatten\SOC.\Uart.\i_uart_rx.$ne$Risco-5/src/peripheral/uart_rx.v:146$1487_Y
found ctrl output: $flatten\SOC.\Uart.\i_uart_rx.$eq$Risco-5/src/peripheral/uart_rx.v:133$1483_Y
found ctrl output: $flatten\SOC.\Uart.\i_uart_rx.$eq$Risco-5/src/peripheral/uart_rx.v:131$1482_Y
found ctrl output: $flatten\SOC.\Uart.\i_uart_rx.$eq$Risco-5/src/peripheral/uart_rx.v:105$1470_Y
ctrl inputs: { \SOC.Uart.i_uart_rx.rxd_reg \SOC.Uart.i_uart_rx.next_bit \SOC.Uart.i_uart_rx.payload_done \ResetBootSystem.reset_o }
ctrl outputs: { $flatten\SOC.\Uart.\i_uart_rx.$eq$Risco-5/src/peripheral/uart_rx.v:105$1470_Y $flatten\SOC.\Uart.\i_uart_rx.$eq$Risco-5/src/peripheral/uart_rx.v:131$1482_Y $flatten\SOC.\Uart.\i_uart_rx.$eq$Risco-5/src/peripheral/uart_rx.v:133$1483_Y $flatten\SOC.\Uart.\i_uart_rx.$ne$Risco-5/src/peripheral/uart_rx.v:146$1487_Y $flatten\SOC.\Uart.\i_uart_rx.$eq$Risco-5/src/peripheral/uart_rx.v:171$1496_Y $flatten\SOC.\Uart.\i_uart_rx.$0\fsm_state[2:0] }
transition: 3'000 4'0--0 -> 3'001 8'01010001
transition: 3'000 4'1--0 -> 3'000 8'01010000
transition: 3'000 4'---1 -> 3'000 8'01010000
transition: 3'010 4'--00 -> 3'010 8'00100010
transition: 3'010 4'--10 -> 3'011 8'00100011
transition: 3'010 4'---1 -> 3'000 8'00100000
transition: 3'001 4'-0-0 -> 3'001 8'00011001
transition: 3'001 4'-1-0 -> 3'010 8'00011010
transition: 3'001 4'---1 -> 3'000 8'00011000
transition: 3'011 4'-0-0 -> 3'011 8'10010011
transition: 3'011 4'-1-0 -> 3'000 8'10010000
transition: 3'011 4'---1 -> 3'000 8'10010000
24.12.3. Executing FSM_OPT pass (simple optimizations of FSMs).
Optimizing FSM `$fsm$\SOC.Uart.i_uart_rx.fsm_state$4262' from module `\top'.
24.12.4. Executing OPT_CLEAN pass (remove unused cells and wires).
Finding unused cells or wires in module \top..
Removed 7 unused cells and 7 unused wires.
<suppressed ~8 debug messages>
24.12.5. Executing FSM_OPT pass (simple optimizations of FSMs).
Optimizing FSM `$fsm$\SOC.Uart.i_uart_rx.fsm_state$4262' from module `\top'.
Removing unused output signal $flatten\SOC.\Uart.\i_uart_rx.$0\fsm_state[2:0] [0].
Removing unused output signal $flatten\SOC.\Uart.\i_uart_rx.$0\fsm_state[2:0] [1].
Removing unused output signal $flatten\SOC.\Uart.\i_uart_rx.$0\fsm_state[2:0] [2].
24.12.6. Executing FSM_RECODE pass (re-assigning FSM state encoding).
Recoding FSM `$fsm$\SOC.Uart.i_uart_rx.fsm_state$4262' from module `\top' using `auto' encoding:
mapping auto encoding to `one-hot` for this FSM.
000 -> ---1
010 -> --1-
001 -> -1--
011 -> 1---
24.12.7. Executing FSM_INFO pass (dumping all available information on FSM cells).
FSM `$fsm$\SOC.Uart.i_uart_rx.fsm_state$4262' from module `top':
-------------------------------------
Information on FSM $fsm$\SOC.Uart.i_uart_rx.fsm_state$4262 (\SOC.Uart.i_uart_rx.fsm_state):
Number of input signals: 4
Number of output signals: 5
Number of state bits: 4
Input signals:
0: \ResetBootSystem.reset_o
1: \SOC.Uart.i_uart_rx.payload_done
2: \SOC.Uart.i_uart_rx.next_bit
3: \SOC.Uart.i_uart_rx.rxd_reg
Output signals:
0: $flatten\SOC.\Uart.\i_uart_rx.$eq$Risco-5/src/peripheral/uart_rx.v:171$1496_Y
1: $flatten\SOC.\Uart.\i_uart_rx.$ne$Risco-5/src/peripheral/uart_rx.v:146$1487_Y
2: $flatten\SOC.\Uart.\i_uart_rx.$eq$Risco-5/src/peripheral/uart_rx.v:133$1483_Y
3: $flatten\SOC.\Uart.\i_uart_rx.$eq$Risco-5/src/peripheral/uart_rx.v:131$1482_Y
4: $flatten\SOC.\Uart.\i_uart_rx.$eq$Risco-5/src/peripheral/uart_rx.v:105$1470_Y
State encoding:
0: 4'---1 <RESET STATE>
1: 4'--1-
2: 4'-1--
3: 4'1---
Transition Table (state_in, ctrl_in, state_out, ctrl_out):
0: 0 4'1--0 -> 0 5'01010
1: 0 4'---1 -> 0 5'01010
2: 0 4'0--0 -> 2 5'01010
3: 1 4'---1 -> 0 5'00100
4: 1 4'--00 -> 1 5'00100
5: 1 4'--10 -> 3 5'00100
6: 2 4'---1 -> 0 5'00011
7: 2 4'-1-0 -> 1 5'00011
8: 2 4'-0-0 -> 2 5'00011
9: 3 4'-1-0 -> 0 5'10010
10: 3 4'---1 -> 0 5'10010
11: 3 4'-0-0 -> 3 5'10010
-------------------------------------
24.12.8. Executing FSM_MAP pass (mapping FSMs to basic logic).
Mapping FSM `$fsm$\SOC.Uart.i_uart_rx.fsm_state$4262' from module `\top'.
24.13. Executing OPT pass (performing simple optimizations).
24.13.1. Executing OPT_EXPR pass (perform const folding).
Optimizing module top.
<suppressed ~5 debug messages>
24.13.2. Executing OPT_MERGE pass (detect identical cells).
Finding identical cells in module `\top'.
<suppressed ~6 debug messages>
Removed a total of 2 cells.
24.13.3. Executing OPT_MUXTREE pass (detect dead branches in mux trees).
Running muxtree optimizer on module \top..
Creating internal representation of mux trees.
Evaluating internal representation of mux trees.
Analyzing evaluation results.
Removed 0 multiplexer ports.
<suppressed ~153 debug messages>
24.13.4. Executing OPT_REDUCE pass (consolidate $*mux and $reduce_* inputs).
Optimizing cells in module \top.
Performed a total of 0 changes.
24.13.5. Executing OPT_MERGE pass (detect identical cells).
Finding identical cells in module `\top'.
Removed a total of 0 cells.
24.13.6. Executing OPT_DFF pass (perform DFF optimizations).
Adding SRST signal on $flatten\SOC.\Uart.\i_uart_tx.$procdff$4039 ($dff) from module top (D = { $flatten\SOC.\Uart.\i_uart_tx.$procmux$1807_Y $flatten\SOC.\Uart.\i_uart_tx.$procmux$1801_Y $flatten\SOC.\Uart.\i_uart_tx.$procmux$1792_Y $flatten\SOC.\Uart.\i_uart_tx.$procmux$1783_Y $flatten\SOC.\Uart.\i_uart_tx.$procmux$1774_Y $flatten\SOC.\Uart.\i_uart_tx.$procmux$1765_Y $flatten\SOC.\Uart.\i_uart_tx.$procmux$1747_Y $flatten\SOC.\Uart.\i_uart_tx.$procmux$1756_Y }, Q = \SOC.Uart.i_uart_tx.data_to_send, rval = 8'00000000).
Adding EN signal on $auto$ff.cc:266:slice$4312 ($sdff) from module top (D = \SOC.Uart.uart_tx_data [7], Q = \SOC.Uart.i_uart_tx.data_to_send [7]).
Adding EN signal on $auto$ff.cc:266:slice$4312 ($sdff) from module top (D = { $flatten\SOC.\Uart.\i_uart_tx.$procmux$1801_Y $flatten\SOC.\Uart.\i_uart_tx.$procmux$1792_Y $flatten\SOC.\Uart.\i_uart_tx.$procmux$1783_Y $flatten\SOC.\Uart.\i_uart_tx.$procmux$1774_Y $flatten\SOC.\Uart.\i_uart_tx.$procmux$1765_Y $flatten\SOC.\Uart.\i_uart_tx.$procmux$1747_Y $flatten\SOC.\Uart.\i_uart_tx.$procmux$1756_Y }, Q = \SOC.Uart.i_uart_tx.data_to_send [6:0]).
Adding SRST signal on $flatten\SOC.\Uart.\i_uart_tx.$procdff$4037 ($dff) from module top (D = $flatten\SOC.\Uart.\i_uart_tx.$procmux$1723_Y, Q = \SOC.Uart.i_uart_tx.bit_counter, rval = 4'0000).
Adding EN signal on $auto$ff.cc:266:slice$4317 ($sdff) from module top (D = $flatten\SOC.\Uart.\i_uart_tx.$procmux$1723_Y, Q = \SOC.Uart.i_uart_tx.bit_counter).
Adding SRST signal on $flatten\SOC.\Uart.\i_uart_tx.$procdff$4036 ($dff) from module top (D = $flatten\SOC.\Uart.\i_uart_tx.$procmux$1712_Y, Q = \SOC.Uart.i_uart_tx.cycle_counter, rval = 9'000000000).
Adding EN signal on $auto$ff.cc:266:slice$4323 ($sdff) from module top (D = $flatten\SOC.\Uart.\i_uart_tx.$add$Risco-5/src/peripheral/uart_tx.v:152$1450_Y, Q = \SOC.Uart.i_uart_tx.cycle_counter).
Adding SRST signal on $flatten\SOC.\Uart.\i_uart_tx.$procdff$4035 ($dff) from module top (D = \SOC.Uart.i_uart_tx.n_fsm_state, Q = \SOC.Uart.i_uart_tx.fsm_state, rval = 3'000).
Adding SRST signal on $flatten\SOC.\Uart.\i_uart_tx.$procdff$4034 ($dff) from module top (D = $flatten\SOC.\Uart.\i_uart_tx.$procmux$1701_Y, Q = \SOC.Uart.i_uart_tx.txd_reg, rval = 1'1).
Adding EN signal on $auto$ff.cc:266:slice$4328 ($sdff) from module top (D = $flatten\SOC.\Uart.\i_uart_tx.$procmux$1701_Y, Q = \SOC.Uart.i_uart_tx.txd_reg).
Adding SRST signal on $flatten\SOC.\Uart.\i_uart_rx.$procdff$4033 ($dff) from module top (D = $flatten\SOC.\Uart.\i_uart_rx.$procmux$1690_Y, Q = \SOC.Uart.i_uart_rx.uart_rx_data, rval = 8'00000000).
Adding EN signal on $auto$ff.cc:266:slice$4334 ($sdff) from module top (D = \SOC.Uart.i_uart_rx.recieved_data, Q = \SOC.Uart.i_uart_rx.uart_rx_data).
Adding SRST signal on $flatten\SOC.\Uart.\i_uart_rx.$procdff$4031 ($dff) from module top (D = { $flatten\SOC.\Uart.\i_uart_rx.$procmux$1667_Y $flatten\SOC.\Uart.\i_uart_rx.$procmux$1658_Y $flatten\SOC.\Uart.\i_uart_rx.$procmux$1649_Y $flatten\SOC.\Uart.\i_uart_rx.$procmux$1640_Y $flatten\SOC.\Uart.\i_uart_rx.$procmux$1631_Y $flatten\SOC.\Uart.\i_uart_rx.$procmux$1622_Y $flatten\SOC.\Uart.\i_uart_rx.$procmux$1604_Y $flatten\SOC.\Uart.\i_uart_rx.$procmux$1613_Y }, Q = \SOC.Uart.i_uart_rx.recieved_data, rval = 8'00000000).
Adding EN signal on $auto$ff.cc:266:slice$4336 ($sdff) from module top (D = { \SOC.Uart.i_uart_rx.bit_sample \SOC.Uart.i_uart_rx.recieved_data [7:1] }, Q = \SOC.Uart.i_uart_rx.recieved_data).
Adding SRST signal on $flatten\SOC.\Uart.\i_uart_rx.$procdff$4030 ($dff) from module top (D = $flatten\SOC.\Uart.\i_uart_rx.$procmux$1586_Y, Q = \SOC.Uart.i_uart_rx.bit_counter, rval = 4'0000).
Adding EN signal on $auto$ff.cc:266:slice$4340 ($sdff) from module top (D = $flatten\SOC.\Uart.\i_uart_rx.$add$Risco-5/src/peripheral/uart_rx.v:149$1490_Y, Q = \SOC.Uart.i_uart_rx.bit_counter).
Adding SRST signal on $flatten\SOC.\Uart.\i_uart_rx.$procdff$4029 ($dff) from module top (D = $flatten\SOC.\Uart.\i_uart_rx.$procmux$1581_Y, Q = \SOC.Uart.i_uart_rx.bit_sample, rval = 1'0).
Adding EN signal on $auto$ff.cc:266:slice$4344 ($sdff) from module top (D = \SOC.Uart.i_uart_rx.rxd_reg, Q = \SOC.Uart.i_uart_rx.bit_sample).
Adding SRST signal on $flatten\SOC.\Uart.\i_uart_rx.$procdff$4028 ($dff) from module top (D = $flatten\SOC.\Uart.\i_uart_rx.$procmux$1573_Y, Q = \SOC.Uart.i_uart_rx.cycle_counter, rval = 9'000000000).
Adding EN signal on $auto$ff.cc:266:slice$4346 ($sdff) from module top (D = $flatten\SOC.\Uart.\i_uart_rx.$add$Risco-5/src/peripheral/uart_rx.v:174$1501_Y, Q = \SOC.Uart.i_uart_rx.cycle_counter).
Adding SRST signal on $flatten\SOC.\Uart.\i_uart_rx.$procdff$4026 ($dff) from module top (D = \rx, Q = \SOC.Uart.i_uart_rx.rxd_reg_0, rval = 1'1).
Adding SRST signal on $flatten\SOC.\Uart.\i_uart_rx.$procdff$4025 ($dff) from module top (D = \SOC.Uart.i_uart_rx.rxd_reg_0, Q = \SOC.Uart.i_uart_rx.rxd_reg, rval = 1'1).
Adding SRST signal on $flatten\SOC.\Uart.\TX_FIFO.$procdff$4084 ($dff) from module top (D = $flatten\SOC.\Uart.\TX_FIFO.$procmux$2362_Y, Q = \SOC.Uart.TX_FIFO.write_ptr, rval = 6'000000).
Adding EN signal on $auto$ff.cc:266:slice$4352 ($sdff) from module top (D = $flatten\SOC.\Uart.\TX_FIFO.$ternary$Risco-5/src/peripheral/fifo.v:40$1525_Y, Q = \SOC.Uart.TX_FIFO.write_ptr).
Adding SRST signal on $flatten\SOC.\Uart.\TX_FIFO.$procdff$4083 ($dff) from module top (D = $flatten\SOC.\Uart.\TX_FIFO.$procmux$2370_Y, Q = \SOC.Uart.TX_FIFO.read_ptr, rval = 6'000000).
Adding EN signal on $auto$ff.cc:266:slice$4354 ($sdff) from module top (D = $flatten\SOC.\Uart.\TX_FIFO.$ternary$Risco-5/src/peripheral/fifo.v:43$1531_Y [5:0], Q = \SOC.Uart.TX_FIFO.read_ptr).
Adding SRST signal on $flatten\SOC.\Uart.\TX_FIFO.$procdff$4082 ($dff) from module top (D = $flatten\SOC.\Uart.\TX_FIFO.$procmux$2378_Y, Q = \SOC.Uart.TX_FIFO.counter, rval = 6'000000).
Adding EN signal on $auto$ff.cc:266:slice$4360 ($sdff) from module top (D = $flatten\SOC.\Uart.\TX_FIFO.$procmux$2378_Y, Q = \SOC.Uart.TX_FIFO.counter).
Adding SRST signal on $flatten\SOC.\Uart.\RX_FIFO.$procdff$4084 ($dff) from module top (D = $flatten\SOC.\Uart.\RX_FIFO.$procmux$2362_Y, Q = \SOC.Uart.RX_FIFO.write_ptr, rval = 6'000000).
Adding EN signal on $auto$ff.cc:266:slice$4364 ($sdff) from module top (D = $flatten\SOC.\Uart.\RX_FIFO.$ternary$Risco-5/src/peripheral/fifo.v:40$1525_Y, Q = \SOC.Uart.RX_FIFO.write_ptr).
Adding SRST signal on $flatten\SOC.\Uart.\RX_FIFO.$procdff$4083 ($dff) from module top (D = $flatten\SOC.\Uart.\RX_FIFO.$procmux$2370_Y, Q = \SOC.Uart.RX_FIFO.read_ptr, rval = 6'000000).
Adding EN signal on $auto$ff.cc:266:slice$4366 ($sdff) from module top (D = $flatten\SOC.\Uart.\RX_FIFO.$ternary$Risco-5/src/peripheral/fifo.v:43$1531_Y [5:0], Q = \SOC.Uart.RX_FIFO.read_ptr).
Adding SRST signal on $flatten\SOC.\Uart.\RX_FIFO.$procdff$4082 ($dff) from module top (D = $flatten\SOC.\Uart.\RX_FIFO.$procmux$2378_Y, Q = \SOC.Uart.RX_FIFO.counter, rval = 6'000000).
Adding EN signal on $auto$ff.cc:266:slice$4372 ($sdff) from module top (D = $flatten\SOC.\Uart.\RX_FIFO.$procmux$2378_Y, Q = \SOC.Uart.RX_FIFO.counter).
Adding SRST signal on $flatten\SOC.\Uart.$procdff$4062 ($dff) from module top (D = $flatten\SOC.\Uart.$procmux$2051_Y, Q = \SOC.Uart.write_data_buffer, rval = 0).
Adding EN signal on $auto$ff.cc:266:slice$4376 ($sdff) from module top (D = $flatten\SOC.\Uart.$procmux$2051_Y, Q = \SOC.Uart.write_data_buffer).
Adding SRST signal on $flatten\SOC.\Uart.$procdff$4061 ($dff) from module top (D = $flatten\SOC.\Uart.$procmux$2069_Y, Q = \SOC.Uart.tx_fifo_write_data, rval = 8'00000000).
Adding EN signal on $auto$ff.cc:266:slice$4386 ($sdff) from module top (D = \SOC.Uart.write_data_buffer [7:0], Q = \SOC.Uart.tx_fifo_write_data).
Adding SRST signal on $flatten\SOC.\Uart.$procdff$4060 ($dff) from module top (D = $flatten\SOC.\Uart.$procmux$2023_Y, Q = \SOC.Uart.rx_fifo_read, rval = 1'0).
Adding SRST signal on $flatten\SOC.\Uart.$procdff$4059 ($dff) from module top (D = $flatten\SOC.\Uart.$procmux$2004_Y, Q = \SOC.Uart.tx_fifo_write, rval = 1'0).
Adding SRST signal on $flatten\SOC.\Uart.$procdff$4058 ($dff) from module top (D = $flatten\SOC.\Uart.$procmux$2034_Y, Q = \SOC.Uart.response, rval = 1'0).
Adding SRST signal on $flatten\SOC.\Uart.$procdff$4057 ($dff) from module top (D = $flatten\SOC.\Uart.$procmux$2077_Y, Q = \SOC.Uart.read_data, rval = 0).
Adding EN signal on $auto$ff.cc:266:slice$4407 ($sdff) from module top (D = $flatten\SOC.\Uart.$procmux$2077_Y, Q = \SOC.Uart.read_data).
Adding EN signal on $flatten\SOC.\Uart.$procdff$4056 ($dff) from module top (D = $flatten\SOC.\Uart.$procmux$2103_Y, Q = \SOC.Uart.counter).
Adding SRST signal on $flatten\SOC.\Uart.$procdff$4055 ($dff) from module top (D = $flatten\SOC.\Uart.$procmux$2117_Y, Q = \SOC.Uart.state, rval = 4'0000).
Adding EN signal on $auto$ff.cc:266:slice$4432 ($sdff) from module top (D = $flatten\SOC.\Uart.$procmux$2117_Y, Q = \SOC.Uart.state).
Adding SRST signal on $flatten\SOC.\Uart.$procdff$4054 ($dff) from module top (D = $flatten\SOC.\Uart.$procmux$1986_Y, Q = \SOC.Uart.rx_fifo_write_data, rval = 8'00000000).
Adding EN signal on $auto$ff.cc:266:slice$4436 ($sdff) from module top (D = \SOC.Uart.i_uart_rx.uart_rx_data, Q = \SOC.Uart.rx_fifo_write_data).
Adding SRST signal on $flatten\SOC.\Uart.$procdff$4053 ($dff) from module top (D = $flatten\SOC.\Uart.$procmux$1991_Y, Q = \SOC.Uart.uart_tx_data, rval = 8'00000000).
Adding EN signal on $auto$ff.cc:266:slice$4438 ($sdff) from module top (D = \SOC.Uart.tx_fifo_read_data, Q = \SOC.Uart.uart_tx_data).
Adding SRST signal on $flatten\SOC.\Uart.$procdff$4052 ($dff) from module top (D = $flatten\SOC.\Uart.$procmux$1971_Y, Q = \SOC.Uart.rx_fifo_write, rval = 1'0).
Adding SRST signal on $flatten\SOC.\Uart.$procdff$4050 ($dff) from module top (D = $flatten\SOC.\Uart.$procmux$1976_Y, Q = \SOC.Uart.uart_tx_en, rval = 1'0).
Adding SRST signal on $flatten\SOC.\Leds.$procdff$4074 ($dff) from module top (D = $flatten\SOC.\Leds.$procmux$2304_Y, Q = \SOC.Leds.data, rval = 0).
Adding EN signal on $auto$ff.cc:266:slice$4442 ($sdff) from module top (D = { \SOC.Leds.write_data [31:17] \SOC.GPIOS.write_data [16:0] }, Q = \SOC.Leds.data).
Adding SRST signal on $flatten\SOC.\GPIOS.\Pwm1.$procdff$4063 ($dff) from module top (D = $flatten\SOC.\GPIOS.\Pwm1.$add$Risco-5/src/peripheral/pwm.v:21$473_Y, Q = \SOC.GPIOS.Pwm1.counter, rval = 0).
Adding SRST signal on $flatten\SOC.\GPIOS.\Pwm0.$procdff$4063 ($dff) from module top (D = $flatten\SOC.\GPIOS.\Pwm0.$add$Risco-5/src/peripheral/pwm.v:21$473_Y, Q = \SOC.GPIOS.Pwm0.counter, rval = 0).
Adding EN signal on $flatten\SOC.\GPIOS.$procdff$4067 ($dff) from module top (D = \SOC.GPIOS.write_data [1:0], Q = \SOC.GPIOS.is_pwm).
Adding SRST signal on $flatten\SOC.\GPIOS.$procdff$4066 ($dff) from module top (D = $flatten\SOC.\GPIOS.$procmux$2286_Y, Q = \SOC.GPIOS.gpio_value, rval = 6'000000).
Adding EN signal on $auto$ff.cc:266:slice$4459 ($sdff) from module top (D = \SOC.GPIOS.write_data [5:0], Q = \SOC.GPIOS.gpio_value).
Adding SRST signal on $flatten\SOC.\GPIOS.$procdff$4065 ($dff) from module top (D = $flatten\SOC.\GPIOS.$procmux$2299_Y, Q = \SOC.GPIOS.gpio_direction, rval = 6'000000).
Adding EN signal on $auto$ff.cc:266:slice$4463 ($sdff) from module top (D = \SOC.GPIOS.write_data [5:0], Q = \SOC.GPIOS.gpio_direction).
Adding SRST signal on $flatten\SOC.\Core.\Pc.$procdff$4093 ($dff) from module top (D = $flatten\SOC.\Core.\Pc.$procmux$2422_Y, Q = \SOC.Core.Pc.Output, rval = 0).
Adding EN signal on $auto$ff.cc:266:slice$4467 ($sdff) from module top (D = \SOC.Core.Pc.Input, Q = \SOC.Core.Pc.Output).
Adding EN signal on $flatten\SOC.\Core.\Mdu.$procdff$4107 ($dff) from module top (D = $flatten\SOC.\Core.\Mdu.$mul$Risco-5/src/core/mdu.v:74$126_Y, Q = \SOC.Core.Mdu.acumulador).
Adding SRST signal on $flatten\SOC.\Core.\Mdu.$procdff$4106 ($dff) from module top (D = $flatten\SOC.\Core.\Mdu.$procmux$2549_Y, Q = \SOC.Core.Mdu.MUL_RD, rval = 0).
Adding EN signal on $auto$ff.cc:266:slice$4474 ($sdff) from module top (D = $flatten\SOC.\Core.\Mdu.$ternary$Risco-5/src/core/mdu.v:80$128_Y, Q = \SOC.Core.Mdu.MUL_RD).
Adding SRST signal on $flatten\SOC.\Core.\Mdu.$procdff$4103 ($dff) from module top (D = $flatten\SOC.\Core.\Mdu.$procmux$2526_Y, Q = \SOC.Core.Mdu.state_mul, rval = 2'00).
Adding SRST si[Pipeline] sh
gnal on $flatten\SOC.\Core.\Mdu.$procdff$4102 ($dff) from module top (D = $flatten\SOC.\Core.\Mdu.$procmux$2536_Y, Q = \SOC.Core.Mdu.mul_done, rval = 1'0).
Adding EN signal on $flatten\SOC.\Core.\Mdu.$procdff$4101 ($dff) from module top (D = $flatten\SOC.\Core.\Mdu.$procmux$2458_Y, Q = \SOC.Core.Mdu.divisor).
Adding EN signal on $flatten\SOC.\Core.\Mdu.$procdff$4100 ($dff) from module top (D = $flatten\SOC.\Core.\Mdu.$procmux$2469_Y, Q = \SOC.Core.Mdu.DIV_RD).
Adding EN signal on $flatten\SOC.\Core.\Mdu.$procdff$4099 ($dff) from module top (D = $flatten\SOC.\Core.\Mdu.$procmux$2478_Y, Q = \SOC.Core.Mdu.quociente_msk).
Adding SRST signal on $flatten\SOC.\Core.\Mdu.$procdff$4098 ($dff) from module top (D = $flatten\SOC.\Core.\Mdu.$procmux$2491_Y, Q = \SOC.Core.Mdu.quociente, rval = 0).
Adding EN signal on $auto$ff.cc:266:slice$4501 ($sdff) from module top (D = $flatten\SOC.\Core.\Mdu.$procmux$2491_Y, Q = \SOC.Core.Mdu.quociente).
Adding EN signal on $flatten\SOC.\Core.\Mdu.$procdff$4097 ($dff) from module top (D = $flatten\SOC.\Core.\Mdu.$procmux$2504_Y, Q = \SOC.Core.Mdu.dividendo).
Adding EN signal on $flatten\SOC.\Core.\Mdu.$procdff$4096 ($dff) from module top (D = $flatten\SOC.\Core.\Mdu.$or$Risco-5/src/core/mdu.v:99$149_Y, Q = \SOC.Core.Mdu.negativo).
Adding SRST signal on $flatten\SOC.\Core.\Mdu.$procdff$4095 ($dff) from module top (D = $flatten\SOC.\Core.\Mdu.$procmux$2441_Y, Q = \SOC.Core.Mdu.state_div, rval = 2'00).
Adding SRST signal on $flatten\SOC.\Core.\Mdu.$procdff$4094 ($dff) from module top (D = $flatten\SOC.\Core.\Mdu.$procmux$2451_Y, Q = \SOC.Core.Mdu.div_done, rval = 1'0).
Adding SRST signal on $flatten\SOC.\Core.\Control_Unit.$procdff$4119 ($dff) from module top (D = \SOC.Core.Control_Unit.nextstate, Q = \SOC.Core.Control_Unit.state, rval = 6'000000).
Adding EN signal on $flatten\SOC.\Core.\CSR_Unit.$procdff$4115 ($dff) from module top (D = 64'0000000000000000000000000000000000000000000000000000000000000000, Q = \SOC.Core.CSR_Unit.utime).
Adding SRST signal on $flatten\SOC.\Core.\CSR_Unit.$procdff$4114 ($dff) from module top (D = $flatten\SOC.\Core.\CSR_Unit.$add$Risco-5/src/core/csr_unit.v:116$113_Y, Q = \SOC.Core.CSR_Unit.mcycle, rval = 64'0000000000000000000000000000000000000000000000000000000000000000).
Adding SRST signal on $flatten\SOC.\Core.\CSR_Unit.$procdff$4113 ($dff) from module top (D = $flatten\SOC.\Core.\CSR_Unit.$procmux$2621_Y, Q = \SOC.Core.CSR_Unit.mtvec, rval = 0).
Adding EN signal on $auto$ff.cc:266:slice$4532 ($sdff) from module top (D = \SOC.Core.register_data_1, Q = \SOC.Core.CSR_Unit.mtvec).
Adding SRST signal on $flatten\SOC.\Core.\CSR_Unit.$procdff$4112 ($dff) from module top (D = $flatten\SOC.\Core.\CSR_Unit.$procmux$2629_Y, Q = \SOC.Core.CSR_Unit.mtval, rval = 0).
Adding EN signal on $auto$ff.cc:266:slice$4536 ($sdff) from module top (D = \SOC.Core.register_data_1, Q = \SOC.Core.CSR_Unit.mtval).
Adding SRST signal on $flatten\SOC.\Core.\CSR_Unit.$procdff$4111 ($dff) from module top (D = $flatten\SOC.\Core.\CSR_Unit.$procmux$2638_Y, Q = \SOC.Core.CSR_Unit.mcause, rval = 0).
Adding EN signal on $auto$ff.cc:266:slice$4540 ($sdff) from module top (D = \SOC.Core.register_data_1, Q = \SOC.Core.CSR_Unit.mcause).
Adding SRST signal on $flatten\SOC.\Core.\CSR_Unit.$procdff$4110 ($dff) from module top (D = $flatten\SOC.\Core.\CSR_Unit.$procmux$2648_Y, Q = \SOC.Core.CSR_Unit.mscratch, rval = 0).
Adding EN signal on $auto$ff.cc:266:slice$4544 ($sdff) from module top (D = \SOC.Core.register_data_1, Q = \SOC.Core.CSR_Unit.mscratch).
Adding SRST signal on $flatten\SOC.\Core.\CSR_Unit.$procdff$4109 ($dff) from module top (D = $flatten\SOC.\Core.\CSR_Unit.$procmux$2659_Y, Q = \SOC.Core.CSR_Unit.mepc, rval = 0).
Adding EN signal on $auto$ff.cc:266:slice$4548 ($sdff) from module top (D = { \SOC.Core.register_data_1 [31:2] 2'00 }, Q = \SOC.Core.CSR_Unit.mepc).
Adding SRST signal on $flatten\SOC.\Core.\CSR_Unit.$procdff$4108 ($dff) from module top (D = $flatten\SOC.\Core.\CSR_Unit.$procmux$2608_Y, Q = \SOC.Core.CSR_Unit.minstret, rval = 64'0000000000000000000000000000000000000000000000000000000000000000).
Adding EN signal on $auto$ff.cc:266:slice$4552 ($sdff) from module top (D = \SOC.Core.register_data_1, Q = \SOC.Core.CSR_Unit.minstret [63:32]).
Adding EN signal on $auto$ff.cc:266:slice$4552 ($sdff) from module top (D = $flatten\SOC.\Core.\CSR_Unit.$procmux$2606_Y [31:0], Q = \SOC.Core.CSR_Unit.minstret [31:0]).
Adding EN signal on $flatten\SOC.\Core.$procdff$4081 ($dff) from module top (D = \SOC.Core.mdu_out, Q = \SOC.Core.mdu_out_reg).
Adding SRST signal on $flatten\SOC.\Core.$procdff$4080 ($dff) from module top (D = $flatten\SOC.\Core.$procmux$2324_Y, Q = \SOC.Core.pc_old, rval = 0).
Adding EN signal on $auto$ff.cc:266:slice$4566 ($sdff) from module top (D = \SOC.Core.Pc.Output, Q = \SOC.Core.pc_old).
Adding SRST signal on $flatten\SOC.\Core.$procdff$4079 ($dff) from module top (D = \SOC.Core.register_data_2_out, Q = \SOC.Core.register_data_2, rval = 0).
Adding SRST signal on $flatten\SOC.\Core.$procdff$4078 ($dff) from module top (D = \SOC.Core.register_data_1_out, Q = \SOC.Core.register_data_1, rval = 0).
Adding SRST signal on $flatten\SOC.\Core.$procdff$4077 ($dff) from module top (D = \SOC.Core.Alu.ALU_out_S, Q = \SOC.Core.alu_out_register, rval = 0).
Adding SRST signal on $flatten\SOC.\Core.$procdff$4076 ($dff) from module top (D = \SOC.Core.read_data, Q = \SOC.Core.memory_register, rval = 0).
Adding SRST signal on $flatten\SOC.\Core.$procdff$4075 ($dff) from module top (D = $flatten\SOC.\Core.$procmux$2329_Y, Q = \SOC.Core.instruction_register, rval = 0).
Adding EN signal on $auto$ff.cc:266:slice$4572 ($sdff) from module top (D = \SOC.Core.read_data, Q = \SOC.Core.instruction_register).
Adding EN signal on $flatten\ResetBootSystem.$procdff$4118 ($dff) from module top (D = $flatten\ResetBootSystem.$0\counter[5:0], Q = \ResetBootSystem.counter).
Adding EN signal on $flatten\ResetBootSystem.$procdff$4117 ($dff) from module top (D = $flatten\ResetBootSystem.$0\state[1:0], Q = \ResetBootSystem.state).
Adding EN signal on $flatten\ResetBootSystem.$procdff$4116 ($dff) from module top (D = $flatten\ResetBootSystem.$0\reset_o[0:0], Q = \ResetBootSystem.reset_o).
Setting constant 0-bit at position 0 on $auto$ff.cc:266:slice$4549 ($sdffe) from module top.
Setting constant 0-bit at position 1 on $auto$ff.cc:266:slice$4549 ($sdffe) from module top.
Setting constant 0-bit at position 0 on $auto$ff.cc:266:slice$4530 ($dffe) from module top.
Setting constant 0-bit at position 1 on $auto$ff.cc:266:slice$4530 ($dffe) from module top.
Setting constant 0-bit at position 2 on $auto$ff.cc:266:slice$4530 ($dffe) from module top.
Setting constant 0-bit at position 3 on $auto$ff.cc:266:slice$4530 ($dffe) from module top.
Setting constant 0-bit at position 4 on $auto$ff.cc:266:slice$4530 ($dffe) from module top.
Setting constant 0-bit at position 5 on $auto$ff.cc:266:slice$4530 ($dffe) from module top.
Setting constant 0-bit at position 6 on $auto$ff.cc:266:slice$4530 ($dffe) from module top.
Setting constant 0-bit at position 7 on $auto$ff.cc:266:slice$4530 ($dffe) from module top.
Setting constant 0-bit at position 8 on $auto$ff.cc:266:slice$4530 ($dffe) from module top.
Setting constant 0-bit at position 9 on $auto$ff.cc:266:slice$4530 ($dffe) from module top.
Setting constant 0-bit at position 10 on $auto$ff.cc:266:slice$4530 ($dffe) from module top.
Setting constant 0-bit at position 11 on $auto$ff.cc:266:slice$4530 ($dffe) from module top.
Setting constant 0-bit at position 12 on $auto$ff.cc:266:slice$4530 ($dffe) from module top.
Setting constant 0-bit at position 13 on $auto$ff.cc:266:slice$4530 ($dffe) from module top.
Setting constant 0-bit at position 14 on $auto$ff.cc:266:slice$4530 ($dffe) from module top.
Setting constant 0-bit at position 15 on $auto$ff.cc:266:slice$4530 ($dffe) from module top.
Setting constant 0-bit at position 16 on $auto$ff.cc:266:slice$4530 ($dffe) from module top.
Setting constant 0-bit at position 17 on $auto$ff.cc:266:slice$4530 ($dffe) from module top.
Setting constant 0-bit at position 18 on $auto$ff.cc:266:slice$4530 ($dffe) from module top.
Setting constant 0-bit at position 19 on $auto$ff.cc:266:slice$4530 ($dffe) from module top.
Setting constant 0-bit at position 20 on $auto$ff.cc:266:slice$4530 ($dffe) from module top.
Setting constant 0-bit at position 21 on $auto$ff.cc:266:slice$4530 ($dffe) from module top.
Setting constant 0-bit at position 22 on $auto$ff.cc:266:slice$4530 ($dffe) from module top.
Setting constant 0-bit at position 23 on $auto$ff.cc:266:slice$4530 ($dffe) from module top.
Setting constant 0-bit at position 24 on $auto$ff.cc:266:slice$4530 ($dffe) from module top.
Setting constant 0-bit at position 25 on $auto$ff.cc:266:slice$4530 ($dffe) from module top.
Setting constant 0-bit at position 26 on $auto$ff.cc:266:slice$4530 ($dffe) from module top.
Setting constant 0-bit at position 27 on $auto$ff.cc:266:slice$4530 ($dffe) from module top.
Setting constant 0-bit at position 28 on $auto$ff.cc:266:slice$4530 ($dffe) from module top.
Setting constant 0-bit at position 29 on $auto$ff.cc:266:slice$4530 ($dffe) from module top.
Setting constant 0-bit at position 30 on $auto$ff.cc:266:slice$4530 ($dffe) from module top.
Setting constant 0-bit at position 31 on $auto$ff.cc:266:slice$4530 ($dffe) from module top.
Setting constant 0-bit at position 32 on $auto$ff.cc:266:slice$4530 ($dffe) from module top.
Setting constant 0-bit at position 33 on $auto$ff.cc:266:slice$4530 ($dffe) from module top.
Setting constant 0-bit at position 34 on $auto$ff.cc:266:slice$4530 ($dffe) from module top.
Setting constant 0-bit at position 35 on $auto$ff.cc:266:slice$4530 ($dffe) from module top.
Setting constant 0-bit at position 36 on $auto$ff.cc:266:slice$4530 ($dffe) from module top.
Setting constant 0-bit at position 37 on $auto$ff.cc:266:slice$4530 ($dffe) from module top.
Setting constant 0-bit at position 38 on $auto$ff.cc:266:slice$4530 ($dffe) from module top.
Setting constant 0-bit at position 39 on $auto$ff.cc:266:slice$4530 ($dffe) from module top.
Setting constant 0-bit at position 40 on $auto$ff.cc:266:slice$4530 ($dffe) from module top.
Setting constant 0-bit at position 41 on $auto$ff.cc:266:slice$4530 ($dffe) from module top.
Setting constant 0-bit at position 42 on $auto$ff.cc:266:slice$4530 ($dffe) from module top.
Setting constant 0-bit at position 43 on $auto$ff.cc:266:slice$4530 ($dffe) from module top.
Setting constant 0-bit at position 44 on $auto$ff.cc:266:slice$4530 ($dffe) from module top.
Setting constant 0-bit at position 45 on $auto$ff.cc:266:slice$4530 ($dffe) from module top.
Setting constant 0-bit at position 46 on $auto$ff.cc:266:slice$4530 ($dffe) from module top.
Setting constant 0-bit at position 47 on $auto$ff.cc:266:slice$4530 ($dffe) from module top.
Setting constant 0-bit at position 48 on $auto$ff.cc:266:slice$4530 ($dffe) from module top.
Setting constant 0-bit at position 49 on $auto$ff.cc:266:slice$4530 ($dffe) from module top.
Setting constant 0-bit at position 50 on $auto$ff.cc:266:slice$4530 ($dffe) from module top.
Setting constant 0-bit at position 51 on $auto$ff.cc:266:slice$4530 ($dffe) from module top.
Setting constant 0-bit at position 52 on $auto$ff.cc:266:slice$4530 ($dffe) from module top.
Setting constant 0-bit at position 53 on $auto$ff.cc:266:slice$4530 ($dffe) from module top.
Setting constant 0-bit at position 54 on $auto$ff.cc:266:slice$4530 ($dffe) from module top.
Setting constant 0-bit at position 55 on $auto$ff.cc:266:slice$4530 ($dffe) from module top.
Setting constant 0-bit at position 56 on $auto$ff.cc:266:slice$4530 ($dffe) from module top.
Setting constant 0-bit at position 57 on $auto$ff.cc:266:slice$4530 ($dffe) from module top.
Setting constant 0-bit at position 58 on $auto$ff.cc:266:slice$4530 ($dffe) from module top.
Setting constant 0-bit at position 59 on $auto$ff.cc:266:slice$4530 ($dffe) from module top.
Setting constant 0-bit at position 60 on $auto$ff.cc:266:slice$4530 ($dffe) from module top.
Setting constant 0-bit at position 61 on $auto$ff.cc:266:slice$4530 ($dffe) from module top.
Setting constant 0-bit at position 62 on $auto$ff.cc:266:slice$4530 ($dffe) from module top.
Setting constant 0-bit at position 63 on $auto$ff.cc:266:slice$4530 ($dffe) from module top.
24.13.7. Executing OPT_CLEAN pass (remove unused cells and wires).
Finding unused cells or wires in module \top..
Removed 150 unused cells and 146 unused wires.
<suppressed ~151 debug messages>
24.13.8. Executing OPT_EXPR pass (perform const folding).
Optimizing module top.
<suppressed ~15 debug messages>
24.13.9. Rerunning OPT passes. (Maybe there is more to do..)
24.13.10. Executing OPT_MUXTREE pass (detect dead branches in mux trees).
Running muxtree optimizer on module \top..
Creating internal representation of mux trees.
Evaluating internal representation of mux trees.
Analyzing evaluation results.
Removed 0 multiplexer ports.
<suppressed ~112 debug messages>
24.13.11. Executing OPT_REDUCE pass (consolidate $*mux and $reduce_* inputs).
Optimizing cells in module \top.
New input vector for $reduce_or cell $auto$opt_dff.cc:254:combine_resets$4342: { \SOC.Uart.i_uart_rx.fsm_state [3:2] \SOC.Uart.i_uart_rx.fsm_state [0] \ResetBootSystem.reset_o }
New ctrl vector for $pmux cell $flatten\SOC.\Core.\CSR_Unit.$procmux$2665: { $flatten\SOC.\Core.\CSR_Unit.$procmux$2677_CMP $flatten\SOC.\Core.\CSR_Unit.$procmux$2676_CMP $flatten\SOC.\Core.\CSR_Unit.$procmux$2675_CMP $flatten\SOC.\Core.\CSR_Unit.$procmux$2620_CMP $flatten\SOC.\Core.\CSR_Unit.$procmux$2647_CMP $flatten\SOC.\Core.\CSR_Unit.$procmux$2658_CMP $flatten\SOC.\Core.\CSR_Unit.$procmux$2637_CMP $flatten\SOC.\Core.\CSR_Unit.$procmux$2628_CMP $auto$opt_reduce.cc:134:opt_pmux$4213 $auto$opt_reduce.cc:134:opt_pmux$4211 $auto$opt_reduce.cc:134:opt_pmux$4209 $auto$opt_reduce.cc:134:opt_pmux$4207 }
Optimizing cells in module \top.
Performed a total of 2 changes.
24.13.12. Executing OPT_MERGE pass (detect identical cells).
Finding identical cells in module `\top'.
<suppressed ~63 debug messages>
Removed a total of 21 cells.
24.13.13. Executing OPT_DFF pass (perform DFF optimizations).
24.13.14. Executing OPT_CLEAN pass (remove unused cells and wires).
Finding unused cells or wires in module \top..
Removed 3 unused cells and 24 unused wires.
<suppressed ~4 debug messages>
24.13.15. Executing OPT_EXPR pass (perform const folding).
Optimizing module top.
24.13.16. Rerunning OPT passes. (Maybe there is more to do..)
24.13.17. Executing OPT_MUXTREE pass (detect dead branches in mux trees).
Running muxtree optimizer on module \top..
Creating internal representation of mux trees.
Evaluating internal representation of mux trees.
Analyzing evaluation results.
Removed 0 multiplexer ports.
<suppressed ~112 debug messages>
24.13.18. Executing OPT_REDUCE pass (consolidate $*mux and $reduce_* inputs).
Optimizing cells in module \top.
Performed a total of 0 changes.
24.13.19. Executing OPT_MERGE pass (detect identical cells).
Finding identical cells in module `\top'.
Removed a total of 0 cells.
24.13.20. Executing OPT_DFF pass (perform DFF optimizations).
24.13.21. Executing OPT_CLEAN pass (remove unused cells and wires).
Finding unused cells or wires in module \top..
24.13.22. Executing OPT_EXPR pass (perform const folding).
Optimizing module top.
24.13.23. Finished OPT passes. (There is nothing left to do.)
24.14. Executing WREDUCE pass (reducing word size of cells).
Removed top 27 address bits (of 32) from memory init port top.$flatten\SOC.\Core.\RegisterBank.$auto$proc_memwr.cc:45:proc_memwr$4126 (SOC.Core.RegisterBank.registers).
Removed top 27 address bits (of 32) from memory init port top.$flatten\SOC.\Core.\RegisterBank.$auto$proc_memwr.cc:45:proc_memwr$4128 (SOC.Core.RegisterBank.registers).
Removed top 27 address bits (of 32) from memory init port top.$flatten\SOC.\Core.\RegisterBank.$meminit$\registers$Risco-5/src/core/registers.v:22$195 (SOC.Core.RegisterBank.registers).
Removed top 31 address bits (of 32) from memory read port top.$flatten\SOC.\GPIOS.$memrd$\duty_cycle$Risco-5/src/peripheral/gpios.v:50$1342 (SOC.GPIOS.duty_cycle).
Removed top 31 address bits (of 32) from memory read port top.$flatten\SOC.\GPIOS.$memrd$\duty_cycle$Risco-5/src/peripheral/gpios.v:58$1344 (SOC.GPIOS.duty_cycle).
Removed top 31 address bits (of 32) from memory read port top.$flatten\SOC.\GPIOS.$memrd$\period$Risco-5/src/peripheral/gpios.v:51$1343 (SOC.GPIOS.period).
Removed top 31 address bits (of 32) from memory read port top.$flatten\SOC.\GPIOS.$memrd$\period$Risco-5/src/peripheral/gpios.v:59$1345 (SOC.GPIOS.period).
Removed top 22 address bits (of 32) from memory init port top.$flatten\SOC.\Memory.$auto$proc_memwr.cc:45:proc_memwr$4120 (SOC.Memory.memory).
Removed top 22 address bits (of 32) from memory init port top.$flatten\SOC.\Memory.$auto$proc_memwr.cc:45:proc_memwr$4121 (SOC.Memory.memory).
Removed top 22 address bits (of 32) from memory init port top.$flatten\SOC.\Memory.$auto$proc_memwr.cc:45:proc_memwr$4122 (SOC.Memory.memory).
Removed top 22 address bits (of 32) from memory init port top.$flatten\SOC.\Memory.$meminit$\memory$Risco-5/src/peripheral/memory.v:0$1410 (SOC.Memory.memory).
Removed top 22 address bits (of 32) from memory read port top.$flatten\SOC.\Memory.$memrd$\memory$Risco-5/src/peripheral/memory.v:24$1369 (SOC.Memory.memory).
Removed top 2 address bits (of 6) from memory init port top.$flatten\SOC.\Uart.\RX_FIFO.$auto$proc_memwr.cc:45:proc_memwr$4125 (SOC.Uart.RX_FIFO.memory).
Removed top 2 address bits (of 6) from memory read port top.$flatten\SOC.\Uart.\RX_FIFO.$memrd$\memory$Risco-5/src/peripheral/fifo.v:23$1508 (SOC.Uart.RX_FIFO.memory).
Removed top 2 address bits (of 6) from memory init port top.$flatten\SOC.\Uart.\TX_FIFO.$auto$proc_memwr.cc:45:proc_memwr$4125 (SOC.Uart.TX_FIFO.memory).
Removed top 2 address bits (of 6) from memory read port top.$flatten\SOC.\Uart.\TX_FIFO.$memrd$\memory$Risco-5/src/peripheral/fifo.v:23$1508 (SOC.Uart.TX_FIFO.memory).
Removed top 1 bits (of 2) from port B of cell top.$flatten\ResetBootSystem.$procmux$2696_CMP0 ($eq).
Removed top 1 bits (of 6) from port B of cell top.$flatten\ResetBootSystem.$eq$Risco-5/debug/reset.v:38$821 ($eq).
Removed top 31 bits (of 32) from port B of cell top.$flatten\ResetBootSystem.$add$Risco-5/debug/reset.v:37$820 ($add).
Removed top 26 bits (of 32) from port Y of cell top.$flatten\ResetBootSystem.$add$Risco-5/debug/reset.v:37$820 ($add).
Removed top 27 bits (of 32) from port B of cell top.$flatten\ResetBootSystem.$lt$Risco-5/debug/reset.v:36$819 ($lt).
Removed top 1 bits (of 2) from port B of cell top.$auto$opt_dff.cc:195:make_patterns_logic$4585 ($ne).
Removed top 1 bits (of 2) from port B of cell top.$auto$opt_dff.cc:195:make_patterns_logic$4580 ($ne).
Removed top 1 bits (of 2) from port B of cell top.$auto$opt_dff.cc:195:make_patterns_logic$4562 ($ne).
Removed top 1 bits (of 2) from port B of cell top.$auto$opt_dff.cc:195:make_patterns_logic$4508 ($ne).
Removed top 1 bits (of 2) from port B of cell top.$auto$opt_dff.cc:195:make_patterns_logic$4482 ($ne).
Removed top 26 bits (of 32) from mux cell top.$flatten\SOC.\GPIOS.$ternary$Risco-5/src/peripheral/gpios.v:37$1280 ($mux).
Removed top 15 bits (of 32) from port Y of cell top.$flatten\SOC.\GPIOS.\Pwm0.$sub$Risco-5/src/peripheral/pwm.v:20$471 ($sub).
Removed top 15 bits (of 32) from port Y of cell top.$flatten\SOC.\GPIOS.\Pwm1.$sub$Risco-5/src/peripheral/pwm.v:20$471 ($sub).
Removed top 3 bits (of 8) from port B of cell top.$flatten\SOC.\GPIOS.$procmux$2160_CMP0 ($eq).
Removed top 4 bits (of 8) from port B of cell top.$flatten\SOC.\GPIOS.$procmux$2188_CMP0 ($eq).
Removed top 4 bits (of 8) from port B of cell top.$flatten\SOC.\GPIOS.$procmux$2273_CMP0 ($eq).
Removed top 5 bits (of 8) from port B of cell top.$flatten\SOC.\GPIOS.$procmux$2285_CMP0 ($eq).
Removed top 2 bits (of 3) from port B of cell top.$flatten\SOC.\Uart.$ne$Risco-5/src/peripheral/uart.v:100$1349 ($ne).
Removed top 2 bits (of 4) from port B of cell top.$flatten\SOC.\Uart.$procmux$2009_CMP0 ($eq).
Removed top 3 bits (of 4) from port B of cell top.$flatten\SOC.\Uart.$procmux$2028_CMP0 ($eq).
Removed top 1 bits (of 4) from port B of cell top.$flatten\SOC.\Uart.$procmux$2035_CMP0 ($eq).
Removed top 1 bits (of 4) from port B of cell top.$flatten\SOC.\Uart.$procmux$2053_CMP0 ($eq).
Removed top 1 bits (of 4) from port B of cell top.$flatten\SOC.\Uart.$procmux$2080_CMP0 ($eq).
Removed top 1 bits (of 4) from port B of cell top.$flatten\SOC.\Uart.$procmux$2081_CMP0 ($eq).
Removed top 1 bits (of 3) from port B of cell top.$flatten\SOC.\Uart.$procmux$2136_CMP0 ($eq).
Removed top 1 bits (of 3) from port B of cell top.$flatten\SOC.\Uart.$procmux$2137_CMP0 ($eq).
Removed top 2 bits (of 3) from port B of cell top.$flatten\SOC.\Uart.$procmux$2138_CMP0 ($eq).
Removed top 2 bits (of 6) from mux cell top.$flatten\SOC.\Uart.\TX_FIFO.$procmux$2359 ($mux).
Removed top 2 bits (of 6) from mux cell top.$flatten\SOC.\Uart.\TX_FIFO.$procmux$2347 ($mux).
Removed top 1 bits (of 6) from port B of cell top.$flatten\SOC.\Uart.\TX_FIFO.$eq$Risco-5/src/peripheral/fifo.v:48$1532 ($eq).
Removed top 26 bits (of 32) from mux cell top.$flatten\SOC.\Uart.\TX_FIFO.$ternary$Risco-5/src/peripheral/fifo.v:43$1531 ($mux).
Removed top 26 bits (of 32) from port Y of cell top.$flatten\SOC.\Uart.\TX_FIFO.$add$Risco-5/src/peripheral/fifo.v:43$1530 ($add).
Removed top 2 bits (of 6) from port B of cell top.$flatten\SOC.\Uart.\TX_FIFO.$eq$Risco-5/src/peripheral/fifo.v:43$1529 ($eq).
Removed top 2 bits (of 6) from port B of cell top.$flatten\SOC.\Uart.\TX_FIFO.$eq$Risco-5/src/peripheral/fifo.v:40$1523 ($eq).
Removed top 2 bits (of 6) from mux cell top.$flatten\SOC.\Uart.\RX_FIFO.$procmux$2359 ($mux).
Removed top 2 bits (of 6) from mux cell top.$flatten\SOC.\Uart.\RX_FIFO.$procmux$2347 ($mux).
Removed top 1 bits (of 6) from port B of cell top.$flatten\SOC.\Uart.\RX_FIFO.$eq$Risco-5/src/peripheral/fifo.v:48$1532 ($eq).
Removed top 26 bits (of 32) from mux cell top.$flatten\SOC.\Uart.\RX_FIFO.$ternary$Risco-5/src/peripheral/fifo.v:43$1531 ($mux).
Removed top 26 bits (of 32) from port Y of cell top.$flatten\SOC.\Uart.\RX_FIFO.$add$Risco-5/src/peripheral/fifo.v:43$1530 ($add).
Removed top 2 bits (of 6) from port B of cell top.$flatten\SOC.\Uart.\RX_FIFO.$eq$Risco-5/src/peripheral/fifo.v:43$1529 ($eq).
Removed top 2 bits (of 6) from port B of cell top.$flatten\SOC.\Uart.\RX_FIFO.$eq$Risco-5/src/peripheral/fifo.v:40$1523 ($eq).
Removed top 30 bits (of 32) from mux cell top.$flatten\SOC.\Uart.\i_uart_rx.$ternary$Risco-5/src/peripheral/uart_rx.v:116$1479 ($mux).
Removed top 31 bits (of 32) from mux cell top.$flatten\SOC.\Uart.\i_uart_rx.$ternary$Risco-5/src/peripheral/uart_rx.v:115$1478 ($mux).
Removed top 30 bits (of 32) from mux cell top.$flatten\SOC.\Uart.\i_uart_rx.$ternary$Risco-5/src/peripheral/uart_rx.v:114$1477 ($mux).
Removed top 31 bits (of 32) from mux cell top.$flatten\SOC.\Uart.\i_uart_rx.$ternary$Risco-5/src/peripheral/uart_rx.v:113$1476 ($mux).
Removed top 2 bits (of 9) from port B of cell top.$flatten\SOC.\Uart.\i_uart_rx.$eq$Risco-5/src/peripheral/uart_rx.v:106$1471 ($eq).
Removed top 1 bits (of 9) from port B of cell top.$flatten\SOC.\Uart.\i_uart_rx.$eq$Risco-5/src/peripheral/uart_rx.v:104$1469 ($eq).
Removed top 2 bits (of 3) from port B of cell top.$flatten\SOC.\Uart.\i_uart_tx.$eq$Risco-5/src/peripheral/uart_tx.v:149$1445 ($eq).
Removed top 1 bits (of 3) from port B of cell top.$flatten\SOC.\Uart.\i_uart_tx.$eq$Risco-5/src/peripheral/uart_tx.v:134$1437 ($eq).
Removed top 1 bits (of 3) from port B of cell top.$flatten\SOC.\Uart.\i_uart_tx.$eq$Risco-5/src/peripheral/uart_tx.v:132$1435 ($eq).
Removed top 1 bits (of 3) from port B of cell top.$flatten\SOC.\Uart.\i_uart_tx.$ne$Risco-5/src/peripheral/uart_tx.v:130$1432 ($ne).
Removed top 1 bits (of 3) from port B of cell top.$flatten\SOC.\Uart.\i_uart_tx.$ne$Risco-5/src/peripheral/uart_tx.v:130$1431 ($ne).
Removed top 1 bits (of 3) from port B of cell top.$flatten\SOC.\Uart.\i_uart_tx.$eq$Risco-5/src/peripheral/uart_tx.v:117$1427 ($eq).
Removed top 30 bits (of 32) from mux cell top.$flatten\SOC.\Uart.\i_uart_tx.$ternary$Risco-5/src/peripheral/uart_tx.v:100$1422 ($mux).
Removed top 31 bits (of 32) from mux cell top.$flatten\SOC.\Uart.\i_uart_tx.$ternary$Risco-5/src/peripheral/uart_tx.v:99$1421 ($mux).
Removed top 30 bits (of 32) from mux cell top.$flatten\SOC.\Uart.\i_uart_tx.$ternary$Risco-5/src/peripheral/uart_tx.v:98$1420 ($mux).
Removed top 31 bits (of 32) from mux cell top.$flatten\SOC.\Uart.\i_uart_tx.$ternary$Risco-5/src/peripheral/uart_tx.v:97$1419 ($mux).
Removed top 3 bits (of 4) from port B of cell top.$flatten\SOC.\Uart.\i_uart_tx.$eq$Risco-5/src/peripheral/uart_tx.v:91$1415 ($eq).
Removed top 1 bits (of 9) from port B of cell top.$flatten\SOC.\Uart.\i_uart_tx.$eq$Risco-5/src/peripheral/uart_tx.v:89$1413 ($eq).
Removed top 1 bits (of 2) from port B of cell top.$flatten\SOC.\Bus.$eq$Risco-5/src/peripheral/bus.v:53$202 ($eq).
Removed top 2 bits (of 3) from port B of cell top.$flatten\SOC.\Memory.$procmux$1832_CMP0 ($eq).
Removed top 22 bits (of 32) from mux cell top.$flatten\SOC.\Memory.$procmux$1943 ($mux).
Removed top 22 bits (of 32) from mux cell top.$flatten\SOC.\Memory.$procmux$1952 ($mux).
Removed top 22 bits (of 32) from mux cell top.$flatten\SOC.\Memory.$procmux$1961 ($mux).
Removed top 31 bits (of 32) from port B of cell top.$flatten\SOC.\Core.\CSR_Unit.$add$Risco-5/src/core/csr_unit.v:116$113 ($add).
Removed top 1 bits (of 2) from port B of cell top.$flatten\SOC.\Core.\MemoryAddressMUX.$procmux$2434_CMP0 ($eq).
Removed top 2 bits (of 3) from port B of cell top.$flatten\SOC.\Core.\MemoryDataMUX.$procmux$2434_CMP0 ($eq).
Removed top 1 bits (of 3) from port B of cell top.$flatten\SOC.\Core.\MemoryDataMUX.$procmux$2433_CMP0 ($eq).
Removed top 1 bits (of 3) from port B of cell top.$flatten\SOC.\Core.\MemoryDataMUX.$procmux$2432_CMP0 ($eq).
Removed top 2 bits (of 3) from port B of cell top.$flatten\SOC.\Core.\AluInputAMUX.$procmux$2434_CMP0 ($eq).
Removed top 1 bits (of 3) from port B of cell top.$flatten\SOC.\Core.\AluInputAMUX.$procmux$2433_CMP0 ($eq).
Removed top 1 bits (of 3) from port B of cell top.$flatten\SOC.\Core.\AluInputAMUX.$procmux$2432_CMP0 ($eq).
Removed top 2 bits (of 3) from port B of cell top.$flatten\SOC.\Core.\AluInputBMUX.$procmux$2434_CMP0 ($eq).
Removed top 1 bits (of 3) from port B of cell top.$flatten\SOC.\Core.\AluInputBMUX.$procmux$2433_CMP0 ($eq).
Removed top 1 bits (of 3) from port B of cell top.$flatten\SOC.\Core.\AluInputBMUX.$procmux$2432_CMP0 ($eq).
Removed top 1 bits (of 2) from mux cell top.$flatten\SOC.\Core.\Mdu.$procmux$2529 ($mux).
Removed top 1 bits (of 2) from port B of cell top.$flatten\SOC.\Core.\Mdu.$procmux$2527_CMP0 ($eq).
Removed top 1 bits (of 2) from mux cell top.$flatten\SOC.\Core.\Mdu.$procmux$2444 ($mux).
Removed top 1 bits (of 2) from port B of cell top.$flatten\SOC.\Core.\Mdu.$procmux$2442_CMP0 ($eq).
Removed top 32 bits (of 64) from port Y of cell top.$flatten\SOC.\Core.\Mdu.$sub$Risco-5/src/core/mdu.v:116$152 ($sub).
Removed top 32 bits (of 64) from port B of cell top.$flatten\SOC.\Core.\Mdu.$sub$Risco-5/src/core/mdu.v:116$152 ($sub).
Removed top 31 bits (of 32) from port B of cell top.$flatten\SOC.\Core.\Mdu.$eq$Risco-5/src/core/mdu.v:109$150 ($eq).
Removed top 32 bits (of 64) from port A of cell top.$flatten\SOC.\Core.\Mdu.$mul$Risco-5/src/core/mdu.v:74$126 ($mul).
Removed top 32 bits (of 64) from port B of cell top.$flatten\SOC.\Core.\Mdu.$mul$Risco-5/src/core/mdu.v:74$126 ($mul).
Removed top 1 bits (of 7) from port B of cell top.$flatten\SOC.\Core.\Control_Unit.$procmux$3868_CMP0 ($eq).
Removed top 2 bits (of 7) from port B of cell top.$flatten\SOC.\Core.\Control_Unit.$procmux$3866_CMP0 ($eq).
Removed top 2 bits (of 7) from port B of cell top.$flatten\SOC.\Core.\Control_Unit.$procmux$3863_CMP0 ($eq).
Removed top 1 bits (of 7) from port B of cell top.$flatten\SOC.\Core.\Control_Unit.$procmux$3862_CMP0 ($eq).
Removed top 1 bits (of 7) from port B of cell top.$flatten\SOC.\Core.\Control_Unit.$procmux$3807_CMP0 ($eq).
Removed top 1 bits (of 6) from mux cell top.$flatten\SOC.\Core.\Control_Unit.$procmux$3689 ($mux).
Removed top 1 bits (of 6) from mux cell top.$flatten\SOC.\Core.\Control_Unit.$procmux$3633 ($mux).
Removed top 3 bits (of 6) from mux cell top.$flatten\SOC.\Core.\Control_Unit.$procmux$3581 ($mux).
Removed top 3 bits (of 6) from mux cell top.$flatten\SOC.\Core.\Control_Unit.$procmux$3530 ($mux).
Removed top 3 bits (of 6) from mux cell top.$flatten\SOC.\Core.\Control_Unit.$procmux$3481 ($mux).
Removed top 1 bits (of 6) from mux cell top.$flatten\SOC.\Core.\Control_Unit.$procmux$3443 ($mux).
Removed top 3 bits (of 6) from mux cell top.$flatten\SOC.\Core.\Control_Unit.$procmux$3407 ($mux).
Removed top 5 bits (of 6) from mux cell top.$flatten\SOC.\Core.\Control_Unit.$procmux$3374 ($mux).
Removed top 3 bits (of 6) from mux cell top.$flatten\SOC.\Core.\Control_Unit.$procmux$3344 ($mux).
Removed top 3 bits (of 6) from mux cell top.$flatten\SOC.\Core.\Control_Unit.$procmux$3292 ($mux).
Removed top 5 bits (of 6) from mux cell top.$flatten\SOC.\Core.\Control_Unit.$procmux$3232 ($mux).
Removed top 5 bits (of 6) from mux cell top.$flatten\SOC.\Core.\Control_Unit.$procmux$3207 ($mux).
Removed top 4 bits (of 6) from port B of cell top.$flatten\SOC.\Core.\Control_Unit.$procmux$3108_CMP0 ($eq).
Removed top 3 bits (of 6) from port B of cell top.$flatten\SOC.\Core.\Control_Unit.$procmux$3081_CMP0 ($eq).
Removed top 5 bits (of 6) from port B of cell top.$flatten\SOC.\Core.\Control_Unit.$procmux$3001_CMP0 ($eq).
Removed top 4 bits (of 6) from port B of cell top.$flatten\SOC.\Core.\Control_Unit.$procmux$3000_CMP0 ($eq).
Removed top 1 bits (of 6) from port B of cell top.$flatten\SOC.\Core.\Control_Unit.$procmux$2998_CMP0 ($eq).
Removed top 1 bits (of 6) from port B of cell top.$flatten\SOC.\Core.\Control_Unit.$procmux$2996_CMP0 ($eq).
Removed top 1 bits (of 6) from port B of cell top.$flatten\SOC.\Core.\Control_Unit.$procmux$2991_CMP0 ($eq).
Removed top 1 bits (of 6) from port B of cell top.$flatten\SOC.\Core.\Control_Unit.$procmux$2990_CMP0 ($eq).
Removed top 3 bits (of 6) from port B of cell top.$flatten\SOC.\Core.\Control_Unit.$procmux$2977_CMP0 ($eq).
Removed top 2 bits (of 6) from port B of cell top.$flatten\SOC.\Core.\Control_Unit.$procmux$2975_CMP0 ($eq).
Removed top 2 bits (of 6) from port B of cell top.$flatten\SOC.\Core.\Control_Unit.$procmux$2974_CMP0 ($eq).
Removed top 2 bits (of 6) from port B of cell top.$flatten\SOC.\Core.\Control_Unit.$procmux$2973_CMP0 ($eq).
Removed top 2 bits (of 6) from port B of cell top.$flatten\SOC.\Core.\Control_Unit.$procmux$2971_CMP0 ($eq).
Removed top 2 bits (of 6) from port B of cell top.$flatten\SOC.\Core.\Control_Unit.$procmux$2970_CMP0 ($eq).
Removed top 3 bits (of 6) from port B of cell top.$flatten\SOC.\Core.\Control_Unit.$procmux$2965_CMP0 ($eq).
Removed top 1 bits (of 6) from port B of cell top.$flatten\SOC.\Core.\Control_Unit.$procmux$2964_CMP0 ($eq).
Removed top 1 bits (of 6) from port B of cell top.$flatten\SOC.\Core.\Control_Unit.$procmux$2963_CMP0 ($eq).
Removed top 3 bits (of 6) from port B of cell top.$flatten\SOC.\Core.\Control_Unit.$procmux$2962_CMP0 ($eq).
Removed top 2 bits (of 6) from port B of cell top.$flatten\SOC.\Core.\Control_Unit.$procmux$2958_CMP0 ($eq).
Removed top 2 bits (of 6) from port B of cell top.$flatten\SOC.\Core.\Control_Unit.$procmux$2957_CMP0 ($eq).
Removed top 2 bits (of 6) from port B of cell top.$flatten\SOC.\Core.\Control_Unit.$procmux$2949_CMP0 ($eq).
Removed top 1 bits (of 6) from port B of cell top.$flatten\SOC.\Core.\Control_Unit.$procmux$2913_CMP0 ($eq).
Removed top 1 bits (of 6) from port B of cell top.$flatten\SOC.\Core.\Control_Unit.$procmux$2912_CMP0 ($eq).
Removed top 1 bits (of 6) from port B of cell top.$flatten\SOC.\Core.\Control_Unit.$procmux$2911_CMP0 ($eq).
Removed top 1 bits (of 6) from port B of cell top.$flatten\SOC.\Core.\Control_Unit.$procmux$2910_CMP0 ($eq).
Removed top 1 bits (of 6) from port B of cell top.$flatten\SOC.\Core.\Control_Unit.$procmux$2909_CMP0 ($eq).
Removed top 1 bits (of 6) from port B of cell top.$flatten\SOC.\Core.\Control_Unit.$procmux$2908_CMP0 ($eq).
Removed top 1 bits (of 6) from port B of cell top.$flatten\SOC.\Core.\Control_Unit.$procmux$2907_CMP0 ($eq).
Removed top 1 bits (of 6) from port B of cell top.$flatten\SOC.\Core.\Control_Unit.$procmux$2856_CMP0 ($eq).
Removed top 1 bits (of 6) from port B of cell top.$flatten\SOC.\Core.\Control_Unit.$procmux$2855_CMP0 ($eq).
Removed top 1 bits (of 6) from port B of cell top.$flatten\SOC.\Core.\Control_Unit.$procmux$2854_CMP0 ($eq).
Removed top 1 bits (of 3) from mux cell top.$flatten\SOC.\Core.\Control_Unit.$procmux$2728 ($pmux).
Removed top 1 bits (of 3) from port B of cell top.$flatten\SOC.\Core.\Control_Unit.$procmux$2726_CMP0 ($eq).
Removed top 2 bits (of 3) from port B of cell top.$flatten\SOC.\Core.\Control_Unit.$procmux$2725_CMP0 ($eq).
Removed top 31 bits (of 32) from mux cell top.$flatten\SOC.\Core.\Control_Unit.$ternary$Risco-5/src/core/control_unit.v:586$82 ($mux).
Removed top 31 bits (of 32) from mux cell top.$flatten\SOC.\Core.\Control_Unit.$ternary$Risco-5/src/core/control_unit.v:566$76 ($mux).
Removed top 1 bits (of 2) from port B of cell top.$flatten\SOC.\Core.\Control_Unit.$eq$Risco-5/src/core/control_unit.v:282$55 ($eq).
Removed top 5 bits (of 7) from port B of cell top.$flatten\SOC.\Core.\Control_Unit.$eq$Risco-5/src/core/control_unit.v:197$42 ($eq).
Removed top 1 bits (of 3) from mux cell top.$flatten\SOC.\Core.\Control_Unit.$ternary$Risco-5/src/core/control_unit.v:114$38 ($mux).
Removed top 1 bits (of 4) from mux cell top.$flatten\SOC.\Core.\ALU_Control.$procmux$3989 ($mux).
Removed top 2 bits (of 3) from port B of cell top.$flatten\SOC.\Core.\ALU_Control.$procmux$3987_CMP0 ($eq).
Removed top 1 bits (of 3) from port B of cell top.$flatten\SOC.\Core.\ALU_Control.$procmux$3986_CMP0 ($eq).
Removed top 1 bits (of 3) from port B of cell top.$flatten\SOC.\Core.\ALU_Control.$procmux$3985_CMP0 ($eq).
Removed top 1 bits (of 2) from port B of cell top.$flatten\SOC.\Core.\ALU_Control.$procmux$4001_CMP0 ($eq).
Removed top 3 bits (of 4) from port B of cell top.$flatten\SOC.\Core.\Alu.$procmux$4016_CMP0 ($eq).
Removed top 2 bits (of 4) from port B of cell top.$flatten\SOC.\Core.\Alu.$procmux$4015_CMP0 ($eq).
Removed top 1 bits (of 4) from port B of cell top.$flatten\SOC.\Core.\Alu.$procmux$4014_CMP0 ($eq).
Removed top 1 bits (of 4) from port B of cell top.$flatten\SOC.\Core.\Alu.$procmux$4013_CMP0 ($eq).
Removed top 2 bits (of 4) from port B of cell top.$flatten\SOC.\Core.\Alu.$procmux$4006_CMP0 ($eq).
Removed top 31 bits (of 32) from mux cell top.$flatten\SOC.\Core.\Alu.$ternary$Risco-5/src/core/alu.v:53$28 ($mux).
Removed top 31 bits (of 32) from mux cell top.$flatten\SOC.\Core.\Alu.$ternary$Risco-5/src/core/alu.v:37$17 ($mux).
Removed top 2 bits (of 12) from port B of cell top.$flatten\SOC.\Core.\CSR_Unit.$procmux$2675_CMP0 ($eq).
Removed top 2 bits (of 12) from port B of cell top.$flatten\SOC.\Core.\CSR_Unit.$procmux$2658_CMP0 ($eq).
Removed top 2 bits (of 12) from port B of cell top.$flatten\SOC.\Core.\CSR_Unit.$procmux$2647_CMP0 ($eq).
Removed top 2 bits (of 12) from port B of cell top.$flatten\SOC.\Core.\CSR_Unit.$procmux$2637_CMP0 ($eq).
Removed top 2 bits (of 12) from port B of cell top.$flatten\SOC.\Core.\CSR_Unit.$procmux$2628_CMP0 ($eq).
Removed top 2 bits (of 12) from port B of cell top.$flatten\SOC.\Core.\CSR_Unit.$procmux$2620_CMP0 ($eq).
Removed top 32 bits (of 64) from mux cell top.$flatten\SOC.\Core.\CSR_Unit.$procmux$2606 ($mux).
Removed cell top.$flatten\SOC.\Core.\CSR_Unit.$procmux$2603 ($mux).
Removed top 22 bits (of 32) from mux cell top.$flatten\SOC.\Memory.$procmux$1902 ($mux).
Removed top 22 bits (of 32) from mux cell top.$flatten\SOC.\Memory.$procmux$1908 ($mux).
Removed top 22 bits (of 32) from mux cell top.$flatten\SOC.\Memory.$procmux$1926 ($mux).
Removed top 22 bits (of 32) from mux cell top.$flatten\SOC.\Memory.$procmux$1854 ($mux).
Removed top 22 bits (of 32) from mux cell top.$flatten\SOC.\Memory.$procmux$1863 ($mux).
Removed top 26 bits (of 32) from wire top.$flatten\ResetBootSystem.$add$Risco-5/debug/reset.v:37$820_Y.
Removed top 1 bits (of 4) from wire top.$flatten\SOC.\Core.\ALU_Control.$procmux$3989_Y.
Removed top 31 bits (of 32) from wire top.$flatten\SOC.\Core.\Alu.$eq$Risco-5/src/core/alu.v:45$23_Y.
Removed top 31 bits (of 32) from wire top.$flatten\SOC.\Core.\Alu.$ternary$Risco-5/src/core/alu.v:37$17_Y.
Removed top 31 bits (of 32) from wire top.$flatten\SOC.\Core.\Alu.$ternary$Risco-5/src/core/alu.v:53$28_Y.
Removed top 32 bits (of 64) from wire top.$flatten\SOC.\Core.\CSR_Unit.$procmux$2606_Y.
Removed top 3 bits (of 6) from wire top.$flatten\SOC.\Core.\Control_Unit.$10\nextstate[5:0].
Removed top 1 bits (of 6) from wire top.$flatten\SOC.\Core.\Control_Unit.$11\nextstate[5:0].
Removed top 4 bits (of 6) from wire top.$flatten\SOC.\Core.\Control_Unit.$12\nextstate[5:0].
Removed top 3 bits (of 6) from wire top.$flatten\SOC.\Core.\Control_Unit.$14\nextstate[5:0].
Removed top 3 bits (of 6) from wire top.$flatten\SOC.\Core.\Control_Unit.$16\nextstate[5:0].
Removed top 5 bits (of 6) from wire top.$flatten\SOC.\Core.\Control_Unit.$19\nextstate[5:0].
Removed top 5 bits (of 6) from wire top.$flatten\SOC.\Core.\Control_Unit.$21\nextstate[5:0].
Removed top 1 bits (of 6) from wire top.$flatten\SOC.\Core.\Control_Unit.$6\nextstate[5:0].
Removed top 2 bits (of 6) from wire top.$flatten\SOC.\Core.\Control_Unit.$7\nextstate[5:0].
Removed top 4 bits (of 6) from wire top.$flatten\SOC.\Core.\Control_Unit.$8\nextstate[5:0].
Removed top 3 bits (of 6) from wire top.$flatten\SOC.\Core.\Control_Unit.$9\nextstate[5:0].
Removed top 31 bits (of 32) from wire top.$flatten\SOC.\Core.\Control_Unit.$ternary$Risco-5/src/core/control_unit.v:566$76_Y.
Removed top 1 bits (of 2) from wire top.$flatten\SOC.\Core.\Mdu.$procmux$2444_Y.
Removed top 1 bits (of 2) from wire top.$flatten\SOC.\Core.\Mdu.$procmux$2529_Y.
Removed top 32 bits (of 64) from wire top.$flatten\SOC.\Core.\Mdu.$sub$Risco-5/src/core/mdu.v:116$152_Y.
Removed top 22 bits (of 32) from wire top.$flatten\SOC.\Memory.$0$memwr$\memory$Risco-5/src/peripheral/memory.v:50$1366_ADDR[31:0]$1378.
Removed top 22 bits (of 32) from wire top.$flatten\SOC.\Memory.$0$memwr$\memory$Risco-5/src/peripheral/memory.v:52$1367_ADDR[31:0]$1375.
Removed top 22 bits (of 32) from wire top.$flatten\SOC.\Memory.$0$memwr$\memory$Risco-5/src/peripheral/memory.v:54$1368_ADDR[31:0]$1381.
Removed top 2 bits (of 32) from wire top.$flatten\SOC.\Memory.$0$memwr$\memory$Risco-5/src/peripheral/memory.v:54$1368_DATA[31:0]$1380.
Removed top 22 bits (of 32) from wire top.$flatten\SOC.\Memory.$2$memwr$\memory$Risco-5/src/peripheral/memory.v:50$1366_ADDR[31:0]$1398.
Removed top 22 bits (of 32) from wire top.$flatten\SOC.\Memory.$2$memwr$\memory$Risco-5/src/peripheral/memory.v:52$1367_ADDR[31:0]$1395.
Removed top 22 bits (of 32) from wire top.$flatten\SOC.\Memory.$2$memwr$\memory$Risco-5/src/peripheral/memory.v:54$1368_ADDR[31:0]$1401.
Removed top 22 bits (of 32) from wire top.$flatten\SOC.\Memory.$3$memwr$\memory$Risco-5/src/peripheral/memory.v:52$1367_ADDR[31:0]$1405.
Removed top 22 bits (of 32) from wire top.$flatten\SOC.\Memory.$3$memwr$\memory$Risco-5/src/peripheral/memory.v:54$1368_ADDR[31:0]$1408.
Removed top 2 bits (of 6) from wire top.$flatten\SOC.\Uart.\RX_FIFO.$0$memwr$\memory$Risco-5/src/peripheral/fifo.v:39$1507_ADDR[5:0]$1510.
Removed top 2 bits (of 6) from wire top.$flatten\SOC.\Uart.\RX_FIFO.$2$memwr$\memory$Risco-5/src/peripheral/fifo.v:39$1507_ADDR[5:0]$1519.
Removed top 26 bits (of 32) from wire top.$flatten\SOC.\Uart.\RX_FIFO.$add$Risco-5/src/peripheral/fifo.v:43$1530_Y.
Removed top 26 bits (of 32) from wire top.$flatten\SOC.\Uart.\RX_FIFO.$ternary$Risco-5/src/peripheral/fifo.v:43$1531_Y.
Removed top 2 bits (of 6) from wire top.$flatten\SOC.\Uart.\TX_FIFO.$0$memwr$\memory$Risco-5/src/peripheral/fifo.v:39$1507_ADDR[5:0]$1510.
Removed top 2 bits (of 6) from wire top.$flatten\SOC.\Uart.\TX_FIFO.$2$memwr$\memory$Risco-5/src/peripheral/fifo.v:39$1507_ADDR[5:0]$1519.
Removed top 26 bits (of 32) from wire top.$flatten\SOC.\Uart.\TX_FIFO.$add$Risco-5/src/peripheral/fifo.v:43$1530_Y.
Removed top 26 bits (of 32) from wire top.$flatten\SOC.\Uart.\TX_FIFO.$ternary$Risco-5/src/peripheral/fifo.v:43$1531_Y.
Removed top 31 bits (of 32) from wire top.$flatten\SOC.\Uart.\i_uart_rx.$ternary$Risco-5/src/peripheral/uart_rx.v:113$1476_Y.
Removed top 30 bits (of 32) from wire top.$flatten\SOC.\Uart.\i_uart_rx.$ternary$Risco-5/src/peripheral/uart_rx.v:114$1477_Y.
Removed top 31 bits (of 32) from wire top.$flatten\SOC.\Uart.\i_uart_rx.$ternary$Risco-5/src/peripheral/uart_rx.v:115$1478_Y.
Removed top 30 bits (of 32) from wire top.$flatten\SOC.\Uart.\i_uart_rx.$ternary$Risco-5/src/peripheral/uart_rx.v:116$1479_Y.
Removed top 30 bits (of 32) from wire top.$flatten\SOC.\Uart.\i_uart_tx.$ternary$Risco-5/src/peripheral/uart_tx.v:100$1422_Y.
Removed top 31 bits (of 32) from wire top.$flatten\SOC.\Uart.\i_uart_tx.$ternary$Risco-5/src/peripheral/uart_tx.v:97$1419_Y.
Removed top 30 bits (of 32) from wire top.$flatten\SOC.\Uart.\i_uart_tx.$ternary$Risco-5/src/peripheral/uart_tx.v:98$1420_Y.
24.15. Executing PEEPOPT pass (run peephole optimizers).
+ cd Risco-5/fpga/tangnano20k/
+ /eda/gowin/IDE/bin/gw_sh run.tcl
*** GOWIN Tcl Command Line Console ***
current device: GW2AR-18C GW2AR-LV18QN88C8/I7
add new file: "pinout.cst"
add new file: "top.sdc"
add new file: "main.v"
add new file: "../../debug/reset.v"
add new file: "../../src/core/alu_control.v"
add new file: "../../src/core/alu.v"
add new file: "../../src/core/control_unit.v"
add new file: "../../src/core/core.v"
add new file: "../../src/core/immediate_generator.v"
add new file: "../../src/core/mux.v"
add new file: "../../src/core/pc.v"
add new file: "../../src/core/registers.v"
add new file: "../../src/core/csr_unit.v"
add new file: "../../src/core/mdu.v"
add new file: "../../src/peripheral/bus.v"
add new file: "../../src/peripheral/gpio.v"
add new file: "../../src/peripheral/gpios.v"
add new file: "../../src/peripheral/leds.v"
add new file: "../../src/peripheral/memory.v"
add new file: "../../src/peripheral/soc.v"
add new file: "../../src/peripheral/uart_rx.v"
add new file: "../../src/peripheral/uart_tx.v"
add new file: "../../src/peripheral/uart.v"
add new file: "../../src/peripheral/fifo.v"
add new file: "../../src/peripheral/pwm.v"
GowinSynthesis start
Running parser ...
Analyzing Verilog file '/var/lib/jenkins/workspace/Risco_5/Risco-5/fpga/tangnano20k/main.v'
Analyzing Verilog file '/var/lib/jenkins/workspace/Risco_5/Risco-5/debug/reset.v'
Analyzing Verilog file '/var/lib/jenkins/workspace/Risco_5/Risco-5/src/core/alu_control.v'
Analyzing Verilog file '/var/lib/jenkins/workspace/Risco_5/Risco-5/src/core/alu.v'
Analyzing Verilog file '/var/lib/jenkins/workspace/Risco_5/Risco-5/src/core/control_unit.v'
Analyzing included file '/var/lib/jenkins/workspace/Risco_5/Risco-5/src/core/config.vh'("/var/lib/jenkins/workspace/Risco_5/Risco-5/src/core/control_unit.v":1)
Back to file '/var/lib/jenkins/workspace/Risco_5/Risco-5/src/core/control_unit.v'("/var/lib/jenkins/workspace/Risco_5/Risco-5/src/core/control_unit.v":1)
Analyzing Verilog file '/var/lib/jenkins/workspace/Risco_5/Risco-5/src/core/core.v'
Analyzing included file '/var/lib/jenkins/workspace/Risco_5/Risco-5/src/core/config.vh'("/var/lib/jenkins/workspace/Risco_5/Risco-5/src/core/core.v":1)
Back to file '/var/lib/jenkins/workspace/Risco_5/Risco-5/src/core/core.v'("/var/lib/jenkins/workspace/Risco_5/Risco-5/src/core/core.v":1)
Undeclared symbol 'pc_source', assumed default net type 'wire'("/var/lib/jenkins/workspace/Risco_5/Risco-5/src/core/core.v":187)
Analyzing Verilog file '/var/lib/jenkins/workspace/Risco_5/Risco-5/src/core/immediate_generator.v'
Analyzing Verilog file '/var/lib/jenkins/workspace/Risco_5/Risco-5/src/core/mux.v'
Analyzing Verilog file '/var/lib/jenkins/workspace/Risco_5/Risco-5/src/core/pc.v'
Analyzing Verilog file '/var/lib/jenkins/workspace/Risco_5/Risco-5/src/core/registers.v'
Analyzing included file '/var/lib/jenkins/workspace/Risco_5/Risco-5/src/core/config.vh'("/var/lib/jenkins/workspace/Risco_5/Risco-5/src/core/registers.v":1)
Back to file '/var/lib/jenkins/workspace/Risco_5/Risco-5/src/core/registers.v'("/var/lib/jenkins/workspace/Risco_5/Risco-5/src/core/registers.v":1)
Analyzing Verilog file '/var/lib/jenkins/workspace/Risco_5/Risco-5/src/core/csr_unit.v'
Analyzing included file '/var/lib/jenkins/workspace/Risco_5/Risco-5/src/core/config.vh'("/var/lib/jenkins/workspace/Risco_5/Risco-5/src/core/csr_unit.v":1)
Back to file '/var/lib/jenkins/workspace/Risco_5/Risco-5/src/core/csr_unit.v'("/var/lib/jenkins/workspace/Risco_5/Risco-5/src/core/csr_unit.v":1)
Analyzing Verilog file '/var/lib/jenkins/workspace/Risco_5/Risco-5/src/core/mdu.v'
Analyzing included file '/var/lib/jenkins/workspace/Risco_5/Risco-5/src/core/config.vh'("/var/lib/jenkins/workspace/Risco_5/Risco-5/src/core/mdu.v":4)
Back to file '/var/lib/jenkins/workspace/Risco_5/Risco-5/src/core/mdu.v'("/var/lib/jenkins/workspace/Risco_5/Risco-5/src/core/mdu.v":4)
Analyzing Verilog file '/var/lib/jenkins/workspace/Risco_5/Risco-5/src/peripheral/bus.v'
Analyzing Verilog file '/var/lib/jenkins/workspace/Risco_5/Risco-5/src/peripheral/gpio.v'
Analyzing included file '/var/lib/jenkins/workspace/Risco_5/Risco-5/src/peripheral/config.vh'("/var/lib/jenkins/workspace/Risco_5/Risco-5/src/peripheral/gpio.v":1)
Back to file '/var/lib/jenkins/workspace/Risco_5/Risco-5/src/peripheral/gpio.v'("/var/lib/jenkins/workspace/Risco_5/Risco-5/src/peripheral/gpio.v":1)
Analyzing Verilog file '/var/lib/jenkins/workspace/Risco_5/Risco-5/src/peripheral/gpios.v'
Analyzing included file '/var/lib/jenkins/workspace/Risco_5/Risco-5/src/peripheral/config.vh'("/var/lib/jenkins/workspace/Risco_5/Risco-5/src/peripheral/gpios.v":1)
Back to file '/var/lib/jenkins/workspace/Risco_5/Risco-5/src/peripheral/gpios.v'("/var/lib/jenkins/workspace/Risco_5/Risco-5/src/peripheral/gpios.v":1)
Analyzing Verilog file '/var/lib/jenkins/workspace/Risco_5/Risco-5/src/peripheral/leds.v'
Analyzing included file '/var/lib/jenkins/workspace/Risco_5/Risco-5/src/peripheral/config.vh'("/var/lib/jenkins/workspace/Risco_5/Risco-5/src/peripheral/leds.v":1)
Back to file '/var/lib/jenkins/workspace/Risco_5/Risco-5/src/peripheral/leds.v'("/var/lib/jenkins/workspace/Risco_5/Risco-5/src/peripheral/leds.v":1)
Analyzing Verilog file '/var/lib/jenkins/workspace/Risco_5/Risco-5/src/peripheral/memory.v'
WARN (EX3012) : Empty statement in sequential block("/var/lib/jenkins/workspace/Risco_5/Risco-5/src/peripheral/memory.v":54)
Analyzing Verilog file '/var/lib/jenkins/workspace/Risco_5/Risco-5/src/peripheral/soc.v'
Analyzing included file '/var/lib/jenkins/workspace/Risco_5/Risco-5/src/peripheral/config.vh'("/var/lib/jenkins/workspace/Risco_5/Risco-5/src/peripheral/soc.v":1)
Back to file '/var/lib/jenkins/workspace/Risco_5/Risco-5/src/peripheral/soc.v'("/var/lib/jenkins/workspace/Risco_5/Risco-5/src/peripheral/soc.v":1)
Analyzing Verilog file '/var/lib/jenkins/workspace/Risco_5/Risco-5/src/peripheral/uart_rx.v'
Analyzing included file '/var/lib/jenkins/workspace/Risco_5/Risco-5/src/peripheral/config.vh'("/var/lib/jenkins/workspace/Risco_5/Risco-5/src/peripheral/uart_rx.v":1)
Back to file '/var/lib/jenkins/workspace/Risco_5/Risco-5/src/peripheral/uart_rx.v'("/var/lib/jenkins/workspace/Risco_5/Risco-5/src/peripheral/uart_rx.v":1)
Analyzing Verilog file '/var/lib/jenkins/workspace/Risco_5/Risco-5/src/peripheral/uart_tx.v'
Analyzing included file '/var/lib/jenkins/workspace/Risco_5/Risco-5/src/peripheral/config.vh'("/var/lib/jenkins/workspace/Risco_5/Risco-5/src/peripheral/uart_tx.v":1)
Back to file '/var/lib/jenkins/workspace/Risco_5/Risco-5/src/peripheral/uart_tx.v'("/var/lib/jenkins/workspace/Risco_5/Risco-5/src/peripheral/uart_tx.v":1)
Analyzing Verilog file '/var/lib/jenkins/workspace/Risco_5/Risco-5/src/peripheral/uart.v'
Analyzing included file '/var/lib/jenkins/workspace/Risco_5/Risco-5/src/peripheral/config.vh'("/var/lib/jenkins/workspace/Risco_5/Risco-5/src/peripheral/uart.v":1)
Back to file '/var/lib/jenkins/workspace/Risco_5/Risco-5/src/peripheral/uart.v'("/var/lib/jenkins/workspace/Risco_5/Risco-5/src/peripheral/uart.v":1)
Analyzing Verilog file '/var/lib/jenkins/workspace/Risco_5/Risco-5/src/peripheral/fifo.v'
Analyzing included file '/var/lib/jenkins/workspace/Risco_5/Risco-5/src/peripheral/config.vh'("/var/lib/jenkins/workspace/Risco_5/Risco-5/src/peripheral/fifo.v":1)
Back to file '/var/lib/jenkins/workspace/Risco_5/Risco-5/src/peripheral/fifo.v'("/var/lib/jenkins/workspace/Risco_5/Risco-5/src/peripheral/fifo.v":1)
Analyzing Verilog file '/var/lib/jenkins/workspace/Risco_5/Risco-5/src/peripheral/pwm.v'
Analyzing included file '/var/lib/jenkins/workspace/Risco_5/Risco-5/src/peripheral/config.vh'("/var/lib/jenkins/workspace/Risco_5/Risco-5/src/peripheral/pwm.v":1)
Back to file '/var/lib/jenkins/workspace/Risco_5/Risco-5/src/peripheral/pwm.v'("/var/lib/jenkins/workspace/Risco_5/Risco-5/src/peripheral/pwm.v":1)
WARN (EX3073) : Port 'resetn_o' remains unconnected for this instance("/var/lib/jenkins/workspace/Risco_5/Risco-5/fpga/tangnano20k/main.v":18)
Compiling module 'top'("/var/lib/jenkins/workspace/Risco_5/Risco-5/fpga/tangnano20k/main.v":1)
Compiling module 'ResetBootSystem'("/var/lib/jenkins/workspace/Risco_5/Risco-5/debug/reset.v":1)
WARN (EX3791) : Expression size 7 truncated to fit in target size 6("/var/lib/jenkins/workspace/Risco_5/Risco-5/debug/reset.v":37)
Compiling module 'Risco_5_SOC(CLOCK_FREQ=27000000,BIT_RATE=115200,MEMORY_SIZE=2048,MEMORY_FILE="../../software/memory/teste_uart_fpga.hex",UART_BUFFER_SIZE=16)'("/var/lib/jenkins/workspace/Risco_5/Risco-5/src/peripheral/soc.v":3)
WARN (EX3073) : Port 'C' remains unconnected for this instance("/var/lib/jenkins/workspace/Risco_5/Risco-5/src/core/core.v":117)
Compiling module 'Core(BOOT_ADDRESS=32'b00000000000000000000000000000000)'("/var/lib/jenkins/workspace/Risco_5/Risco-5/src/core/core.v":2)
Compiling module 'PC'("/var/lib/jenkins/workspace/Risco_5/Risco-5/src/core/pc.v":1)
Compiling module 'MUX'("/var/lib/jenkins/workspace/Risco_5/Risco-5/src/core/mux.v":1)
Compiling module 'MDU'("/var/lib/jenkins/workspace/Risco_5/Risco-5/src/core/mdu.v":6)
WARN (EX3791) : Expression size 64 truncated to fit in target size 32("/var/lib/jenkins/workspace/Risco_5/Risco-5/src/core/mdu.v":116)
Compiling module 'Registers'("/var/lib/jenkins/workspace/Risco_5/Risco-5/src/core/registers.v":2)
Compiling module 'Control_Unit'("/var/lib/jenkins/workspace/Risco_5/Risco-5/src/core/control_unit.v":2)
WARN (EX3791) : Expression size 7 truncated to fit in target size 3("/var/lib/jenkins/workspace/Risco_5/Risco-5/src/core/control_unit.v":566)
WARN (EX3791) : Expression size 7 truncated to fit in target size 3("/var/lib/jenkins/workspace/Risco_5/Risco-5/src/core/control_unit.v":573)
WARN (EX3791) : Expression size 7 truncated to fit in target size 3("/var/lib/jenkins/workspace/Risco_5/Risco-5/src/core/control_unit.v":586)
WARN (EX3791) : Expression size 7 truncated to fit in target size 3("/var/lib/jenkins/workspace/Risco_5/Risco-5/src/core/control_unit.v":593)
Compiling module 'ALU_Control'("/var/lib/jenkins/workspace/Risco_5/Risco-5/src/core/alu_control.v":1)
Compiling module 'Alu'("/var/lib/jenkins/workspace/Risco_5/Risco-5/src/core/alu.v":1)
Compiling module 'Immediate_Generator'("/var/lib/jenkins/workspace/Risco_5/Risco-5/src/core/immediate_generator.v":1)
Compiling module 'CSR_Unit'("/var/lib/jenkins/workspace/Risco_5/Risco-5/src/core/csr_unit.v":3)
24.16. Executing OPT_CLEAN pass (remove unused cells and wires).
Finding unused cells or wires in module \top..
Removed 0 unused cells and 46 unused wires.
<suppressed ~1 debug messages>
24.17. Executing SHARE pass (SAT-based resource sharing).
Found 6 cells in module top that may be considered for resource sharing.
Analyzing resource sharing options for $flatten\SOC.\Uart.\RX_FIFO.$memrd$\memory$Risco-5/src/peripheral/fifo.v:23$1508 ($memrd):
Found 1 activation_patterns using ctrl signal { \SOC.Uart.RX_FIFO.empty $flatten\SOC.\Uart.$procmux$2028_CMP $flatten\SOC.\Uart.$ne$Risco-5/src/peripheral/uart.v:100$1349_Y }.
No candidates found.
Analyzing resource sharing options for $flatten\SOC.\Memory.$memrd$\memory$Risco-5/src/peripheral/memory.v:24$1369 ($memrd):
Found 7 activation_patterns using ctrl signal { $flatten\SOC.\Memory.$procmux$1833_CMP $flatten\SOC.\Memory.$procmux$1832_CMP $flatten\SOC.\Memory.$procmux$1831_CMP $flatten\SOC.\Memory.$procmux$1830_CMP \SOC.Memory.option [1:0] \SOC.Memory.memory_write $flatten\SOC.\Bus.$eq$Risco-5/src/peripheral/bus.v:48$198_Y }.
No candidates found.
Analyzing resource sharing options for $flatten\SOC.\Core.\RegisterBank.$memrd$\registers$Risco-5/src/core/registers.v:28$177 ($memrd):
Found 12 activation_patterns using ctrl signal { $flatten\SOC.\Core.\Alu.$procmux$4006_CMP $flatten\SOC.\Core.\Alu.$procmux$4007_CMP $flatten\SOC.\Core.\Alu.$procmux$4008_CMP $flatten\SOC.\Core.\Alu.$procmux$4009_CMP $flatten\SOC.\Core.\Alu.$procmux$4010_CMP $flatten\SOC.\Core.\Alu.$procmux$4011_CMP $flatten\SOC.\Core.\Alu.$procmux$4014_CMP $flatten\SOC.\Core.\Alu.$procmux$4015_CMP $flatten\SOC.\Core.\Alu.$procmux$4016_CMP $flatten\SOC.\Core.\Alu.$procmux$4017_CMP $flatten\SOC.\Core.\AluInputBMUX.$procmux$2432_CMP $auto$opt_reduce.cc:134:opt_pmux$4255 $auto$opt_reduce.cc:134:opt_pmux$4253 }.
No candidates found.
Analyzing resource sharing options for $flatten\SOC.\Core.\Alu.$sshr$Risco-5/src/core/alu.v:51$26 ($sshr):
Found 1 activation_patterns using ctrl signal $flatten\SOC.\Core.\Alu.$procmux$4006_CMP.
No candidates found.
Analyzing resource sharing options for $flatten\SOC.\Core.\Alu.$shr$Risco-5/src/core/alu.v:49$25 ($shr):
Found 1 activation_patterns using ctrl signal $flatten\SOC.\Core.\Alu.$procmux$4007_CMP.
No candidates found.
Analyzing resource sharing options for $flatten\SOC.\Core.\Alu.$shl$Risco-5/src/core/alu.v:47$24 ($shl):
Found 1 activation_patterns using ctrl signal $flatten\SOC.\Core.\Alu.$procmux$4008_CMP.
No candidates found.
24.18. Executing TECHMAP pass (map to technology primitives).
24.18.1. Executing Verilog-2005 frontend: /eda/oss-cad-suite/lib/../share/yosys/cmp2lut.v
Parsing Verilog input from `/eda/oss-cad-suite/lib/../share/yosys/cmp2lut.v' to AST representation.
Generating RTLIL representation for module `\_90_lut_cmp_'.
Successfully finished Verilog frontend.
24.18.2. Continuing TECHMAP pass.
No more expansions possible.
<suppressed ~140 debug messages>
24.19. Executing OPT_EXPR pass (perform const folding).
Optimizing module top.
24.20. Executing OPT_CLEAN pass (remove unused cells and wires).
Finding unused cells or wires in module \top..
24.21. Executing TECHMAP pass (map to technology primitives).
24.21.1. Executing Verilog-2005 frontend: /eda/oss-cad-suite/lib/../share/yosys/mul2dsp.v
Parsing Verilog input from `/eda/oss-cad-suite/lib/../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.
24.21.2. Executing Verilog-2005 frontend: /eda/oss-cad-suite/lib/../share/yosys/ecp5/dsp_map.v
Parsing Verilog input from `/eda/oss-cad-suite/lib/../share/yosys/ecp5/dsp_map.v' to AST representation.
Generating RTLIL representation for module `\$__MUL18X18'.
Successfully finished Verilog frontend.
24.21.3. Continuing TECHMAP pass.
Using template $paramod$e88c2150f27e199b5b4c38f191932e407250eaa3\_80_mul for cells of type $mul.
Using template $paramod$de927ffa49f2a1327665483e9418148a52f3d36b\_80_mul for cells of type $__mul.
Using template $paramod$fac210dc6e441ade6153a47dcf32d681f9d41bee\_80_mul for cells of type $__mul.
Using template $paramod$0c59eac522c8fc6cf582c390b8c4bd5bae1bb887\_80_mul for cells of type $__mul.
Using template $paramod$84e4af21b083f56ce59bb3210f4da5751fbe9bb3\_80_mul for cells of type $__mul.
Using template $paramod$f84b7e774a64cf6bd61391522b3eee9d216e6e7e\_80_mul for cells of type $__mul.
Using template $paramod$ba1b36458f074a6329f9cad9c8b71be8774bccea\_80_mul for cells of type $__mul.
Using template $paramod$e5ade21dea2c4d51df0cdca72b2a93a08fd8e7d1\$__MUL18X18 for cells of type $__MUL18X18.
Using template $paramod$ab0a030b3329c9db46a487d220064a2a8467942a\$__MUL18X18 for cells of type $__MUL18X18.
Using template $paramod$7c1afd677c664a6f211892c24ab4c74153b5be67\$__MUL18X18 for cells of type $__MUL18X18.
Using template $paramod$bef2a6330e4e8c17c10f220fb2d17af741212f04\$__MUL18X18 for cells of type $__MUL18X18.
No more expansions possible.
<suppressed ~670 debug messages>
24.22. Executing ALUMACC pass (create $alu and $macc cells).
Extracting $alu and $macc cells in module top:
creating $macc model for $techmap$flatten\SOC.\Core.\Mdu.$mul$Risco-5/src/core/mdu.v:74$126.genblk1.genblk1.genblk1.genblk1.genblk1.sliceA.last.$add$/eda/oss-cad-suite/lib/../share/yosys/mul2dsp.v:230$4652 ($add).
creating $macc model for $techmap$flatten\SOC.\Core.\Mdu.$mul$Risco-5/src/core/mdu.v:74$126.genblk1.genblk1.genblk1.genblk1.genblk1.sliceA[0].mul.$add$/eda/oss-cad-suite/lib/../share/yosys/mul2dsp.v:230$4649 ($add).
creating $macc model for $techmap$flatten\SOC.\Core.\Mdu.$mul$Risco-5/src/core/mdu.v:74$126.$add$/eda/oss-cad-suite/lib/../share/yosys/mul2dsp.v:173$4646 ($add).
creating $macc model for $flatten\ResetBootSystem.$add$Risco-5/debug/reset.v:37$820 ($add).
creating $macc model for $flatten\SOC.\Core.$add$Risco-5/src/core/core.v:167$967 ($add).
creating $macc model for $flatten\SOC.\Core.$sub$Risco-5/src/core/core.v:165$966 ($sub).
creating $macc model for $flatten\SOC.\Core.\Alu.$add$Risco-5/src/core/alu.v:33$14 ($add).
creating $macc model for $flatten\SOC.\Core.\Alu.$sub$Risco-5/src/core/alu.v:35$15 ($sub).
creating $macc model for $flatten\SOC.\Core.\CSR_Unit.$add$Risco-5/src/core/csr_unit.v:116$113 ($add).
creating $macc model for $flatten\SOC.\Core.\Mdu.$neg$Risco-5/src/core/mdu.v:127$158 ($neg).
creating $macc model for $flatten\SOC.\Core.\Mdu.$neg$Risco-5/src/core/mdu.v:129$160 ($neg).
creating $macc model for $flatten\SOC.\Core.\Mdu.$neg$Risco-5/src/core/mdu.v:97$134 ($neg).
creating $macc model for $flatten\SOC.\Core.\Mdu.$neg$Risco-5/src/core/mdu.v:98$138 ($neg).
creating $macc model for $flatten\SOC.\Core.\Mdu.$sub$Risco-5/src/core/mdu.v:116$152 ($sub).
creating $macc model for $flatten\SOC.\GPIOS.\Pwm0.$add$Risco-5/src/peripheral/pwm.v:21$473 ($add).
creating $macc model for $flatten\SOC.\GPIOS.\Pwm0.$sub$Risco-5/src/peripheral/pwm.v:20$471 ($sub).
creating $macc model for $flatten\SOC.\GPIOS.\Pwm1.$add$Risco-5/src/peripheral/pwm.v:21$473 ($add).
creating $macc model for $flatten\SOC.\GPIOS.\Pwm1.$sub$Risco-5/src/peripheral/pwm.v:20$471 ($sub).
creating $macc model for $flatten\SOC.\Uart.$add$Risco-5/src/peripheral/uart.v:102$1351 ($add).
creating $macc model for $flatten\SOC.\Uart.\RX_FIFO.$add$Risco-5/src/peripheral/fifo.v:38$1522 ($add).
creating $macc model for $flatten\SOC.\Uart.\RX_FIFO.$add$Risco-5/src/peripheral/fifo.v:40$1524 ($add).
creating $macc model for $flatten\SOC.\Uart.\RX_FIFO.$add$Risco-5/src/peripheral/fifo.v:43$1530 ($add).
creating $macc model for $flatten\SOC.\Uart.\RX_FIFO.$sub$Risco-5/src/peripheral/fifo.v:42$1528 ($sub).
creating $macc model for $flatten\SOC.\Uart.\TX_FIFO.$add$Risco-5/src/peripheral/fifo.v:38$1522 ($add).
creating $macc model for $flatten\SOC.\Uart.\TX_FIFO.$add$Risco-5/src/peripheral/fifo.v:40$1524 ($add).
creating $macc model for $flatten\SOC.\Uart.\TX_FIFO.$add$Risco-5/src/peripheral/fifo.v:43$1530 ($add).
creating $macc model for $flatten\SOC.\Uart.\TX_FIFO.$sub$Risco-5/src/peripheral/fifo.v:42$1528 ($sub).
creating $macc model for $flatten\SOC.\Uart.\i_uart_rx.$add$Risco-5/src/peripheral/uart_rx.v:149$1490 ($add).
creating $macc model for $flatten\SOC.\Uart.\i_uart_rx.$add$Risco-5/src/peripheral/uart_rx.v:174$1501 ($add).
creating $macc model for $flatten\SOC.\Uart.\i_uart_tx.$add$Risco-5/src/peripheral/uart_tx.v:135$1439 ($add).
creating $macc model for $flatten\SOC.\Uart.\i_uart_tx.$add$Risco-5/src/peripheral/uart_tx.v:152$1450 ($add).
creating $alu model for $macc $flatten\SOC.\Uart.\i_uart_tx.$add$Risco-5/src/peripheral/uart_tx.v:152$1450.
creating $alu model for $macc $flatten\SOC.\Uart.\i_uart_tx.$add$Risco-5/src/peripheral/uart_tx.v:135$1439.
creating $alu model for $macc $flatten\SOC.\Uart.\i_uart_rx.$add$Risco-5/src/peripheral/uart_rx.v:174$1501.
creating $alu model for $macc $flatten\SOC.\Uart.\i_uart_rx.$add$Risco-5/src/peripheral/uart_rx.v:149$1490.
creating $alu model for $macc $flatten\SOC.\Uart.\TX_FIFO.$sub$Risco-5/src/peripheral/fifo.v:42$1528.
creating $alu model for $macc $flatten\SOC.\Uart.\TX_FIFO.$add$Risco-5/src/peripheral/fifo.v:43$1530.
creating $alu model for $macc $flatten\SOC.\Uart.\TX_FIFO.$add$Risco-5/src/peripheral/fifo.v:40$1524.
creating $alu model for $macc $flatten\SOC.\Uart.\TX_FIFO.$add$Risco-5/src/peripheral/fifo.v:38$1522.
creating $alu model for $macc $flatten\SOC.\Uart.\RX_FIFO.$sub$Risco-5/src/peripheral/fifo.v:42$1528.
creating $alu model for $macc $flatten\SOC.\Uart.\RX_FIFO.$add$Risco-5/src/peripheral/fifo.v:43$1530.
creating $alu model for $macc $flatten\SOC.\Uart.\RX_FIFO.$add$Risco-5/src/peripheral/fifo.v:40$1524.
creating $alu model for $macc $flatten\SOC.\Uart.\RX_FIFO.$add$Risco-5/src/peripheral/fifo.v:38$1522.
creating $alu model for $macc $flatten\SOC.\Uart.$add$Risco-5/src/peripheral/uart.v:102$1351.
creating $alu model for $macc $flatten\SOC.\GPIOS.\Pwm1.$sub$Risco-5/src/peripheral/pwm.v:20$471.
creating $alu model for $macc $flatten\SOC.\GPIOS.\Pwm1.$add$Risco-5/src/peripheral/pwm.v:21$473.
creating $alu model for $macc $flatten\SOC.\GPIOS.\Pwm0.$sub$Risco-5/src/peripheral/pwm.v:20$471.
creating $alu model for $macc $flatten\SOC.\GPIOS.\Pwm0.$add$Risco-5/src/peripheral/pwm.v:21$473.
creating $alu model for $macc $flatten\SOC.\Core.\Mdu.$sub$Risco-5/src/core/mdu.v:116$152.
creating $alu model for $macc $flatten\SOC.\Core.\Mdu.$neg$Risco-5/src/core/mdu.v:98$138.
creating $alu model for $macc $flatten\SOC.\Core.\Mdu.$neg$Risco-5/src/core/mdu.v:97$134.
creating $alu model for $macc $flatten\SOC.\Core.\Mdu.$neg$Risco-5/src/core/mdu.v:129$160.
creating $alu model for $macc $flatten\SOC.\Core.\Mdu.$neg$Risco-5/src/core/mdu.v:127$158.
creating $alu model for $macc $flatten\SOC.\Core.\CSR_Unit.$add$Risco-5/src/core/csr_unit.v:116$113.
creating $alu model for $macc $flatten\SOC.\Core.\Alu.$sub$Risco-5/src/core/alu.v:35$15.
creating $alu model for $macc $flatten\SOC.\Core.\Alu.$add$Risco-5/src/core/alu.v:33$14.
creating $alu model for $macc $flatten\SOC.\Core.$sub$Risco-5/src/core/core.v:165$966.
creating $alu model for $macc $flatten\SOC.\Core.$add$Risco-5/src/core/core.v:167$967.
creating $alu model for $macc $flatten\ResetBootSystem.$add$Risco-5/debug/reset.v:37$820.
creating $alu model for $macc $techmap$flatten\SOC.\Core.\Mdu.$mul$Risco-5/src/core/mdu.v:74$126.$add$/eda/oss-cad-suite/lib/../share/yosys/mul2dsp.v:173$4646.
creating $alu model for $macc $techmap$flatten\SOC.\Core.\Mdu.$mul$Risco-5/src/core/mdu.v:74$126.genblk1.genblk1.genblk1.genblk1.genblk1.sliceA[0].mul.$add$/eda/oss-cad-suite/lib/../share/yosys/mul2dsp.v:230$4649.
creating $alu model for $macc $techmap$flatten\SOC.\Core.\Mdu.$mul$Risco-5/src/core/mdu.v:74$126.genblk1.genblk1.genblk1.genblk1.genblk1.sliceA.last.$add$/eda/oss-cad-suite/lib/../share/yosys/mul2dsp.v:230$4652.
creating $alu model for $flatten\ResetBootSystem.$lt$Risco-5/debug/reset.v:36$819 ($lt): new $alu
creating $alu model for $flatten\SOC.\Core.\Alu.$ge$Risco-5/src/core/alu.v:53$27 ($ge): merged with $flatten\SOC.\Core.\Alu.$sub$Risco-5/src/core/alu.v:35$15.
creating $alu model for $flatten\SOC.\Core.\Alu.$lt$Risco-5/src/core/alu.v:37$16 ($lt): merged with $flatten\SOC.\Core.\Alu.$sub$Risco-5/src/core/alu.v:35$15.
creating $alu model for $flatten\SOC.\Core.\Mdu.$le$Risco-5/src/core/mdu.v:115$151 ($le): new $alu
creating $alu model for $flatten\SOC.\GPIOS.\Pwm0.$lt$Risco-5/src/peripheral/pwm.v:20$472 ($lt): new $alu
creating $alu model for $flatten\SOC.\GPIOS.\Pwm0.$lt$Risco-5/src/peripheral/pwm.v:27$474 ($lt): new $alu
creating $alu model for $flatten\SOC.\GPIOS.\Pwm1.$lt$Risco-5/src/peripheral/pwm.v:20$472 ($lt): new $alu
creating $alu model for $flatten\SOC.\GPIOS.\Pwm1.$lt$Risco-5/src/peripheral/pwm.v:27$474 ($lt): new $alu
creating $alu model for $flatten\ResetBootSystem.$eq$Risco-5/debug/reset.v:38$821 ($eq): merged with $flatten\ResetBootSystem.$lt$Risco-5/debug/reset.v:36$819.
creating $alu model for $flatten\SOC.\Core.\Alu.$eq$Risco-5/src/core/alu.v:45$23 ($eq): merged with $flatten\SOC.\Core.\Alu.$sub$Risco-5/src/core/alu.v:35$15.
creating $alu cell for $flatten\SOC.\GPIOS.\Pwm1.$lt$Risco-5/src/peripheral/pwm.v:27$474: $auto$alumacc.cc:485:replace_alu$4667
creating $alu cell for $flatten\SOC.\GPIOS.\Pwm1.$lt$Risco-5/src/peripheral/pwm.v:20$472: $auto$alumacc.cc:485:replace_alu$4678
creating $alu cell for $flatten\SOC.\GPIOS.\Pwm0.$lt$Risco-5/src/peripheral/pwm.v:27$474: $auto$alumacc.cc:485:replace_alu$4683
creating $alu cell for $flatten\SOC.\GPIOS.\Pwm0.$lt$Risco-5/src/peripheral/pwm.v:20$472: $auto$alumacc.cc:485:replace_alu$4694
creating $alu cell for $flatten\SOC.\Core.\Mdu.$le$Risco-5/src/core/mdu.v:115$151: $auto$alumacc.cc:485:replace_alu$4699
creating $alu cell for $flatten\ResetBootSystem.$lt$Risco-5/debug/reset.v:36$819, $flatten\ResetBootSystem.$eq$Risco-5/debug/reset.v:38$821: $auto$alumacc.cc:485:replace_alu$4712
creating $alu cell for $techmap$flatten\SOC.\Core.\Mdu.$mul$Risco-5/src/core/mdu.v:74$126.genblk1.genblk1.genblk1.genblk1.genblk1.sliceA.last.$add$/eda/oss-cad-suite/lib/../share/yosys/mul2dsp.v:230$4652: $auto$alumacc.cc:485:replace_alu$4723
creating $alu cell for $techmap$flatten\SOC.\Core.\Mdu.$mul$Risco-5/src/core/mdu.v:74$126.genblk1.genblk1.genblk1.genblk1.genblk1.sliceA[0].mul.$add$/eda/oss-cad-suite/lib/../share/yosys/mul2dsp.v:230$4649: $auto$alumacc.cc:485:replace_alu$4726
creating $alu cell for $techmap$flatten\SOC.\Core.\Mdu.$mul$Risco-5/src/core/mdu.v:74$126.$add$/eda/oss-cad-suite/lib/../share/yosys/mul2dsp.v:173$4646: $auto$alumacc.cc:485:replace_alu$4729
creating $alu cell for $flatten\ResetBootSystem.$add$Risco-5/debug/reset.v:37$820: $auto$alumacc.cc:485:replace_alu$4732
creating $alu cell for $flatten\SOC.\Core.$add$Risco-5/src/core/core.v:167$967: $auto$alumacc.cc:485:replace_alu$4735
creating $alu cell for $flatten\SOC.\Core.$sub$Risco-5/src/core/core.v:165$966: $auto$alumacc.cc:485:replace_alu$4738
creating $alu cell for $flatten\SOC.\Core.\Alu.$add$Risco-5/src/core/alu.v:33$14: $auto$alumacc.cc:485:replace_alu$4741
creating $alu cell for $flatten\SOC.\Core.\Alu.$sub$Risco-5/src/core/alu.v:35$15, $flatten\SOC.\Core.\Alu.$ge$Risco-5/src/core/alu.v:53$27, $flatten\SOC.\Core.\Alu.$lt$Risco-5/src/core/alu.v:37$16, $flatten\SOC.\Core.\Alu.$eq$Risco-5/src/core/alu.v:45$23: $auto$alumacc.cc:485:replace_alu$4744
creating $alu cell for $flatten\SOC.\Core.\CSR_Unit.$add$Risco-5/src/core/csr_unit.v:116$113: $auto$alumacc.cc:485:replace_alu$4757
creating $alu cell for $flatten\SOC.\Core.\Mdu.$neg$Risco-5/src/core/mdu.v:127$158: $auto$alumacc.cc:485:replace_alu$4760
creating $alu cell for $flatten\SOC.\Core.\Mdu.$neg$Risco-5/src/core/mdu.v:129$160: $auto$alumacc.cc:485:replace_alu$4763
creating $alu cell for $flatten\SOC.\Core.\Mdu.$neg$Risco-5/src/core/mdu.v:97$134: $auto$alumacc.cc:485:replace_alu$4766
creating $alu cell for $flatten\SOC.\Core.\Mdu.$neg$Risco-5/src/core/mdu.v:98$138: $auto$alumacc.cc:485:replace_alu$4769
creating $alu cell for $flatten\SOC.\Core.\Mdu.$sub$Risco-5/src/core/mdu.v:116$152: $auto$alumacc.cc:485:replace_alu$4772
creating $alu cell for $flatten\SOC.\GPIOS.\Pwm0.$add$Risco-5/src/peripheral/pwm.v:21$473: $auto$alumacc.cc:485:replace_alu$4775
creating $alu cell for $flatten\SOC.\GPIOS.\Pwm0.$sub$Risco-5/src/peripheral/pwm.v:20$471: $auto$alumacc.cc:485:replace_alu$4778
creating $alu cell for $flatten\SOC.\GPIOS.\Pwm1.$add$Risco-5/src/peripheral/pwm.v:21$473: $auto$alumacc.cc:485:replace_alu$4781
creating $alu cell for $flatten\SOC.\GPIOS.\Pwm1.$sub$Risco-5/src/peripheral/pwm.v:20$471: $auto$alumacc.cc:485:replace_alu$4784
creating $alu cell for $flatten\SOC.\Uart.$add$Risco-5/src/peripheral/uart.v:102$1351: $auto$alumacc.cc:485:replace_alu$4787
creating $alu cell for $flatten\SOC.\Uart.\RX_FIFO.$add$Risco-5/src/peripheral/fifo.v:38$1522: $auto$alumacc.cc:485:replace_alu$4790
creating $alu cell for $flatten\SOC.\Uart.\RX_FIFO.$add$Risco-5/src/peripheral/fifo.v:40$1524: $auto$alumacc.cc:485:replace_alu$4793
creating $alu cell for $flatten\SOC.\Uart.\RX_FIFO.$add$Risco-5/src/peripheral/fifo.v:43$1530: $auto$alumacc.cc:485:replace_alu$4796
creating $alu cell for $flatten\SOC.\Uart.\RX_FIFO.$sub$Risco-5/src/peripheral/fifo.v:42$1528: $auto$alumacc.cc:485:replace_alu$4799
creating $alu cell for $flatten\SOC.\Uart.\TX_FIFO.$add$Risco-5/src/peripheral/fifo.v:38$1522: $auto$alumacc.cc:485:replace_alu$4802
creating $alu cell for $flatten\SOC.\Uart.\TX_FIFO.$add$Risco-5/src/peripheral/fifo.v:40$1524: $auto$alumacc.cc:485:replace_alu$4805
creating $alu cell for $flatten\SOC.\Uart.\TX_FIFO.$add$Risco-5/src/peripheral/fifo.v:43$1530: $auto$alumacc.cc:485:replace_alu$4808
creating $alu cell for $flatten\SOC.\Uart.\TX_FIFO.$sub$Risco-5/src/peripheral/fifo.v:42$1528: $auto$alumacc.cc:485:replace_alu$4811
creating $alu cell for $flatten\SOC.\Uart.\i_uart_rx.$add$Risco-5/src/peripheral/uart_rx.v:149$1490: $auto$alumacc.cc:485:replace_alu$4814
creating $alu cell for $flatten\SOC.\Uart.\i_uart_rx.$add$Risco-5/src/peripheral/uart_rx.v:174$1501: $auto$alumacc.cc:485:replace_alu$4817
creating $alu cell for $flatten\SOC.\Uart.\i_uart_tx.$add$Risco-5/src/peripheral/uart_tx.v:135$1439: $auto$alumacc.cc:485:replace_alu$4820
creating $alu cell for $flatten\SOC.\Uart.\i_uart_tx.$add$Risco-5/src/peripheral/uart_tx.v:152$1450: $auto$alumacc.cc:485:replace_alu$4823
created 37 $alu and 0 $macc cells.
24.23. Executing OPT pass (performing simple optimizations).
24.23.1. Executing OPT_EXPR pass (perform const folding).
Optimizing module top.
<suppressed ~7 debug messages>
24.23.2. Executing OPT_MERGE pass (detect identical cells).
Finding identical cells in module `\top'.
Removed a total of 0 cells.
24.23.3. Executing OPT_MUXTREE pass (detect dead branches in mux trees).
Running muxtree optimizer on module \top..
Creating internal representation of mux trees.
Evaluating internal representation of mux trees.
Analyzing evaluation results.
Removed 0 multiplexer ports.
<suppressed ~112 debug messages>
24.23.4. Executing OPT_REDUCE pass (consolidate $*mux and $reduce_* inputs).
Optimizing cells in module \top.
Performed a total of 0 changes.
24.23.5. Executing OPT_MERGE pass (detect identical cells).
Finding identical cells in module `\top'.
<suppressed ~6 debug messages>
Removed a total of 2 cells.
24.23.6. Executing OPT_DFF pass (perform DFF optimizations).
WARN (EX1998) : Net 'temp_address[31]' does not have a driver("/var/lib/jenkins/workspace/Risco_5/Risco-5/src/core/core.v":68)
WARN (EX1998) : Net 'memory_saved_value[31]' does not have a driver("/var/lib/jenkins/workspace/Risco_5/Risco-5/src/core/core.v":68)
WARN (EX1998) : Net 'alu_saved_value[31]' does not have a driver("/var/lib/jenkins/workspace/Risco_5/Risco-5/src/core/core.v":69)
WARN (EX1998) : Net 'temp_write_value[31]' does not have a driver("/var/lib/jenkins/workspace/Risco_5/Risco-5/src/core/core.v":69)
WARN (EX2565) : Input 'C[31]' on this instance is undriven. Assigning to 0, simulation mismatch possible. Please assign the input or remove the declaration("/var/lib/jenkins/workspace/Risco_5/Risco-5/src/core/core.v":117)
WARN (EX2565) : Input 'C[30]' on this instance is undriven. Assigning to 0, simulation mismatch possible. Please assign the input or remove the declaration("/var/lib/jenkins/workspace/Risco_5/Risco-5/src/core/core.v":117)
WARN (EX2565) : Input 'C[29]' on this instance is undriven. Assigning to 0, simulation mismatch possible. Please assign the input or remove the declaration("/var/lib/jenkins/workspace/Risco_5/Risco-5/src/core/core.v":117)
WARN (EX2565) : Input 'C[28]' on this instance is undriven. Assigning to 0, simulation mismatch possible. Please assign the input or remove the declaration("/var/lib/jenkins/workspace/Risco_5/Risco-5/src/core/core.v":117)
WARN (EX2565) : Input 'C[27]' on this instance is undriven. Assigning to 0, simulation mismatch possible. Please assign the input or remove the declaration("/var/lib/jenkins/workspace/Risco_5/Risco-5/src/core/core.v":117)
WARN (EX2565) : Input 'C[26]' on this instance is undriven. Assigning to 0, simulation mismatch possible. Please assign the input or remove the declaration("/var/lib/jenkins/workspace/Risco_5/Risco-5/src/core/core.v":117)
WARN (EX2565) : Input 'C[25]' on this instance is undriven. Assigning to 0, simulation mismatch possible. Please assign the input or remove the declaration("/var/lib/jenkins/workspace/Risco_5/Risco-5/src/core/core.v":117)
WARN (EX2565) : Input 'C[24]' on this instance is undriven. Assigning to 0, simulation mismatch possible. Please assign the input or remove the declaration("/var/lib/jenkins/workspace/Risco_5/Risco-5/src/core/core.v":117)
WARN (EX2565) : Input 'C[23]' on this instance is undriven. Assigning to 0, simulation mismatch possible. Please assign the input or remove the declaration("/var/lib/jenkins/workspace/Risco_5/Risco-5/src/core/core.v":117)
WARN (EX2565) : Input 'C[22]' on this instance is undriven. Assigning to 0, simulation mismatch possible. Please assign the input or remove the declaration("/var/lib/jenkins/workspace/Risco_5/Risco-5/src/core/core.v":117)
WARN (EX2565) : Input 'C[21]' on this instance is undriven. Assigning to 0, simulation mismatch possible. Please assign the input or remove the declaration("/var/lib/jenkins/workspace/Risco_5/Risco-5/src/core/core.v":117)
WARN (EX2565) : Input 'C[20]' on this instance is undriven. Assigning to 0, simulation mismatch possible. Please assign the input or remove the declaration("/var/lib/jenkins/workspace/Risco_5/Risco-5/src/core/core.v":117)
WARN (EX2565) : Input 'C[19]' on this instance is undriven. Assigning to 0, simulation mismatch possible. Please assign the input or remove the declaration("/var/lib/jenkins/workspace/Risco_5/Risco-5/src/core/core.v":117)
WARN (EX2565) : Input 'C[18]' on this instance is undriven. Assigning to 0, simulation mismatch possible. Please assign the input or remove the declaration("/var/lib/jenkins/workspace/Risco_5/Risco-5/src/core/core.v":117)
WARN (EX2565) : Input 'C[17]' on this instance is undriven. Assigning to 0, simulation mismatch possible. Please assign the input or remove the declaration("/var/lib/jenkins/workspace/Risco_5/Risco-5/src/core/core.v":117)
WARN (EX2565) : Input 'C[16]' on this instance is undriven. Assigning to 0, simulation mismatch possible. Please assign the input or remove the declaration("/var/lib/jenkins/workspace/Risco_5/Risco-5/src/core/core.v":117)
WARN (EX2565) : Input 'C[15]' on this instance is undriven. Assigning to 0, simulation mismatch possible. Please assign the input or remove the declaration("/var/lib/jenkins/workspace/Risco_5/Risco-5/src/core/core.v":117)
WARN (EX2565) : Input 'C[14]' on this instance is undriven. Assigning to 0, simulation mismatch possible. Please assign the input or remove the declaration("/var/lib/jenkins/workspace/Risco_5/Risco-5/src/core/core.v":117)
WARN (EX2565) : Input 'C[13]' on this instance is undriven. Assigning to 0, simulation mismatch possible. Please assign the input or remove the declaration("/var/lib/jenkins/workspace/Risco_5/Risco-5/src/core/core.v":117)
WARN (EX2565) : Input 'C[12]' on this instance is undriven. Assigning to 0, simulation mismatch possible. Please assign the input or remove the declaration("/var/lib/jenkins/workspace/Risco_5/Risco-5/src/core/core.v":117)
WARN (EX2565) : Input 'C[11]' on this instance is undriven. Assigning to 0, simulation mismatch possible. Please assign the input or remove the declaration("/var/lib/jenkins/workspace/Risco_5/Risco-5/src/core/core.v":117)
WARN (EX2565) : Input 'C[10]' on this instance is undriven. Assigning to 0, simulation mismatch possible. Please assign the input or remove the declaration("/var/lib/jenkins/workspace/Risco_5/Risco-5/src/core/core.v":117)
WARN (EX2565) : Input 'C[9]' on this instance is undriven. Assigning to 0, simulation mismatch possible. Please assign the input or remove the declaration("/var/lib/jenkins/workspace/Risco_5/Risco-5/src/core/core.v":117)
WARN (EX2565) : Input 'C[8]' on this instance is undriven. Assigning to 0, simulation mismatch possible. Please assign the input or remove the declaration("/var/lib/jenkins/workspace/Risco_5/Risco-5/src/core/core.v":117)
WARN (EX2565) : Input 'C[7]' on this instance is undriven. Assigning to 0, simulation mismatch possible. Please assign the input or remove the declaration("/var/lib/jenkins/workspace/Risco_5/Risco-5/src/core/core.v":117)
WARN (EX2565) : Input 'C[6]' on this instance is undriven. Assigning to 0, simulation mismatch possible. Please assign the input or remove the declaration("/var/lib/jenkins/workspace/Risco_5/Risco-5/src/core/core.v":117)
WARN (EX2565) : Input 'C[5]' on this instance is undriven. Assigning to 0, simulation mismatch possible. Please assign the input or remove the declaration("/var/lib/jenkins/workspace/Risco_5/Risco-5/src/core/core.v":117)
WARN (EX2565) : Input 'C[4]' on this instance is undriven. Assigning to 0, simulation mismatch possible. Please assign the input or remove the declaration("/var/lib/jenkins/workspace/Risco_5/Risco-5/src/core/core.v":117)
WARN (EX2565) : Input 'C[3]' on this instance is undriven. Assigning to 0, simulation mismatch possible. Please assign the input or remove the declaration("/var/lib/jenkins/workspace/Risco_5/Risco-5/src/core/core.v":117)
WARN (EX2565) : Input 'C[2]' on this instance is undriven. Assigning to 0, simulation mismatch possible. Please assign the input or remove the declaration("/var/lib/jenkins/workspace/Risco_5/Risco-5/src/core/core.v":117)
WARN (EX2565) : Input 'C[1]' on this instance is undriven. Assigning to 0, simulation mismatch possible. Please assign the input or remove the declaration("/var/lib/jenkins/workspace/Risco_5/Risco-5/src/core/core.v":117)
WARN (EX2565) : Input 'C[0]' on this instance is undriven. Assigning to 0, simulation mismatch possible. Please assign the input or remove the declaration("/var/lib/jenkins/workspace/Risco_5/Risco-5/src/core/core.v":117)
WARN (EX2565) : Input 'D[31]' on this instance is undriven. Assigning to 0, simulation mismatch possible. Please assign the input or remove the declaration("/var/lib/jenkins/workspace/Risco_5/Risco-5/src/core/core.v":117)
WARN (EX2565) : Input 'D[30]' on this instance is undriven. Assigning to 0, simulation mismatch possible. Please assign the input or remove the declaration("/var/lib/jenkins/workspace/Risco_5/Risco-5/src/core/core.v":117)
WARN (EX2565) : Input 'D[29]' on this instance is undriven. Assigning to 0, simulation mismatch possible. Please assign the input or remove the declaration("/var/lib/jenkins/workspace/Risco_5/Risco-5/src/core/core.v":117)
WARN (EX2565) : Input 'D[28]' on this instance is undriven. Assigning to 0, simulation mismatch possible. Please assign the input or remove the declaration("/var/lib/jenkins/workspace/Risco_5/Risco-5/src/core/core.v":117)
WARN (EX2565) : Input 'D[27]' on this instance is undriven. Assigning to 0, simulation mismatch possible. Please assign the input or remove the declaration("/var/lib/jenkins/workspace/Risco_5/Risco-5/src/core/core.v":117)
WARN (EX2565) : Input 'D[26]' on this instance is undriven. Assigning to 0, simulation mismatch possible. Please assign the input or remove the declaration("/var/lib/jenkins/workspace/Risco_5/Risco-5/src/core/core.v":117)
WARN (EX2565) : Input 'D[25]' on this instance is undriven. Assigning to 0, simulation mismatch possible. Please assign the input or remove the declaration("/var/lib/jenkins/workspace/Risco_5/Risco-5/src/core/core.v":117)
WARN (EX2565) : Input 'D[24]' on this instance is undriven. Assigning to 0, simulation mismatch possible. Please assign the input or remove the declaration("/var/lib/jenkins/workspace/Risco_5/Risco-5/src/core/core.v":117)
WARN (EX2565) : Input 'D[23]' on this instance is undriven. Assigning to 0, simulation mismatch possible. Please assign the input or remove the declaration("/var/lib/jenkins/workspace/Risco_5/Risco-5/src/core/core.v":117)
WARN (EX2565) : Input 'D[22]' on this instance is undriven. Assigning to 0, simulation mismatch possible. Please assign the input or remove the declaration("/var/lib/jenkins/workspace/Risco_5/Risco-5/src/core/core.v":117)
WARN (EX2565) : Input 'D[21]' on this instance is undriven. Assigning to 0, simulation mismatch possible. Please assign the input or remove the declaration("/var/lib/jenkins/workspace/Risco_5/Risco-5/src/core/core.v":117)
WARN (EX2565) : Input 'D[20]' on this instance is undriven. Assigning to 0, simulation mismatch possible. Please assign the input or remove the declaration("/var/lib/jenkins/workspace/Risco_5/Risco-5/src/core/core.v":117)
WARN (EX2565) : Input 'D[19]' on this instance is undriven. Assigning to 0, simulation mismatch possible. Please assign the input or remove the declaration("/var/lib/jenkins/workspace/Risco_5/Risco-5/src/core/core.v":117)
WARN (EX2565) : Input 'D[18]' on this instance is undriven. Assigning to 0, simulation mismatch possible. Please assign the input or remove the declaration("/var/lib/jenkins/workspace/Risco_5/Risco-5/src/core/core.v":117)
WARN (EX2565) : Input 'D[17]' on this instance is undriven. Assigning to 0, simulation mismatch possible. Please assign the input or remove the declaration("/var/lib/jenkins/workspace/Risco_5/Risco-5/src/core/core.v":117)
WARN (EX2565) : Input 'D[16]' on this instance is undriven. Assigning to 0, simulation mismatch possible. Please assign the input or remove the declaration("/var/lib/jenkins/workspace/Risco_5/Risco-5/src/core/core.v":117)
WARN (EX2565) : Input 'D[15]' on this instance is undriven. Assigning to 0, simulation mismatch possible. Please assign the input or remove the declaration("/var/lib/jenkins/workspace/Risco_5/Risco-5/src/core/core.v":117)
WARN (EX2565) : Input 'D[14]' on this instance is undriven. Assigning to 0, simulation mismatch possible. Please assign the input or remove the declaration("/var/lib/jenkins/workspace/Risco_5/Risco-5/src/core/core.v":117)
WARN (EX2565) : Input 'D[13]' on this instance is undriven. Assigning to 0, simulation mismatch possible. Please assign the input or remove the declaration("/var/lib/jenkins/workspace/Risco_5/Risco-5/src/core/core.v":117)
WARN (EX2565) : Input 'D[12]' on this instance is undriven. Assigning to 0, simulation mismatch possible. Please assign the input or remove the declaration("/var/lib/jenkins/workspace/Risco_5/Risco-5/src/core/core.v":117)
WARN (EX2565) : Input 'D[11]' on this instance is undriven. Assigning to 0, simulation mismatch possible. Please assign the input or remove the declaration("/var/lib/jenkins/workspace/Risco_5/Risco-5/src/core/core.v":117)
WARN (EX2565) : Input 'D[10]' on this instance is undriven. Assigning to 0, simulation mismatch possible. Please assign the input or remove the declaration("/var/lib/jenkins/workspace/Risco_5/Risco-5/src/core/core.v":117)
WARN (EX2565) : Input 'D[9]' on this instance is undriven. Assigning to 0, simulation mismatch possible. Please assign the input or remove the declaration("/var/lib/jenkins/workspace/Risco_5/Risco-5/src/core/core.v":117)
WARN (EX2565) : Input 'D[8]' on this instance is undriven. Assigning to 0, simulation mismatch possible. Please assign the input or remove the declaration("/var/lib/jenkins/workspace/Risco_5/Risco-5/src/core/core.v":117)
WARN (EX2565) : Input 'D[7]' on this instance is undriven. Assigning to 0, simulation mismatch possible. Please assign the input or remove the declaration("/var/lib/jenkins/workspace/Risco_5/Risco-5/src/core/core.v":117)
WARN (EX2565) : Input 'D[6]' on this instance is undriven. Assigning to 0, simulation mismatch possible. Please assign the input or remove the declaration("/var/lib/jenkins/workspace/Risco_5/Risco-5/src/core/core.v":117)
WARN (EX2565) : Input 'D[5]' on this instance is undriven. Assigning to 0, simulation mismatch possible. Please assign the input or remove the declaration("/var/lib/jenkins/workspace/Risco_5/Risco-5/src/core/core.v":117)
WARN (EX2565) : Input 'D[4]' on this instance is undriven. Assigning to 0, simulation mismatch possible. Please assign the input or remove the declaration("/var/lib/jenkins/workspace/Risco_5/Risco-5/src/core/core.v":117)
WARN (EX2565) : Input 'D[3]' on this instance is undriven. Assigning to 0, simulation mismatch possible. Please assign the input or remove the declaration("/var/lib/jenkins/workspace/Risco_5/Risco-5/src/core/core.v":117)
WARN (EX2565) : Input 'D[2]' on this instance is undriven. Assigning to 0, simulation mismatch possible. Please assign the input or remove the declaration("/var/lib/jenkins/workspace/Risco_5/Risco-5/src/core/core.v":117)
WARN (EX2565) : Input 'D[1]' on this instance is undriven. Assigning to 0, simulation mismatch possible. Please assign the input or remove the declaration("/var/lib/jenkins/workspace/Risco_5/Risco-5/src/core/core.v":117)
WARN (EX2565) : Input 'D[0]' on this instance is undriven. Assigning to 0, simulation mismatch possible. Please assign the input or remove the declaration("/var/lib/jenkins/workspace/Risco_5/Risco-5/src/core/core.v":117)
WARN (EX2565) : Input 'E[31]' on this instance is undriven. Assigning to 0, simulation mismatch possible. Please assign the input or remove the declaration("/var/lib/jenkins/workspace/Risco_5/Risco-5/src/core/core.v":117)
WARN (EX2565) : Input 'E[30]' on this instance is undriven. Assigning to 0, simulation mismatch possible. Please assign the input or remove the declaration("/var/lib/jenkins/workspace/Risco_5/Risco-5/src/core/core.v":117)
WARN (EX2565) : Input 'E[29]' on this instance is undriven. Assigning to 0, simulation mismatch possible. Please assign the input or remove the declaration("/var/lib/jenkins/workspace/Risco_5/Risco-5/src/core/core.v":117)
WARN (EX2565) : Input 'E[28]' on this instance is undriven. Assigning to 0, simulation mismatch possible. Please assign the input or remove the declaration("/var/lib/jenkins/workspace/Risco_5/Risco-5/src/core/core.v":117)
WARN (EX2565) : Input 'E[27]' on this instance is undriven. Assigning to 0, simulation mismatch possible. Please assign the input or remove the declaration("/var/lib/jenkins/workspace/Risco_5/Risco-5/src/core/core.v":117)
WARN (EX2565) : Input 'E[26]' on this instance is undriven. Assigning to 0, simulation mismatch possible. Please assign the input or remove the declaration("/var/lib/jenkins/workspace/Risco_5/Risco-5/src/core/core.v":117)
WARN (EX2565) : Input 'E[25]' on this instance is undriven. Assigning to 0, simulation mismatch possible. Please assign the input or remove the declaration("/var/lib/jenkins/workspace/Risco_5/Risco-5/src/core/core.v":117)
WARN (EX2565) : Input 'E[24]' on this instance is undriven. Assigning to 0, simulation mismatch possible. Please assign the input or remove the declaration("/var/lib/jenkins/workspace/Risco_5/Risco-5/src/core/core.v":117)
WARN (EX2565) : Input 'E[23]' on this instance is undriven. Assigning to 0, simulation mismatch possible. Please assign the input or remove the declaration("/var/lib/jenkins/workspace/Risco_5/Risco-5/src/core/core.v":117)
WARN (EX2565) : Input 'E[22]' on this instance is undriven. Assigning to 0, simulation mismatch possible. Please assign the input or remove the declaration("/var/lib/jenkins/workspace/Risco_5/Risco-5/src/core/core.v":117)
WARN (EX2565) : Input 'E[21]' on this instance is undriven. Assigning to 0, simulation mismatch possible. Please assign the input or remove the declaration("/var/lib/jenkins/workspace/Risco_5/Risco-5/src/core/core.v":117)
WARN (EX2565) : Input 'E[20]' on this instance is undriven. Assigning to 0, simulation mismatch possible. Please assign the input or remove the declaration("/var/lib/jenkins/workspace/Risco_5/Risco-5/src/core/core.v":117)
WARN (EX2565) : Input 'E[19]' on this instance is undriven. Assigning to 0, simulation mismatch possible. Please assign the input or remove the declaration("/var/lib/jenkins/workspace/Risco_5/Risco-5/src/core/core.v":117)
WARN (EX2565) : Input 'E[18]' on this instance is undriven. Assigning to 0, simulation mismatch possible. Please assign the input or remove the declaration("/var/lib/jenkins/workspace/Risco_5/Risco-5/src/core/core.v":117)
WARN (EX2565) : Input 'E[17]' on this instance is undriven. Assigning to 0, simulation mismatch possible. Please assign the input or remove the declaration("/var/lib/jenkins/workspace/Risco_5/Risco-5/src/core/core.v":117)
WARN (EX2565) : Input 'E[16]' on this instance is undriven. Assigning to 0, simulation mismatch possible. Please assign the input or remove the declaration("/var/lib/jenkins/workspace/Risco_5/Risco-5/src/core/core.v":117)
WARN (EX2565) : Input 'E[15]' on this instance is undriven. Assigning to 0, simulation mismatch possible. Please assign the input or remove the declaration("/var/lib/jenkins/workspace/Risco_5/Risco-5/src/core/core.v":117)
WARN (EX2565) : Input 'E[14]' on this instance is undriven. Assigning to 0, simulation mismatch possible. Please assign the input or remove the declaration("/var/lib/jenkins/workspace/Risco_5/Risco-5/src/core/core.v":117)
WARN (EX2565) : Input 'E[13]' on this instance is undriven. Assigning to 0, simulation mismatch possible. Please assign the input or remove the declaration("/var/lib/jenkins/workspace/Risco_5/Risco-5/src/core/core.v":117)
WARN (EX2565) : Input 'E[12]' on this instance is undriven. Assigning to 0, simulation mismatch possible. Please assign the input or remove the declaration("/var/lib/jenkins/workspace/Risco_5/Risco-5/src/core/core.v":117)
WARN (EX2565) : Input 'E[11]' on this instance is undriven. Assigning to 0, simulation mismatch possible. Please assign the input or remove the declaration("/var/lib/jenkins/workspace/Risco_5/Risco-5/src/core/core.v":117)
WARN (EX2565) : Input 'E[10]' on this instance is undriven. Assigning to 0, simulation mismatch possible. Please assign the input or remove the declaration("/var/lib/jenkins/workspace/Risco_5/Risco-5/src/core/core.v":117)
WARN (EX2565) : Input 'E[9]' on this instance is undriven. Assigning to 0, simulation mismatch possible. Please assign the input or remove the declaration("/var/lib/jenkins/workspace/Risco_5/Risco-5/src/core/core.v":117)
WARN (EX2565) : Input 'E[8]' on this instance is undriven. Assigning to 0, simulation mismatch possible. Please assign the input or remove the declaration("/var/lib/jenkins/workspace/Risco_5/Risco-5/src/core/core.v":117)
WARN (EX2565) : Input 'E[7]' on this instance is undriven. Assigning to 0, simulation mismatch possible. Please assign the input or remove the declaration("/var/lib/jenkins/workspace/Risco_5/Risco-5/src/core/core.v":117)
WARN (EX2565) : Input 'E[6]' on this instance is undriven. Assigning to 0, simulation mismatch possible. Please assign the input or remove the declaration("/var/lib/jenkins/workspace/Risco_5/Risco-5/src/core/core.v":117)
WARN (EX2565) : Input 'E[5]' on this instance is undriven. Assigning to 0, simulation mismatch possible. Please assign the input or remove the declaration("/var/lib/jenkins/workspace/Risco_5/Risco-5/src/core/core.v":117)
WARN (EX2565) : Input 'E[4]' on this instance is undriven. Assigning to 0, simulation mismatch possible. Please assign the input or remove the declaration("/var/lib/jenkins/workspace/Risco_5/Risco-5/src/core/core.v":117)
WARN (EX2565) : Input 'E[3]' on this instance is undriven. Assigning to 0, simulation mismatch possible. Please assign the input or remove the declaration("/var/lib/jenkins/workspace/Risco_5/Risco-5/src/core/core.v":117)
WARN (EX2565) : Input 'E[2]' on this instance is undriven. Assigning to 0, simulation mismatch possible. Please assign the input or remove the declaration("/var/lib/jenkins/workspace/Risco_5/Risco-5/src/core/core.v":117)
WARN (EX2565) : Input 'E[1]' on this instance is undriven. Assigning to 0, simulation mismatch possible. Please assign the input or remove the declaration("/var/lib/jenkins/workspace/Risco_5/Risco-5/src/core/core.v":117)
WARN (EX2565) : Input 'E[0]' on this instance is undriven. Assigning to 0, simulation mismatch possible. Please assign the input or remove the declaration("/var/lib/jenkins/workspace/Risco_5/Risco-5/src/core/core.v":117)
WARN (EX2565) : Input 'F[31]' on this instance is undriven. Assigning to 0, simulation mismatch possible. Please assign the input or remove the declaration("/var/lib/jenkins/workspace/Risco_5/Risco-5/src/core/core.v":117)
WARN (EX2565) : Input 'F[30]' on this instance is undriven. Assigning to 0, simulation mismatch possible. Please assign the input or remove the declaration("/var/lib/jenkins/workspace/Risco_5/Risco-5/src/core/core.v":117)
WARN (EX2565) : Input 'F[29]' on this instance is undriven. Assigning to 0, simulation mismatch possible. Please assign the input or remove the declaration("/var/lib/jenkins/workspace/Risco_5/Risco-5/src/core/core.v":117)
WARN (EX2565) : Input 'F[28]' on this instance is undriven. Assigning to 0, simulation mismatch possible. Please assign the input or remove the declaration("/var/lib/jenkins/workspace/Risco_5/Risco-5/src/core/core.v":117)
WARN (EX2565) : Input 'F[27]' on this instance is undriven. Assigning to 0, simulation mismatch possible. Please assign the input or remove the declaration("/var/lib/jenkins/workspace/Risco_5/Risco-5/src/core/core.v":117)
WARN (EX2565) : Input 'F[26]' on this instance is undriven. Assigning to 0, simulation mismatch possible. Please assign the input or remove the declaration("/var/lib/jenkins/workspace/Risco_5/Risco-5/src/core/core.v":117)
WARN (EX2565) : Input 'F[25]' on this instance is undriven. Assigning to 0, simulation mismatch possible. Please assign the input or remove the declaration("/var/lib/jenkins/workspace/Risco_5/Risco-5/src/core/core.v":117)
WARN (EX2565) : Input 'F[24]' on this instance is undriven. Assigning to 0, simulation mismatch possible. Please assign the input or remove the declaration("/var/lib/jenkins/workspace/Risco_5/Risco-5/src/core/core.v":117)
WARN (EX2565) : Input 'F[23]' on this instance is undriven. Assigning to 0, simulation mismatch possible. Please assign the input or remove the declaration("/var/lib/jenkins/workspace/Risco_5/Risco-5/src/core/core.v":117)
WARN (EX2565) : Input 'F[22]' on this instance is undriven. Assigning to 0, simulation mismatch possible. Please assign the input or remove the declaration("/var/lib/jenkins/workspace/Risco_5/Risco-5/src/core/core.v":117)
WARN (EX2565) : Input 'F[21]' on this instance is undriven. Assigning to 0, simulation mismatch possible. Please assign the input or remove the declaration("/var/lib/jenkins/workspace/Risco_5/Risco-5/src/core/core.v":117)
WARN (EX2565) : Input 'F[20]' on this instance is undriven. Assigning to 0, simulation mismatch possible. Please assign the input or remove the declaration("/var/lib/jenkins/workspace/Risco_5/Risco-5/src/core/core.v":117)
WARN (EX2565) : Input 'F[19]' on this instance is undriven. Assigning to 0, simulation mismatch possible. Please assign the input or remove the declaration("/var/lib/jenkins/workspace/Risco_5/Risco-5/src/core/core.v":117)
WARN (EX2565) : Input 'F[18]' on this instance is undriven. Assigning to 0, simulation mismatch possible. Please assign the input or remove the declaration("/var/lib/jenkins/workspace/Risco_5/Risco-5/src/core/core.v":117)
WARN (EX2565) : Input 'F[17]' on this instance is undriven. Assigning to 0, simulation mismatch possible. Please assign the input or remove the declaration("/var/lib/jenkins/workspace/Risco_5/Risco-5/src/core/core.v":117)
WARN (EX2565) : Input 'F[16]' on this instance is undriven. Assigning to 0, simulation mismatch possible. Please assign the input or remove the declaration("/var/lib/jenkins/workspace/Risco_5/Risco-5/src/core/core.v":117)
WARN (EX2565) : Input 'F[15]' on this instance is undriven. Assigning to 0, simulation mismatch possible. Please assign the input or remove the declaration("/var/lib/jenkins/workspace/Risco_5/Risco-5/src/core/core.v":117)
WARN (EX2565) : Input 'F[14]' on this instance is undriven. Assigning to 0, simulation mismatch possible. Please assign the input or remove the declaration("/var/lib/jenkins/workspace/Risco_5/Risco-5/src/core/core.v":117)
WARN (EX2565) : Input 'F[13]' on this instance is undriven. Assigning to 0, simulation mismatch possible. Please assign the input or remove the declaration("/var/lib/jenkins/workspace/Risco_5/Risco-5/src/core/core.v":117)
WARN (EX2565) : Input 'F[12]' on this instance is undriven. Assigning to 0, simulation mismatch possible. Please assign the input or remove the declaration("/var/lib/jenkins/workspace/Risco_5/Risco-5/src/core/core.v":117)
WARN (EX2565) : Input 'F[11]' on this instance is undriven. Assigning to 0, simulation mismatch possible. Please assign the input or remove the declaration("/var/lib/jenkins/workspace/Risco_5/Risco-5/src/core/core.v":117)
WARN (EX2565) : Input 'F[10]' on this instance is undriven. Assigning to 0, simulation mismatch possible. Please assign the input or remove the declaration("/var/lib/jenkins/workspace/Risco_5/Risco-5/src/core/core.v":117)
WARN (EX2565) : Input 'F[9]' on this instance is undriven. Assigning to 0, simulation mismatch possible. Please assign the input or remove the declaration("/var/lib/jenkins/workspace/Risco_5/Risco-5/src/core/core.v":117)
WARN (EX2565) : Input 'F[8]' on this instance is undriven. Assigning to 0, simulation mismatch possible. Please assign the input or remove the declaration("/var/lib/jenkins/workspace/Risco_5/Risco-5/src/core/core.v":117)
WARN (EX2565) : Input 'F[7]' on this instance is undriven. Assigning to 0, simulation mismatch possible. Please assign the input or remove the declaration("/var/lib/jenkins/workspace/Risco_5/Risco-5/src/core/core.v":117)
WARN (EX2565) : Input 'F[6]' on this instance is undriven. Assigning to 0, simulation mismatch possible. Please assign the input or remove the declaration("/var/lib/jenkins/workspace/Risco_5/Risco-5/src/core/core.v":117)
WARN (EX2565) : Input 'F[5]' on this instance is undriven. Assigning to 0, simulation mismatch possible. Please assign the input or remove the declaration("/var/lib/jenkins/workspace/Risco_5/Risco-5/src/core/core.v":117)
WARN (EX2565) : Input 'F[4]' on this instance is undriven. Assigning to 0, simulation mismatch possible. Please assign the input or remove the declaration("/var/lib/jenkins/workspace/Risco_5/Risco-5/src/core/core.v":117)
WARN (EX2565) : Input 'F[3]' on this instance is undriven. Assigning to 0, simulation mismatch possible. Please assign the input or remove the declaration("/var/lib/jenkins/workspace/Risco_5/Risco-5/src/core/core.v":117)
WARN (EX2565) : Input 'F[2]' on this instance is undriven. Assigning to 0, simulation mismatch possible. Please assign the input or remove the declaration("/var/lib/jenkins/workspace/Risco_5/Risco-5/src/core/core.v":117)
WARN (EX2565) : Input 'F[1]' on this instance is undriven. Assigning to 0, simulation mismatch possible. Please assign the input or remove the declaration("/var/lib/jenkins/workspace/Risco_5/Risco-5/src/core/core.v":117)
WARN (EX2565) : Input 'F[0]' on this instance is undriven. Assigning to 0, simulation mismatch possible. Please assign the input or remove the declaration("/var/lib/jenkins/workspace/Risco_5/Risco-5/src/core/core.v":117)
WARN (EX2565) : Input 'G[31]' on this instance is undriven. Assigning to 0, simulation mismatch possible. Please assign the input or remove the declaration("/var/lib/jenkins/workspace/Risco_5/Risco-5/src/core/core.v":117)
WARN (EX2565) : Input 'G[30]' on this instance is undriven. Assigning to 0, simulation mismatch possible. Please assign the input or remove the declaration("/var/lib/jenkins/workspace/Risco_5/Risco-5/src/core/core.v":117)
WARN (EX2565) : Input 'G[29]' on this instance is undriven. Assigning to 0, simulation mismatch possible. Please assign the input or remove the declaration("/var/lib/jenkins/workspace/Risco_5/Risco-5/src/core/core.v":117)
WARN (EX2565) : Input 'G[28]' on this instance is undriven. Assigning to 0, simulation mismatch possible. Please assign the input or remove the declaration("/var/lib/jenkins/workspace/Risco_5/Risco-5/src/core/core.v":117)
WARN (EX2565) : Input 'G[27]' on this instance is undriven. Assigning to 0, simulation mismatch possible. Please assign the input or remove the declaration("/var/lib/jenkins/workspace/Risco_5/Risco-5/src/core/core.v":117)
WARN (EX2565) : Input 'G[26]' on this instance is undriven. Assigning to 0, simulation mismatch possible. Please assign the input or remove the declaration("/var/lib/jenkins/workspace/Risco_5/Risco-5/src/core/core.v":117)
WARN (EX2565) : Input 'G[25]' on this instance is undriven. Assigning to 0, simulation mismatch possible. Please assign the input or remove the declaration("/var/lib/jenkins/workspace/Risco_5/Risco-5/src/core/core.v":117)
WARN (EX2565) : Input 'G[24]' on this instance is undriven. Assigning to 0, simulation mismatch possible. Please assign the input or remove the declaration("/var/lib/jenkins/workspace/Risco_5/Risco-5/src/core/core.v":117)
WARN (EX2565) : Input 'G[23]' on this instance is undriven. Assigning to 0, simulation mismatch possible. Please assign the input or remove the declaration("/var/lib/jenkins/workspace/Risco_5/Risco-5/src/core/core.v":117)
WARN (EX2565) : Input 'G[22]' on this instance is undriven. Assigning to 0, simulation mismatch possible. Please assign the input or remove the declaration("/var/lib/jenkins/workspace/Risco_5/Risco-5/src/core/core.v":117)
WARN (EX2565) : Input 'G[21]' on this instance is undriven. Assigning to 0, simulation mismatch possible. Please assign the input or remove the declaration("/var/lib/jenkins/workspace/Risco_5/Risco-5/src/core/core.v":117)
WARN (EX2565) : Input 'G[20]' on this instance is undriven. Assigning to 0, simulation mismatch possible. Please assign the input or remove the declaration("/var/lib/jenkins/workspace/Risco_5/Risco-5/src/core/core.v":117)
WARN (EX2565) : Input 'G[19]' on this instance is undriven. Assigning to 0, simulation mismatch possible. Please assign the input or remove the declaration("/var/lib/jenkins/workspace/Risco_5/Risco-5/src/core/core.v":117)
WARN (EX2565) : Input 'G[18]' on this instance is undriven. Assigning to 0, simulation mismatch possible. Please assign the input or remove the declaration("/var/lib/jenkins/workspace/Risco_5/Risco-5/src/core/core.v":117)
WARN (EX2565) : Input 'G[17]' on this instance is undriven. Assigning to 0, simulation mismatch possible. Please assign the input or remove the declaration("/var/lib/jenkins/workspace/Risco_5/Risco-5/src/core/core.v":117)
WARN (EX2565) : Input 'G[16]' on this instance is undriven. Assigning to 0, simulation mismatch possible. Please assign the input or remove the declaration("/var/lib/jenkins/workspace/Risco_5/Risco-5/src/core/core.v":117)
WARN (EX2565) : Input 'G[15]' on this instance is undriven. Assigning to 0, simulation mismatch possible. Please assign the input or remove the declaration("/var/lib/jenkins/workspace/Risco_5/Risco-5/src/core/core.v":117)
WARN (EX2565) : Input 'G[14]' on this instance is undriven. Assigning to 0, simulation mismatch possible. Please assign the input or remove the declaration("/var/lib/jenkins/workspace/Risco_5/Risco-5/src/core/core.v":117)
WARN (EX2565) : Input 'G[13]' on this instance is undriven. Assigning to 0, simulation mismatch possible. Please assign the input or remove the declaration("/var/lib/jenkins/workspace/Risco_5/Risco-5/src/core/core.v":117)
WARN (EX2565) : Input 'G[12]' on this instance is undriven. Assigning to 0, simulation mismatch possible. Please assign the input or remove the declaration("/var/lib/jenkins/workspace/Risco_5/Risco-5/src/core/core.v":117)
WARN (EX2565) : Input 'G[11]' on this instance is undriven. Assigning to 0, simulation mismatch possible. Please assign the input or remove the declaration("/var/lib/jenkins/workspace/Risco_5/Risco-5/src/core/core.v":117)
WARN (EX2565) : Input 'G[10]' on this instance is undriven. Assigning to 0, simulation mismatch possible. Please assign the input or remove the declaration("/var/lib/jenkins/workspace/Risco_5/Risco-5/src/core/core.v":117)
WARN (EX2565) : Input 'G[9]' on this instance is undriven. Assigning to 0, simulation mismatch possible. Please assign the input or remove the declaration("/var/lib/jenkins/workspace/Risco_5/Risco-5/src/core/core.v":117)
WARN (EX2565) : Input 'G[8]' on this instance is undriven. Assigning to 0, simulation mismatch possible. Please assign the input or remove the declaration("/var/lib/jenkins/workspace/Risco_5/Risco-5/src/core/core.v":117)
WARN (EX2565) : Input 'G[7]' on this instance is undriven. Assigning to 0, simulation mismatch possible. Please assign the input or remove the declaration("/var/lib/jenkins/workspace/Risco_5/Risco-5/src/core/core.v":117)
WARN (EX2565) : Input 'G[6]' on this instance is undriven. Assigning to 0, simulation mismatch possible. Please assign the input or remove the declaration("/var/lib/jenkins/workspace/Risco_5/Risco-5/src/core/core.v":117)
WARN (EX2565) : Input 'G[5]' on this instance is undriven. Assigning to 0, simulation mismatch possible. Please assign the input or remove the declaration("/var/lib/jenkins/workspace/Risco_5/Risco-5/src/core/core.v":117)
WARN (EX2565) : Input 'G[4]' on this instance is undriven. Assigning to 0, simulation mismatch possible. Please assign the input or remove the declaration("/var/lib/jenkins/workspace/Risco_5/Risco-5/src/core/core.v":117)
WARN (EX2565) : Input 'G[3]' on this instance is undriven. Assigning to 0, simulation mismatch possible. Please assign the input or remove the declaration("/var/lib/jenkins/workspace/Risco_5/Risco-5/src/core/core.v":117)
WARN (EX2565) : Input 'G[2]' on this instance is undriven. Assigning to 0, simulation mismatch possible. Please assign the input or remove the declaration("/var/lib/jenkins/workspace/Risco_5/Risco-5/src/core/core.v":117)
WARN (EX2565) : Input 'G[1]' on this instance is undriven. Assigning to 0, simulation mismatch possible. Please assign the input or remove the declaration("/var/lib/jenkins/workspace/Risco_5/Risco-5/src/core/core.v":117)
WARN (EX2565) : Input 'G[0]' on this instance is undriven. Assigning to 0, simulation mismatch possible. Please assign the input or remove the declaration("/var/lib/jenkins/workspace/Risco_5/Risco-5/src/core/core.v":117)
WARN (EX2565) : Input 'H[31]' on this instance is undriven. Assigning to 0, simulation mismatch possible. Please assign the input or remove the declaration("/var/lib/jenkins/workspace/Risco_5/Risco-5/src/core/core.v":117)
WARN (EX2565) : Input 'H[30]' on this instance is undriven. Assigning to 0, simulation mismatch possible. Please assign the input or remove the declaration("/var/lib/jenkins/workspace/Risco_5/Risco-5/src/core/core.v":117)
WARN (EX2565) : Input 'H[29]' on this instance is undriven. Assigning to 0, simulation mismatch possible. Please assign the input or remove the declaration("/var/lib/jenkins/workspace/Risco_5/Risco-5/src/core/core.v":117)
WARN (EX2565) : Input 'H[28]' on this instance is undriven. Assigning to 0, simulation mismatch possible. Please assign the input or remove the declaration("/var/lib/jenkins/workspace/Risco_5/Risco-5/src/core/core.v":117)
WARN (EX2565) : Input 'H[27]' on this instance is undriven. Assigning to 0, simulation mismatch possible. Please assign the input or remove the declaration("/var/lib/jenkins/workspace/Risco_5/Risco-5/src/core/core.v":117)
WARN (EX2565) : Input 'H[26]' on this instance is undriven. Assigning to 0, simulation mismatch possible. Please assign the input or remove the declaration("/var/lib/jenkins/workspace/Risco_5/Risco-5/src/core/core.v":117)
WARN (EX2565) : Input 'H[25]' on this instance is undriven. Assigning to 0, simulation mismatch possible. Please assign the input or remove the declaration("/var/lib/jenkins/workspace/Risco_5/Risco-5/src/core/core.v":117)
WARN (EX2565) : Input 'H[24]' on this instance is undriven. Assigning to 0, simulation mismatch possible. Please assign the input or remove the declaration("/var/lib/jenkins/workspace/Risco_5/Risco-5/src/core/core.v":117)
WARN (EX2565) : Input 'H[23]' on this instance is undriven. Assigning to 0, simulation mismatch possible. Please assign the input or remove the declaration("/var/lib/jenkins/workspace/Risco_5/Risco-5/src/core/core.v":117)
WARN (EX2565) : Input 'H[22]' on this instance is undriven. Assigning to 0, simulation mismatch possible. Please assign the input or remove the declaration("/var/lib/jenkins/workspace/Risco_5/Risco-5/src/core/core.v":117)
WARN (EX2565) : Input 'H[21]' on this instance is undriven. Assigning to 0, simulation mismatch possible. Please assign the input or remove the declaration("/var/lib/jenkins/workspace/Risco_5/Risco-5/src/core/core.v":117)
WARN (EX2565) : Input 'H[20]' on this instance is undriven. Assigning to 0, simulation mismatch possible. Please assign the input or remove the declaration("/var/lib/jenkins/workspace/Risco_5/Risco-5/src/core/core.v":117)
WARN (EX2565) : Input 'H[19]' on this instance is undriven. Assigning to 0, simulation mismatch possible. Please assign the input or remove the declaration("/var/lib/jenkins/workspace/Risco_5/Risco-5/src/core/core.v":117)
WARN (EX2565) : Input 'H[18]' on this instance is undriven. Assigning to 0, simulation mismatch possible. Please assign the input or remove the declaration("/var/lib/jenkins/workspace/Risco_5/Risco-5/src/core/core.v":117)
WARN (EX2565) : Input 'H[17]' on this instance is undriven. Assigning to 0, simulation mismatch possible. Please assign the input or remove the declaration("/var/lib/jenkins/workspace/Risco_5/Risco-5/src/core/core.v":117)
WARN (EX2565) : Input 'H[16]' on this instance is undriven. Assigning to 0, simulation mismatch possible. Please assign the input or remove the declaration("/var/lib/jenkins/workspace/Risco_5/Risco-5/src/core/core.v":117)
WARN (EX2565) : Input 'H[15]' on this instance is undriven. Assigning to 0, simulation mismatch possible. Please assign the input or remove the declaration("/var/lib/jenkins/workspace/Risco_5/Risco-5/src/core/core.v":117)
WARN (EX2565) : Input 'H[14]' on this instance is undriven. Assigning to 0, simulation mismatch possible. Please assign the input or remove the declaration("/var/lib/jenkins/workspace/Risco_5/Risco-5/src/core/core.v":117)
WARN (EX2565) : Input 'H[13]' on this instance is undriven. Assigning to 0, simulation mismatch possible. Please assign the input or remove the declaration("/var/lib/jenkins/workspace/Risco_5/Risco-5/src/core/core.v":117)
WARN (EX2565) : Input 'H[12]' on this instance is undriven. Assigning to 0, simulation mismatch possible. Please assign the input or remove the declaration("/var/lib/jenkins/workspace/Risco_5/Risco-5/src/core/core.v":117)
WARN (EX2565) : Input 'H[11]' on this instance is undriven. Assigning to 0, simulation mismatch possible. Please assign the input or remove the declaration("/var/lib/jenkins/workspace/Risco_5/Risco-5/src/core/core.v":117)
WARN (EX2565) : Input 'H[10]' on this instance is undriven. Assigning to 0, simulation mismatch possible. Please assign the input or remove the declaration("/var/lib/jenkins/workspace/Risco_5/Risco-5/src/core/core.v":117)
WARN (EX2565) : Input 'H[9]' on this instance is undriven. Assigning to 0, simulation mismatch possible. Please assign the input or remove the declaration("/var/lib/jenkins/workspace/Risco_5/Risco-5/src/core/core.v":117)
WARN (EX2565) : Input 'H[8]' on this instance is undriven. Assigning to 0, simulation mismatch possible. Please assign the input or remove the declaration("/var/lib/jenkins/workspace/Risco_5/Risco-5/src/core/core.v":117)
WARN (EX2565) : Input 'H[7]' on this instance is undriven. Assigning to 0, simulation mismatch possible. Please assign the input or remove the declaration("/var/lib/jenkins/workspace/Risco_5/Risco-5/src/core/core.v":117)
WARN (EX2565) : Input 'H[6]' on this instance is undriven. Assigning to 0, simulation mismatch possible. Please assign the input or remove the declaration("/var/lib/jenkins/workspace/Risco_5/Risco-5/src/core/core.v":117)
WARN (EX2565) : Input 'H[5]' on this instance is undriven. Assigning to 0, simulation mismatch possible. Please assign the input or remove the declaration("/var/lib/jenkins/workspace/Risco_5/Risco-5/src/core/core.v":117)
WARN (EX2565) : Input 'H[4]' on this instance is undriven. Assigning to 0, simulation mismatch possible. Please assign the input or remove the declaration("/var/lib/jenkins/workspace/Risco_5/Risco-5/src/core/core.v":117)
WARN (EX2565) : Input 'H[3]' on this instance is undriven. Assigning to 0, simulation mismatch possible. Please assign the input or remove the declaration("/var/lib/jenkins/workspace/Risco_5/Risco-5/src/core/core.v":117)
WARN (EX2565) : Input 'H[2]' on this instance is undriven. Assigning to 0, simulation mismatch possible. Please assign the input or remove the declaration("/var/lib/jenkins/workspace/Risco_5/Risco-5/src/core/core.v":117)
WARN (EX2565) : Input 'H[1]' on this instance is undriven. Assigning to 0, simulation mismatch possible. Please assign the input or remove the declaration("/var/lib/jenkins/workspace/Risco_5/Risco-5/src/core/core.v":117)
WARN (EX2565) : Input 'H[0]' on this instance is undriven. Assigning to 0, simulation mismatch possible. Please assign the input or remove the declaration("/var/lib/jenkins/workspace/Risco_5/Risco-5/src/core/core.v":117)
Compiling module 'Memory(MEMORY_FILE="../../software/memory/teste_uart_fpga.hex",MEMORY_SIZE=2048)'("/var/lib/jenkins/workspace/Risco_5/Risco-5/src/peripheral/memory.v":1)
Extracting RAM for identifier 'memory'("/var/lib/jenkins/workspace/Risco_5/Risco-5/src/peripheral/memory.v":16)
Compiling module 'BUS'("/var/lib/jenkins/workspace/Risco_5/Risco-5/src/peripheral/bus.v":1)
Compiling module 'LEDs'("/var/lib/jenkins/workspace/Risco_5/Risco-5/src/peripheral/leds.v":5)
Compiling module 'UART(CLK_FREQ=27000000,BIT_RATE=115200,BUFFER_SIZE=16)'("/var/lib/jenkins/workspace/Risco_5/Risco-5/src/peripheral/uart.v":4)
Compiling module 'FIFO(DEPTH=16)'("/var/lib/jenkins/workspace/Risco_5/Risco-5/src/peripheral/fifo.v":4)
Extracting RAM for identifier 'memory'("/var/lib/jenkins/workspace/Risco_5/Risco-5/src/peripheral/fifo.v":19)
WARN (EX3791) : Expression size 7 truncated to fit in target size 6("/var/lib/jenkins/workspace/Risco_5/Risco-5/src/peripheral/fifo.v":43)
Compiling module 'uart_tool_rx(BIT_RATE=115200,CLK_HZ=27000000)'("/var/lib/jenkins/workspace/Risco_5/Risco-5/src/peripheral/uart_rx.v":13)
Compiling module 'uart_tool_tx(BIT_RATE=115200,CLK_HZ=27000000)'("/var/lib/jenkins/workspace/Risco_5/Risco-5/src/peripheral/uart_tx.v":13)
Compiling module 'GPIOS(WIDHT=5)'("/var/lib/jenkins/workspace/Risco_5/Risco-5/src/peripheral/gpios.v":4)
Compiling module 'GPIO'("/var/lib/jenkins/workspace/Risco_5/Risco-5/src/peripheral/gpio.v":5)
Compiling module 'PWM'("/var/lib/jenkins/workspace/Risco_5/Risco-5/src/peripheral/pwm.v":5)
WARN (EX2565) : Input 'halt' on this instance is undriven. Assigning to 0, simulation mismatch possible. Please assign the input or remove the declaration("/var/lib/jenkins/workspace/Risco_5/Risco-5/src/peripheral/soc.v":45)
WARN (EX2565) : Input 'interruption_request_external' on this instance is undriven. Assigning to 0, simulation mismatch possible. Please assign the input or remove the declaration("/var/lib/jenkins/workspace/Risco_5/Risco-5/src/peripheral/soc.v":45)
WARN (EX2565) : Input 'interruption_request_timer' on this instance is undriven. Assigning to 0, simulation mismatch possible. Please assign the input or remove the declaration("/var/lib/jenkins/workspace/Risco_5/Risco-5/src/peripheral/soc.v":45)
WARN (EX2565) : Input 'interruption_request_software' on this instance is undriven. Assigning to 0, simulation mismatch possible. Please assign the input or remove the declaration("/var/lib/jenkins/workspace/Risco_5/Risco-5/src/peripheral/soc.v":45)
WARN (EX2565) : Input 'interruption_request_fast[15]' on this instance is undriven. Assigning to 0, simulation mismatch possible. Please assign the input or remove the declaration("/var/lib/jenkins/workspace/Risco_5/Risco-5/src/peripheral/soc.v":45)
WARN (EX2565) : Input 'interruption_request_fast[14]' on this instance is undriven. Assigning to 0, simulation mismatch possible. Please assign the input or remove the declaration("/var/lib/jenkins/workspace/Risco_5/Risco-5/src/peripheral/soc.v":45)
WARN (EX2565) : Input 'interruption_request_fast[13]' on this instance is undriven. Assigning to 0, simulation mismatch possible. Please assign the input or remove the declaration("/var/lib/jenkins/workspace/Risco_5/Risco-5/src/peripheral/soc.v":45)
WARN (EX2565) : Input 'interruption_request_fast[12]' on this instance is undriven. Assigning to 0, simulation mismatch possible. Please assign the input or remove the declaration("/var/lib/jenkins/workspace/Risco_5/Risco-5/src/peripheral/soc.v":45)
WARN (EX2565) : Input 'interruption_request_fast[11]' on this instance is undriven. Assigning to 0, simulation mismatch possible. Please assign the input or remove the declaration("/var/lib/jenkins/workspace/Risco_5/Risco-5/src/peripheral/soc.v":45)
WARN (EX2565) : Input 'interruption_request_fast[10]' on this instance is undriven. Assigning to 0, simulation mismatch possible. Please assign the input or remove the declaration("/var/lib/jenkins/workspace/Risco_5/Risco-5/src/peripheral/soc.v":45)
WARN (EX2565) : Input 'interruption_request_fast[9]' on this instance is undriven. Assigning to 0, simulation mismatch possible. Please assign the input or remove the declaration("/var/lib/jenkins/workspace/Risco_5/Risco-5/src/peripheral/soc.v":45)
WARN (EX2565) : Input 'interruption_request_fast[8]' on this instance is undriven. Assigning to 0, simulation mismatch possible. Please assign the input or remove the declaration("/var/lib/jenkins/workspace/Risco_5/Risco-5/src/peripheral/soc.v":45)
WARN (EX2565) : Input 'interruption_request_fast[7]' on this instance is undriven. Assigning to 0, simulation mismatch possible. Please assign the input or remove the declaration("/var/lib/jenkins/workspace/Risco_5/Risco-5/src/peripheral/soc.v":45)
WARN (EX2565) : Input 'interruption_request_fast[6]' on this instance is undriven. Assigning to 0, simulation mismatch possible. Please assign the input or remove the declaration("/var/lib/jenkins/workspace/Risco_5/Risco-5/src/peripheral/soc.v":45)
WARN (EX2565) : Input 'interruption_request_fast[5]' on this instance is undriven. Assigning to 0, simulation mismatch possible. Please assign the input or remove the declaration("/var/lib/jenkins/workspace/Risco_5/Risco-5/src/peripheral/soc.v":45)
WARN (EX2565) : Input 'interruption_request_fast[4]' on this instance is undriven. Assigning to 0, simulation mismatch possible. Please assign the input or remove the declaration("/var/lib/jenkins/workspace/Risco_5/Risco-5/src/peripheral/soc.v":45)
WARN (EX2565) : Input 'interruption_request_fast[3]' on this instance is undriven. Assigning to 0, simulation mismatch possible. Please assign the input or remove the declaration("/var/lib/jenkins/workspace/Risco_5/Risco-5/src/peripheral/soc.v":45)
WARN (EX2565) : Input 'interruption_request_fast[2]' on this instance is undriven. Assigning to 0, simulation mismatch possible. Please assign the input or remove the declaration("/var/lib/jenkins/workspace/Risco_5/Risco-5/src/peripheral/soc.v":45)
WARN (EX2565) : Input 'interruption_request_fast[1]' on this instance is undriven. Assigning to 0, simulation mismatch possible. Please assign the input or remove the declaration("/var/lib/jenkins/workspace/Risco_5/Risco-5/src/peripheral/soc.v":45)
WARN (EX2565) : Input 'interruption_request_fast[0]' on this instance is undriven. Assigning to 0, simulation mismatch possible. Please assign the input or remove the declaration("/var/lib/jenkins/workspace/Risco_5/Risco-5/src/peripheral/soc.v":45)
NOTE (EX0101) : Current top module is "top"
[5%] Running netlist conversion ...
24.23.7. Executing OPT_CLEAN pass (remove unused cells and wires).
Finding unused cells or wires in module \top..
Removed 4 unused cells and 69 unused wires.
<suppressed ~5 debug messages>
24.23.8. Executing OPT_EXPR pass (perform const folding).
Optimizing module top.
24.23.9. Rerunning OPT passes. (Maybe there is more to do..)
24.23.10. Executing OPT_MUXTREE pass (detect dead branches in mux trees).
Running muxtree optimizer on module \top..
Creating internal representation of mux trees.
Evaluating internal representation of mux trees.
Analyzing evaluation results.
Removed 0 multiplexer ports.
<suppressed ~112 debug messages>
24.23.11. Executing OPT_REDUCE pass (consolidate $*mux and $reduce_* inputs).
Optimizing cells in module \top.
Performed a total of 0 changes.
24.23.12. Executing OPT_MERGE pass (detect identical cells).
Finding identical cells in module `\top'.
Removed a total of 0 cells.
24.23.13. Executing OPT_DFF pass (perform DFF optimizations).
24.23.14. Executing OPT_CLEAN pass (remove unused cells and wires).
Finding unused cells or wires in module \top..
24.23.15. Executing OPT_EXPR pass (perform const folding).
Optimizing module top.
24.23.16. Finished OPT passes. (There is nothing left to do.)
24.24. Executing MEMORY pass.
24.24.1. Executing OPT_MEM pass (optimize memories).
Performed a total of 0 transformations.
24.24.2. Executing OPT_MEM_PRIORITY pass (removing unnecessary memory write priority relations).
Performed a total of 0 transformations.
24.24.3. Executing OPT_MEM_FEEDBACK pass (finding memory read-to-write feedback paths).
Analyzing top.SOC.Core.RegisterBank.registers write port 0.
Analyzing top.SOC.Core.RegisterBank.registers write port 1.
Analyzing top.SOC.Core.RegisterBank.registers write port 2.
Analyzing top.SOC.GPIOS.duty_cycle write port 0.
Analyzing top.SOC.GPIOS.period write port 0.
Analyzing top.SOC.Memory.memory write port 0.
Analyzing top.SOC.Memory.memory write port 1.
Analyzing top.SOC.Memory.memory write port 2.
Analyzing top.SOC.Uart.RX_FIFO.memory write port 0.
Analyzing top.SOC.Uart.TX_FIFO.memory write port 0.
24.24.4. Executing MEMORY_BMUX2ROM pass (converting muxes to ROMs).
24.24.5. Executing MEMORY_DFF pass (merging $dff cells to $memrd).
Checking read port `\SOC.Core.RegisterBank.registers'[0] in module `\top': no output FF found.
Checking read port `\SOC.Core.RegisterBank.registers'[1] in module `\top': merging output FF to cell.
Write port 0: don't care on collision.
Write port 1: non-transparent.
Write port 2: non-transparent.
Checking read port `\SOC.Core.RegisterBank.registers'[2] in module `\top': merging output FF to cell.
Write port 0: don't care on collision.
Write port 1: non-transparent.
Write port 2: non-transparent.
Checking read port `\SOC.GPIOS.duty_cycle'[0] in module `\top': no output FF found.
Checking read port `\SOC.GPIOS.duty_cycle'[1] in module `\top': no output FF found.
Checking read port `\SOC.GPIOS.period'[0] in module `\top': no output FF found.
Checking read port `\SOC.GPIOS.period'[1] in module `\top': no output FF found.
Checking read port `\SOC.Memory.memory'[0] in module `\top': no output FF found.
Checking read port `\SOC.Uart.RX_FIFO.memory'[0] in module `\top': no output FF found.
Checking read port `\SOC.Uart.TX_FIFO.memory'[0] in module `\top': merging output FF to cell.
Write port 0: non-transparent.
Checking read port address `\SOC.Core.RegisterBank.registers'[0] in module `\top': address FF has fully-defined init value, not supported.
Checking read port address `\SOC.GPIOS.duty_cycle'[0] in module `\top': no address FF found.
Checking read port address `\SOC.GPIOS.duty_cycle'[1] in module `\top': no address FF found.
Checking read port address `\SOC.GPIOS.period'[0] in module `\top': no address FF found.
Checking read port address `\SOC.GPIOS.period'[1] in module `\top': no address FF found.
Checking read port address `\SOC.Memory.memory'[0] in module `\top': no address FF found.
Checking read port address `\SOC.Uart.RX_FIFO.memory'[0] in module `\top': address FF has fully-defined init value, not supported.
24.24.6. Executing OPT_CLEAN pass (remove unused cells and wires).
Finding unused cells or wires in module \top..
Removed 3 unused cells and 78 unused wires.
<suppressed ~10 debug messages>
24.24.7. Executing MEMORY_SHARE pass (consolidating $memrd/$memwr cells).
Consolidating read ports of memory top.SOC.Core.RegisterBank.registers by address:
Consolidating write ports of memory top.SOC.Core.RegisterBank.registers by address:
Merging ports 0, 2 (address 5'00000).
Consolidating write ports of memory top.SOC.Core.RegisterBank.registers by address:
Consolidating read ports of memory top.SOC.GPIOS.duty_cycle by address:
Merging ports 0, 1 (address 1'1).
Consolidating read ports of memory top.SOC.GPIOS.period by address:
Merging ports 0, 1 (address 1'1).
Consolidating write ports of memory top.SOC.Memory.memory by address:
Merging ports 0, 1 (address { \SOC.Memory.address [11:8] \SOC.GPIOS.address [7:2] }).
Merging ports 0, 2 (address { \SOC.Memory.address [11:8] \SOC.GPIOS.address [7:2] }).
Consolidating write ports of memory top.SOC.Core.RegisterBank.registers using sat-based resource sharing:
Checking group clocked with posedge \clk, width 32: ports 0, 1.
Common input cone for all EN signals: 14 cells.
Size of unconstrained SAT problem: 110 variables, 305 clauses
Merging port 1 into port 0.
24.24.8. Executing OPT_MEM_WIDEN pass (optimize memories where all ports are wide).
Performed a total of 0 transformations.
24.24.9. Executing OPT_CLEAN pass (remove unused cells and wires).
WARN (CV0016) : Input reset is unused("/var/lib/jenkins/workspace/Risco_5/Risco-5/fpga/tangnano20k/main.v":3)
Running device independent optimization ...
Finding unused cells or wires in module \top..
Removed 8 unused cells and 10 unused wires.
<suppressed ~9 debug messages>
24.24.10. Executing MEMORY_COLLECT pass (generating $mem cells).
24.25. Executing OPT_CLEAN pass (remove unused cells and wires).
Finding unused cells or wires in module \top..
24.26. Executing MEMORY_LIBMAP pass (mapping memories to cells).
mapping memory top.SOC.Core.RegisterBank.registers via $__TRELLIS_DPR16X4_
Extracted data FF from read port 1 of top.SOC.Core.RegisterBank.registers: $\SOC.Core.RegisterBank.registers$rdreg[1]
Extracted data FF from read port 2 of top.SOC.Core.RegisterBank.registers: $\SOC.Core.RegisterBank.registers$rdreg[2]
using FF mapping for memory top.SOC.GPIOS.duty_cycle
using FF mapping for memory top.SOC.GPIOS.period
mapping memory top.SOC.Memory.memory via $__TRELLIS_DPR16X4_
mapping memory top.SOC.Uart.RX_FIFO.memory via $__TRELLIS_DPR16X4_
mapping memory top.SOC.Uart.TX_FIFO.memory via $__TRELLIS_DPR16X4_
Extracted data FF from read port 0 of top.SOC.Uart.TX_FIFO.memory: $\SOC.Uart.TX_FIFO.memory$rdreg[0]
<suppressed ~843 debug messages>
24.27. Executing TECHMAP pass (map to technology primitives).
24.27.1. Executing Verilog-2005 frontend: /eda/oss-cad-suite/lib/../share/yosys/ecp5/lutrams_map.v
Parsing Verilog input from `/eda/oss-cad-suite/lib/../share/yosys/ecp5/lutrams_map.v' to AST representation.
Generating RTLIL representation for module `\$__TRELLIS_DPR16X4_'.
Successfully finished Verilog frontend.
24.27.2. Executing Verilog-2005 frontend: /eda/oss-cad-suite/lib/../share/yosys/ecp5/brams_map.v
[10%] Optimizing Phase 0 completed
Parsing Verilog input from `/eda/oss-cad-suite/lib/../share/yosys/ecp5/brams_map.v' to AST representation.
Generating RTLIL representation for module `\$__ECP5_DP16KD_'.
Generating RTLIL representation for module `\$__ECP5_PDPW16KD_'.
Successfully finished Verilog frontend.
24.27.3. Continuing TECHMAP pass.
Using template $paramod$04778961cc1285a5efea28f98f28381eb2862208\$__TRELLIS_DPR16X4_ for cells of type $__TRELLIS_DPR16X4_.
Using template $paramod$514fc941ac1ae997c717a8e6a1180ed8e0cf8fa9\$__TRELLIS_DPR16X4_ for cells of type $__TRELLIS_DPR16X4_.
Using template $paramod$a5e891c2d726884afd599f7aded60585482353e9\$__TRELLIS_DPR16X4_ for cells of type $__TRELLIS_DPR16X4_.
Using template $paramod$ebbc0a5b7e8b53373d7b359c3aa22b28eebfdaa2\$__TRELLIS_DPR16X4_ for cells of type $__TRELLIS_DPR16X4_.
Using template $paramod$68800377cb42b9c6233b79d2ccb043119df9c996\$__TRELLIS_DPR16X4_ for cells of type $__TRELLIS_DPR16X4_.
Using template $paramod$bea98f31b888ceddd02461ff261b8fc8af3121d9\$__TRELLIS_DPR16X4_ for cells of type $__TRELLIS_DPR16X4_.
Using template $paramod$00783295c7492a91b3efa248958412e0e9cf3be2\$__TRELLIS_DPR16X4_ for cells of type $__TRELLIS_DPR16X4_.
Using template $paramod$c169a2f30deff860fba75c975089b7ada550ddcf\$__TRELLIS_DPR16X4_ for cells of type $__TRELLIS_DPR16X4_.
Using template $paramod$508d51a677c5f95bb19c3715e07be8e6f2d4b14e\$__TRELLIS_DPR16X4_ for cells of type $__TRELLIS_DPR16X4_.
Using template $paramod$228d618cec00c819341ea42f44d8af5af04803cc\$__TRELLIS_DPR16X4_ for cells of type $__TRELLIS_DPR16X4_.
No more expansions possible.
<suppressed ~699 debug messages>
24.28. Executing OPT pass (performing simple optimizations).
24.28.1. Executing OPT_EXPR pass (perform const folding).
Optimizing module top.
<suppressed ~291 debug messages>
24.28.2. Executing OPT_MERGE pass (detect identical cells).
Finding identical cells in module `\top'.
<suppressed ~9 debug messages>
Removed a total of 3 cells.
24.28.3. Executing OPT_DFF pass (perform DFF optimizations).
[15%] Optimizing Phase 1 completed
Adding SRST signal on $auto$ff.cc:266:slice$4574 ($dffe) from module top (D = $flatten\ResetBootSystem.$procmux$2693_Y, Q = \ResetBootSystem.counter, rval = 6'000000).
Adding SRST signal on $auto$ff.cc:266:slice$4492 ($dffe) from module top (D = \SOC.Core.Mdu.quociente_msk [31:1], Q = \SOC.Core.Mdu.quociente_msk [30:0], rval = 31'0000000000000000000000000000000).
Adding SRST signal on $auto$ff.cc:266:slice$4478 ($dffe) from module top (D = $flatten\SOC.\Core.\Mdu.$procmux$2461_Y [63], Q = \SOC.Core.Mdu.divisor [63], rval = 1'0).
24.28.4. Executing OPT_CLEAN pass (remove unused cells and wires).
Finding unused cells or wires in module \top..
Removed 7 unused cells and 4091 unused wires.
<suppressed ~8 debug messages>
24.28.5. Rerunning OPT passes. (Removed registers in this run.)
24.28.6. Executing OPT_EXPR pass (perform const folding).
Optimizing module top.
<suppressed ~4 debug messages>
24.28.7. Executing OPT_MERGE pass (detect identical cells).
Finding identical cells in module `\top'.
Removed a total of 0 cells.
24.28.8. Executing OPT_DFF pass (perform DFF optimizations).
Adding SRST signal on $auto$ff.cc:266:slice$6287 ($dffe) from module top (D = \SOC.Core.Mdu.divisor [31:1], Q = \SOC.Core.Mdu.divisor [30:0], rval = 31'0000000000000000000000000000000).
Adding SRST signal on $auto$ff.cc:266:slice$6283 ($sdffce) from module top (D = $auto$wreduce.cc:461:run$4598 [5:0], Q = \ResetBootSystem.counter, rval = 6'000000).
Setting constant 0-bit at position 0 on $auto$ff.cc:266:slice$6286 ($sdffce) from module top.
24.28.9. Executing OPT_CLEAN pass (remove unused cells and wires).
Finding unused cells or wires in module \top..
Removed 7 unused cells and 8 unused wires.
<suppressed ~10 debug messages>
24.28.10. Rerunning OPT passes. (Removed registers in this run.)
24.28.11. Executing OPT_EXPR pass (perform const folding).
Optimizing module top.
24.28.12. Executing OPT_MERGE pass (detect identical cells).
Finding identical cells in module `\top'.
Removed a total of 0 cells.
24.28.13. Executing OPT_DFF pass (perform DFF optimizations).
[25%] Optimizing Phase 2 completed
Running inference ...
Adding SRST signal on $auto$ff.cc:266:slice$6289 ($dffe) from module top (D = $flatten\SOC.\Core.\Mdu.$procmux$2461_Y [62], Q = \SOC.Core.Mdu.divisor [62], rval = 1'0).
24.28.14. Executing OPT_CLEAN pass (remove unused cells and wires).
Finding unused cells or wires in module \top..
24.28.15. Rerunning OPT passes. (Removed registers in this run.)
24.28.16. Executing OPT_EXPR pass (perform const folding).
Optimizing module top.
24.28.17. Executing OPT_MERGE pass (detect identical cells).
Finding identical cells in module `\top'.
Removed a total of 0 cells.
24.28.18. Executing OPT_DFF pass (perform DFF optimizations).
24.28.19. Executing OPT_CLEAN pass (remove unused cells and wires).
Finding unused cells or wires in module \top..
24.28.20. Finished fast OPT passes.
24.29. Executing MEMORY_MAP pass (converting memories to logic and flip-flops).
Mapping memory \SOC.GPIOS.duty_cycle in module \top:
created 2 $dff cells and 0 static cells of width 16.
read interface: 0 $dff and 0 $mux cells.
write interface: 2 write mux blocks.
Mapping memory \SOC.GPIOS.period in module \top:
created 2 $dff cells and 0 static cells of width 16.
read interface: 0 $dff and 0 $mux cells.
write interface: 2 write mux blocks.
24.30. Executing OPT pass (performing simple optimizations).
24.30.1. Executing OPT_EXPR pass (perform const folding).
Optimizing module top.
<suppressed ~2 debug messages>
24.30.2. Executing OPT_MERGE pass (detect identical cells).
Finding identical cells in module `\top'.
Removed a total of 0 cells.
24.30.3. Executing OPT_MUXTREE pass (detect dead branches in mux trees).
Running muxtree optimizer on module \top..
Creating internal representation of mux trees.
Evaluating internal representation of mux trees.
Replacing known input bits on port B of cell $auto$memory_share.cc:453:consolidate_wr_using_sat$4936: $auto$rtlil.cc:2489:ReduceOr$4930 -> 1'1
Analyzing evaluation results.
Removed 0 multiplexer ports.
<suppressed ~77 debug messages>
24.30.4. Executing OPT_REDUCE pass (consolidate $*mux and $reduce_* inputs).
Optimizing cells in module \top.
Consolidated identical input bits for $mux cell $auto$memory_share.cc:273:consolidate_wr_by_addr$4921:
Old ports: A={ \SOC.Memory.buffer [31:16] \SOC.Core.register_data_2 [15:0] }, B=\SOC.Core.register_data_2, Y=$auto$rtlil.cc:2603:Mux$4922
New ports: A=\SOC.Memory.buffer [31:16], B=\SOC.Core.register_data_2 [31:16], Y=$auto$rtlil.cc:2603:Mux$4922 [31:16]
New connections: $auto$rtlil.cc:2603:Mux$4922 [15:0] = \SOC.Core.register_data_2 [15:0]
New ctrl vector for $pmux cell $flatten\ResetBootSystem.$procmux$2702: { $flatten\ResetBootSystem.$procmux$2697_CMP $flatten\ResetBootSystem.$procmux$2696_CMP }
Consolidated identical input bits for $mux cell $flatten\ResetBootSystem.$procmux$2705:
Old ports: A=2'00, B=2'10, Y=$flatten\ResetBootSystem.$procmux$2705_Y
New ports: A=1'0, B=1'1, Y=$flatten\ResetBootSystem.$procmux$2705_Y [1]
New connections: $flatten\ResetBootSystem.$procmux$2705_Y [0] = 1'0
Consolidated identical input bits for $mux cell $flatten\SOC.\Core.\ALU_Control.$procmux$3981:
Old ports: A=4'1001, B=4'0011, Y=$flatten\SOC.\Core.\ALU_Control.$procmux$3981_Y
New ports: A=2'10, B=2'01, Y={ $flatten\SOC.\Core.\ALU_Control.$procmux$3981_Y [3] $flatten\SOC.\Core.\ALU_Control.$procmux$3981_Y [1] }
New connections: { $flatten\SOC.\Core.\ALU_Control.$procmux$3981_Y [2] $flatten\SOC.\Core.\ALU_Control.$procmux$3981_Y [0] } = 2'01
Consolidated identical input bits for $mux cell $flatten\SOC.\Core.\ALU_Control.$procmux$3989:
Old ports: A=3'010, B=3'110, Y=$auto$wreduce.cc:461:run$4599 [2:0]
New ports: A=1'0, B=1'1, Y=$auto$wreduce.cc:461:run$4599 [2]
New connections: $auto$wreduce.cc:461:run$4599 [1:0] = 2'10
Consolidated identical input bits for $pmux cell $flatten\SOC.\Core.\Control_Unit.$procmux$2899:
Old ports: A=4'0000, B=8'10001001, Y=\SOC.Core.control_unit_aluop
New ports: A=2'00, B=4'1011, Y={ \SOC.Core.control_unit_aluop [3] \SOC.Core.control_unit_aluop [0] }
New connections: \SOC.Core.control_unit_aluop [2:1] = 2'00
Consolidated identical input bits for $mux cell $flatten\SOC.\Core.\Control_Unit.$procmux$3216:
Old ports: A=6'101101, B=6'000000, Y=$flatten\SOC.\Core.\Control_Unit.$20\nextstate[5:0]
New ports: A=1'1, B=1'0, Y=$flatten\SOC.\Core.\Control_Unit.$20\nextstate[5:0] [0]
New connections: $flatten\SOC.\Core.\Control_Unit.$20\nextstate[5:0] [5:1] = { $flatten\SOC.\Core.\Control_Unit.$20\nextstate[5:0] [0] 1'0 $flatten\SOC.\Core.\Control_Unit.$20\nextstate[5:0] [0] $flatten\SOC.\Core.\Control_Unit.$20\nextstate[5:0] [0] 1'0 }
Consolidated identical input bits for $mux cell $flatten\SOC.\Core.\Control_Unit.$procmux$3251:
Old ports: A=6'000000, B=6'100101, Y=$flatten\SOC.\Core.\Control_Unit.$18\nextstate[5:0]
New ports: A=1'0, B=1'1, Y=$flatten\SOC.\Core.\Control_Unit.$18\nextstate[5:0] [0]
New connections: $flatten\SOC.\Core.\Control_Unit.$18\nextstate[5:0] [5:1] = { $flatten\SOC.\Core.\Control_Unit.$18\nextstate[5:0] [0] 2'00 $flatten\SOC.\Core.\Control_Unit.$18\nextstate[5:0] [0] 1'0 }
Consolidated identical input bits for $mux cell $flatten\SOC.\Core.\Control_Unit.$procmux$3407:
Old ports: A=3'011, B=3'100, Y=$auto$wreduce.cc:461:run$4606 [2:0]
New ports: A=2'01, B=2'10, Y={ $auto$wreduce.cc:461:run$4606 [2] $auto$wreduce.cc:461:run$4606 [0] }
New connections: $auto$wreduce.cc:461:run$4606 [1] = $auto$wreduce.cc:461:run$4606 [0]
Consolidated identical input bits for $mux cell $flatten\SOC.\Core.\Control_Unit.$procmux$3443:
Old ports: A=5'00000, B=5'10010, Y=$auto$wreduce.cc:461:run$4605 [4:0]
New ports: A=1'0, B=1'1, Y=$auto$wreduce.cc:461:run$4605 [1]
New connections: { $auto$wreduce.cc:461:run$4605 [4:2] $auto$wreduce.cc:461:run$4605 [0] } = { $auto$wreduce.cc:461:run$4605 [1] 3'000 }
Consolidated identical input bits for $mux cell $flatten\SOC.\Core.\Control_Unit.$procmux$3481:
Old ports: A=3'110, B=3'000, Y=$auto$wreduce.cc:461:run$4604 [2:0]
New ports: A=1'1, B=1'0, Y=$auto$wreduce.cc:461:run$4604 [1]
New connections: { $auto$wreduce.cc:461:run$4604 [2] $auto$wreduce.cc:461:run$4604 [0] } = { $auto$wreduce.cc:461:run$4604 [1] 1'0 }
Consolidated identical input bits for $mux cell $flatten\SOC.\Core.\Control_Unit.$procmux$3530:
Old ports: A=3'101, B=3'000, Y=$auto$wreduce.cc:461:run$4614 [2:0]
New ports: A=1'1, B=1'0, Y=$auto$wreduce.cc:461:run$4614 [0]
New connections: $auto$wreduce.cc:461:run$4614 [2:1] = { $auto$wreduce.cc:461:run$4614 [0] 1'0 }
Consolidated identical input bits for $mux cell $flatten\SOC.\Core.\Control_Unit.$procmux$3633:
Old ports: A=5'00101, B=5'11000, Y=$auto$wreduce.cc:461:run$4612 [4:0]
New ports: A=2'01, B=2'10, Y={ $auto$wreduce.cc:461:run$4612 [3] $auto$wreduce.cc:461:run$4612 [0] }
New connections: { $auto$wreduce.cc:461:run$4612 [4] $auto$wreduce.cc:461:run$4612 [2:1] } = { $auto$wreduce.cc:461:run$4612 [3] $auto$wreduce.cc:461:run$4612 [0] 1'0 }
Consolidated identical input bits for $mux cell $flatten\SOC.\Core.\Control_Unit.$procmux$3689:
Old ports: A=5'00011, B=5'10110, Y=$auto$wreduce.cc:461:run$4611 [4:0]
New ports: A=2'01, B=2'10, Y={ $auto$wreduce.cc:461:run$4611 [2] $auto$wreduce.cc:461:run$4611 [0] }
New connections: { $auto$wreduce.cc:461:run$4611 [4:3] $auto$wreduce.cc:461:run$4611 [1] } = { $auto$wreduce.cc:461:run$4611 [2] 2'01 }
Consolidated identical input bits for $mux cell $flatten\SOC.\Core.\Control_Unit.$procmux$3743:
Old ports: A={ 1'0 $auto$wreduce.cc:461:run$4612 [4:0] }, B={ 1'0 $auto$wreduce.cc:461:run$4611 [4:0] }, Y=$flatten\SOC.\Core.\Control_Unit.$5\nextstate[5:0]
New ports: A=$auto$wreduce.cc:461:run$4612 [4:0], B=$auto$wreduce.cc:461:run$4611 [4:0], Y=$flatten\SOC.\Core.\Control_Unit.$5\nextstate[5:0] [4:0]
New connections: $flatten\SOC.\Core.\Control_Unit.$5\nextstate[5:0] [5] = 1'0
Consolidated identical input bits for $mux cell $flatten\SOC.\Core.\Control_Unit.$procmux$3804:
Old ports: A=6'000110, B=6'101111, Y=$flatten\SOC.\Core.\Control_Unit.$4\nextstate[5:0]
New ports: A=1'0, B=1'1, Y=$flatten\SOC.\Core.\Control_Unit.$4\nextstate[5:0] [0]
New connections: $flatten\SOC.\Core.\Control_Unit.$4\nextstate[5:0] [5:1] = { $flatten\SOC.\Core.\Control_Unit.$4\nextstate[5:0] [0] 1'0 $flatten\SOC.\Core.\Control_Unit.$4\nextstate[5:0] [0] 2'11 }
Consolidated identical input bits for $mux cell $flatten\SOC.\Core.\Control_Unit.$procmux$3923:
Old ports: A=6'000000, B=6'101110, Y=$flatten\SOC.\Core.\Control_Unit.$2\nextstate[5:0]
New ports: A=1'0, B=1'1, Y=$flatten\SOC.\Core.\Control_Unit.$2\nextstate[5:0] [1]
New connections: { $flatten\SOC.\Core.\Control_Unit.$2\nextstate[5:0] [5:2] $flatten\SOC.\Core.\Control_Unit.$2\nextstate[5:0] [0] } = { $flatten\SOC.\Core.\Control_Unit.$2\nextstate[5:0] [1] 1'0 $flatten\SOC.\Core.\Control_Unit.$2\nextstate[5:0] [1] $flatten\SOC.\Core.\Control_Unit.$2\nextstate[5:0] [1] 1'0 }
New ctrl vector for $pmux cell $flatten\SOC.\Core.\Control_Unit.$procmux$3929: { $flatten\SOC.\Core.\Control_Unit.$procmux$3110_CMP \SOC.Core.Control_Unit.ir_write $flatten\SOC.\Core.\Control_Unit.$procmux$3001_CMP $flatten\SOC.\Core.\Control_Unit.$procmux$3000_CMP $flatten\SOC.\Core.\Control_Unit.$procmux$3108_CMP $flatten\SOC.\Core.\Control_Unit.$procmux$3081_CMP $flatten\SOC.\Core.\Control_Unit.$procmux$2973_CMP $auto$opt_reduce.cc:134:opt_pmux$4205 $flatten\SOC.\Core.\Control_Unit.$procmux$2856_CMP $flatten\SOC.\Core.\Control_Unit.$procmux$2913_CMP $flatten\SOC.\Core.\Control_Unit.$procmux$2964_CMP $flatten\SOC.\Core.\Control_Unit.$procmux$2998_CMP $flatten\SOC.\Core.\Control_Unit.$procmux$2855_CMP $flatten\SOC.\Core.\Control_Unit.$procmux$2912_CMP $flatten\SOC.\Core.\Control_Unit.$procmux$2996_CMP $flatten\SOC.\Core.\Control_Unit.$procmux$2854_CMP $flatten\SOC.\Core.\Control_Unit.$procmux$2911_CMP $flatten\SOC.\Core.\Control_Unit.$procmux$2909_CMP $flatten\SOC.\Core.\Control_Unit.$procmux$2908_CMP $auto$opt_reduce.cc:134:opt_pmux$6328 $flatten\SOC.\Core.\Control_Unit.$procmux$2990_CMP $flatten\SOC.\Core.\Control_Unit.$procmux$2906_CMP $auto$opt_reduce.cc:134:opt_pmux$6326 $flatten\SOC.\Core.\Control_Unit.$procmux$2985_CMP $flatten\SOC.\Core.\Control_Unit.$procmux$2776_CMP $flatten\SOC.\Core.\Control_Unit.$procmux$2984_CMP $flatten\SOC.\Core.\Control_Unit.$procmux$2852_CMP $flatten\SOC.\Core.\Control_Unit.$procmux$2903_CMP $flatten\SOC.\Core.\Control_Unit.$procmux$2902_CMP $flatten\SOC.\Core.\Control_Unit.$procmux$2981_CMP $flatten\SOC.\Core.\Control_Unit.$procmux$2901_CMP $flatten\SOC.\Core.\Control_Unit.$procmux$2900_CMP $flatten\SOC.\Core.\Control_Unit.$procmux$2978_CMP $flatten\SOC.\Core.\Control_Unit.$procmux$2775_CMP \SOC.Core.Mdu.start $flatten\SOC.\Core.\Control_Unit.$procmux$2968_CMP }
Consolidated identical input bits for $mux cell $flatten\SOC.\Core.\Control_Unit.$ternary$Risco-5/src/core/control_unit.v:114$38:
Old ports: A=2'11, B=2'01, Y=\SOC.Core.Control_Unit.second_block_write_src_b [1:0]
New ports: A=1'1, B=1'0, Y=\SOC.Core.Control_Unit.second_block_write_src_b [1]
New connections: \SOC.Core.Control_Unit.second_block_write_src_b [0] = 1'1
Consolidated identical input bits for $pmux cell $flatten\SOC.\Core.\Immediate_Generator.$procmux$2586:
Old ports: A={ \SOC.Core.instruction_register [31] \SOC.Core.instruction_register [31] \SOC.Core.instruction_register [31] \SOC.Core.instruction_register [31] \SOC.Core.instruction_register [31] \SOC.Core.instruction_register [31] \SOC.Core.instruction_register [31] \SOC.Core.instruction_register [31] \SOC.Core.instruction_register [31] \SOC.Core.instruction_register [31] \SOC.Core.instruction_register [31] \SOC.Core.instruction_register [31] \SOC.Core.instruction_register [31] \SOC.Core.instruction_register [31] \SOC.Core.instruction_register [31] \SOC.Core.instruction_register [31] \SOC.Core.instruction_register [31] \SOC.Core.instruction_register [31] \SOC.Core.instruction_register [31] \SOC.Core.instruction_register [31] \SOC.Core.instruction_register [31:20] }, B={ \SOC.Core.instruction_register [24] \SOC.Core.instruction_register [24] \SOC.Core.instruction_register [24] \SOC.Core.instruction_register [24] \SOC.Core.instruction_register [24] \SOC.Core.instruction_register [24] \SOC.Core.instruction_register [24] \SOC.Core.instruction_register [24] \SOC.Core.instruction_register [24] \SOC.Core.instruction_register [24] \SOC.Core.instruction_register [24] \SOC.Core.instruction_register [24] \SOC.Core.instruction_register [24] \SOC.Core.instruction_register [24] \SOC.Core.instruction_register [24] \SOC.Core.instruction_register [24] \SOC.Core.instruction_register [24] \SOC.Core.instruction_register [24] \SOC.Core.instruction_register [24] \SOC.Core.instruction_register [24] \SOC.Core.instruction_register [24] \SOC.Core.instruction_register [24] \SOC.Core.instruction_register [24] \SOC.Core.instruction_register [24] \SOC.Core.instruction_register [24] \SOC.Core.instruction_register [24] \SOC.Core.instruction_register [24] \SOC.Core.instruction_register [24:20] 20'00000000000000000000 \SOC.Core.instruction_register [31:20] 27'000000000000000000000000000 \SOC.Core.instruction_register [24:20] }, Y=$flatten\SOC.\Core.\Immediate_Generator.$2\immediate[31:0]
New ports: A={ \SOC.Core.instruction_register [31] \SOC.Core.instruction_register [31:25] }, B={ \SOC.Core.instruction_register [24] \SOC.Core.instruction_register [24] \SOC.Core.instruction_register [24] \SOC.Core.instruction_register [24] \SOC.Core.instruction_register [24] \SOC.Core.instruction_register [24] \SOC.Core.instruction_register [24] \SOC.Core.instruction_register [24] 1'0 \SOC.Core.instruction_register [31:25] 8'00000000 }, Y=$flatten\SOC.\Core.\Immediate_Generator.$2\immediate[31:0] [12:5]
New connections: { $flatten\SOC.\Core.\Immediate_Generator.$2\immediate[31:0] [31:13] $flatten\SOC.\Core.\Immediate_Generator.$2\immediate[31:0] [4:0] } = { $flatten\SOC.\Core.\Immediate_Generator.$2\immediate[31:0] [12] $flatten\SOC.\Core.\Immediate_Generator.$2\immediate[31:0] [12] $flatten\SOC.\Core.\Immediate_Generator.$2\immediate[31:0] [12] $flatten\SOC.\Core.\Immediate_Generator.$2\immediate[31:0] [12] $flatten\SOC.\Core.\Immediate_Generator.$2\immediate[31:0] [12] $flatten\SOC.\Core.\Immediate_Generator.$2\immediate[31:0] [12] $flatten\SOC.\Core.\Immediate_Generator.$2\immediate[31:0] [12] $flatten\SOC.\Core.\Immediate_Generator.$2\immediate[31:0] [12] $flatten\SOC.\Core.\Immediate_Generator.$2\immediate[31:0] [12] $flatten\SOC.\Core.\Immediate_Generator.$2\immediate[31:0] [12] $flatten\SOC.\Core.\Immediate_Generator.$2\immediate[31:0] [12] $flatten\SOC.\Core.\Immediate_Generator.$2\immediate[31:0] [12] $flatten\SOC.\Core.\Immediate_Generator.$2\immediate[31:0] [12] $flatten\SOC.\Core.\Immediate_Generator.$2\immediate[31:0] [12] $flatten\SOC.\Core.\Immediate_Generator.$2\immediate[31:0] [12] $flatten\SOC.\Core.\Immediate_Generator.$2\immediate[31:0] [12] $flatten\SOC.\Core.\Immediate_Generator.$2\immediate[31:0] [12] $flatten\SOC.\Core.\Immediate_Generator.$2\immediate[31:0] [12] $flatten\SOC.\Core.\Immediate_Generator.$2\immediate[31:0] [12] \SOC.Core.instruction_register [24:20] }
Consolidated identical input bits for $mux cell $flatten\SOC.\Core.\Mdu.$procmux$2458:
Old ports: A={ 1'0 $flatten\SOC.\Core.\Mdu.$procmux$2461_Y [62:31] 31'0000000000000000000000000000000 }, B={ 2'00 \SOC.Core.Mdu.divisor [62:1] }, Y=$flatten\SOC.\Core.\Mdu.$procmux$2458_Y
New ports: A={ $flatten\SOC.\Core.\Mdu.$procmux$2461_Y [62:31] 31'0000000000000000000000000000000 }, B={ 1'0 \SOC.Core.Mdu.divisor [62:1] }, Y=$flatten\SOC.\Core.\Mdu.$procmux$2458_Y [62:0]
New connections: $flatten\SOC.\Core.\Mdu.$procmux$2458_Y [63] = 1'0
Consolidated identical input bits for $pmux cell $flatten\SOC.\Memory.$procmux$1829:
Old ports: A=\SOC.Memory.buffer, B={ \SOC.Memory.buffer [7] \SOC.Memory.buffer [7] \SOC.Memory.buffer [7] \SOC.Memory.buffer [7] \SOC.Memory.buffer [7] \SOC.Memory.buffer [7] \SOC.Memory.buffer [7] \SOC.Memory.buffer [7] \SOC.Memory.buffer [7] \SOC.Memory.buffer [7] \SOC.Memory.buffer [7] \SOC.Memory.buffer [7] \SOC.Memory.buffer [7] \SOC.Memory.buffer [7] \SOC.Memory.buffer [7] \SOC.Memory.buffer [7] \SOC.Memory.buffer [7] \SOC.Memory.buffer [7] \SOC.Memory.buffer [7] \SOC.Memory.buffer [7] \SOC.Memory.buffer [7] \SOC.Memory.buffer [7] \SOC.Memory.buffer [7] \SOC.Memory.buffer [7] \SOC.Memory.buffer [7:0] \SOC.Memory.buffer [15] \SOC.Memory.buffer [15] \SOC.Memory.buffer [15] \SOC.Memory.buffer [15] \SOC.Memory.buffer [15] \SOC.Memory.buffer [15] \SOC.Memory.buffer [15] \SOC.Memory.buffer [15] \SOC.Memory.buffer [15] \SOC.Memory.buffer [15] \SOC.Memory.buffer [15] \SOC.Memory.buffer [15] \SOC.Memory.buffer [15] \SOC.Memory.buffer [15] \SOC.Memory.buffer [15] \SOC.Memory.buffer [15] \SOC.Memory.buffer [15:0] 24'000000000000000000000000 \SOC.Memory.buffer [7:0] 16'0000000000000000 \SOC.Memory.buffer [15:0] }, Y=\SOC.Bus.slave_0_read_data
New ports: A=\SOC.Memory.buffer [31:8], B={ \SOC.Memory.buffer [7] \SOC.Memory.buffer [7] \SOC.Memory.buffer [7] \SOC.Memory.buffer [7] \SOC.Memory.buffer [7] \SOC.Memory.buffer [7] \SOC.Memory.buffer [7] \SOC.Memory.buffer [7] \SOC.Memory.buffer [7] \SOC.Memory.buffer [7] \SOC.Memory.buffer [7] \SOC.Memory.buffer [7] \SOC.Memory.buffer [7] \SOC.Memory.buffer [7] \SOC.Memory.buffer [7] \SOC.Memory.buffer [7] \SOC.Memory.buffer [7] \SOC.Memory.buffer [7] \SOC.Memory.buffer [7] \SOC.Memory.buffer [7] \SOC.Memory.buffer [7] \SOC.Memory.buffer [7] \SOC.Memory.buffer [7] \SOC.Memory.buffer [7] \SOC.Memory.buffer [15] \SOC.Memory.buffer [15] \SOC.Memory.buffer [15] \SOC.Memory.buffer [15] \SOC.Memory.buffer [15] \SOC.Memory.buffer [15] \SOC.Memory.buffer [15] \SOC.Memory.buffer [15] \SOC.Memory.buffer [15] \SOC.Memory.buffer [15] \SOC.Memory.buffer [15] \SOC.Memory.buffer [15] \SOC.Memory.buffer [15] \SOC.Memory.buffer [15] \SOC.Memory.buffer [15] \SOC.Memory.buffer [15] \SOC.Memory.buffer [15:8] 40'0000000000000000000000000000000000000000 \SOC.Memory.buffer [15:8] }, Y=\SOC.Bus.slave_0_read_data [31:8]
New connections: \SOC.Bus.slave_0_read_data [7:0] = \SOC.Memory.buffer [7:0]
New ctrl vector for $pmux cell $flatten\SOC.\Uart.$procmux$2103: $auto$opt_reduce.cc:134:opt_pmux$6330
New ctrl vector for $pmux cell $flatten\SOC.\Uart.$procmux$2117: { $flatten\SOC.\Uart.$procmux$2111_CMP $flatten\SOC.\Uart.$procmux$2053_CMP $auto$opt_reduce.cc:134:opt_pmux$6332 $flatten\SOC.\Uart.$procmux$2034_Y }
Consolidated identical input bits for $pmux cell $flatten\SOC.\Uart.$procmux$2134:
Old ports: A=4'0001, B=16'0110011110001001, Y=$flatten\SOC.\Uart.$procmux$2134_Y
New ports: A=3'001, B=12'010011100101, Y={ $flatten\SOC.\Uart.$procmux$2134_Y [3] $flatten\SOC.\Uart.$procmux$2134_Y [1:0] }
New connections: $flatten\SOC.\Uart.$procmux$2134_Y [2] = $flatten\SOC.\Uart.$procmux$2134_Y [1]
Consolidated identical input bits for $pmux cell $flatten\SOC.\Uart.\i_uart_rx.$procmux$1685:
Old ports: A=3'000, B={ 2'00 $auto$wreduce.cc:461:run$4636 [0] 1'0 $auto$wreduce.cc:461:run$4637 [1:0] 2'01 \SOC.Uart.i_uart_rx.payload_done 1'0 $auto$wreduce.cc:461:run$4639 [1:0] }, Y=\SOC.Uart.i_uart_rx.n_fsm_state
New ports: A=2'00, B={ 1'0 $auto$wreduce.cc:461:run$4636 [0] $auto$wreduce.cc:461:run$4637 [1:0] 1'1 \SOC.Uart.i_uart_rx.payload_done $auto$wreduce.cc:461:run$4639 [1:0] }, Y=\SOC.Uart.i_uart_rx.n_fsm_state [1:0]
New connections: \SOC.Uart.i_uart_rx.n_fsm_state [2] = 1'0
Consolidated identical input bits for $mux cell $flatten\SOC.\Uart.\i_uart_rx.$ternary$Risco-5/src/peripheral/uart_rx.v:116$1479:
Old ports: A=2'11, B=2'00, Y=$auto$wreduce.cc:461:run$4639 [1:0]
New ports: A=1'1, B=1'0, Y=$auto$wreduce.cc:461:run$4639 [0]
New connections: $auto$wreduce.cc:461:run$4639 [1] = $auto$wreduce.cc:461:run$4639 [0]
Consolidated identical input bits for $pmux cell $flatten\SOC.\Uart.\i_uart_tx.$procmux$1822:
Old ports: A=3'000, B={ 2'00 \SOC.Uart.uart_tx_en 1'0 $auto$wreduce.cc:461:run$4642 [1:0] 2'01 \SOC.Uart.i_uart_tx.payload_done 1'0 $auto$wreduce.cc:461:run$4640 [1:0] }, Y=\SOC.Uart.i_uart_tx.n_fsm_state
New ports: A=2'00, B={ 1'0 \SOC.Uart.uart_tx_en $auto$wreduce.cc:461:run$4642 [1:0] 1'1 \SOC.Uart.i_uart_tx.payload_done $auto$wreduce.cc:461:run$4640 [1:0] }, Y=\SOC.Uart.i_uart_tx.n_fsm_state [1:0]
New connections: \SOC.Uart.i_uart_tx.n_fsm_state [2] = 1'0
Consolidated identical input bits for $mux cell $flatten\SOC.\Uart.\i_uart_tx.$ternary$Risco-5/src/peripheral/uart_tx.v:100$1422:
Old ports: A=2'11, B=2'00, Y=$auto$wreduce.cc:461:run$4640 [1:0]
New ports: A=1'1, B=1'0, Y=$auto$wreduce.cc:461:run$4640 [0]
New connections: $auto$wreduce.cc:461:run$4640 [1] = $auto$wreduce.cc:461:run$4640 [0]
New input vector for $reduce_or cell $auto$opt_reduce.cc:128:opt_pmux$6325: { $flatten\SOC.\Core.\Control_Unit.$procmux$2904_CMP $flatten\SOC.\Core.\Control_Unit.$procmux$2905_CMP $flatten\SOC.\Core.\Control_Unit.$procmux$2907_CMP }
New input vector for $reduce_or cell $auto$opt_reduce.cc:128:opt_pmux$6331: { $flatten\SOC.\Uart.$procmux$2081_CMP $flatten\SOC.\Uart.$procmux$2080_CMP $flatten\SOC.\Uart.$procmux$2079_CMP $flatten\SOC.\Uart.$procmux$2078_CMP $flatten\SOC.\Uart.$procmux$2028_CMP $flatten\SOC.\Uart.$procmux$2009_CMP }
Optimizing cells in module \top.
Consolidated identical input bits for $mux cell $auto$memory_share.cc:273:consolidate_wr_by_addr$4925:
Old ports: A=$auto$rtlil.cc:2603:Mux$4922, B={ \SOC.Memory.buffer [31:8] \SOC.Core.register_data_2 [7:0] }, Y=$auto$rtlil.cc:2603:Mux$4926
New ports: A={ $auto$rtlil.cc:2603:Mux$4922 [31:16] \SOC.Core.register_data_2 [15:8] }, B=\SOC.Memory.buffer [31:8], Y=$auto$rtlil.cc:2603:Mux$4926 [31:8]
New connections: $auto$rtlil.cc:2603:Mux$4926 [7:0] = \SOC.Core.register_data_2 [7:0]
Consolidated identical input bits for $mux cell $flatten\ResetBootSystem.$procmux$2711:
Old ports: A=2'00, B=$flatten\ResetBootSystem.$procmux$2705_Y, Y=$flatten\ResetBootSystem.$procmux$2711_Y
New ports: A=1'0, B=$flatten\ResetBootSystem.$procmux$2705_Y [1], Y=$flatten\ResetBootSystem.$procmux$2711_Y [1]
New connections: $flatten\ResetBootSystem.$procmux$2711_Y [0] = 1'0
Consolidated identical input bits for $mux cell $flatten\SOC.\Core.\Control_Unit.$procmux$3271:
Old ports: A=6'100001, B=$flatten\SOC.\Core.\Control_Unit.$18\nextstate[5:0], Y=$flatten\SOC.\Core.\Control_Unit.$17\nextstate[5:0]
New ports: A=2'01, B={ $flatten\SOC.\Core.\Control_Unit.$18\nextstate[5:0] [0] $flatten\SOC.\Core.\Control_Unit.$18\nextstate[5:0] [0] }, Y={ $flatten\SOC.\Core.\Control_Unit.$17\nextstate[5:0] [2] $flatten\SOC.\Core.\Control_Unit.$17\nextstate[5:0] [0] }
New connections: { $flatten\SOC.\Core.\Control_Unit.$17\nextstate[5:0] [5:3] $flatten\SOC.\Core.\Control_Unit.$17\nextstate[5:0] [1] } = { $flatten\SOC.\Core.\Control_Unit.$17\nextstate[5:0] [0] 3'000 }
Consolidated identical input bits for $pmux cell $flatten\SOC.\Core.\Control_Unit.$procmux$3859:
Old ports: A=6'000000, B={ 6'000010 $flatten\SOC.\Core.\Control_Unit.$4\nextstate[5:0] 42'001000001001001010001100001101001110001111 }, Y=$flatten\SOC.\Core.\Control_Unit.$3\nextstate[5:0]
New ports: A=5'00000, B={ 5'00010 $flatten\SOC.\Core.\Control_Unit.$4\nextstate[5:0] [0] $flatten\SOC.\Core.\Control_Unit.$4\nextstate[5:0] [0] 2'11 $flatten\SOC.\Core.\Control_Unit.$4\nextstate[5:0] [0] 35'01000010010101001100011010111001111 }, Y={ $flatten\SOC.\Core.\Control_Unit.$3\nextstate[5:0] [5] $flatten\SOC.\Core.\Control_Unit.$3\nextstate[5:0] [3:0] }
New connections: $flatten\SOC.\Core.\Control_Unit.$3\nextstate[5:0] [4] = 1'0
Consolidated identical input bits for $mux cell $flatten\SOC.\Uart.$procmux$2139:
Old ports: A=4'0000, B=$flatten\SOC.\Uart.$procmux$2134_Y, Y=$flatten\SOC.\Uart.$procmux$2139_Y
New ports: A=3'000, B={ $flatten\SOC.\Uart.$procmux$2134_Y [3] $flatten\SOC.\Uart.$procmux$2134_Y [1:0] }, Y={ $flatten\SOC.\Uart.$procmux$2139_Y [3] $flatten\SOC.\Uart.$procmux$2139_Y [1:0] }
New connections: $flatten\SOC.\Uart.$procmux$2139_Y [2] = $flatten\SOC.\Uart.$procmux$2139_Y [1]
Optimizing cells in module \top.
Performed a total of 39 changes.
24.30.5. Executing OPT_MERGE pass (detect identical cells).
Finding identical cells in module `\top'.
<suppressed ~12 debug messages>
Removed a total of 4 cells.
24.30.6. Executing OPT_DFF pass (perform DFF optimizations).
[30%] Inferring Phase 0 completed
[40%] Inferring Phase 1 completed
[50%] Inferring Phase 2 completed
[55%] Inferring Phase 3 completed
Running technical mapping ...
Adding SRST signal on $auto$ff.cc:266:slice$4417 ($dffe) from module top (D = $flatten\SOC.\Uart.$add$Risco-5/src/peripheral/uart.v:102$1351_Y, Q = \SOC.Uart.counter, rval = 3'000).
24.30.7. Executing OPT_CLEAN pass (remove unused cells and wires).
Finding unused cells or wires in module \top..
Removed 3 unused cells and 12 unused wires.
<suppressed ~4 debug messages>
24.30.8. Executing OPT_EXPR pass (perform const folding).
Optimizing module top.
<suppressed ~1 debug messages>
24.30.9. Rerunning OPT passes. (Maybe there is more to do..)
24.30.10. Executing OPT_MUXTREE pass (detect dead branches in mux trees).
Running muxtree optimizer on module \top..
Creating internal representation of mux trees.
Evaluating internal representation of mux trees.
Analyzing evaluation results.
Removed 0 multiplexer ports.
<suppressed ~78 debug messages>
24.30.11. Executing OPT_REDUCE pass (consolidate $*mux and $reduce_* inputs).
Optimizing cells in module \top.
Consolidated identical input bits for $mux cell $flatten\SOC.\Core.\Control_Unit.$procmux$3743:
Old ports: A={ $auto$wreduce.cc:461:run$4611 [4] $auto$wreduce.cc:461:run$4611 [4] $auto$wreduce.cc:461:run$4611 [0] 1'0 $auto$wreduce.cc:461:run$4611 [0] }, B={ $auto$wreduce.cc:461:run$4611 [4] 1'0 $auto$wreduce.cc:461:run$4611 [4] 1'1 $auto$wreduce.cc:461:run$4611 [0] }, Y=$flatten\SOC.\Core.\Control_Unit.$5\nextstate[5:0] [4:0]
New ports: A={ $auto$wreduce.cc:461:run$4611 [4] $auto$wreduce.cc:461:run$4611 [0] 1'0 }, B={ 1'0 $auto$wreduce.cc:461:run$4611 [4] 1'1 }, Y=$flatten\SOC.\Core.\Control_Unit.$5\nextstate[5:0] [3:1]
New connections: { $flatten\SOC.\Core.\Control_Unit.$5\nextstate[5:0] [4] $flatten\SOC.\Core.\Control_Unit.$5\nextstate[5:0] [0] } = { $auto$wreduce.cc:461:run$4611 [4] $auto$wreduce.cc:461:run$4611 [0] }
Optimizing cells in module \top.
Performed a total of 1 changes.
24.30.12. Executing OPT_MERGE pass (detect identical cells).
Finding identical cells in module `\top'.
Removed a total of 0 cells.
24.30.13. Executing OPT_DFF pass (perform DFF optimizations).
Adding EN signal on $memory\SOC.GPIOS.period[1]$6315 ($dff) from module top (D = \SOC.Core.register_data_2 [15:0], Q = \SOC.GPIOS.period[1]).
Adding EN signal on $memory\SOC.GPIOS.period[0]$6313 ($dff) from module top (D = \SOC.Core.register_data_2 [15:0], Q = \SOC.GPIOS.period[0]).
Adding EN signal on $memory\SOC.GPIOS.duty_cycle[1]$6299 ($dff) from module top (D = \SOC.Core.register_data_2 [15:0], Q = \SOC.GPIOS.duty_cycle[1]).
Adding EN signal on $memory\SOC.GPIOS.duty_cycle[0]$6297 ($dff) from module top (D = \SOC.Core.register_data_2 [15:0], Q = \SOC.GPIOS.duty_cycle[0]).
Setting constant 0-bit at position 2 on $auto$ff.cc:266:slice$4327 ($sdff) from module top.
24.30.14. Executing OPT_CLEAN pass (remove unused cells and wires).
Finding unused cells or wires in module \top..
Removed 4 unused cells and 4 unused wires.
<suppressed ~5 debug messages>
24.30.15. Executing OPT_EXPR pass (perform const folding).
Optimizing module top.
<suppressed ~2 debug messages>
24.30.16. Rerunning OPT passes. (Maybe there is more to do..)
24.30.17. Executing OPT_MUXTREE pass (detect dead branches in mux trees).
Running muxtree optimizer on module \top..
Creating internal representation of mux trees.
Evaluating internal representation of mux trees.
Analyzing evaluation results.
Removed 0 multiplexer ports.
<suppressed ~75 debug messages>
24.30.18. Executing OPT_REDUCE pass (consolidate $*mux and $reduce_* inputs).
Optimizing cells in module \top.
Performed a total of 0 changes.
24.30.19. Executing OPT_MERGE pass (detect identical cells).
Finding identical cells in module `\top'.
Removed a total of 0 cells.
24.30.20. Executing OPT_DFF pass (perform DFF optimizations).
24.30.21. Executing OPT_CLEAN pass (remove unused cells and wires).
Finding unused cells or wires in module \top..
24.30.22. Executing OPT_EXPR pass (perform const folding).
Optimizing module top.
24.30.23. Finished OPT passes. (There is nothing left to do.)
24.31. Executing TECHMAP pass (map to technology primitives).
24.31.1. Executing Verilog-2005 frontend: /eda/oss-cad-suite/lib/../share/yosys/techmap.v
Parsing Verilog input from `/eda/oss-cad-suite/lib/../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_pmux'.
Generating RTLIL representation for module `\_90_demux'.
Generating RTLIL representation for module `\_90_lut'.
Successfully finished Verilog frontend.
24.31.2. Executing Verilog-2005 frontend: /eda/oss-cad-suite/lib/../share/yosys/ecp5/arith_map.v
Parsing Verilog input from `/eda/oss-cad-suite/lib/../share/yosys/ecp5/arith_map.v' to AST representation.
Generating RTLIL representation for module `\_80_ecp5_alu'.
Successfully finished Verilog frontend.
24.31.3. Continuing TECHMAP pass.
Using extmapper simplemap for cells of type $reduce_or.
Using extmapper simplemap for cells of type $dffe.
Using extmapper simplemap for cells of type $and.
Using extmapper simplemap for cells of type $not.
Using extmapper simplemap for cells of type $mux.
Using extmapper simplemap for cells of type $sdffe.
Using template $paramod$521ce43182eecb9f60c72393a788160d2c356bf5\_90_pmux for cells of type $pmux.
Using extmapper simplemap for cells of type $eq.
Using extmapper simplemap for cells of type $logic_not.
Using extmapper simplemap for cells of type $reduce_bool.
Using template $paramod$8a99b868050f542c83270fc93de09787e35f2c64\_80_ecp5_alu for cells of type $alu.
Using extmapper simplemap for cells of type $reduce_and.
Using extmapper simplemap for cells of type $or.
Using template $paramod$32efbfac1c4dc57230cf86180788fdfd12e3b511\_80_ecp5_alu for cells of type $alu.
Using extmapper simplemap for cells of type $dff.
Using extmapper simplemap for cells of type $sdffce.
Using template $paramod$fbc7873bff55778c0b3173955b7e4bce1d9d6834\_80_ecp5_alu for cells of type $alu.
Using template $paramod$2bd81f420048247ff6903399c560fe0f8bd48ccc\_80_ecp5_alu for cells of type $alu.
Using extmapper simplemap for cells of type $ne.
Using template $paramod$73d715d333263ca9cf422f13d07e21664e3ab775\_80_ecp5_alu for cells of type $alu.
Using template $paramod$6a42b6fefed750f8a1c58eab59479d960557103c\_80_ecp5_alu for cells of type $alu.
Using template $paramod$3ef7d3dd227da7627a99c5e5a6a4deb817573e39\_90_alu for cells of type $alu.
Using template $paramod$d588c4475f18bc347201f0f2671d73b8c1e7b7ea\_80_ecp5_alu for cells of type $alu.
Using template $paramod$2126a3039e9678f6a4bd73d35a1f58ee2616afb2\_80_ecp5_alu for cells of type $alu.
Using extmapper simplemap for cells of type $sdff.
Using extmapper simplemap for cells of type $tribuf.
Using extmapper simplemap for cells of type $logic_and.
Using template $paramod$b098bc6f249c0ac91c4d6e19d54b23c285914115\_90_pmux for cells of type $pmux.
Using template $paramod$20d3ee62d72123142eb855d7ddafd835e31ba009\_90_pmux for cells of type $pmux.
Using template $paramod$d31bf4d7d72e59528d18fbd4f322e9d608532043\_90_pmux for cells of type $pmux.
Using template $paramod$a04dd9d4d8b430140c4ff94b50470fb380fda2a0\_80_ecp5_alu for cells of type $alu.
Using template $paramod$32a7b7b86c07519b7537abc18e96f0331f97914d\_90_alu for cells of type $alu.
Using template $paramod$068ad458e7761d78e5eed8238508872e7b0aef95\_90_pmux for cells of type $pmux.
Using extmapper simplemap for cells of type $logic_or.
Using template $paramod$53700bbee849b2010ad0b60a61ccd204a10e24ca\_80_ecp5_alu for cells of type $alu.
Using template $paramod$824a2ca00d29d886599434cf8ea60471635f2955\_90_demux for cells of type $demux.
Using template $paramod$19e9557905baa9d3741d0daa66e2ef076e9bab7d\_90_pmux for cells of type $pmux.
Using template $paramod$59b03ae2620a41577de8da5f5c97b2919e82362b\_90_pmux for cells of type $pmux.
Using template $paramod$645fe0cc96ae5edb83bff90cc2c78f4a20ca3e3c\_90_pmux for cells of type $pmux.
Using template $paramod$49f1dc3dcd6d2c748486fe94c6744a34a19bbafe\_90_pmux for cells of type $pmux.
Using template $paramod$c96def1cdcef2eee3c62e5dfb7ba2dd09c9f74dd\_90_pmux for cells of type $pmux.
Using template $paramod$c6baa65225090ac0a120feab1b920965244aa496\_80_ecp5_alu for cells of type $alu.
Using template $paramod$ed6389a5938b09f91843a91d67becca5abedb1bd\_90_pmux for cells of type $pmux.
Using template $paramod$e04283ca12514baf3d204c6994bec8f178dd89f8\_80_ecp5_alu for cells of type $alu.
Using template $paramod$730057d8259da96d4776b15a47b747852ed4c479\_90_pmux for cells of type $pmux.
Using template $paramod$e13ed4cc4d636b3e93547ec233231d1aa3a8ac92\_90_pmux for cells of type $pmux.
Using template $paramod$eaeb96106163dbf82031649d189817109fe07c69\_90_demux for cells of type $demux.
Using template $paramod$85df5dc01c7df96a7d8e5f1fdf76ce9ac452af63\_90_pmux for cells of type $pmux.
Using template $paramod$e25898cce02b4d043ab08e065e45db8cf66c901c\_90_pmux for cells of type $pmux.
Using template $paramod$a285b5a57fe61eabc57c91b8c412748ee1151a85\_90_pmux for cells of type $pmux.
Using template $paramod$95ab7b964273918a033d1324366ecc612d202989\_90_pmux for cells of type $pmux.
Using extmapper simplemap for cells of type $bmux.
Using template $paramod$33afdd83bf3811dac2de7a968d39eea5718691bc\_90_pmux for cells of type $pmux.
Using template $paramod$bf2533632d512eac76dd186c0da49367e29b8e98\_90_pmux for cells of type $pmux.
Using template $paramod$constmap:4621fcf06a436d1e2a4080e2ed9866a7d07a6e07$paramod$5180471e6f22625c8e3c4261cd538e11648586b5\_90_shift_ops_shr_shl_sshl_sshr for cells of type $sshr.
Using template $paramod$constmap:4621fcf06a436d1e2a4080e2ed9866a7d07a6e07$paramod$feecc7a0dbd012970970f2858f15e786e251f677\_90_shift_ops_shr_shl_sshl_sshr for cells of type $shr.
Using template $paramod$constmap:4621fcf06a436d1e2a4080e2ed9866a7d07a6e07$paramod$335cfd09f1afa8139c4aafcbbe5f361887b79c5e\_90_shift_ops_shr_shl_sshl_sshr for cells of type $shl.
Using template $paramod$cc80a4e89b0341cb117f5d28b0e7244620640141\_80_ecp5_alu for cells of type $alu.
Using extmapper simplemap for cells of type $xor.
Using extmapper simplemap for cells of type $pos.
Using template $paramod\_90_lcu_brent_kung\WIDTH=32'00000000000000000000000000000100 for cells of type $lcu.
Using template $paramod\_90_lcu_brent_kung\WIDTH=32'00000000000000000000000000000011 for cells of type $lcu.
Using template $paramod$46c272b461898a6a76adeeeedb0917ce1a81b478\_90_demux for cells of type $demux.
Using template $paramod$63301a5e78ceb1f2c17a4ac1894f292ed5701c1f\_90_demux for cells of type $demux.
No more expansions possible.
<suppressed ~5414 debug messages>
24.32. Executing OPT pass (performing simple optimizations).
24.32.1. Executing OPT_EXPR pass (perform const folding).
[60%] Tech-Mapping Phase 0 completed
[65%] Tech-Mapping Phase 1 completed
[75%] Tech-Mapping Phase 2 completed
Optimizing module top.
<suppressed ~8526 debug messages>
24.32.2. Executing OPT_MERGE pass (detect identical cells).
Finding identical cells in module `\top'.
<suppressed ~4803 debug messages>
Removed a total of 1601 cells.
24.32.3. Executing OPT_DFF pass (perform DFF optimizations).
24.32.4. Executing OPT_CLEAN pass (remove unused cells and wires).
Finding unused cells or wires in module \top..
Removed 1370 unused cells and 5185 unused wires.
<suppressed ~1371 debug messages>
24.32.5. Finished fast OPT passes.
24.33. Executing OPT_CLEAN pass (remove unused cells and wires).
Finding unused cells or wires in module \top..
24.34. Executing DFFLEGALIZE pass (convert FFs to types supported by the target).
24.35. Executing TECHMAP pass (map to technology primitives).
24.35.1. Executing Verilog-2005 frontend: /eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_map.v
Parsing Verilog input from `/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_map.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.
24.35.2. Continuing TECHMAP pass.
Using template $paramod\$_DFFE_PP_\_TECHMAP_WIREINIT_Q_=1'0 for cells of type $_DFFE_PP_.
Using template \$_SDFFE_PP0P_ for cells of type $_SDFFE_PP0P_.
Using template \$_SDFF_PP0_ for cells of type $_SDFF_PP0_.
Using template $paramod\$_DFFE_PP_\_TECHMAP_WIREINIT_Q_=1'x for cells of type $_DFFE_PP_.
Using template \$_SDFFE_PP0N_ for cells of type $_SDFFE_PP0N_.
Using template \$_SDFF_PP1_ for cells of type $_SDFF_PP1_.
Using template $paramod\$_DFF_P_\_TECHMAP_WIREINIT_Q_=1'x for cells of type $_DFF_P_.
Using template $paramod\$_DFFE_PP_\_TECHMAP_WIREINIT_Q_=1'1 for cells of type $_DFFE_PP_.
Using template \$_SDFFE_PP1P_ for cells of type $_SDFFE_PP1P_.
Using template $paramod\$_DFF_P_\_TECHMAP_WIREINIT_Q_=1'0 for cells of type $_DFF_P_.
Using template $paramod\$_DFFE_PN_\_TECHMAP_WIREINIT_Q_=1'x for cells of type $_DFFE_PN_.
No more expansions possible.
<suppressed ~1361 debug messages>
24.36. Executing OPT_EXPR pass (perform const folding).
****** Vivado v2023.2 (64-bit)
**** SW Build 4029153 on Fri Oct 13 20:13:54 MDT 2023
**** IP Build 4028589 on Sat Oct 14 00:45:43 MDT 2023
**** SharedData Build 4025554 on Tue Oct 10 17:18:54 MDT 2023
** Copyright 1986-2022 Xilinx, Inc. All Rights Reserved.
** Copyright 2022-2023 Advanced Micro Devices, Inc. All Rights Reserved.
source run.tcl
# read_verilog "main.v"
Optimizing module top.
<suppressed ~18 debug messages>
24.37. Executing SIMPLEMAP pass (map simple cells to gate primitives).
24.38. Executing LATTICE_GSR pass (implement FF init values).
Handling GSR in top.
24.39. Executing ATTRMVCP pass (move or copy attributes).
24.40. Executing OPT_CLEAN pass (remove unused cells and wires).
Finding unused cells or wires in module \top..
Removed 0 unused cells and 6791 unused wires.
<suppressed ~1 debug messages>
24.41. Executing TECHMAP pass (map to technology primitives).
24.41.1. Executing Verilog-2005 frontend: /eda/oss-cad-suite/lib/../share/yosys/ecp5/latches_map.v
Parsing Verilog input from `/eda/oss-cad-suite/lib/../share/yosys/ecp5/latches_map.v' to AST representation.
Generating RTLIL representation for module `\$_DLATCH_N_'.
Generating RTLIL representation for module `\$_DLATCH_P_'.
Successfully finished Verilog frontend.
24.41.2. Continuing TECHMAP pass.
No more expansions possible.
<suppressed ~4 debug messages>
24.42. Executing ABC9 pass.
24.42.1. Executing ABC9_OPS pass (helper functions for ABC9).
24.42.2. Executing ABC9_OPS pass (helper functions for ABC9).
24.42.3. Executing PROC pass (convert processes to netlists).
24.42.3.1. Executing PROC_CLEAN pass (remove empty switches from decision trees).
Found and cleaned up 1 empty switch in `$paramod$d1cad21b87e74b01c8dcd657997284bb4d05c02a\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:213$33187'.
Cleaned up 1 empty switch.
24.42.3.2. Executing PROC_RMDEAD pass (remove dead branches from decision trees).
Marked 1 switch rules as full_case in process $proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:221$33188 in module $paramod$d1cad21b87e74b01c8dcd657997284bb4d05c02a\TRELLIS_DPR16X4.
Removed a total of 0 dead cases.
24.42.3.3. Executing PROC_PRUNE pass (remove redundant assignments in processes).
Removed 0 redundant assignments.
Promoted 22 assignments to connections.
24.42.3.4. Executing PROC_INIT pass (extract init attributes).
24.42.3.5. Executing PROC_ARST pass (detect async resets in processes).
24.42.3.6. Executing PROC_ROM pass (convert switches to ROMs).
Converted 0 switches.
<suppressed ~1 debug messages>
24.42.3.7. Executing PROC_MUX pass (convert decision trees to multiplexers).
Creating decoders for process `$paramod$d1cad21b87e74b01c8dcd657997284bb4d05c02a\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$33212'.
Creating decoders for process `$paramod$d1cad21b87e74b01c8dcd657997284bb4d05c02a\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:221$33188'.
1/3: $1$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:223$33186_EN[3:0]$33192
2/3: $1$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:223$33186_DATA[3:0]$33193
3/3: $1$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:223$33186_ADDR[3:0]$33194
Creating decoders for process `$paramod$d1cad21b87e74b01c8dcd657997284bb4d05c02a\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:213$33187'.
24.42.3.8. Executing PROC_DLATCH pass (convert process syncs to latches).
24.42.3.9. Executing PROC_DFF pass (convert process syncs to FFs).
Creating register for signal `$paramod$d1cad21b87e74b01c8dcd657997284bb4d05c02a\TRELLIS_DPR16X4.\i' using process `$paramod$d1cad21b87e74b01c8dcd657997284bb4d05c02a\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$33212'.
created direct connection (no actual register cell created).
Creating register for signal `$paramod$d1cad21b87e74b01c8dcd657997284bb4d05c02a\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$33184_EN' using process `$paramod$d1cad21b87e74b01c8dcd657997284bb4d05c02a\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$33212'.
created direct connection (no actual register cell created).
Creating register for signal `$paramod$d1cad21b87e74b01c8dcd657997284bb4d05c02a\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$33179_EN' using process `$paramod$d1cad21b87e74b01c8dcd657997284bb4d05c02a\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$33212'.
created direct connection (no actual register cell created).
Creating register for signal `$paramod$d1cad21b87e74b01c8dcd657997284bb4d05c02a\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$33183_EN' using process `$paramod$d1cad21b87e74b01c8dcd657997284bb4d05c02a\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$33212'.
created direct connection (no actual register cell created).
Creating register for signal `$paramod$d1cad21b87e74b01c8dcd657997284bb4d05c02a\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$33174_EN' using process `$paramod$d1cad21b87e74b01c8dcd657997284bb4d05c02a\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$33212'.
created direct connection (no actual register cell created).
Creating register for signal `$paramod$d1cad21b87e74b01c8dcd657997284bb4d05c02a\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$33178_EN' using process `$paramod$d1cad21b87e74b01c8dcd657997284bb4d05c02a\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$33212'.
created direct connection (no actual register cell created).
Creating register for signal `$paramod$d1cad21b87e74b01c8dcd657997284bb4d05c02a\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$33182_EN' using process `$paramod$d1cad21b87e74b01c8dcd657997284bb4d05c02a\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$33212'.
created direct connection (no actual register cell created).
Creating register for signal `$paramod$d1cad21b87e74b01c8dcd657997284bb4d05c02a\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$33173_EN' using process `$paramod$d1cad21b87e74b01c8dcd657997284bb4d05c02a\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$33212'.
created direct connection (no actual register cell created).
Creating register for signal `$paramod$d1cad21b87e74b01c8dcd657997284bb4d05c02a\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$33181_EN' using process `$paramod$d1cad21b87e74b01c8dcd657997284bb4d05c02a\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$33212'.
created direct connection (no actual register cell created).
Creating register for signal `$paramod$d1cad21b87e74b01c8dcd657997284bb4d05c02a\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$33177_EN' using process `$paramod$d1cad21b87e74b01c8dcd657997284bb4d05c02a\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$33212'.
created direct connection (no actual register cell created).
Creating register for signal `$paramod$d1cad21b87e74b01c8dcd657997284bb4d05c02a\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$33176_EN' using process `$paramod$d1cad21b87e74b01c8dcd657997284bb4d05c02a\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$33212'.
created direct connection (no actual register cell created).
Creating register for signal `$paramod$d1cad21b87e74b01c8dcd657997284bb4d05c02a\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$33172_EN' using process `$paramod$d1cad21b87e74b01c8dcd657997284bb4d05c02a\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$33212'.
created direct connection (no actual register cell created).
Creating register for signal `$paramod$d1cad21b87e74b01c8dcd657997284bb4d05c02a\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$33171_EN' using process `$paramod$d1cad21b87e74b01c8dcd657997284bb4d05c02a\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$33212'.
created direct connection (no actual register cell created).
Creating register for signal `$paramod$d1cad21b87e74b01c8dcd657997284bb4d05c02a\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$33185_EN' using process `$paramod$d1cad21b87e74b01c8dcd657997284bb4d05c02a\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$33212'.
created direct connection (no actual register cell created).
Creating register for signal `$paramod$d1cad21b87e74b01c8dcd657997284bb4d05c02a\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$33180_EN' using process `$paramod$d1cad21b87e74b01c8dcd657997284bb4d05c02a\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$33212'.
created direct connection (no actual register cell created).
Creating register for signal `$paramod$d1cad21b87e74b01c8dcd657997284bb4d05c02a\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$33175_EN' using process `$paramod$d1cad21b87e74b01c8dcd657997284bb4d05c02a\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$33212'.
created direct connection (no actual register cell created).
Creating register for signal `$paramod$d1cad21b87e74b01c8dcd657997284bb4d05c02a\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$33170_EN' using process `$paramod$d1cad21b87e74b01c8dcd657997284bb4d05c02a\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$33212'.
created direct connection (no actual register cell created).
Creating register for signal `$paramod$d1cad21b87e74b01c8dcd657997284bb4d05c02a\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:223$33186_EN' using process `$paramod$d1cad21b87e74b01c8dcd657997284bb4d05c02a\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:221$33188'.
created $dff cell `$procdff$33238' with positive edge clock.
Creating register for signal `$paramod$d1cad21b87e74b01c8dcd657997284bb4d05c02a\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:223$33186_DATA' using process `$paramod$d1cad21b87e74b01c8dcd657997284bb4d05c02a\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:221$33188'.
created $dff cell `$procdff$33239' with positive edge clock.
Creating register for signal `$paramod$d1cad21b87e74b01c8dcd657997284bb4d05c02a\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:223$33186_ADDR' using process `$paramod$d1cad21b87e74b01c8dcd657997284bb4d05c02a\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:221$33188'.
created $dff cell `$procdff$33240' with positive edge clock.
Creating register for signal `$paramod$d1cad21b87e74b01c8dcd657997284bb4d05c02a\TRELLIS_DPR16X4.\muxwre' using process `$paramod$d1cad21b87e74b01c8dcd657997284bb4d05c02a\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:213$33187'.
created direct connection (no actual register cell created).
24.42.3.10. Executing PROC_MEMWR pass (convert process memory writes to cells).
24.42.3.11. Executing PROC_CLEAN pass (remove empty switches from decision trees).
Removing empty process `$paramod$d1cad21b87e74b01c8dcd657997284bb4d05c02a\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$33212'.
Found and cleaned up 1 empty switch in `$paramod$d1cad21b87e74b01c8dcd657997284bb4d05c02a\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:221$33188'.
Removing empty process `$paramod$d1cad21b87e74b01c8dcd657997284bb4d05c02a\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:213$33187'.
Cleaned up 1 empty switch.
24.42.3.12. Executing OPT_EXPR pass (perform const folding).
24.42.4. Executing PROC pass (convert processes to netlists).
24.42.4.1. Executing PROC_CLEAN pass (remove empty switches from decision trees).
Found and cleaned up 1 empty switch in `$paramod$2074b3813575c9ede27f9a04ee0bf291c9c7bf2f\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:213$33258'.
Cleaned up 1 empty switch.
24.42.4.2. Executing PROC_RMDEAD pass (remove dead branches from decision trees).
Marked 1 switch rules as full_case in process $proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:221$33259 in module $paramod$2074b3813575c9ede27f9a04ee0bf291c9c7bf2f\TRELLIS_DPR16X4.
Removed a total of 0 dead cases.
24.42.4.3. Executing PROC_PRUNE pass (remove redundant assignments in processes).
Removed 0 redundant assignments.
Promoted 22 assignments to connections.
24.42.4.4. Executing PROC_INIT pass (extract init attributes).
24.42.4.5. Executing PROC_ARST pass (detect async resets in processes).
24.42.4.6. Executing PROC_ROM pass (convert switches to ROMs).
Converted 0 switches.
<suppressed ~1 debug messages>
24.42.4.7. Executing PROC_MUX pass (convert decision trees to multiplexers).
Creating decoders for process `$paramod$2074b3813575c9ede27f9a04ee0bf291c9c7bf2f\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$33283'.
Creating decoders for process `$paramod$2074b3813575c9ede27f9a04ee0bf291c9c7bf2f\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:221$33259'.
1/3: $1$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:223$33257_EN[3:0]$33265
2/3: $1$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:223$33257_DATA[3:0]$33264
3/3: $1$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:223$33257_ADDR[3:0]$33263
Creating decoders for process `$paramod$2074b3813575c9ede27f9a04ee0bf291c9c7bf2f\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:213$33258'.
24.42.4.8. Executing PROC_DLATCH pass (convert process syncs to latches).
24.42.4.9. Executing PROC_DFF pass (convert process syncs to FFs).
Creating register for signal `$paramod$2074b3813575c9ede27f9a04ee0bf291c9c7bf2f\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$33252_EN' using process `$paramod$2074b3813575c9ede27f9a04ee0bf291c9c7bf2f\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$33283'.
created direct connection (no actual register cell created).
Creating register for signal `$paramod$2074b3813575c9ede27f9a04ee0bf291c9c7bf2f\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$33250_EN' using process `$paramod$2074b3813575c9ede27f9a04ee0bf291c9c7bf2f\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$33283'.
created direct connection (no actual register cell created).
Creating register for signal `$paramod$2074b3813575c9ede27f9a04ee0bf291c9c7bf2f\TRELLIS_DPR16X4.\i' using process `$paramod$2074b3813575c9ede27f9a04ee0bf291c9c7bf2f\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$33283'.
created direct connection (no actual register cell created).
Creating register for signal `$paramod$2074b3813575c9ede27f9a04ee0bf291c9c7bf2f\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$33246_EN' using process `$paramod$2074b3813575c9ede27f9a04ee0bf291c9c7bf2f\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$33283'.
created direct connection (no actual register cell created).
Creating register for signal `$paramod$2074b3813575c9ede27f9a04ee0bf291c9c7bf2f\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$33245_EN' using process `$paramod$2074b3813575c9ede27f9a04ee0bf291c9c7bf2f\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$33283'.
created direct connection (no actual register cell created).
Creating register for signal `$paramod$2074b3813575c9ede27f9a04ee0bf291c9c7bf2f\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$33247_EN' using process `$paramod$2074b3813575c9ede27f9a04ee0bf291c9c7bf2f\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$33283'.
created direct connection (no actual register cell created).
Creating register for signal `$paramod$2074b3813575c9ede27f9a04ee0bf291c9c7bf2f\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$33253_EN' using process `$paramod$2074b3813575c9ede27f9a04ee0bf291c9c7bf2f\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$33283'.
created direct connection (no actual register cell created).
Creating register for signal `$paramod$2074b3813575c9ede27f9a04ee0bf291c9c7bf2f\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$33248_EN' using process `$paramod$2074b3813575c9ede27f9a04ee0bf291c9c7bf2f\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$33283'.
created direct connection (no actual register cell created).
Creating register for signal `$paramod$2074b3813575c9ede27f9a04ee0bf291c9c7bf2f\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$33243_EN' using process `$paramod$2074b3813575c9ede27f9a04ee0bf291c9c7bf2f\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$33283'.
created direct connection (no actual register cell created).
Creating register for signal `$paramod$2074b3813575c9ede27f9a04ee0bf291c9c7bf2f\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$33241_EN' using process `$paramod$2074b3813575c9ede27f9a04ee0bf291c9c7bf2f\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$33283'.
created direct connection (no actual register cell created).
Creating register for signal `$paramod$2074b3813575c9ede27f9a04ee0bf291c9c7bf2f\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$33256_EN' using process `$paramod$2074b3813575c9ede27f9a04ee0bf291c9c7bf2f\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$33283'.
created direct connection (no actual register cell created).
Creating register for signal `$paramod$2074b3813575c9ede27f9a04ee0bf291c9c7bf2f\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$33251_EN' using process `$paramod$2074b3813575c9ede27f9a04ee0bf291c9c7bf2f\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$33283'.
created direct connection (no actual register cell created).
Creating register for signal `$paramod$2074b3813575c9ede27f9a04ee0bf291c9c7bf2f\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$33242_EN' using process `$paramod$2074b3813575c9ede27f9a04ee0bf291c9c7bf2f\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$33283'.
created direct connection (no actual register cell created).
Creating register for signal `$paramod$2074b3813575c9ede27f9a04ee0bf291c9c7bf2f\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$33255_EN' using process `$paramod$2074b3813575c9ede27f9a04ee0bf291c9c7bf2f\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$33283'.
created direct connection (no actual register cell created).
Creating register for signal `$paramod$2074b3813575c9ede27f9a04ee0bf291c9c7bf2f\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$33254_EN' using process `$paramod$2074b3813575c9ede27f9a04ee0bf291c9c7bf2f\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$33283'.
created direct connection (no actual register cell created).
Creating register for signal `$paramod$2074b3813575c9ede27f9a04ee0bf291c9c7bf2f\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$33249_EN' using process `$paramod$2074b3813575c9ede27f9a04ee0bf291c9c7bf2f\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$33283'.
created direct connection (no actual register cell created).
Creating register for signal `$paramod$2074b3813575c9ede27f9a04ee0bf291c9c7bf2f\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$33244_EN' using process `$paramod$2074b3813575c9ede27f9a04ee0bf291c9c7bf2f\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$33283'.
created direct connection (no actual register cell created).
Creating register for signal `$paramod$2074b3813575c9ede27f9a04ee0bf291c9c7bf2f\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:223$33257_ADDR' using process `$paramod$2074b3813575c9ede27f9a04ee0bf291c9c7bf2f\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:221$33259'.
created $dff cell `$procdff$33309' with positive edge clock.
Creating register for signal `$paramod$2074b3813575c9ede27f9a04ee0bf291c9c7bf2f\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:223$33257_DATA' using process `$paramod$2074b3813575c9ede27f9a04ee0bf291c9c7bf2f\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:221$33259'.
created $dff cell `$procdff$33310' with positive edge clock.
Creating register for signal `$paramod$2074b3813575c9ede27f9a04ee0bf291c9c7bf2f\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:223$33257_EN' using process `$paramod$2074b3813575c9ede27f9a04ee0bf291c9c7bf2f\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:221$33259'.
created $dff cell `$procdff$33311' with positive edge clock.
Creating register for signal `$paramod$2074b3813575c9ede27f9a04ee0bf291c9c7bf2f\TRELLIS_DPR16X4.\muxwre' using process `$paramod$2074b3813575c9ede27f9a04ee0bf291c9c7bf2f\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:213$33258'.
created direct connection (no actual register cell created).
24.42.4.10. Executing PROC_MEMWR pass (convert process memory writes to cells).
24.42.4.11. Executing PROC_CLEAN pass (remove empty switches from decision trees).
Removing empty process `$paramod$2074b3813575c9ede27f9a04ee0bf291c9c7bf2f\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$33283'.
Found and cleaned up 1 empty switch in `$paramod$2074b3813575c9ede27f9a04ee0bf291c9c7bf2f\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:221$33259'.
Removing empty process `$paramod$2074b3813575c9ede27f9a04ee0bf291c9c7bf2f\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:213$33258'.
Cleaned up 1 empty switch.
24.42.4.12. Executing OPT_EXPR pass (perform const folding).
24.42.5. Executing PROC pass (convert processes to netlists).
24.42.5.1. Executing PROC_CLEAN pass (remove empty switches from decision trees).
Found and cleaned up 1 empty switch in `$paramod$1b245595bcc46f4ac909ab856152f79dd75f8557\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:213$33329'.
Cleaned up 1 empty switch.
24.42.5.2. Executing PROC_RMDEAD pass (remove dead branches from decision trees).
Marked 1 switch rules as full_case in process $proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:221$33330 in module $paramod$1b245595bcc46f4ac909ab856152f79dd75f8557\TRELLIS_DPR16X4.
Removed a total of 0 dead cases.
24.42.5.3. Executing PROC_PRUNE pass (remove redundant assignments in processes).
Removed 0 redundant assignments.
Promoted 22 assignments to connections.
24.42.5.4. Executing PROC_INIT pass (extract init attributes).
24.42.5.5. Executing PROC_ARST pass (detect async resets in processes).
24.42.5.6. Executing PROC_ROM pass (convert switches to ROMs).
Converted 0 switches.
<suppressed ~1 debug messages>
24.42.5.7. Executing PROC_MUX pass (convert decision trees to multiplexers).
Creating decoders for process `$paramod$1b245595bcc46f4ac909ab856152f79dd75f8557\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$33354'.
Creating decoders for process `$paramod$1b245595bcc46f4ac909ab856152f79dd75f8557\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:221$33330'.
1/3: $1$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:223$33328_EN[3:0]$33334
2/3: $1$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:223$33328_DATA[3:0]$33336
3/3: $1$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:223$33328_ADDR[3:0]$33335
Creating decoders for process `$paramod$1b245595bcc46f4ac909ab856152f79dd75f8557\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:213$33329'.
24.42.5.8. Executing PROC_DLATCH pass (convert process syncs to latches).
24.42.5.9. Executing PROC_DFF pass (convert process syncs to FFs).
Creating register for signal `$paramod$1b245595bcc46f4ac909ab856152f79dd75f8557\TRELLIS_DPR16X4.\i' using process `$paramod$1b245595bcc46f4ac909ab856152f79dd75f8557\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$33354'.
created direct connection (no actual register cell created).
Creating register for signal `$paramod$1b245595bcc46f4ac909ab856152f79dd75f8557\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$33315_EN' using process `$paramod$1b245595bcc46f4ac909ab856152f79dd75f8557\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$33354'.
created direct connection (no actual register cell created).
Creating register for signal `$paramod$1b245595bcc46f4ac909ab856152f79dd75f8557\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$33319_EN' using process `$paramod$1b245595bcc46f4ac909ab856152f79dd75f8557\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$33354'.
created direct connection (no actual register cell created).
Creating register for signal `$paramod$1b245595bcc46f4ac909ab856152f79dd75f8557\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$33323_EN' using process `$paramod$1b245595bcc46f4ac909ab856152f79dd75f8557\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$33354'.
created direct connection (no actual register cell created).
Creating register for signal `$paramod$1b245595bcc46f4ac909ab856152f79dd75f8557\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$33314_EN' using process `$paramod$1b245595bcc46f4ac909ab856152f79dd75f8557\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$33354'.
created direct connection (no actual register cell created).
Creating register for signal `$paramod$1b245595bcc46f4ac909ab856152f79dd75f8557\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$33326_EN' using process `$paramod$1b245595bcc46f4ac909ab856152f79dd75f8557\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$33354'.
created direct connection (no actual register cell created).
Creating register for signal `$paramod$1b245595bcc46f4ac909ab856152f79dd75f8557\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$33321_EN' using process `$paramod$1b245595bcc46f4ac909ab856152f79dd75f8557\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$33354'.
created direct connection (no actual register cell created).
Creating register for signal `$paramod$1b245595bcc46f4ac909ab856152f79dd75f8557\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$33316_EN' using process `$paramod$1b245595bcc46f4ac909ab856152f79dd75f8557\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$33354'.
created direct connection (no actual register cell created).
Creating register for signal `$paramod$1b245595bcc46f4ac909ab856152f79dd75f8557\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$33320_EN' using process `$paramod$1b245595bcc46f4ac909ab856152f79dd75f8557\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$33354'.
created direct connection (no actual register cell created).
Creating register for signal `$paramod$1b245595bcc46f4ac909ab856152f79dd75f8557\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$33324_EN' using process `$paramod$1b245595bcc46f4ac909ab856152f79dd75f8557\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$33354'.
created direct connection (no actual register cell created).
Creating register for signal `$paramod$1b245595bcc46f4ac909ab856152f79dd75f8557\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$33322_EN' using process `$paramod$1b245595bcc46f4ac909ab856152f79dd75f8557\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$33354'.
created direct connection (no actual register cell created).
Creating register for signal `$paramod$1b245595bcc46f4ac909ab856152f79dd75f8557\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$33317_EN' using process `$paramod$1b245595bcc46f4ac909ab856152f79dd75f8557\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$33354'.
created direct connection (no actual register cell created).
Creating register for signal `$paramod$1b245595bcc46f4ac909ab856152f79dd75f8557\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$33318_EN' using process `$paramod$1b245595bcc46f4ac909ab856152f79dd75f8557\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$33354'.
created direct connection (no actual register cell created).
Creating register for signal `$paramod$1b245595bcc46f4ac909ab856152f79dd75f8557\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$33312_EN' using process `$paramod$1b245595bcc46f4ac909ab856152f79dd75f8557\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$33354'.
created direct connection (no actual register cell created).
Creating register for signal `$paramod$1b245595bcc46f4ac909ab856152f79dd75f8557\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$33325_EN' using process `$paramod$1b245595bcc46f4ac909ab856152f79dd75f8557\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$33354'.
created direct connection (no actual register cell created).
Creating register for signal `$paramod$1b245595bcc46f4ac909ab856152f79dd75f8557\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$33327_EN' using process `$paramod$1b245595bcc46f4ac909ab856152f79dd75f8557\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$33354'.
created direct connection (no actual register cell created).
Creating register for signal `$paramod$1b245595bcc46f4ac909ab856152f79dd75f8557\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$33313_EN' using process `$paramod$1b245595bcc46f4ac909ab856152f79dd75f8557\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$33354'.
created direct connection (no actual register cell created).
Creating register for signal `$paramod$1b245595bcc46f4ac909ab856152f79dd75f8557\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:223$33328_EN' using process `$paramod$1b245595bcc46f4ac909ab856152f79dd75f8557\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:221$33330'.
created $dff cell `$procdff$33380' with positive edge clock.
Creating register for signal `$paramod$1b245595bcc46f4ac909ab856152f79dd75f8557\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:223$33328_ADDR' using process `$paramod$1b245595bcc46f4ac909ab856152f79dd75f8557\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:221$33330'.
created $dff cell `$procdff$33381' with positive edge clock.
Creating register for signal `$paramod$1b245595bcc46f4ac909ab856152f79dd75f8557\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:223$33328_DATA' using process `$paramod$1b245595bcc46f4ac909ab856152f79dd75f8557\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:221$33330'.
created $dff cell `$procdff$33382' with positive edge clock.
Creating register for signal `$paramod$1b245595bcc46f4ac909ab856152f79dd75f8557\TRELLIS_DPR16X4.\muxwre' using process `$paramod$1b245595bcc46f4ac909ab856152f79dd75f8557\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:213$33329'.
created direct connection (no actual register cell created).
24.42.5.10. Executing PROC_MEMWR pass (convert process memory writes to cells).
24.42.5.11. Executing PROC_CLEAN pass (remove empty switches from decision trees).
Removing empty process `$paramod$1b245595bcc46f4ac909ab856152f79dd75f8557\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$33354'.
Found and cleaned up 1 empty switch in `$paramod$1b245595bcc46f4ac909ab856152f79dd75f8557\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:221$33330'.
Removing empty process `$paramod$1b245595bcc46f4ac909ab856152f79dd75f8557\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:213$33329'.
Cleaned up 1 empty switch.
24.42.5.12. Executing OPT_EXPR pass (perform const folding).
24.42.6. Executing PROC pass (convert processes to netlists).
24.42.6.1. Executing PROC_CLEAN pass (remove empty switches from decision trees).
Found and cleaned up 1 empty switch in `$paramod$8af6077d0e01668c80477d602129e91b8e1d0a35\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:213$33400'.
Cleaned up 1 empty switch.
24.42.6.2. Executing PROC_RMDEAD pass (remove dead branches from decision trees).
Marked 1 switch rules as full_case in process $proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:221$33401 in module $paramod$8af6077d0e01668c80477d602129e91b8e1d0a35\TRELLIS_DPR16X4.
Removed a total of 0 dead cases.
24.42.6.3. Executing PROC_PRUNE pass (remove redundant assignments in processes).
Removed 0 redundant assignments.
Promoted 22 assignments to connections.
24.42.6.4. Executing PROC_INIT pass (extract init attributes).
24.42.6.5. Executing PROC_ARST pass (detect async resets in processes).
24.42.6.6. Executing PROC_ROM pass (convert switches to ROMs).
Converted 0 switches.
<suppressed ~1 debug messages>
24.42.6.7. Executing PROC_MUX pass (convert decision trees to multiplexers).
Creating decoders for process `$paramod$8af6077d0e01668c80477d602129e91b8e1d0a35\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$33425'.
Creating decoders for process `$paramod$8af6077d0e01668c80477d602129e91b8e1d0a35\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:221$33401'.
1/3: $1$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:223$33399_EN[3:0]$33407
2/3: $1$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:223$33399_DATA[3:0]$33405
3/3: $1$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:223$33399_ADDR[3:0]$33406
Creating decoders for process `$paramod$8af6077d0e01668c80477d602129e91b8e1d0a35\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:213$33400'.
24.42.6.8. Executing PROC_DLATCH pass (convert process syncs to latches).
24.42.6.9. Executing PROC_DFF pass (convert process syncs to FFs).
Creating register for signal `$paramod$8af6077d0e01668c80477d602129e91b8e1d0a35\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$33397_EN' using process `$paramod$8af6077d0e01668c80477d602129e91b8e1d0a35\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$33425'.
created direct connection (no actual register cell created).
Creating register for signal `$paramod$8af6077d0e01668c80477d602129e91b8e1d0a35\TRELLIS_DPR16X4.\i' using process `$paramod$8af6077d0e01668c80477d602129e91b8e1d0a35\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$33425'.
created direct connection (no actual register cell created).
Creating register for signal `$paramod$8af6077d0e01668c80477d602129e91b8e1d0a35\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$33396_EN' using process `$paramod$8af6077d0e01668c80477d602129e91b8e1d0a35\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$33425'.
created direct connection (no actual register cell created).
Creating register for signal `$paramod$8af6077d0e01668c80477d602129e91b8e1d0a35\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$33391_EN' using process `$paramod$8af6077d0e01668c80477d602129e91b8e1d0a35\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$33425'.
created direct connection (no actual register cell created).
Creating register for signal `$paramod$8af6077d0e01668c80477d602129e91b8e1d0a35\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$33390_EN' using process `$paramod$8af6077d0e01668c80477d602129e91b8e1d0a35\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$33425'.
created direct connection (no actual register cell created).
Creating register for signal `$paramod$8af6077d0e01668c80477d602129e91b8e1d0a35\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$33385_EN' using process `$paramod$8af6077d0e01668c80477d602129e91b8e1d0a35\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$33425'.
created direct connection (no actual register cell created).
Creating register for signal `$paramod$8af6077d0e01668c80477d602129e91b8e1d0a35\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$33395_EN' using process `$paramod$8af6077d0e01668c80477d602129e91b8e1d0a35\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$33425'.
created direct connection (no actual register cell created).
Creating register for signal `$paramod$8af6077d0e01668c80477d602129e91b8e1d0a35\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$33384_EN' using process `$paramod$8af6077d0e01668c80477d602129e91b8e1d0a35\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$33425'.
created direct connection (no actual register cell created).
Creating register for signal `$paramod$8af6077d0e01668c80477d602129e91b8e1d0a35\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$33394_EN' using process `$paramod$8af6077d0e01668c80477d602129e91b8e1d0a35\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$33425'.
created direct connection (no actual register cell created).
Creating register for signal `$paramod$8af6077d0e01668c80477d602129e91b8e1d0a35\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$33393_EN' using process `$paramod$8af6077d0e01668c80477d602129e91b8e1d0a35\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$33425'.
created direct connection (no actual register cell created).
Creating register for signal `$paramod$8af6077d0e01668c80477d602129e91b8e1d0a35\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$33389_EN' using process `$paramod$8af6077d0e01668c80477d602129e91b8e1d0a35\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$33425'.
created direct connection (no actual register cell created).
Creating register for signal `$paramod$8af6077d0e01668c80477d602129e91b8e1d0a35\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$33387_EN' using process `$paramod$8af6077d0e01668c80477d602129e91b8e1d0a35\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$33425'.
created direct connection (no actual register cell created).
Creating register for signal `$paramod$8af6077d0e01668c80477d602129e91b8e1d0a35\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$33398_EN' using process `$paramod$8af6077d0e01668c80477d602129e91b8e1d0a35\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$33425'.
created direct connection (no actual register cell created).
Creating register for signal `$paramod$8af6077d0e01668c80477d602129e91b8e1d0a35\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$33392_EN' using process `$paramod$8af6077d0e01668c80477d602129e91b8e1d0a35\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$33425'.
created direct connection (no actual register cell created).
Creating register for signal `$paramod$8af6077d0e01668c80477d602129e91b8e1d0a35\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$33386_EN' using process `$paramod$8af6077d0e01668c80477d602129e91b8e1d0a35\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$33425'.
created direct connection (no actual register cell created).
Creating register for signal `$paramod$8af6077d0e01668c80477d602129e91b8e1d0a35\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$33383_EN' using process `$paramod$8af6077d0e01668c80477d602129e91b8e1d0a35\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$33425'.
created direct connection (no actual register cell created).
Creating register for signal `$paramod$8af6077d0e01668c80477d602129e91b8e1d0a35\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$33388_EN' using process `$paramod$8af6077d0e01668c80477d602129e91b8e1d0a35\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$33425'.
created direct connection (no actual register cell created).
Creating register for signal `$paramod$8af6077d0e01668c80477d602129e91b8e1d0a35\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:223$33399_DATA' using process `$paramod$8af6077d0e01668c80477d602129e91b8e1d0a35\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:221$33401'.
created $dff cell `$procdff$33451' with positive edge clock.
Creating register for signal `$paramod$8af6077d0e01668c80477d602129e91b8e1d0a35\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:223$33399_ADDR' using process `$paramod$8af6077d0e01668c80477d602129e91b8e1d0a35\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:221$33401'.
created $dff cell `$procdff$33452' with positive edge clock.
Creating register for signal `$paramod$8af6077d0e01668c80477d602129e91b8e1d0a35\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:223$33399_EN' using process `$paramod$8af6077d0e01668c80477d602129e91b8e1d0a35\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:221$33401'.
created $dff cell `$procdff$33453' with positive edge clock.
Creating register for signal `$paramod$8af6077d0e01668c80477d602129e91b8e1d0a35\TRELLIS_DPR16X4.\muxwre' using process `$paramod$8af6077d0e01668c80477d602129e91b8e1d0a35\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:213$33400'.
created direct connection (no actual register cell created).
24.42.6.10. Executing PROC_MEMWR pass (convert process memory writes to cells).
24.42.6.11. Executing PROC_CLEAN pass (remove empty switches from decision trees).
Removing empty process `$paramod$8af6077d0e01668c80477d602129e91b8e1d0a35\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$33425'.
Found and cleaned up 1 empty switch in `$paramod$8af6077d0e01668c80477d602129e91b8e1d0a35\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:221$33401'.
Removing empty process `$paramod$8af6077d0e01668c80477d602129e91b8e1d0a35\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:213$33400'.
Cleaned up 1 empty switch.
24.42.6.12. Executing OPT_EXPR pass (perform const folding).
24.42.7. Executing PROC pass (convert processes to netlists).
24.42.7.1. Executing PROC_CLEAN pass (remove empty switches from decision trees).
Found and cleaned up 1 empty switch in `$paramod$e72779d274e27bebe4411964bf5e143355a87c7e\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:213$33471'.
Cleaned up 1 empty switch.
24.42.7.2. Executing PROC_RMDEAD pass (remove dead branches from decision trees).
Marked 1 switch rules as full_case in process $proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:221$33472 in module $paramod$e72779d274e27bebe4411964bf5e143355a87c7e\TRELLIS_DPR16X4.
Removed a total of 0 dead cases.
24.42.7.3. Executing PROC_PRUNE pass (remove redundant assignments in processes).
Removed 0 redundant assignments.
Promoted 22 assignments to connections.
24.42.7.4. Executing PROC_INIT pass (extract init attributes).
24.42.7.5. Executing PROC_ARST pass (detect async resets in processes).
24.42.7.6. Executing PROC_ROM pass (convert switches to ROMs).
Converted 0 switches.
<suppressed ~1 debug messages>
24.42.7.7. Executing PROC_MUX pass (convert decision trees to multiplexers).
Creating decoders for process `$paramod$e72779d274e27bebe4411964bf5e143355a87c7e\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$33496'.
Creating decoders for process `$paramod$e72779d274e27bebe4411964bf5e143355a87c7e\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:221$33472'.
1/3: $1$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:223$33470_EN[3:0]$33478
2/3: $1$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:223$33470_DATA[3:0]$33477
3/3: $1$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:223$33470_ADDR[3:0]$33476
Creating decoders for process `$paramod$e72779d274e27bebe4411964bf5e143355a87c7e\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:213$33471'.
24.42.7.8. Executing PROC_DLATCH pass (convert process syncs to latches).
24.42.7.9. Executing PROC_DFF pass (convert process syncs to FFs).
Creating register for signal `$paramod$e72779d274e27bebe4411964bf5e143355a87c7e\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$33457_EN' using process `$paramod$e72779d274e27bebe4411964bf5e143355a87c7e\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$33496'.
created direct connection (no actual register cell created).
Creating register for signal `$paramod$e72779d274e27bebe4411964bf5e143355a87c7e\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$33458_EN' using process `$paramod$e72779d274e27bebe4411964bf5e143355a87c7e\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$33496'.
created direct connection (no actual register cell created).
Creating register for signal `$paramod$e72779d274e27bebe4411964bf5e143355a87c7e\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$33459_EN' using process `$paramod$e72779d274e27bebe4411964bf5e143355a87c7e\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$33496'.
created direct connection (no actual register cell created).
Creating register for signal `$paramod$e72779d274e27bebe4411964bf5e143355a87c7e\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$33463_EN' using process `$paramod$e72779d274e27bebe4411964bf5e143355a87c7e\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$33496'.
created direct connection (no actual register cell created).
Creating register for signal `$paramod$e72779d274e27bebe4411964bf5e143355a87c7e\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$33464_EN' using process `$paramod$e72779d274e27bebe4411964bf5e143355a87c7e\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$33496'.
created direct connection (no actual register cell created).
Creating register for signal `$paramod$e72779d274e27bebe4411964bf5e143355a87c7e\TRELLIS_DPR16X4.\i' using process `$paramod$e72779d274e27bebe4411964bf5e143355a87c7e\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$33496'.
created direct connection (no actual register cell created).
Creating register for signal `$paramod$e72779d274e27bebe4411964bf5e143355a87c7e\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$33465_EN' using process `$paramod$e72779d274e27bebe4411964bf5e143355a87c7e\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$33496'.
created direct connection (no actual register cell created).
Creating register for signal `$paramod$e72779d274e27bebe4411964bf5e143355a87c7e\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$33469_EN' using process `$paramod$e72779d274e27bebe4411964bf5e143355a87c7e\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$33496'.
created direct connection (no actual register cell created).
Creating register for signal `$paramod$e72779d274e27bebe4411964bf5e143355a87c7e\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$33455_EN' using process `$paramod$e72779d274e27bebe4411964bf5e143355a87c7e\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$33496'.
created direct connection (no actual register cell created).
Creating register for signal `$paramod$e72779d274e27bebe4411964bf5e143355a87c7e\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$33460_EN' using process `$paramod$e72779d274e27bebe4411964bf5e143355a87c7e\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$33496'.
created direct connection (no actual register cell created).
Creating register for signal `$paramod$e72779d274e27bebe4411964bf5e143355a87c7e\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$33461_EN' using process `$paramod$e72779d274e27bebe4411964bf5e143355a87c7e\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$33496'.
created direct connection (no actual register cell created).
Creating register for signal `$paramod$e72779d274e27bebe4411964bf5e143355a87c7e\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$33466_EN' using process `$paramod$e72779d274e27bebe4411964bf5e143355a87c7e\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$33496'.
created direct connection (no actual register cell created).
Creating register for signal `$paramod$e72779d274e27bebe4411964bf5e143355a87c7e\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$33467_EN' using process `$paramod$e72779d274e27bebe4411964bf5e143355a87c7e\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$33496'.
created direct connection (no actual register cell created).
Creating register for signal `$paramod$e72779d274e27bebe4411964bf5e143355a87c7e\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$33468_EN' using process `$paramod$e72779d274e27bebe4411964bf5e143355a87c7e\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$33496'.
created direct connection (no actual register cell created).
Creating register for signal `$paramod$e72779d274e27bebe4411964bf5e143355a87c7e\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$33462_EN' using process `$paramod$e72779d274e27bebe4411964bf5e143355a87c7e\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$33496'.
created direct connection (no actual register cell created).
Creating register for signal `$paramod$e72779d274e27bebe4411964bf5e143355a87c7e\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$33456_EN' using process `$paramod$e72779d274e27bebe4411964bf5e143355a87c7e\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$33496'.
created direct connection (no actual register cell created).
Creating register for signal `$paramod$e72779d274e27bebe4411964bf5e143355a87c7e\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$33454_EN' using process `$paramod$e72779d274e27bebe4411964bf5e143355a87c7e\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$33496'.
created direct connection (no actual register cell created).
Creating register for signal `$paramod$e72779d274e27bebe4411964bf5e143355a87c7e\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:223$33470_ADDR' using process `$paramod$e72779d274e27bebe4411964bf5e143355a87c7e\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:221$33472'.
created $dff cell `$procdff$33522' with positive edge clock.
Creating register for signal `$paramod$e72779d274e27bebe4411964bf5e143355a87c7e\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:223$33470_DATA' using process `$paramod$e72779d274e27bebe4411964bf5e143355a87c7e\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:221$33472'.
created $dff cell `$procdff$33523' with positive edge clock.
Creating register for signal `$paramod$e72779d274e27bebe4411964bf5e143355a87c7e\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:223$33470_EN' using process `$paramod$e72779d274e27bebe4411964bf5e143355a87c7e\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:221$33472'.
created $dff cell `$procdff$33524' with positive edge clock.
Creating register for signal `$paramod$e72779d274e27bebe4411964bf5e143355a87c7e\TRELLIS_DPR16X4.\muxwre' using process `$paramod$e72779d274e27bebe4411964bf5e143355a87c7e\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:213$33471'.
created direct connection (no actual register cell created).
24.42.7.10. Executing PROC_MEMWR pass (convert process memory writes to cells).
24.42.7.11. Executing PROC_CLEAN pass (remove empty switches from decision trees).
Removing empty process `$paramod$e72779d274e27bebe4411964bf5e143355a87c7e\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$33496'.
Found and cleaned up 1 empty switch in `$paramod$e72779d274e27bebe4411964bf5e143355a87c7e\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:221$33472'.
Removing empty process `$paramod$e72779d274e27bebe4411964bf5e143355a87c7e\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:213$33471'.
Cleaned up 1 empty switch.
24.42.7.12. Executing OPT_EXPR pass (perform const folding).
24.42.8. Executing PROC pass (convert processes to netlists).
24.42.8.1. Executing PROC_CLEAN pass (remove empty switches from decision trees).
Found and cleaned up 1 empty switch in `$paramod$e67a852eae7e3c45a25a42db9df627e599906b20\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:213$33542'.
Cleaned up 1 empty switch.
24.42.8.2. Executing PROC_RMDEAD pass (remove dead branches from decision trees).
Marked 1 switch rules as full_case in process $proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:221$33543 in module $paramod$e67a852eae7e3c45a25a42db9df627e599906b20\TRELLIS_DPR16X4.
Removed a total of 0 dead cases.
24.42.8.3. Executing PROC_PRUNE pass (remove redundant assignments in processes).
Removed 0 redundant assignments.
Promoted 22 assignments to connections.
24.42.8.4. Executing PROC_INIT pass (extract init attributes).
24.42.8.5. Executing PROC_ARST pass (detect async resets in processes).
24.42.8.6. Executing PROC_ROM pass (convert switches to ROMs).
Converted 0 switches.
<suppressed ~1 debug messages>
24.42.8.7. Executing PROC_MUX pass (convert decision trees to multiplexers).
Creating decoders for process `$paramod$e67a852eae7e3c45a25a42db9df627e599906b20\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$33567'.
Creating decoders for process `$paramod$e67a852eae7e3c45a25a42db9df627e599906b20\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:221$33543'.
1/3: $1$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:223$33541_EN[3:0]$33549
2/3: $1$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:223$33541_DATA[3:0]$33548
3/3: $1$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:223$33541_ADDR[3:0]$33547
Creating decoders for process `$paramod$e67a852eae7e3c45a25a42db9df627e599906b20\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:213$33542'.
24.42.8.8. Executing PROC_DLATCH pass (convert process syncs to latches).
24.42.8.9. Executing PROC_DFF pass (convert process syncs to FFs).
Creating register for signal `$paramod$e67a852eae7e3c45a25a42db9df627e599906b20\TRELLIS_DPR16X4.\i' using process `$paramod$e67a852eae7e3c45a25a42db9df627e599906b20\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$33567'.
created direct connection (no actual register cell created).
Creating register for signal `$paramod$e67a852eae7e3c45a25a42db9df627e599906b20\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$33525_EN' using process `$paramod$e67a852eae7e3c45a25a42db9df627e599906b20\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$33567'.
created direct connection (no actual register cell created).
Creating register for signal `$paramod$e67a852eae7e3c45a25a42db9df627e599906b20\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$33527_EN' using process `$paramod$e67a852eae7e3c45a25a42db9df627e599906b20\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$33567'.
created direct connection (no actual register cell created).
Creating register for signal `$paramod$e67a852eae7e3c45a25a42db9df627e599906b20\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$33528_EN' using process `$paramod$e67a852eae7e3c45a25a42db9df627e599906b20\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$33567'.
created direct connection (no actual register cell created).
Creating register for signal `$paramod$e67a852eae7e3c45a25a42db9df627e599906b20\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$33529_EN' using process `$paramod$e67a852eae7e3c45a25a42db9df627e599906b20\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$33567'.
created direct connection (no actual register cell created).
Creating register for signal `$paramod$e67a852eae7e3c45a25a42db9df627e599906b20\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$33533_EN' using process `$paramod$e67a852eae7e3c45a25a42db9df627e599906b20\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$33567'.
created direct connection (no actual register cell created).
Creating register for signal `$paramod$e67a852eae7e3c45a25a42db9df627e599906b20\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$33534_EN' using process `$paramod$e67a852eae7e3c45a25a42db9df627e599906b20\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$33567'.
created direct connection (no actual register cell created).
Creating register for signal `$paramod$e67a852eae7e3c45a25a42db9df627e599906b20\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$33535_EN' using process `$paramod$e67a852eae7e3c45a25a42db9df627e599906b20\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$33567'.
created direct connection (no actual register cell created).
Creating register for signal `$paramod$e67a852eae7e3c45a25a42db9df627e599906b20\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$33539_EN' using process `$paramod$e67a852eae7e3c45a25a42db9df627e599906b20\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$33567'.
created direct connection (no actual register cell created).
Creating register for signal `$paramod$e67a852eae7e3c45a25a42db9df627e599906b20\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$33540_EN' using process `$paramod$e67a852eae7e3c45a25a42db9df627e599906b20\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$33567'.
created direct connection (no actual register cell created).
Creating register for signal `$paramod$e67a852eae7e3c45a25a42db9df627e599906b20\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$33530_EN' using process `$paramod$e67a852eae7e3c45a25a42db9df627e599906b20\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$33567'.
created direct connection (no actual register cell created).
Creating register for signal `$paramod$e67a852eae7e3c45a25a42db9df627e599906b20\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$33531_EN' using process `$paramod$e67a852eae7e3c45a25a42db9df627e599906b20\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$33567'.
created direct connection (no actual register cell created).
Creating register for signal `$paramod$e67a852eae7e3c45a25a42db9df627e599906b20\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$33536_EN' using process `$paramod$e67a852eae7e3c45a25a42db9df627e599906b20\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$33567'.
created direct connection (no actual register cell created).
Creating register for signal `$paramod$e67a852eae7e3c45a25a42db9df627e599906b20\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$33537_EN' using process `$paramod$e67a852eae7e3c45a25a42db9df627e599906b20\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$33567'.
created direct connection (no actual register cell created).
Creating register for signal `$paramod$e67a852eae7e3c45a25a42db9df627e599906b20\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$33538_EN' using process `$paramod$e67a852eae7e3c45a25a42db9df627e599906b20\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$33567'.
created direct connection (no actual register cell created).
Creating register for signal `$paramod$e67a852eae7e3c45a25a42db9df627e599906b20\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$33532_EN' using process `$paramod$e67a852eae7e3c45a25a42db9df627e599906b20\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$33567'.
created direct connection (no actual register cell created).
Creating register for signal `$paramod$e67a852eae7e3c45a25a42db9df627e599906b20\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$33526_EN' using process `$paramod$e67a852eae7e3c45a25a42db9df627e599906b20\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$33567'.
created direct connection (no actual register cell created).
Creating register for signal `$paramod$e67a852eae7e3c45a25a42db9df627e599906b20\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:223$33541_ADDR' using process `$paramod$e67a852eae7e3c45a25a42db9df627e599906b20\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:221$33543'.
created $dff cell `$procdff$33593' with positive edge clock.
Creating register for signal `$paramod$e67a852eae7e3c45a25a42db9df627e599906b20\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:223$33541_DATA' using process `$paramod$e67a852eae7e3c45a25a42db9df627e599906b20\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:221$33543'.
created $dff cell `$procdff$33594' with positive edge clock.
Creating register for signal `$paramod$e67a852eae7e3c45a25a42db9df627e599906b20\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:223$33541_EN' using process `$paramod$e67a852eae7e3c45a25a42db9df627e599906b20\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:221$33543'.
created $dff cell `$procdff$33595' with positive edge clock.
Creating register for signal `$paramod$e67a852eae7e3c45a25a42db9df627e599906b20\TRELLIS_DPR16X4.\muxwre' using process `$paramod$e67a852eae7e3c45a25a42db9df627e599906b20\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:213$33542'.
created direct connection (no actual register cell created).
24.42.8.10. Executing PROC_MEMWR pass (convert process memory writes to cells).
24.42.8.11. Executing PROC_CLEAN pass (remove empty switches from decision trees).
Removing empty process `$paramod$e67a852eae7e3c45a25a42db9df627e599906b20\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$33567'.
Found and cleaned up 1 empty switch in `$paramod$e67a852eae7e3c45a25a42db9df627e599906b20\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:221$33543'.
Removing empty process `$paramod$e67a852eae7e3c45a25a42db9df627e599906b20\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:213$33542'.
Cleaned up 1 empty switch.
24.42.8.12. Executing OPT_EXPR pass (perform const folding).
24.42.9. Executing PROC pass (convert processes to netlists).
24.42.9.1. Executing PROC_CLEAN pass (remove empty switches from decision trees).
Found and cleaned up 1 empty switch in `$paramod$b5c66c2aa4af94d57a19ea347071ab111a69927c\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:213$33613'.
Cleaned up 1 empty switch.
24.42.9.2. Executing PROC_RMDEAD pass (remove dead branches from decision trees).
Marked 1 switch rules as full_case in process $proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:221$33614 in module $paramod$b5c66c2aa4af94d57a19ea347071ab111a69927c\TRELLIS_DPR16X4.
Removed a total of 0 dead cases.
24.42.9.3. Executing PROC_PRUNE pass (remove redundant assignments in processes).
Removed 0 redundant assignments.
Promoted 22 assignments to connections.
24.42.9.4. Executing PROC_INIT pass (extract init attributes).
24.42.9.5. Executing PROC_ARST pass (detect async resets in processes).
24.42.9.6. Executing PROC_ROM pass (convert switches to ROMs).
Converted 0 switches.
<suppressed ~1 debug messages>
24.42.9.7. Executing PROC_MUX pass (convert decision trees to multiplexers).
Creating decoders for process `$paramod$b5c66c2aa4af94d57a19ea347071ab111a69927c\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$33638'.
Creating decoders for process `$paramod$b5c66c2aa4af94d57a19ea347071ab111a69927c\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:221$33614'.
1/3: $1$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:223$33612_EN[3:0]$33620
2/3: $1$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:223$33612_DATA[3:0]$33619
3/3: $1$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:223$33612_ADDR[3:0]$33618
Creating decoders for process `$paramod$b5c66c2aa4af94d57a19ea347071ab111a69927c\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:213$33613'.
24.42.9.8. Executing PROC_DLATCH pass (convert process syncs to latches).
24.42.9.9. Executing PROC_DFF pass (convert process syncs to FFs).
Creating register for signal `$paramod$b5c66c2aa4af94d57a19ea347071ab111a69927c\TRELLIS_DPR16X4.\i' using process `$paramod$b5c66c2aa4af94d57a19ea347071ab111a69927c\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$33638'.
created direct connection (no actual register cell created).
Creating register for signal `$paramod$b5c66c2aa4af94d57a19ea347071ab111a69927c\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$33596_EN' using process `$paramod$b5c66c2aa4af94d57a19ea347071ab111a69927c\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$33638'.
created direct connection (no actual register cell created).
Creating register for signal `$paramod$b5c66c2aa4af94d57a19ea347071ab111a69927c\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$33597_EN' using process `$paramod$b5c66c2aa4af94d57a19ea347071ab111a69927c\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$33638'.
created direct connection (no actual register cell created).
Creating register for signal `$paramod$b5c66c2aa4af94d57a19ea347071ab111a69927c\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$33598_EN' using process `$paramod$b5c66c2aa4af94d57a19ea347071ab111a69927c\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$33638'.
created direct connection (no actual register cell created).
Creating register for signal `$paramod$b5c66c2aa4af94d57a19ea347071ab111a69927c\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$33599_EN' using process `$paramod$b5c66c2aa4af94d57a19ea347071ab111a69927c\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$33638'.
created direct connection (no actual register cell created).
Creating register for signal `$paramod$b5c66c2aa4af94d57a19ea347071ab111a69927c\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$33603_EN' using process `$paramod$b5c66c2aa4af94d57a19ea347071ab111a69927c\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$33638'.
created direct connection (no actual register cell created).
Creating register for signal `$paramod$b5c66c2aa4af94d57a19ea347071ab111a69927c\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$33604_EN' using process `$paramod$b5c66c2aa4af94d57a19ea347071ab111a69927c\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$33638'.
created direct connection (no actual register cell created).
Creating register for signal `$paramod$b5c66c2aa4af94d57a19ea347071ab111a69927c\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$33605_EN' using process `$paramod$b5c66c2aa4af94d57a19ea347071ab111a69927c\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$33638'.
created direct connection (no actual register cell created).
Creating register for signal `$paramod$b5c66c2aa4af94d57a19ea347071ab111a69927c\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$33609_EN' using process `$paramod$b5c66c2aa4af94d57a19ea347071ab111a69927c\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$33638'.
created direct connection (no actual register cell created).
Creating register for signal `$paramod$b5c66c2aa4af94d57a19ea347071ab111a69927c\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$33610_EN' using process `$paramod$b5c66c2aa4af94d57a19ea347071ab111a69927c\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$33638'.
created direct connection (no actual register cell created).
Creating register for signal `$paramod$b5c66c2aa4af94d57a19ea347071ab111a69927c\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$33600_EN' using process `$paramod$b5c66c2aa4af94d57a19ea347071ab111a69927c\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$33638'.
created direct connection (no actual register cell created).
Creating register for signal `$paramod$b5c66c2aa4af94d57a19ea347071ab111a69927c\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$33611_EN' using process `$paramod$b5c66c2aa4af94d57a19ea347071ab111a69927c\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$33638'.
created direct connection (no actual register cell created).
Creating register for signal `$paramod$b5c66c2aa4af94d57a19ea347071ab111a69927c\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$33601_EN' using process `$paramod$b5c66c2aa4af94d57a19ea347071ab111a69927c\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$33638'.
created direct connection (no actual register cell created).
Creating register for signal `$paramod$b5c66c2aa4af94d57a19ea347071ab111a69927c\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$33606_EN' using process `$paramod$b5c66c2aa4af94d57a19ea347071ab111a69927c\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$33638'.
created direct connection (no actual register cell created).
Creating register for signal `$paramod$b5c66c2aa4af94d57a19ea347071ab111a69927c\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$33607_EN' using process `$paramod$b5c66c2aa4af94d57a19ea347071ab111a69927c\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$33638'.
created direct connection (no actual register cell created).
Creating register for signal `$paramod$b5c66c2aa4af94d57a19ea347071ab111a69927c\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$33608_EN' using process `$paramod$b5c66c2aa4af94d57a19ea347071ab111a69927c\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$33638'.
created direct connection (no actual register cell created).
Creating register for signal `$paramod$b5c66c2aa4af94d57a19ea347071ab111a69927c\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$33602_EN' using process `$paramod$b5c66c2aa4af94d57a19ea347071ab111a69927c\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$33638'.
created direct connection (no actual register cell created).
Creating register for signal `$paramod$b5c66c2aa4af94d57a19ea347071ab111a69927c\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:223$33612_ADDR' using process `$paramod$b5c66c2aa4af94d57a19ea347071ab111a69927c\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:221$33614'.
created $dff cell `$procdff$33664' with positive edge clock.
Creating register for signal `$paramod$b5c66c2aa4af94d57a19ea347071ab111a69927c\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:223$33612_DATA' using process `$paramod$b5c66c2aa4af94d57a19ea347071ab111a69927c\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:221$33614'.
created $dff cell `$procdff$33665' with positive edge clock.
Creating register for signal `$paramod$b5c66c2aa4af94d57a19ea347071ab111a69927c\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:223$33612_EN' using process `$paramod$b5c66c2aa4af94d57a19ea347071ab111a69927c\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:221$33614'.
created $dff cell `$procdff$33666' with positive edge clock.
Creating register for signal `$paramod$b5c66c2aa4af94d57a19ea347071ab111a69927c\TRELLIS_DPR16X4.\muxwre' using process `$paramod$b5c66c2aa4af94d57a19ea347071ab111a69927c\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:213$33613'.
created direct connection (no actual register cell created).
24.42.9.10. Executing PROC_MEMWR pass (convert process memory writes to cells).
24.42.9.11. Executing PROC_CLEAN pass (remove empty switches from decision trees).
Removing empty process `$paramod$b5c66c2aa4af94d57a19ea347071ab111a69927c\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$33638'.
Found and cleaned up 1 empty switch in `$paramod$b5c66c2aa4af94d57a19ea347071ab111a69927c\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:221$33614'.
Removing empty process `$paramod$b5c66c2aa4af94d57a19ea347071ab111a69927c\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:213$33613'.
Cleaned up 1 empty switch.
24.42.9.12. Executing OPT_EXPR pass (perform const folding).
24.42.10. Executing PROC pass (convert processes to netlists).
24.42.10.1. Executing PROC_CLEAN pass (remove empty switches from decision trees).
Found and cleaned up 1 empty switch in `$paramod$d0b2254e3a5eaa6f854c07d263275e49c7183982\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:213$33684'.
Cleaned up 1 empty switch.
24.42.10.2. Executing PROC_RMDEAD pass (remove dead branches from decision trees).
Marked 1 switch rules as full_case in process $proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:221$33685 in module $paramod$d0b2254e3a5eaa6f854c07d263275e49c7183982\TRELLIS_DPR16X4.
Removed a total of 0 dead cases.
24.42.10.3. Executing PROC_PRUNE pass (remove redundant assignments in processes).
Removed 0 redundant assignments.
Promoted 22 assignments to connections.
24.42.10.4. Executing PROC_INIT pass (extract init attributes).
24.42.10.5. Executing PROC_ARST pass (detect async resets in processes).
24.42.10.6. Executing PROC_ROM pass (convert switches to ROMs).
Converted 0 switches.
<suppressed ~1 debug messages>
24.42.10.7. Executing PROC_MUX pass (convert decision trees to multiplexers).
Creating decoders for process `$paramod$d0b2254e3a5eaa6f854c07d263275e49c7183982\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$33709'.
Creating decoders for process `$paramod$d0b2254e3a5eaa6f854c07d263275e49c7183982\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:221$33685'.
1/3: $1$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:223$33683_EN[3:0]$33689
2/3: $1$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:223$33683_DATA[3:0]$33691
3/3: $1$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:223$33683_ADDR[3:0]$33690
Creating decoders for process `$paramod$d0b2254e3a5eaa6f854c07d263275e49c7183982\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:213$33684'.
24.42.10.8. Executing PROC_DLATCH pass (convert process syncs to latches).
24.42.10.9. Executing PROC_DFF pass (convert process syncs to FFs).
Creating register for signal `$paramod$d0b2254e3a5eaa6f854c07d263275e49c7183982\TRELLIS_DPR16X4.\i' using process `$paramod$d0b2254e3a5eaa6f854c07d263275e49c7183982\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$33709'.
created direct connection (no actual register cell created).
Creating register for signal `$paramod$d0b2254e3a5eaa6f854c07d263275e49c7183982\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$33667_EN' using process `$paramod$d0b2254e3a5eaa6f854c07d263275e49c7183982\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$33709'.
created direct connection (no actual register cell created).
Creating register for signal `$paramod$d0b2254e3a5eaa6f854c07d263275e49c7183982\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$33668_EN' using process `$paramod$d0b2254e3a5eaa6f854c07d263275e49c7183982\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$33709'.
created direct connection (no actual register cell created).
Creating register for signal `$paramod$d0b2254e3a5eaa6f854c07d263275e49c7183982\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$33669_EN' using process `$paramod$d0b2254e3a5eaa6f854c07d263275e49c7183982\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$33709'.
created direct connection (no actual register cell created).
Creating register for signal `$paramod$d0b2254e3a5eaa6f854c07d263275e49c7183982\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$33673_EN' using process `$paramod$d0b2254e3a5eaa6f854c07d263275e49c7183982\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$33709'.
created direct connection (no actual register cell created).
Creating register for signal `$paramod$d0b2254e3a5eaa6f854c07d263275e49c7183982\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$33674_EN' using process `$paramod$d0b2254e3a5eaa6f854c07d263275e49c7183982\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$33709'.
created direct connection (no actual register cell created).
Creating register for signal `$paramod$d0b2254e3a5eaa6f854c07d263275e49c7183982\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$33675_EN' using process `$paramod$d0b2254e3a5eaa6f854c07d263275e49c7183982\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$33709'.
created direct connection (no actual register cell created).
Creating register for signal `$paramod$d0b2254e3a5eaa6f854c07d263275e49c7183982\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$33679_EN' using process `$paramod$d0b2254e3a5eaa6f854c07d263275e49c7183982\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$33709'.
created direct connection (no actual register cell created).
Creating register for signal `$paramod$d0b2254e3a5eaa6f854c07d263275e49c7183982\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$33680_EN' using process `$paramod$d0b2254e3a5eaa6f854c07d263275e49c7183982\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$33709'.
created direct connection (no actual register cell created).
Creating register for signal `$paramod$d0b2254e3a5eaa6f854c07d263275e49c7183982\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$33670_EN' using process `$paramod$d0b2254e3a5eaa6f854c07d263275e49c7183982\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$33709'.
created direct connection (no actual register cell created).
Creating register for signal `$paramod$d0b2254e3a5eaa6f854c07d263275e49c7183982\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$33681_EN' using process `$paramod$d0b2254e3a5eaa6f854c07d263275e49c7183982\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$33709'.
created direct connection (no actual register cell created).
Creating register for signal `$paramod$d0b2254e3a5eaa6f854c07d263275e49c7183982\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$33671_EN' using process `$paramod$d0b2254e3a5eaa6f854c07d263275e49c7183982\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$33709'.
created direct connection (no actual register cell created).
Creating register for signal `$paramod$d0b2254e3a5eaa6f854c07d263275e49c7183982\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$33676_EN' using process `$paramod$d0b2254e3a5eaa6f854c07d263275e49c7183982\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$33709'.
created direct connection (no actual register cell created).
Creating register for signal `$paramod$d0b2254e3a5eaa6f854c07d263275e49c7183982\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$33677_EN' using process `$paramod$d0b2254e3a5eaa6f854c07d263275e49c7183982\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$33709'.
created direct connection (no actual register cell created).
Creating register for signal `$paramod$d0b2254e3a5eaa6f854c07d263275e49c7183982\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$33682_EN' using process `$paramod$d0b2254e3a5eaa6f854c07d263275e49c7183982\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$33709'.
created direct connection (no actual register cell created).
Creating register for signal `$paramod$d0b2254e3a5eaa6f854c07d263275e49c7183982\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$33678_EN' using process `$paramod$d0b2254e3a5eaa6f854c07d263275e49c7183982\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$33709'.
created direct connection (no actual register cell created).
Creating register for signal `$paramod$d0b2254e3a5eaa6f854c07d263275e49c7183982\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$33672_EN' using process `$paramod$d0b2254e3a5eaa6f854c07d263275e49c7183982\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$33709'.
created direct connection (no actual register cell created).
Creating register for signal `$paramod$d0b2254e3a5eaa6f854c07d263275e49c7183982\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:223$33683_EN' using process `$paramod$d0b2254e3a5eaa6f854c07d263275e49c7183982\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:221$33685'.
created $dff cell `$procdff$33735' with positive edge clock.
Creating register for signal `$paramod$d0b2254e3a5eaa6f854c07d263275e49c7183982\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:223$33683_ADDR' using process `$paramod$d0b2254e3a5eaa6f854c07d263275e49c7183982\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:221$33685'.
created $dff cell `$procdff$33736' with positive edge clock.
Creating register for signal `$paramod$d0b2254e3a5eaa6f854c07d263275e49c7183982\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:223$33683_DATA' using process `$paramod$d0b2254e3a5eaa6f854c07d263275e49c7183982\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:221$33685'.
created $dff cell `$procdff$33737' with positive edge clock.
Creating register for signal `$paramod$d0b2254e3a5eaa6f854c07d263275e49c7183982\TRELLIS_DPR16X4.\muxwre' using process `$paramod$d0b2254e3a5eaa6f854c07d263275e49c7183982\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:213$33684'.
created direct connection (no actual register cell created).
24.42.10.10. Executing PROC_MEMWR pass (convert process memory writes to cells).
24.42.10.11. Executing PROC_CLEAN pass (remove empty switches from decision trees).
Removing empty process `$paramod$d0b2254e3a5eaa6f854c07d263275e49c7183982\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$33709'.
Found and cleaned up 1 empty switch in `$paramod$d0b2254e3a5eaa6f854c07d263275e49c7183982\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:221$33685'.
Removing empty process `$paramod$d0b2254e3a5eaa6f854c07d263275e49c7183982\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:213$33684'.
Cleaned up 1 empty switch.
24.42.10.12. Executing OPT_EXPR pass (perform const folding).
24.42.11. Executing PROC pass (convert processes to netlists).
24.42.11.1. Executing PROC_CLEAN pass (remove empty switches from decision trees).
Found and cleaned up 1 empty switch in `$paramod$aaffcb3a565bbab032b741ef301c59835b7f8af7\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:213$33755'.
Cleaned up 1 empty switch.
24.42.11.2. Executing PROC_RMDEAD pass (remove dead branches from decision trees).
Marked 1 switch rules as full_case in process $proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:221$33756 in module $paramod$aaffcb3a565bbab032b741ef301c59835b7f8af7\TRELLIS_DPR16X4.
Removed a total of 0 dead cases.
24.42.11.3. Executing PROC_PRUNE pass (remove redundant assignments in processes).
Removed 0 redundant assignments.
Promoted 22 assignments to connections.
24.42.11.4. Executing PROC_INIT pass (extract init attributes).
24.42.11.5. Executing PROC_ARST pass (detect async resets in processes).
24.42.11.6. Executing PROC_ROM pass (convert switches to ROMs).
Converted 0 switches.
<suppressed ~1 debug messages>
24.42.11.7. Executing PROC_MUX pass (convert decision trees to multiplexers).
Creating decoders for process `$paramod$aaffcb3a565bbab032b741ef301c59835b7f8af7\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$33780'.
Creating decoders for process `$paramod$aaffcb3a565bbab032b741ef301c59835b7f8af7\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:221$33756'.
1/3: $1$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:223$33754_EN[3:0]$33761
2/3: $1$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:223$33754_DATA[3:0]$33760
3/3: $1$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:223$33754_ADDR[3:0]$33762
Creating decoders for process `$paramod$aaffcb3a565bbab032b741ef301c59835b7f8af7\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:213$33755'.
24.42.11.8. Executing PROC_DLATCH pass (convert process syncs to latches).
24.42.11.9. Executing PROC_DFF pass (convert process syncs to FFs).
Creating register for signal `$paramod$aaffcb3a565bbab032b741ef301c59835b7f8af7\TRELLIS_DPR16X4.\i' using process `$paramod$aaffcb3a565bbab032b741ef301c59835b7f8af7\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$33780'.
created direct connection (no actual register cell created).
Creating register for signal `$paramod$aaffcb3a565bbab032b741ef301c59835b7f8af7\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$33738_EN' using process `$paramod$aaffcb3a565bbab032b741ef301c59835b7f8af7\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$33780'.
created direct connection (no actual register cell created).
Creating register for signal `$paramod$aaffcb3a565bbab032b741ef301c59835b7f8af7\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$33739_EN' using process `$paramod$aaffcb3a565bbab032b741ef301c59835b7f8af7\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$33780'.
created direct connection (no actual register cell created).
Creating register for signal `$paramod$aaffcb3a565bbab032b741ef301c59835b7f8af7\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$33743_EN' using process `$paramod$aaffcb3a565bbab032b741ef301c59835b7f8af7\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$33780'.
created direct connection (no actual register cell created).
Creating register for signal `$paramod$aaffcb3a565bbab032b741ef301c59835b7f8af7\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$33744_EN' using process `$paramod$aaffcb3a565bbab032b741ef301c59835b7f8af7\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$33780'.
created direct connection (no actual register cell created).
Creating register for signal `$paramod$aaffcb3a565bbab032b741ef301c59835b7f8af7\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$33745_EN' using process `$paramod$aaffcb3a565bbab032b741ef301c59835b7f8af7\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$33780'.
created direct connection (no actual register cell created).
Creating register for signal `$paramod$aaffcb3a565bbab032b741ef301c59835b7f8af7\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$33749_EN' using process `$paramod$aaffcb3a565bbab032b741ef301c59835b7f8af7\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$33780'.
created direct connection (no actual register cell created).
Creating register for signal `$paramod$aaffcb3a565bbab032b741ef301c59835b7f8af7\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$33750_EN' using process `$paramod$aaffcb3a565bbab032b741ef301c59835b7f8af7\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$33780'.
created direct connection (no actual register cell created).
Creating register for signal `$paramod$aaffcb3a565bbab032b741ef301c59835b7f8af7\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$33740_EN' using process `$paramod$aaffcb3a565bbab032b741ef301c59835b7f8af7\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$33780'.
created direct connection (no actual register cell created).
Creating register for signal `$paramod$aaffcb3a565bbab032b741ef301c59835b7f8af7\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$33751_EN' using process `$paramod$aaffcb3a565bbab032b741ef301c59835b7f8af7\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$33780'.
created direct connection (no actual register cell created).
Creating register for signal `$paramod$aaffcb3a565bbab032b741ef301c59835b7f8af7\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$33741_EN' using process `$paramod$aaffcb3a565bbab032b741ef301c59835b7f8af7\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$33780'.
created direct connection (no actual register cell created).
Creating register for signal `$paramod$aaffcb3a565bbab032b741ef301c59835b7f8af7\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$33746_EN' using process `$paramod$aaffcb3a565bbab032b741ef301c59835b7f8af7\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$33780'.
created direct connection (no actual register cell created).
Creating register for signal `$paramod$aaffcb3a565bbab032b741ef301c59835b7f8af7\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$33747_EN' using process `$paramod$aaffcb3a565bbab032b741ef301c59835b7f8af7\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$33780'.
created direct connection (no actual register cell created).
Creating register for signal `$paramod$aaffcb3a565bbab032b741ef301c59835b7f8af7\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$33752_EN' using process `$paramod$aaffcb3a565bbab032b741ef301c59835b7f8af7\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$33780'.
created direct connection (no actual register cell created).
Creating register for signal `$paramod$aaffcb3a565bbab032b741ef301c59835b7f8af7\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$33753_EN' using process `$paramod$aaffcb3a565bbab032b741ef301c59835b7f8af7\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$33780'.
created direct connection (no actual register cell created).
Creating register for signal `$paramod$aaffcb3a565bbab032b741ef301c59835b7f8af7\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$33748_EN' using process `$paramod$aaffcb3a565bbab032b741ef301c59835b7f8af7\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$33780'.
created direct connection (no actual register cell created).
Creating register for signal `$paramod$aaffcb3a565bbab032b741ef301c59835b7f8af7\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$33742_EN' using process `$paramod$aaffcb3a565bbab032b741ef301c59835b7f8af7\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$33780'.
created direct connection (no actual register cell created).
Creating register for signal `$paramod$aaffcb3a565bbab032b741ef301c59835b7f8af7\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:223$33754_DATA' using process `$paramod$aaffcb3a565bbab032b741ef301c59835b7f8af7\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:221$33756'.
created $dff cell `$procdff$33806' with positive edge clock.
Creating register for signal `$paramod$aaffcb3a565bbab032b741ef301c59835b7f8af7\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:223$33754_EN' using process `$paramod$aaffcb3a565bbab032b741ef301c59835b7f8af7\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:221$33756'.
created $dff cell `$procdff$33807' with positive edge clock.
Creating register for signal `$paramod$aaffcb3a565bbab032b741ef301c59835b7f8af7\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:223$33754_ADDR' using process `$paramod$aaffcb3a565bbab032b741ef301c59835b7f8af7\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:221$33756'.
created $dff cell `$procdff$33808' with positive edge clock.
Creating register for signal `$paramod$aaffcb3a565bbab032b741ef301c59835b7f8af7\TRELLIS_DPR16X4.\muxwre' using process `$paramod$aaffcb3a565bbab032b741ef301c59835b7f8af7\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:213$33755'.
created direct connection (no actual register cell created).
24.42.11.10. Executing PROC_MEMWR pass (convert process memory writes to cells).
24.42.11.11. Executing PROC_CLEAN pass (remove empty switches from decision trees).
Removing empty process `$paramod$aaffcb3a565bbab032b741ef301c59835b7f8af7\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$33780'.
Found and cleaned up 1 empty switch in `$paramod$aaffcb3a565bbab032b741ef301c59835b7f8af7\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:221$33756'.
Removing empty process `$paramod$aaffcb3a565bbab032b741ef301c59835b7f8af7\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:213$33755'.
Cleaned up 1 empty switch.
24.42.11.12. Executing OPT_EXPR pass (perform const folding).
24.42.12. Executing PROC pass (convert processes to netlists).
24.42.12.1. Executing PROC_CLEAN pass (remove empty switches from decision trees).
Found and cleaned up 1 empty switch in `$paramod$507fbd1692e489e20e4407a318375a77f4eb912d\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:213$33826'.
Cleaned up 1 empty switch.
24.42.12.2. Executing PROC_RMDEAD pass (remove dead branches from decision trees).
Marked 1 switch rules as full_case in process $proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:221$33827 in module $paramod$507fbd1692e489e20e4407a318375a77f4eb912d\TRELLIS_DPR16X4.
Removed a total of 0 dead cases.
24.42.12.3. Executing PROC_PRUNE pass (remove redundant assignments in processes).
Removed 0 redundant assignments.
Promoted 22 assignments to connections.
24.42.12.4. Executing PROC_INIT pass (extract init attributes).
24.42.12.5. Executing PROC_ARST pass (detect async resets in processes).
24.42.12.6. Executing PROC_ROM pass (convert switches to ROMs).
Converted 0 switches.
<suppressed ~1 debug messages>
24.42.12.7. Executing PROC_MUX pass (convert decision trees to multiplexers).
Creating decoders for process `$paramod$507fbd1692e489e20e4407a318375a77f4eb912d\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$33851'.
Creating decoders for process `$paramod$507fbd1692e489e20e4407a318375a77f4eb912d\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:221$33827'.
1/3: $1$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:223$33825_EN[3:0]$33833
2/3: $1$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:223$33825_DATA[3:0]$33832
3/3: $1$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:223$33825_ADDR[3:0]$33831
Creating decoders for process `$paramod$507fbd1692e489e20e4407a318375a77f4eb912d\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:213$33826'.
24.42.12.8. Executing PROC_DLATCH pass (convert process syncs to latches).
24.42.12.9. Executing PROC_DFF pass (convert process syncs to FFs).
Creating register for signal `$paramod$507fbd1692e489e20e4407a318375a77f4eb912d\TRELLIS_DPR16X4.\i' using process `$paramod$507fbd1692e489e20e4407a318375a77f4eb912d\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$33851'.
created direct connection (no actual register cell created).
Creating register for signal `$paramod$507fbd1692e489e20e4407a318375a77f4eb912d\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$33809_EN' using process `$paramod$507fbd1692e489e20e4407a318375a77f4eb912d\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$33851'.
created direct connection (no actual register cell created).
Creating register for signal `$paramod$507fbd1692e489e20e4407a318375a77f4eb912d\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$33813_EN' using process `$paramod$507fbd1692e489e20e4407a318375a77f4eb912d\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$33851'.
created direct connection (no actual register cell created).
Creating register for signal `$paramod$507fbd1692e489e20e4407a318375a77f4eb912d\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$33814_EN' using process `$paramod$507fbd1692e489e20e4407a318375a77f4eb912d\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$33851'.
created direct connection (no actual register cell created).
Creating register for signal `$paramod$507fbd1692e489e20e4407a318375a77f4eb912d\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$33815_EN' using process `$paramod$507fbd1692e489e20e4407a318375a77f4eb912d\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$33851'.
created direct connection (no actual register cell created).
Creating register for signal `$paramod$507fbd1692e489e20e4407a318375a77f4eb912d\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$33819_EN' using process `$paramod$507fbd1692e489e20e4407a318375a77f4eb912d\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$33851'.
created direct connection (no actual register cell created).
Creating register for signal `$paramod$507fbd1692e489e20e4407a318375a77f4eb912d\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$33820_EN' using process `$paramod$507fbd1692e489e20e4407a318375a77f4eb912d\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$33851'.
created direct connection (no actual register cell created).
Creating register for signal `$paramod$507fbd1692e489e20e4407a318375a77f4eb912d\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$33810_EN' using process `$paramod$507fbd1692e489e20e4407a318375a77f4eb912d\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$33851'.
created direct connection (no actual register cell created).
Creating register for signal `$paramod$507fbd1692e489e20e4407a318375a77f4eb912d\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$33821_EN' using process `$paramod$507fbd1692e489e20e4407a318375a77f4eb912d\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$33851'.
created direct connection (no actual register cell created).
Creating register for signal `$paramod$507fbd1692e489e20e4407a318375a77f4eb912d\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$33811_EN' using process `$paramod$507fbd1692e489e20e4407a318375a77f4eb912d\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$33851'.
created direct connection (no actual register cell created).
Creating register for signal `$paramod$507fbd1692e489e20e4407a318375a77f4eb912d\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$33816_EN' using process `$paramod$507fbd1692e489e20e4407a318375a77f4eb912d\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$33851'.
created direct connection (no actual register cell created).
Creating register for signal `$paramod$507fbd1692e489e20e4407a318375a77f4eb912d\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$33817_EN' using process `$paramod$507fbd1692e489e20e4407a318375a77f4eb912d\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$33851'.
created direct connection (no actual register cell created).
Creating register for signal `$paramod$507fbd1692e489e20e4407a318375a77f4eb912d\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$33822_EN' using process `$paramod$507fbd1692e489e20e4407a318375a77f4eb912d\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$33851'.
created direct connection (no actual register cell created).
Creating register for signal `$paramod$507fbd1692e489e20e4407a318375a77f4eb912d\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$33823_EN' using process `$paramod$507fbd1692e489e20e4407a318375a77f4eb912d\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$33851'.
created direct connection (no actual register cell created).
Creating register for signal `$paramod$507fbd1692e489e20e4407a318375a77f4eb912d\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$33824_EN' using process `$paramod$507fbd1692e489e20e4407a318375a77f4eb912d\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$33851'.
created direct connection (no actual register cell created).
Creating register for signal `$paramod$507fbd1692e489e20e4407a318375a77f4eb912d\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$33818_EN' using process `$paramod$507fbd1692e489e20e4407a318375a77f4eb912d\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$33851'.
created direct connection (no actual register cell created).
Creating register for signal `$paramod$507fbd1692e489e20e4407a318375a77f4eb912d\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$33812_EN' using process `$paramod$507fbd1692e489e20e4407a318375a77f4eb912d\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$33851'.
created direct connection (no actual register cell created).
Creating register for signal `$paramod$507fbd1692e489e20e4407a318375a77f4eb912d\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:223$33825_ADDR' using process `$paramod$507fbd1692e489e20e4407a318375a77f4eb912d\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:221$33827'.
created $dff cell `$procdff$33877' with positive edge clock.
Creating register for signal `$paramod$507fbd1692e489e20e4407a318375a77f4eb912d\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:223$33825_DATA' using process `$paramod$507fbd1692e489e20e4407a318375a77f4eb912d\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:221$33827'.
created $dff cell `$procdff$33878' with positive edge clock.
Creating register for signal `$paramod$507fbd1692e489e20e4407a318375a77f4eb912d\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:223$33825_EN' using process `$paramod$507fbd1692e489e20e4407a318375a77f4eb912d\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:221$33827'.
created $dff cell `$procdff$33879' with positive edge clock.
Creating register for signal `$paramod$507fbd1692e489e20e4407a318375a77f4eb912d\TRELLIS_DPR16X4.\muxwre' using process `$paramod$507fbd1692e489e20e4407a318375a77f4eb912d\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:213$33826'.
created direct connection (no actual register cell created).
24.42.12.10. Executing PROC_MEMWR pass (convert process memory writes to cells).
24.42.12.11. Executing PROC_CLEAN pass (remove empty switches from decision trees).
Removing empty process `$paramod$507fbd1692e489e20e4407a318375a77f4eb912d\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$33851'.
Found and cleaned up 1 empty switch in `$paramod$507fbd1692e489e20e4407a318375a77f4eb912d\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:221$33827'.
Removing empty process `$paramod$507fbd1692e489e20e4407a318375a77f4eb912d\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:213$33826'.
Cleaned up 1 empty switch.
24.42.12.12. Executing OPT_EXPR pass (perform const folding).
24.42.13. Executing SCC pass (detecting logic loops).
Found an SCC: $auto$simplemap.cc:126:simplemap_reduce$7108 $auto$simplemap.cc:126:simplemap_reduce$7092 $auto$simplemap.cc:126:simplemap_reduce$7090 $auto$simplemap.cc:126:simplemap_reduce$7111 $auto$simplemap.cc:126:simplemap_reduce$7109 $auto$simplemap.cc:38:simplemap_not$6756 $auto$ff.cc:266:slice$7595 $auto$ff.cc:479:convert_ce_over_srst$31776 $auto$ff.cc:266:slice$7597 $auto$ff.cc:479:convert_ce_over_srst$31780 $auto$simplemap.cc:126:simplemap_reduce$6749 $auto$simplemap.cc:38:simplemap_not$20077 $auto$ff.cc:266:slice$7598 $auto$ff.cc:479:convert_ce_over_srst$31782 $auto$ff.cc:266:slice$7599 $auto$ff.cc:479:convert_ce_over_srst$31784 $auto$simplemap.cc:126:simplemap_reduce$6750 $auto$simplemap.cc:38:simplemap_not$20079 $auto$ff.cc:266:slice$7600 $auto$ff.cc:479:convert_ce_over_srst$31786 $auto$simplemap.cc:38:simplemap_not$20075 $auto$simplemap.cc:38:simplemap_not$6883 $auto$alumacc.cc:485:replace_alu$4712.slice[4].ccu2c_i $auto$alumacc.cc:485:replace_alu$4712.slice[2].ccu2c_i $auto$alumacc.cc:485:replace_alu$4712.slice[0].ccu2c_i $auto$ff.cc:266:slice$7596 $auto$ff.cc:479:convert_ce_over_srst$31778 $auto$simplemap.cc:126:simplemap_reduce$7079 $auto$simplemap.cc:75:simplemap_bitop$6755 $auto$simplemap.cc:126:simplemap_reduce$6754 $auto$simplemap.cc:126:simplemap_reduce$6752 $auto$simplemap.cc:126:simplemap_reduce$6748 $auto$simplemap.cc:38:simplemap_not$20074
Found an SCC: $auto$ff.cc:266:slice$11475 $auto$dfflegalize.cc:941:flip_pol$31770 $auto$ff.cc:485:convert_ce_over_srst$31768 $auto$ff.cc:266:slice$11474 $auto$dfflegalize.cc:941:flip_pol$31766 $auto$ff.cc:485:convert_ce_over_srst$31764 $auto$simplemap.cc:126:simplemap_reduce$7366 $auto$simplemap.cc:126:simplemap_reduce$7232 $auto$simplemap.cc:126:simplemap_reduce$7359 $auto$simplemap.cc:126:simplemap_reduce$7357 $auto$simplemap.cc:126:simplemap_reduce$7398 $auto$simplemap.cc:126:simplemap_reduce$7396 $auto$opt_expr.cc:613:replace_const_cells$31598 $auto$simplemap.cc:126:simplemap_reduce$7233 $auto$simplemap.cc:126:simplemap_reduce$7405 $auto$simplemap.cc:126:simplemap_reduce$8200 $auto$simplemap.cc:126:simplemap_reduce$8198 $auto$simplemap.cc:38:simplemap_not$24607 $auto$ff.cc:266:slice$11473 $auto$dfflegalize.cc:941:flip_pol$31762 $auto$ff.cc:485:convert_ce_over_srst$31760 $auto$simplemap.cc:126:simplemap_reduce$7237 $auto$simplemap.cc:126:simplemap_reduce$7235
Found an SCC: $auto$opt_expr.cc:613:replace_const_cells$30854 $auto$ff.cc:266:slice$9025 $auto$simplemap.cc:126:simplemap_reduce$9145 $auto$simplemap.cc:126:simplemap_reduce$9130 $auto$ff.cc:266:slice$9026 $auto$ff.cc:266:slice$9027 $auto$simplemap.cc:75:simplemap_bitop$19818 $auto$simplemap.cc:196:simplemap_lognot$9150 $auto$simplemap.cc:126:simplemap_reduce$9148 $auto$simplemap.cc:126:simplemap_reduce$9146 $auto$opt_expr.cc:613:replace_const_cells$31282 $auto$opt_expr.cc:613:replace_const_cells$31306 $auto$simplemap.cc:267:simplemap_mux$19814 $auto$simplemap.cc:126:simplemap_reduce$19828 $auto$simplemap.cc:126:simplemap_reduce$19825 $auto$simplemap.cc:196:simplemap_lognot$9086 $auto$simplemap.cc:126:simplemap_reduce$9084 $auto$opt_expr.cc:613:replace_const_cells$31304 $auto$simplemap.cc:267:simplemap_mux$19815 $auto$simplemap.cc:126:simplemap_reduce$19833 $auto$simplemap.cc:126:simplemap_reduce$19830 $auto$simplemap.cc:75:simplemap_bitop$19816 $auto$simplemap.cc:267:simplemap_mux$9117 $auto$simplemap.cc:225:simplemap_logbin$9120 $auto$simplemap.cc:196:simplemap_lognot$9135 $auto$simplemap.cc:126:simplemap_reduce$9133 $auto$simplemap.cc:126:simplemap_reduce$9131 $auto$ff.cc:266:slice$9028 $auto$simplemap.cc:126:simplemap_reduce$7438 $auto$simplemap.cc:126:simplemap_reduce$7436 $auto$simplemap.cc:225:simplemap_logbin$9076
Found an SCC: $auto$opt_expr.cc:613:replace_const_cells$31308 $auto$ff.cc:266:slice$9029 $auto$simplemap.cc:126:simplemap_reduce$9165 $auto$ff.cc:266:slice$9030 $auto$ff.cc:266:slice$9031 $auto$simplemap.cc:126:simplemap_reduce$9170 $auto$simplemap.cc:126:simplemap_reduce$9166 $auto$simplemap.cc:38:simplemap_not$19638 $auto$ff.cc:266:slice$9032 $auto$simplemap.cc:38:simplemap_not$19639 $auto$ff.cc:266:slice$9033 $auto$simplemap.cc:126:simplemap_reduce$9167 $auto$ff.cc:266:slice$9034 $auto$simplemap.cc:38:simplemap_not$19641 $auto$ff.cc:266:slice$9035 $auto$simplemap.cc:126:simplemap_reduce$9171 $auto$simplemap.cc:126:simplemap_reduce$9168 $auto$simplemap.cc:38:simplemap_not$19642 $auto$ff.cc:266:slice$9036 $auto$ff.cc:266:slice$9037 $auto$simplemap.cc:126:simplemap_reduce$7432 $auto$simplemap.cc:196:simplemap_lognot$9177 $auto$simplemap.cc:126:simplemap_reduce$9175 $auto$simplemap.cc:126:simplemap_reduce$9173
Found an SCC: $auto$opt_expr.cc:613:replace_const_cells$31336 $auto$ff.cc:266:slice$8884 $auto$simplemap.cc:38:simplemap_not$19868 $auto$ff.cc:266:slice$8888 $auto$simplemap.cc:126:simplemap_reduce$9007 $auto$simplemap.cc:126:simplemap_reduce$8980 $auto$ff.cc:266:slice$8885 $auto$simplemap.cc:38:simplemap_not$19866 $auto$ff.cc:266:slice$8886 $auto$simplemap.cc:126:simplemap_reduce$9012 $auto$simplemap.cc:126:simplemap_reduce$9008 $auto$simplemap.cc:126:simplemap_reduce$8985 $auto$simplemap.cc:126:simplemap_reduce$8981 $auto$simplemap.cc:38:simplemap_not$19867 $auto$ff.cc:266:slice$8887 $auto$simplemap.cc:126:simplemap_reduce$9009 $auto$simplemap.cc:126:simplemap_reduce$8982 $auto$simplemap.cc:38:simplemap_not$19869 $auto$ff.cc:266:slice$8889 $auto$simplemap.cc:38:simplemap_not$19870 $auto$ff.cc:266:slice$8890 $auto$simplemap.cc:126:simplemap_reduce$8988 $auto$simplemap.cc:126:simplemap_reduce$8986 $auto$simplemap.cc:126:simplemap_reduce$8983 $auto$simplemap.cc:126:simplemap_reduce$9013 $auto$simplemap.cc:126:simplemap_reduce$9010 $auto$simplemap.cc:38:simplemap_not$19871 $auto$ff.cc:266:slice$8891 $auto$simplemap.cc:225:simplemap_logbin$8965 $auto$simplemap.cc:196:simplemap_lognot$8992 $auto$simplemap.cc:126:simplemap_reduce$8990 $auto$ff.cc:266:slice$8892 $auto$simplemap.cc:167:logic_reduce$7443 $auto$simplemap.cc:225:simplemap_logbin$8964 $auto$simplemap.cc:196:simplemap_lognot$9019 $auto$simplemap.cc:126:simplemap_reduce$9017 $auto$simplemap.cc:126:simplemap_reduce$9015
Found an SCC: $auto$ff.cc:266:slice$8555 $auto$ff.cc:266:slice$8554 $auto$ff.cc:266:slice$8553 $auto$ff.cc:266:slice$8552 $auto$ff.cc:266:slice$8551 $auto$ff.cc:266:slice$8550 $auto$ff.cc:266:slice$8549 $auto$ff.cc:266:slice$8548 $auto$ff.cc:266:slice$8547 $auto$ff.cc:266:slice$8546 $auto$ff.cc:266:slice$8545 $auto$ff.cc:266:slice$8544 $auto$ff.cc:266:slice$8543 $auto$ff.cc:266:slice$8542 $auto$ff.cc:266:slice$8541 $auto$ff.cc:266:slice$8540 $auto$ff.cc:266:slice$8539 $auto$ff.cc:266:slice$8538 $auto$ff.cc:266:slice$8537 $auto$ff.cc:266:slice$8536 $auto$ff.cc:266:slice$8535 $auto$ff.cc:266:slice$8534 $auto$ff.cc:266:slice$8533 $auto$ff.cc:266:slice$8532 $auto$ff.cc:266:slice$8531 $auto$ff.cc:266:slice$8530 $auto$ff.cc:266:slice$8529 $auto$ff.cc:266:slice$8528 $auto$ff.cc:266:slice$8527 $auto$ff.cc:266:slice$8526 $auto$ff.cc:266:slice$8525 $auto$alumacc.cc:485:replace_alu$4678.slice[30].ccu2c_i $auto$alumacc.cc:485:replace_alu$4678.slice[28].ccu2c_i $auto$alumacc.cc:485:replace_alu$4678.slice[26].ccu2c_i $auto$alumacc.cc:485:replace_alu$4678.slice[24].ccu2c_i $auto$alumacc.cc:485:replace_alu$4678.slice[22].ccu2c_i $auto$alumacc.cc:485:replace_alu$4678.slice[20].ccu2c_i $auto$alumacc.cc:485:replace_alu$4678.slice[18].ccu2c_i $auto$alumacc.cc:485:replace_alu$4678.slice[16].ccu2c_i $auto$alumacc.cc:485:replace_alu$4678.slice[14].ccu2c_i $auto$alumacc.cc:485:replace_alu$4678.slice[12].ccu2c_i $auto$alumacc.cc:485:replace_alu$4678.slice[10].ccu2c_i $auto$alumacc.cc:485:replace_alu$4678.slice[8].ccu2c_i $auto$alumacc.cc:485:replace_alu$4678.slice[6].ccu2c_i $auto$alumacc.cc:485:replace_alu$4678.slice[4].ccu2c_i $auto$alumacc.cc:485:replace_alu$4678.slice[2].ccu2c_i $auto$alumacc.cc:485:replace_alu$4678.slice[0].ccu2c_i $auto$ff.cc:266:slice$8524 $auto$simplemap.cc:126:simplemap_reduce$7222
Found an SCC: $auto$ff.cc:266:slice$8143 $auto$ff.cc:266:slice$8144 $auto$ff.cc:266:slice$8145 $auto$ff.cc:266:slice$8146 $auto$ff.cc:266:slice$8141 $auto$ff.cc:266:slice$8154 $auto$ff.cc:266:slice$8153 $auto$ff.cc:266:slice$8152 $auto$ff.cc:266:slice$8149 $auto$ff.cc:266:slice$8148 $auto$ff.cc:266:slice$8151 $auto$ff.cc:266:slice$8168 $auto$ff.cc:266:slice$8169 $auto$ff.cc:266:slice$8166 $auto$alumacc.cc:485:replace_alu$4694.slice[0].ccu2c_i $auto$ff.cc:266:slice$8140 $auto$ff.cc:266:slice$8147 $auto$ff.cc:266:slice$8170 $auto$ff.cc:266:slice$8167 $auto$ff.cc:266:slice$8150 $auto$alumacc.cc:485:replace_alu$4694.slice[12].ccu2c_i $auto$alumacc.cc:485:replace_alu$4694.slice[10].ccu2c_i $auto$alumacc.cc:485:replace_alu$4694.slice[8].ccu2c_i $auto$alumacc.cc:485:replace_alu$4694.slice[6].ccu2c_i $auto$alumacc.cc:485:replace_alu$4694.slice[4].ccu2c_i $auto$alumacc.cc:485:replace_alu$4694.slice[2].ccu2c_i $auto$ff.cc:266:slice$8142 $auto$ff.cc:266:slice$8165 $auto$ff.cc:266:slice$8164 $auto$ff.cc:266:slice$8163 $auto$ff.cc:266:slice$8162 $auto$ff.cc:266:slice$8161 $auto$ff.cc:266:slice$8160 $auto$ff.cc:266:slice$8158 $auto$ff.cc:266:slice$8157 $auto$ff.cc:266:slice$8156 $auto$ff.cc:266:slice$8159 $auto$alumacc.cc:485:replace_alu$4694.slice[28].ccu2c_i $auto$alumacc.cc:485:replace_alu$4694.slice[26].ccu2c_i $auto$alumacc.cc:485:replace_alu$4694.slice[24].ccu2c_i $auto$alumacc.cc:485:replace_alu$4694.slice[22].ccu2c_i $auto$alumacc.cc:485:replace_alu$4694.slice[20].ccu2c_i $auto$alumacc.cc:485:replace_alu$4694.slice[18].ccu2c_i $auto$alumacc.cc:485:replace_alu$4694.slice[16].ccu2c_i $auto$alumacc.cc:485:replace_alu$4694.slice[14].ccu2c_i $auto$ff.cc:266:slice$8155 $auto$simplemap.cc:126:simplemap_reduce$7220 $auto$alumacc.cc:485:replace_alu$4694.slice[30].ccu2c_i $auto$ff.cc:266:slice$8171
Found 7 SCCs in module top.
Found 7 SCCs.
24.42.14. Executing ABC9_OPS pass (helper functions for ABC9).
24.42.15. Executing PROC pass (convert processes to netlists).
24.42.15.1. Executing PROC_CLEAN pass (remove empty switches from decision trees).
Cleaned up 0 empty switches.
24.42.15.2. Executing PROC_RMDEAD pass (remove dead branches from decision trees).
Removed a total of 0 dead cases.
24.42.15.3. Executing PROC_PRUNE pass (remove redundant assignments in processes).
Removed 0 redundant assignments.
Promoted 0 assignments to connections.
24.42.15.4. Executing PROC_INIT pass (extract init attributes).
24.42.15.5. Executing PROC_ARST pass (detect async resets in processes).
24.42.15.6. Executing PROC_ROM pass (convert switches to ROMs).
Converted 0 switches.
24.42.15.7. Executing PROC_MUX pass (convert decision trees to multiplexers).
24.42.15.8. Executing PROC_DLATCH pass (convert process syncs to latches).
24.42.15.9. Executing PROC_DFF pass (convert process syncs to FFs).
24.42.15.10. Executing PROC_MEMWR pass (convert process memory writes to cells).
24.42.15.11. Executing PROC_CLEAN pass (remove empty switches from decision trees).
Cleaned up 0 empty switches.
24.42.15.12. Executing OPT_EXPR pass (perform const folding).
24.42.16. Executing TECHMAP pass (map to technology primitives).
24.42.16.1. Executing Verilog-2005 frontend: /eda/oss-cad-suite/lib/../share/yosys/techmap.v
Parsing Verilog input from `/eda/oss-cad-suite/lib/../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_pmux'.
Generating RTLIL representation for module `\_90_demux'.
Generating RTLIL representation for module `\_90_lut'.
Successfully finished Verilog frontend.
24.42.16.2. Continuing TECHMAP pass.
No more expansions possible.
<suppressed ~180 debug messages>
24.42.17. Executing OPT pass (performing simple optimizations).
24.42.17.1. Executing OPT_EXPR pass (perform const folding).
Optimizing module $paramod$d1cad21b87e74b01c8dcd657997284bb4d05c02a\TRELLIS_DPR16X4.
Optimizing module $paramod$2074b3813575c9ede27f9a04ee0bf291c9c7bf2f\TRELLIS_DPR16X4.
Optimizing module $paramod$1b245595bcc46f4ac909ab856152f79dd75f8557\TRELLIS_DPR16X4.
Optimizing module $paramod$8af6077d0e01668c80477d602129e91b8e1d0a35\TRELLIS_DPR16X4.
Optimizing module $paramod$e72779d274e27bebe4411964bf5e143355a87c7e\TRELLIS_DPR16X4.
Optimizing module $paramod$e67a852eae7e3c45a25a42db9df627e599906b20\TRELLIS_DPR16X4.
Optimizing module $paramod$b5c66c2aa4af94d57a19ea347071ab111a69927c\TRELLIS_DPR16X4.
Optimizing module $paramod$d0b2254e3a5eaa6f854c07d263275e49c7183982\TRELLIS_DPR16X4.
Optimizing module $paramod$aaffcb3a565bbab032b741ef301c59835b7f8af7\TRELLIS_DPR16X4.
Optimizing module $paramod$507fbd1692e489e20e4407a318375a77f4eb912d\TRELLIS_DPR16X4.
24.42.17.2. Executing OPT_MERGE pass (detect identical cells).
Finding identical cells in module `$paramod$d1cad21b87e74b01c8dcd657997284bb4d05c02a\TRELLIS_DPR16X4'.
Finding identical cells in module `$paramod$2074b3813575c9ede27f9a04ee0bf291c9c7bf2f\TRELLIS_DPR16X4'.
Finding identical cells in module `$paramod$1b245595bcc46f4ac909ab856152f79dd75f8557\TRELLIS_DPR16X4'.
Finding identical cells in module `$paramod$8af6077d0e01668c80477d602129e91b8e1d0a35\TRELLIS_DPR16X4'.
Finding identical cells in module `$paramod$e72779d274e27bebe4411964bf5e143355a87c7e\TRELLIS_DPR16X4'.
Finding identical cells in module `$paramod$e67a852eae7e3c45a25a42db9df627e599906b20\TRELLIS_DPR16X4'.
Finding identical cells in module `$paramod$b5c66c2aa4af94d57a19ea347071ab111a69927c\TRELLIS_DPR16X4'.
Finding identical cells in module `$paramod$d0b2254e3a5eaa6f854c07d263275e49c7183982\TRELLIS_DPR16X4'.
Finding identical cells in module `$paramod$aaffcb3a565bbab032b741ef301c59835b7f8af7\TRELLIS_DPR16X4'.
Finding identical cells in module `$paramod$507fbd1692e489e20e4407a318375a77f4eb912d\TRELLIS_DPR16X4'.
Removed a total of 0 cells.
24.42.17.3. Executing OPT_MUXTREE pass (detect dead branches in mux trees).
Running muxtree optimizer on module $paramod$d1cad21b87e74b01c8dcd657997284bb4d05c02a\TRELLIS_DPR16X4..
Creating internal representation of mux trees.
No muxes found in this module.
Running muxtree optimizer on module $paramod$2074b3813575c9ede27f9a04ee0bf291c9c7bf2f\TRELLIS_DPR16X4..
Creating internal representation of mux trees.
No muxes found in this module.
Running muxtree optimizer on module $paramod$1b245595bcc46f4ac909ab856152f79dd75f8557\TRELLIS_DPR16X4..
Creating internal representation of mux trees.
No muxes found in this module.
Running muxtree optimizer on module $paramod$8af6077d0e01668c80477d602129e91b8e1d0a35\TRELLIS_DPR16X4..
Creating internal representation of mux trees.
No muxes found in this module.
Running muxtree optimizer on module $paramod$e72779d274e27bebe4411964bf5e143355a87c7e\TRELLIS_DPR16X4..
Creating internal representation of mux trees.
No muxes found in this module.
Running muxtree optimizer on module $paramod$e67a852eae7e3c45a25a42db9df627e599906b20\TRELLIS_DPR16X4..
Creating internal representation of mux trees.
No muxes found in this module.
Running muxtree optimizer on module $paramod$b5c66c2aa4af94d57a19ea347071ab111a69927c\TRELLIS_DPR16X4..
Creating internal representation of mux trees.
No muxes found in this module.
Running muxtree optimizer on module $paramod$d0b2254e3a5eaa6f854c07d263275e49c7183982\TRELLIS_DPR16X4..
Creating internal representation of mux trees.
No muxes found in this module.
Running muxtree optimizer on module $paramod$aaffcb3a565bbab032b741ef301c59835b7f8af7\TRELLIS_DPR16X4..
Creating internal representation of mux trees.
No muxes found in this module.
Running muxtree optimizer on module $paramod$507fbd1692e489e20e4407a318375a77f4eb912d\TRELLIS_DPR16X4..
Creating internal representation of mux trees.
No muxes found in this module.
Removed 0 multiplexer ports.
24.42.17.4. Executing OPT_REDUCE pass (consolidate $*mux and $reduce_* inputs).
Optimizing cells in module $paramod$d1cad21b87e74b01c8dcd657997284bb4d05c02a\TRELLIS_DPR16X4.
Optimizing cells in module $paramod$2074b3813575c9ede27f9a04ee0bf291c9c7bf2f\TRELLIS_DPR16X4.
Optimizing cells in module $paramod$1b245595bcc46f4ac909ab856152f79dd75f8557\TRELLIS_DPR16X4.
Optimizing cells in module $paramod$8af6077d0e01668c80477d602129e91b8e1d0a35\TRELLIS_DPR16X4.
Optimizing cells in module $paramod$e72779d274e27bebe4411964bf5e143355a87c7e\TRELLIS_DPR16X4.
Optimizing cells in module $paramod$e67a852eae7e3c45a25a42db9df627e599906b20\TRELLIS_DPR16X4.
Optimizing cells in module $paramod$b5c66c2aa4af94d57a19ea347071ab111a69927c\TRELLIS_DPR16X4.
Optimizing cells in module $paramod$d0b2254e3a5eaa6f854c07d263275e49c7183982\TRELLIS_DPR16X4.
Optimizing cells in module $paramod$aaffcb3a565bbab032b741ef301c59835b7f8af7\TRELLIS_DPR16X4.
Optimizing cells in module $paramod$507fbd1692e489e20e4407a318375a77f4eb912d\TRELLIS_DPR16X4.
Performed a total of 0 changes.
24.42.17.5. Executing OPT_MERGE pass (detect identical cells).
Finding identical cells in module `$paramod$d1cad21b87e74b01c8dcd657997284bb4d05c02a\TRELLIS_DPR16X4'.
Finding identical cells in module `$paramod$2074b3813575c9ede27f9a04ee0bf291c9c7bf2f\TRELLIS_DPR16X4'.
Finding identical cells in module `$paramod$1b245595bcc46f4ac909ab856152f79dd75f8557\TRELLIS_DPR16X4'.
Finding identical cells in module `$paramod$8af6077d0e01668c80477d602129e91b8e1d0a35\TRELLIS_DPR16X4'.
Finding identical cells in module `$paramod$e72779d274e27bebe4411964bf5e143355a87c7e\TRELLIS_DPR16X4'.
Finding identical cells in module `$paramod$e67a852eae7e3c45a25a42db9df627e599906b20\TRELLIS_DPR16X4'.
Finding identical cells in module `$paramod$b5c66c2aa4af94d57a19ea347071ab111a69927c\TRELLIS_DPR16X4'.
Finding identical cells in module `$paramod$d0b2254e3a5eaa6f854c07d263275e49c7183982\TRELLIS_DPR16X4'.
Finding identical cells in module `$paramod$aaffcb3a565bbab032b741ef301c59835b7f8af7\TRELLIS_DPR16X4'.
Finding identical cells in module `$paramod$507fbd1692e489e20e4407a318375a77f4eb912d\TRELLIS_DPR16X4'.
Removed a total of 0 cells.
24.42.17.6. Executing OPT_DFF pass (perform DFF optimizations).
24.42.17.7. Executing OPT_CLEAN pass (remove unused cells and wires).
Finding unused cells or wires in module $paramod$d1cad21b87e74b01c8dcd657997284bb4d05c02a\TRELLIS_DPR16X4..
Finding unused cells or wires in module $paramod$2074b3813575c9ede27f9a04ee0bf291c9c7bf2f\TRELLIS_DPR16X4..
Finding unused cells or wires in module $paramod$1b245595bcc46f4ac909ab856152f79dd75f8557\TRELLIS_DPR16X4..
Finding unused cells or wires in module $paramod$8af6077d0e01668c80477d602129e91b8e1d0a35\TRELLIS_DPR16X4..
Finding unused cells or wires in module $paramod$e72779d274e27bebe4411964bf5e143355a87c7e\TRELLIS_DPR16X4..
Finding unused cells or wires in module $paramod$e67a852eae7e3c45a25a42db9df627e599906b20\TRELLIS_DPR16X4..
Finding unused cells or wires in module $paramod$b5c66c2aa4af94d57a19ea347071ab111a69927c\TRELLIS_DPR16X4..
Finding unused cells or wires in module $paramod$d0b2254e3a5eaa6f854c07d263275e49c7183982\TRELLIS_DPR16X4..
Finding unused cells or wires in module $paramod$aaffcb3a565bbab032b741ef301c59835b7f8af7\TRELLIS_DPR16X4..
Finding unused cells or wires in module $paramod$507fbd1692e489e20e4407a318375a77f4eb912d\TRELLIS_DPR16X4..
24.42.17.8. Executing OPT_EXPR pass (perform const folding).
Optimizing module $paramod$1b245595bcc46f4ac909ab856152f79dd75f8557\TRELLIS_DPR16X4.
Optimizing module $paramod$2074b3813575c9ede27f9a04ee0bf291c9c7bf2f\TRELLIS_DPR16X4.
Optimizing module $paramod$507fbd1692e489e20e4407a318375a77f4eb912d\TRELLIS_DPR16X4.
Optimizing module $paramod$8af6077d0e01668c80477d602129e91b8e1d0a35\TRELLIS_DPR16X4.
Optimizing module $paramod$aaffcb3a565bbab032b741ef301c59835b7f8af7\TRELLIS_DPR16X4.
Optimizing module $paramod$b5c66c2aa4af94d57a19ea347071ab111a69927c\TRELLIS_DPR16X4.
Optimizing module $paramod$d0b2254e3a5eaa6f854c07d263275e49c7183982\TRELLIS_DPR16X4.
Optimizing module $paramod$d1cad21b87e74b01c8dcd657997284bb4d05c02a\TRELLIS_DPR16X4.
Optimizing module $paramod$e67a852eae7e3c45a25a42db9df627e599906b20\TRELLIS_DPR16X4.
Optimizing module $paramod$e72779d274e27bebe4411964bf5e143355a87c7e\TRELLIS_DPR16X4.
24.42.17.9. Finished OPT passes. (There is nothing left to do.)
24.42.18. Executing TECHMAP pass (map to technology primitives).
24.42.18.1. Executing Verilog-2005 frontend: /eda/oss-cad-suite/lib/../share/yosys/abc9_map.v
Parsing Verilog input from `/eda/oss-cad-suite/lib/../share/yosys/abc9_map.v' to AST representation.
Successfully finished Verilog frontend.
24.42.18.2. Continuing TECHMAP pass.
Using template $paramod$2074b3813575c9ede27f9a04ee0bf291c9c7bf2f\TRELLIS_DPR16X4 for cells of type $paramod$2074b3813575c9ede27f9a04ee0bf291c9c7bf2f\TRELLIS_DPR16X4.
Using template $paramod$d1cad21b87e74b01c8dcd657997284bb4d05c02a\TRELLIS_DPR16X4 for cells of type $paramod$d1cad21b87e74b01c8dcd657997284bb4d05c02a\TRELLIS_DPR16X4.
Using template $paramod$d0b2254e3a5eaa6f854c07d263275e49c7183982\TRELLIS_DPR16X4 for cells of type $paramod$d0b2254e3a5eaa6f854c07d263275e49c7183982\TRELLIS_DPR16X4.
Using template $paramod$aaffcb3a565bbab032b741ef301c59835b7f8af7\TRELLIS_DPR16X4 for cells of type $paramod$aaffcb3a565bbab032b741ef301c59835b7f8af7\TRELLIS_DPR16X4.
Using template $paramod$507fbd1692e489e20e4407a318375a77f4eb912d\TRELLIS_DPR16X4 for cells of type $paramod$507fbd1692e489e20e4407a318375a77f4eb912d\TRELLIS_DPR16X4.
Using template $paramod$1b245595bcc46f4ac909ab856152f79dd75f8557\TRELLIS_DPR16X4 for cells of type $paramod$1b245595bcc46f4ac909ab856152f79dd75f8557\TRELLIS_DPR16X4.
Using template $paramod$8af6077d0e01668c80477d602129e91b8e1d0a35\TRELLIS_DPR16X4 for cells of type $paramod$8af6077d0e01668c80477d602129e91b8e1d0a35\TRELLIS_DPR16X4.
Using template $paramod$e72779d274e27bebe4411964bf5e143355a87c7e\TRELLIS_DPR16X4 for cells of type $paramod$e72779d274e27bebe4411964bf5e143355a87c7e\TRELLIS_DPR16X4.
Using template $paramod$e67a852eae7e3c45a25a42db9df627e599906b20\TRELLIS_DPR16X4 for cells of type $paramod$e67a852eae7e3c45a25a42db9df627e599906b20\TRELLIS_DPR16X4.
Using template $paramod$b5c66c2aa4af94d57a19ea347071ab111a69927c\TRELLIS_DPR16X4 for cells of type $paramod$b5c66c2aa4af94d57a19ea347071ab111a69927c\TRELLIS_DPR16X4.
No more expansions possible.
<suppressed ~576 debug messages>
24.42.19. Executing Verilog-2005 frontend: /eda/oss-cad-suite/lib/../share/yosys/abc9_model.v
Parsing Verilog input from `/eda/oss-cad-suite/lib/../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.
24.42.20. Executing ABC9_OPS pass (helper functions for ABC9).
<suppressed ~2 debug messages>
24.42.21. Executing ABC9_OPS pass (helper functions for ABC9).
24.42.22. Executing ABC9_OPS pass (helper functions for ABC9).
<suppressed ~2 debug messages>
24.42.23. Executing TECHMAP pass (map to technology primitives).
24.42.23.1. Executing Verilog-2005 frontend: /eda/oss-cad-suite/lib/../share/yosys/techmap.v
Parsing Verilog input from `/eda/oss-cad-suite/lib/../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_pmux'.
Generating RTLIL representation for module `\_90_demux'.
Generating RTLIL representation for module `\_90_lut'.
Successfully finished Verilog frontend.
24.42.23.2. Continuing TECHMAP pass.
Using template $paramod$838872d5a4bab89607f53482b205c0fd50d8b82e\CCU2C for cells of type $paramod$838872d5a4bab89607f53482b205c0fd50d8b82e\CCU2C.
Using extmapper simplemap for cells of type $or.
Using extmapper simplemap for cells of type $and.
Using extmapper simplemap for cells of type $xor.
Using extmapper simplemap for cells of type $not.
Using template $paramod\LUT2\INIT=4'1010 for cells of type LUT2.
Using template $paramod\LUT4\INIT=16'1001011010101010 for cells of type LUT4.
Using extmapper simplemap for cells of type $mux.
No more expansions possible.
<suppressed ~219 debug messages>
24.42.24. Executing OPT pass (performing simple optimizations).
24.42.24.1. Executing OPT_EXPR pass (perform const folding).
Optimizing module top.
<suppressed ~18 debug messages>
24.42.24.2. Executing OPT_MERGE pass (detect identical cells).
Finding identical cells in module `\top'.
<suppressed ~6 debug messages>
Removed a total of 2 cells.
24.42.24.3. Executing OPT_MUXTREE pass (detect dead branches in mux trees).
Running muxtree optimizer on module \top..
Creating internal representation of mux trees.
No muxes found in this module.
Removed 0 multiplexer ports.
24.42.24.4. Executing OPT_REDUCE pass (consolidate $*mux and $reduce_* inputs).
Optimizing cells in module \top.
Performed a total of 0 changes.
24.42.24.5. Executing OPT_MERGE pass (detect identical cells).
Finding identical cells in module `\top'.
Removed a total of 0 cells.
24.42.24.6. Executing OPT_DFF pass (perform DFF optimizations).
24.42.24.7. Executing OPT_CLEAN pass (remove unused cells and wires).
Finding unused cells or wires in module \top..
Removed 0 unused cells and 55 unused wires.
<suppressed ~1 debug messages>
24.42.24.8. Executing OPT_EXPR pass (perform const folding).
Optimizing module top.
24.42.24.9. Rerunning OPT passes. (Maybe there is more to do..)
24.42.24.10. Executing OPT_MUXTREE pass (detect dead branches in mux trees).
Running muxtree optimizer on module \top..
Creating internal representation of mux trees.
No muxes found in this module.
Removed 0 multiplexer ports.
24.42.24.11. Executing OPT_REDUCE pass (consolidate $*mux and $reduce_* inputs).
Optimizing cells in module \top.
Performed a total of 0 changes.
24.42.24.12. Executing OPT_MERGE pass (detect identical cells).
Finding identical cells in module `\top'.
Removed a total of 0 cells.
24.42.24.13. Executing OPT_DFF pass (perform DFF optimizations).
24.42.24.14. Executing OPT_CLEAN pass (remove unused cells and wires).
Finding unused cells or wires in module \top..
24.42.24.15. Executing OPT_EXPR pass (perform const folding).
Optimizing module top.
24.42.24.16. Finished OPT passes. (There is nothing left to do.)
24.42.25. Executing AIGMAP pass (map logic to AIG).
Module top: replaced 18 cells with 120 new cells, skipped 39 cells.
replaced 3 cell types:
2 $_OR_
2 $_XOR_
14 $_MUX_
not replaced 3 cell types:
31 $specify2
4 $_NOT_
4 $_AND_
24.42.26. Executing AIGMAP pass (map logic to AIG).
Module top: replaced 5599 cells with 33330 new cells, skipped 4852 cells.
replaced 4 cell types:
1949 $_OR_
137 $_XOR_
4 $_ORNOT_
3509 $_MUX_
not replaced 28 cell types:
33 $scopeinfo
520 $_NOT_
1553 $_AND_
6 $_TBUF_
1 $paramod$1b245595bcc46f4ac909ab856152f79dd75f8557\TRELLIS_DPR16X4
1 $paramod$e72779d274e27bebe4411964bf5e143355a87c7e\TRELLIS_DPR16X4
1224 TRELLIS_FF
4 MULT18X18D
1 $paramod$e67a852eae7e3c45a25a42db9df627e599906b20\TRELLIS_DPR16X4
1 $paramod$aaffcb3a565bbab032b741ef301c59835b7f8af7\TRELLIS_DPR16X4_$abc9_byp
1 $paramod$d0b2254e3a5eaa6f854c07d263275e49c7183982\TRELLIS_DPR16X4
1 $paramod$aaffcb3a565bbab032b741ef301c59835b7f8af7\TRELLIS_DPR16X4
1 $paramod$e72779d274e27bebe4411964bf5e143355a87c7e\TRELLIS_DPR16X4_$abc9_byp
1 $paramod$507fbd1692e489e20e4407a318375a77f4eb912d\TRELLIS_DPR16X4
1 $paramod$d0b2254e3a5eaa6f854c07d263275e49c7183982\TRELLIS_DPR16X4_$abc9_byp
1 $paramod$1b245595bcc46f4ac909ab856152f79dd75f8557\TRELLIS_DPR16X4_$abc9_byp
1 $paramod$e67a852eae7e3c45a25a42db9df627e599906b20\TRELLIS_DPR16X4_$abc9_byp
1 $__ABC9_SCC_BREAKER
24 $paramod$d1cad21b87e74b01c8dcd657997284bb4d05c02a\TRELLIS_DPR16X4
24 $paramod$d1cad21b87e74b01c8dcd657997284bb4d05c02a\TRELLIS_DPR16X4_$abc9_byp
1 $paramod$b5c66c2aa4af94d57a19ea347071ab111a69927c\TRELLIS_DPR16X4
1 $paramod$8af6077d0e01668c80477d602129e91b8e1d0a35\TRELLIS_DPR16X4
532 $paramod$2074b3813575c9ede27f9a04ee0bf291c9c7bf2f\TRELLIS_DPR16X4_$abc9_byp
1 $paramod$b5c66c2aa4af94d57a19ea347071ab111a69927c\TRELLIS_DPR16X4_$abc9_byp
1 $paramod$8af6077d0e01668c80477d602129e91b8e1d0a35\TRELLIS_DPR16X4_$abc9_byp
1 $paramod$507fbd1692e489e20e4407a318375a77f4eb912d\TRELLIS_DPR16X4_$abc9_byp
532 $paramod$2074b3813575c9ede27f9a04ee0bf291c9c7bf2f\TRELLIS_DPR16X4
383 $paramod$838872d5a4bab89607f53482b205c0fd50d8b82e\CCU2C
24.42.26.1. Executing ABC9_OPS pass (helper functions for ABC9).
24.42.26.2. Executing ABC9_OPS pass (helper functions for ABC9).
24.42.26.3. Executing XAIGER backend.
<suppressed ~11 debug messages>
Extracted 14444 AND gates and 43195 wires from module `top' to a netlist network with 3624 inputs and 1256 outputs.
24.42.26.4. Executing ABC9_EXE pass (technology mapping using ABC9).
24.42.26.5. Executing ABC9.
read_verilog: Time (s): cpu = 00:00:08 ; elapsed = 00:00:08 . Memory (MB): peak = 1317.090 ; gain = 0.023 ; free physical = 1589 ; free virtual = 24162
# read_verilog ../../debug/reset.v
# read_verilog ../../src/core/alu_control.v
# read_verilog ../../src/core/alu.v
# read_verilog ../../src/core/control_unit.v
# read_verilog ../../src/core/core.v
# read_verilog ../../src/core/immediate_generator.v
# read_verilog ../../src/core/mux.v
# read_verilog ../../src/core/pc.v
# read_verilog ../../src/core/registers.v
# read_verilog ../../src/core/csr_unit.v
# read_verilog ../../src/core/mdu.v
# read_verilog ../../src/peripheral/bus.v
# read_verilog ../../src/peripheral/gpio.v
# read_verilog ../../src/peripheral/gpios.v
# read_verilog ../../src/peripheral/leds.v
# read_verilog ../../src/peripheral/memory.v
# read_verilog ../../src/peripheral/soc.v
# read_verilog ../../src/peripheral/uart_rx.v
# read_verilog ../../src/peripheral/uart_tx.v
# read_verilog ../../src/peripheral/uart.v
# read_verilog ../../src/peripheral/fifo.v
# read_verilog ../../src/peripheral/pwm.v
# read_xdc "digilent_nexys4_ddr.xdc"
# set_property PROCESSING_ORDER EARLY [get_files digilent_nexys4_ddr.xdc]
# synth_design -top "top" -part "xc7a100tcsg324-1"
Command: synth_design -top top -part xc7a100tcsg324-1
Starting synth_design
Attempting to get a license for feature 'Synthesis' and/or device 'xc7a100t'
INFO: [Common 17-349] Got license for feature 'Synthesis' and/or device 'xc7a100t'
INFO: [Device 21-403] Loading part xc7a100tcsg324-1
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:
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 = 3624/ 1256 and = 13254 lev = 44 (3.66) mem = 0.40 MB box = 947 bb = 564
ABC: + &scorr
ABC: Warning: The network is combinational.
ABC: + &sweep
ABC: + &dc2
ABC: + &dch -f
ABC: + &ps
ABC: <abc-temp-dir>/input : i/o = 3624/ 1256 and = 17596 lev = 56 (2.26) mem = 0.45 MB ch = 1672 box = 931 bb = 564
ABC: + &if -W 300 -v
ABC: K = 7. Memory (bytes): Truth = 0. Cut = 64. Obj = 148. Set = 672. CutMin = no
ABC: Node = 17596. Ch = 1278. Total mem = 5.26 MB. Peak cut mem = 0.26 MB.
ABC: P: Del = 5878.00. Ar = 20853.0. Edge = 23307. Cut = 216431. T = 0.06 sec
ABC: P: Del = 5874.00. Ar = 20683.0. Edge = 23063. Cut = 213720. T = 0.06 sec
ABC: P: Del = 5874.00. Ar = 8736.0. Edge = 17197. Cut = 507819. T = 0.13 sec
ABC: F: Del = 5874.00. Ar = 6330.0. Edge = 15273. Cut = 360635. T = 0.10 sec
ABC: A: Del = 5874.00. Ar = 5819.0. Edge = 14196. Cut = 350003. T = 0.15 sec
ABC: A: Del = 5874.00. Ar = 5741.0. Edge = 14143. Cut = 360619. T = 0.15 sec
ABC: Total time = 0.65 sec
ABC: + &write -n <abc-temp-dir>/output.aig
ABC: + &mfs
ABC: + &ps -l
ABC: <abc-temp-dir>/input : i/o = 3624/ 1256 and = 13452 lev = 33 (2.25) mem = 0.40 MB box = 931 bb = 564
ABC: Mapping (K=7) : lut = 3550 edge = 13930 lev = 12 (1.11) Boxes are not in a topological order. Switching to level computation without boxes.
ABC: levB = 33 mem = 0.19 MB
ABC: LUT = 3550 : 2=436 12.3 % 3=686 19.3 % 4=1607 45.3 % 5=504 14.2 % 6=167 4.7 % 7=150 4.2 % Ave = 3.92
ABC: + &write -n <abc-temp-dir>/output.aig
ABC: + time
ABC: elapse: 6.87 seconds, total: 6.87 seconds
24.42.26.6. Executing AIGER frontend.
<suppressed ~9788 debug messages>
Removed 18760 unused cells and 37735 unused wires.
24.42.26.7. Executing ABC9_OPS pass (helper functions for ABC9).
ABC RESULTS: $lut cells: 3581
ABC RESULTS: $paramod$aaffcb3a565bbab032b741ef301c59835b7f8af7\TRELLIS_DPR16X4_$abc9_byp cells: 1
ABC RESULTS: $paramod$e72779d274e27bebe4411964bf5e143355a87c7e\TRELLIS_DPR16X4_$abc9_byp cells: 1
ABC RESULTS: $paramod$d0b2254e3a5eaa6f854c07d263275e49c7183982\TRELLIS_DPR16X4_$abc9_byp cells: 1
ABC RESULTS: $paramod$1b245595bcc46f4ac909ab856152f79dd75f8557\TRELLIS_DPR16X4_$abc9_byp cells: 1
ABC RESULTS: $paramod$e67a852eae7e3c45a25a42db9df627e599906b20\TRELLIS_DPR16X4_$abc9_byp cells: 1
ABC RESULTS: $paramod$d1cad21b87e74b01c8dcd657997284bb4d05c02a\TRELLIS_DPR16X4_$abc9_byp cells: 24
ABC RESULTS: $paramod$2074b3813575c9ede27f9a04ee0bf291c9c7bf2f\TRELLIS_DPR16X4_$abc9_byp cells: 532
ABC RESULTS: $paramod$b5c66c2aa4af94d57a19ea347071ab111a69927c\TRELLIS_DPR16X4_$abc9_byp cells: 1
ABC RESULTS: $paramod$8af6077d0e01668c80477d602129e91b8e1d0a35\TRELLIS_DPR16X4_$abc9_byp cells: 1
ABC RESULTS: $paramod$507fbd1692e489e20e4407a318375a77f4eb912d\TRELLIS_DPR16X4_$abc9_byp cells: 1
ABC RESULTS: $paramod$838872d5a4bab89607f53482b205c0fd50d8b82e\CCU2C cells: 367
ABC RESULTS: input signals: 631
ABC RESULTS: output signals: 242
Removing temp directory.
24.42.27. Executing TECHMAP pass (map to technology primitives).
24.42.27.1. Executing Verilog-2005 frontend: /eda/oss-cad-suite/lib/../share/yosys/abc9_unmap.v
Parsing Verilog input from `/eda/oss-cad-suite/lib/../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.
24.42.27.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.
Using template $paramod$838872d5a4bab89607f53482b205c0fd50d8b82e\CCU2C for cells of type $paramod$838872d5a4bab89607f53482b205c0fd50d8b82e\CCU2C.
Using template $paramod$e67a852eae7e3c45a25a42db9df627e599906b20\TRELLIS_DPR16X4 for cells of type $paramod$e67a852eae7e3c45a25a42db9df627e599906b20\TRELLIS_DPR16X4.
Using template $paramod$e67a852eae7e3c45a25a42db9df627e599906b20\TRELLIS_DPR16X4_$abc9_byp for cells of type $paramod$e67a852eae7e3c45a25a42db9df627e599906b20\TRELLIS_DPR16X4_$abc9_byp.
Using template $paramod$8af6077d0e01668c80477d602129e91b8e1d0a35\TRELLIS_DPR16X4 for cells of type $paramod$8af6077d0e01668c80477d602129e91b8e1d0a35\TRELLIS_DPR16X4.
Using template $paramod$8af6077d0e01668c80477d602129e91b8e1d0a35\TRELLIS_DPR16X4_$abc9_byp for cells of type $paramod$8af6077d0e01668c80477d602129e91b8e1d0a35\TRELLIS_DPR16X4_$abc9_byp.
Using template $paramod$e72779d274e27bebe4411964bf5e143355a87c7e\TRELLIS_DPR16X4 for cells of type $paramod$e72779d274e27bebe4411964bf5e143355a87c7e\TRELLIS_DPR16X4.
Using template $paramod$e72779d274e27bebe4411964bf5e143355a87c7e\TRELLIS_DPR16X4_$abc9_byp for cells of type $paramod$e72779d274e27bebe4411964bf5e143355a87c7e\TRELLIS_DPR16X4_$abc9_byp.
Using template $paramod$1b245595bcc46f4ac909ab856152f79dd75f8557\TRELLIS_DPR16X4 for cells of type $paramod$1b245595bcc46f4ac909ab856152f79dd75f8557\TRELLIS_DPR16X4.
Using template $paramod$1b245595bcc46f4ac909ab856152f79dd75f8557\TRELLIS_DPR16X4_$abc9_byp for cells of type $paramod$1b245595bcc46f4ac909ab856152f79dd75f8557\TRELLIS_DPR16X4_$abc9_byp.
Using template $paramod$b5c66c2aa4af94d57a19ea347071ab111a69927c\TRELLIS_DPR16X4 for cells of type $paramod$b5c66c2aa4af94d57a19ea347071ab111a69927c\TRELLIS_DPR16X4.
Using template $paramod$b5c66c2aa4af94d57a19ea347071ab111a69927c\TRELLIS_DPR16X4_$abc9_byp for cells of type $paramod$b5c66c2aa4af94d57a19ea347071ab111a69927c\TRELLIS_DPR16X4_$abc9_byp.
Using template $paramod$d1cad21b87e74b01c8dcd657997284bb4d05c02a\TRELLIS_DPR16X4 for cells of type $paramod$d1cad21b87e74b01c8dcd657997284bb4d05c02a\TRELLIS_DPR16X4.
Using template $paramod$d1cad21b87e74b01c8dcd657997284bb4d05c02a\TRELLIS_DPR16X4_$abc9_byp for cells of type $paramod$d1cad21b87e74b01c8dcd657997284bb4d05c02a\TRELLIS_DPR16X4_$abc9_byp.
Using template $paramod$d0b2254e3a5eaa6f854c07d263275e49c7183982\TRELLIS_DPR16X4 for cells of type $paramod$d0b2254e3a5eaa6f854c07d263275e49c7183982\TRELLIS_DPR16X4.
Using template $paramod$aaffcb3a565bbab032b741ef301c59835b7f8af7\TRELLIS_DPR16X4 for cells of type $paramod$aaffcb3a565bbab032b741ef301c59835b7f8af7\TRELLIS_DPR16X4.
Using template $paramod$507fbd1692e489e20e4407a318375a77f4eb912d\TRELLIS_DPR16X4 for cells of type $paramod$507fbd1692e489e20e4407a318375a77f4eb912d\TRELLIS_DPR16X4.
Using template $paramod\$__ABC9_SCC_BREAKER\WIDTH=32'00000000000000000000000000000111 for cells of type $__ABC9_SCC_BREAKER.
Using template $paramod$507fbd1692e489e20e4407a318375a77f4eb912d\TRELLIS_DPR16X4_$abc9_byp for cells of type $paramod$507fbd1692e489e20e4407a318375a77f4eb912d\TRELLIS_DPR16X4_$abc9_byp.
Using template $paramod$aaffcb3a565bbab032b741ef301c59835b7f8af7\TRELLIS_DPR16X4_$abc9_byp for cells of type $paramod$aaffcb3a565bbab032b741ef301c59835b7f8af7\TRELLIS_DPR16X4_$abc9_byp.
Using template $paramod$d0b2254e3a5eaa6f854c07d263275e49c7183982\TRELLIS_DPR16X4_$abc9_byp for cells of type $paramod$d0b2254e3a5eaa6f854c07d263275e49c7183982\TRELLIS_DPR16X4_$abc9_byp.
No more expansions possible.
<suppressed ~1533 debug messages>
Removed 287 unused cells and 53347 unused wires.
24.43. Executing TECHMAP pass (map to technology primitives).
24.43.1. Executing Verilog-2005 frontend: /eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_map.v
Parsing Verilog input from `/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_map.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.
24.43.2. Continuing TECHMAP pass.
Using template $paramod$fccf32f2ce0297290591a5838f1fa2029876bdfc\$lut for cells of type $lut.
Using template $paramod$375cab7262c9d7ee4744a5653313680b6745f29f\$lut for cells of type $lut.
Using template $paramod\$lut\WIDTH=32'00000000000000000000000000000010\LUT=4'0001 for cells of type $lut.
Using template $paramod$760cbd2b0865be4df85054ed8df8a4e88164e55a\$lut for cells of type $lut.
Using template $paramod\$lut\WIDTH=32'00000000000000000000000000000010\LUT=4'0100 for cells of type $lut.
Using template $paramod$6d6beead1425af15cf78b27fd9b11b41b5d4bce8\$lut for cells of type $lut.
Using template $paramod\$lut\WIDTH=32'00000000000000000000000000000011\LUT=8'10000000 for cells of type $lut.
Using template $paramod\$lut\WIDTH=32'00000000000000000000000000000011\LUT=8'01000000 for cells of type $lut.
Using template $paramod$272652f6c6fbe9a75eff76e45cc7e2788835518b\$lut for cells of type $lut.
Using template $paramod$2844c7fef2a755a9af80c70990cd830291c4b71c\$lut for cells of type $lut.
Using template $paramod$de81bb4f24bddd9c01fb4a8d2c0db4e04ac2517e\$lut for cells of type $lut.
Using template $paramod\$lut\WIDTH=32'00000000000000000000000000000010\LUT=4'1000 for cells of type $lut.
Using template $paramod\$lut\WIDTH=32'00000000000000000000000000000011\LUT=8'00001000 for cells of type $lut.
Using template $paramod$df196ed0a1da5c4a58c5e08a1dac304fd3fccaab\$lut for cells of type $lut.
Using template $paramod$6f26f546ad655ddf775808ebf2114763796f1896\$lut for cells of type $lut.
Using template $paramod$f5651ff2abca4d07e0dfb50ad5504abd96162cd4\$lut for cells of type $lut.
Using template $paramod$f0bef4a30c0ab8325e910c7b53ed5044c4e7d707\$lut for cells of type $lut.
Using template $paramod\$lut\WIDTH=32'00000000000000000000000000000010\LUT=4'0010 for cells of type $lut.
Using template $paramod$c28a8b7ce0535d090c4cfb52e9c74affd52b110c\$lut for cells of type $lut.
Using template $paramod\$lut\WIDTH=32'00000000000000000000000000000011\LUT=8'11001010 for cells of type $lut.
Using template $paramod$d21d214a5aa271f2d9da3f90f22432c0ecee130f\$lut for cells of type $lut.
Using template $paramod$ccd3e15dc00d71b9284dff48e88ccef5be7362c8\$lut for cells of type $lut.
Using template $paramod$8e1c82b304528085a78e4651c993ce9e1ef6b8a8\$lut for cells of type $lut.
Using template $paramod$0cc8f16ef96f2f983514a8b400735b2a2029d6c5\$lut for cells of type $lut.
Using template $paramod$03d0edf20ed1469b09ef5ea8e93986bf65c1867c\$lut for cells of type $lut.
Using template $paramod$bce98cbc4c7663d9534fcdf870483176065e0cfd\$lut for cells of type $lut.
Using template $paramod$8c2f43e08c9cc2b49de93af951f385231789cba4\$lut for cells of type $lut.
Using template $paramod$323fbd8da0ac5986920f0496885d4acac13656a5\$lut for cells of type $lut.
Using template $paramod$384dd8fd176e9fb45aae56ef8f5af5a6b7507981\$lut for cells of type $lut.
Using template $paramod$e800d193f17c895194d1649dde3e5037bf808d28\$lut for cells of type $lut.
Using template $paramod\$lut\WIDTH=32'00000000000000000000000000000010\LUT=4'1001 for cells of type $lut.
Using template $paramod$505ef859daf333cd3708b17e0847e5ec5b9043b5\$lut for cells of type $lut.
Using template $paramod$4f79d472867f62e55dd736f8b9b25cd05a56667d\$lut for cells of type $lut.
Using template $paramod$22fea57d7a456c098d9c97c3010141b9cce8b96f\$lut for cells of type $lut.
Using template $paramod$97f3b6ab014042030ef7d90b63ad321dcdb251a4\$lut for cells of type $lut.
Using template $paramod$80fd3f90b6a7b38da9d25588666decbe3adaf5ec\$lut for cells of type $lut.
Using template $paramod$c1a19a87ccbbb03d43a72335db63f692ddf82cc1\$lut for cells of type $lut.
Using template $paramod$f587be5dee6fb7e49a5d3ac9ec8f717822a31ea2\$lut for cells of type $lut.
Using template $paramod\$lut\WIDTH=32'00000000000000000000000000000011\LUT=8'10101000 for cells of type $lut.
Using template $paramod$8fd8efe0a495790cc9ddc97266933ea8a8cd7b45\$lut for cells of type $lut.
Using template $paramod\$lut\WIDTH=32'00000000000000000000000000000011\LUT=8'10101100 for cells of type $lut.
Using template $paramod\$lut\WIDTH=32'00000000000000000000000000000011\LUT=8'00010000 for cells of type $lut.
Using template $paramod$873c285bdccf0ac2b60d2304ea5cd14bf211d2a6\$lut for cells of type $lut.
Using template $paramod\$lut\WIDTH=32'00000000000000000000000000000011\LUT=8'00100000 for cells of type $lut.
Using template $paramod$ddace04fba544e6adc4cdda6a50048ddd7c111af\$lut for cells of type $lut.
Using template $paramod$7ac0d693e8b843c95e28e03fd4fd6964982c85ff\$lut for cells of type $lut.
Using template $paramod$56c17e6b75008244fc881c7eb75e21c7a76da222\$lut for cells of type $lut.
Using template $paramod$692c4ee85d95f8cc4959911841a85a43ebfd3f05\$lut for cells of type $lut.
Using template $paramod$08ae02f915bbd76f41c8d954a9d331c97be49f4e\$lut for cells of type $lut.
Using template $paramod$c97bcad21440836b1df0dc8f4860bb61034e5b37\$lut for cells of type $lut.
Using template $paramod$2754a21a217ccdc1a0cbf27b2e8b19266cadc23f\$lut for cells of type $lut.
Using template $paramod$a6cc35b73c1ffab209ee185e5047a4b26bf058d0\$lut for cells of type $lut.
Using template $paramod$8dc7036079d7be3e5b8905f947c0888c82aab734\$lut for cells of type $lut.
Using template $paramod$8512f4fb47fa9596f76cdbe5b407a5b54df368e7\$lut for cells of type $lut.
Using template $paramod$b419810ab1d51da1962917a1949cecc5f27935eb\$lut for cells of type $lut.
Using template $paramod\$lut\WIDTH=32'00000000000000000000000000000011\LUT=8'00001101 for cells of type $lut.
Using template $paramod$88e557ff47f35512152dcd123e39a7dd2f3f82eb\$lut for cells of type $lut.
Using template $paramod$81d8a60fd95b1a9f9ef71c12a774ae6988cb9fd5\$lut for cells of type $lut.
Using template $paramod$f9b715fbf1040e81e900b2461c2390d17ed5e988\$lut for cells of type $lut.
Using template $paramod\$lut\WIDTH=32'00000000000000000000000000000011\LUT=8'11100100 for cells of type $lut.
Using template $paramod$182d63a1d187cd10f5bbd0c045f67443230236ce\$lut for cells of type $lut.
Using template $paramod$4860dafdc834533400ce38279a6df237a334bfd9\$lut for cells of type $lut.
Using template $paramod$cb010d9d807aecdf375861b88f8530fc6b174d3a\$lut for cells of type $lut.
Using template $paramod$12229147667828462b478d342792d048c9eada15\$lut for cells of type $lut.
Using template $paramod$df5c8730c0a53792c3f54c2192a2221c27162fb5\$lut for cells of type $lut.
Using template $paramod\$lut\WIDTH=32'00000000000000000000000000000011\LUT=8'00110101 for cells of type $lut.
Using template $paramod$cff760671c8808a77fd0b87e8acfd7128f4b3b67\$lut for cells of type $lut.
Using template $paramod$e8323f64b74b08cb8451d9188d080e5c4db6dec0\$lut for cells of type $lut.
Using template $paramod$0b200774a51ee1f213da888e8a9f1ceb81b9ba00\$lut for cells of type $lut.
Using template $paramod$90dc599eed99da511e64ad217d69e7ff2c1e56cc\$lut for cells of type $lut.
Using template $paramod$5d7bcf9eef64b9cf9b3a8f59dada5eb62953226d\$lut for cells of type $lut.
Using template $paramod$b35600cbd103b879334d59bdc8bf8ab153499ca7\$lut for cells of type $lut.
Using template $paramod$f59487130b09204dac52ef308200ba639dac5a65\$lut for cells of type $lut.
Using template $paramod$2c9fdd9f81a9a0f20f195228573ae06ae3d35480\$lut for cells of type $lut.
Using template $paramod$ccfb9a3713aab68fdc619d4883eba72ace4265a2\$lut for cells of type $lut.
Using template $paramod\$lut\WIDTH=32'00000000000000000000000000000011\LUT=8'00000010 for cells of type $lut.
Using template $paramod$7e658042a7979951cdeb1f505d94f9d880eec8d9\$lut for cells of type $lut.
Using template $paramod$f9813472aa48e533b3838c6f2316dc2e78c66111\$lut for cells of type $lut.
Using template $paramod$85b779ce5ab505dbf25e5e046fb43ca2b76b878b\$lut for cells of type $lut.
Using template $paramod$f0169807cabb208126f94e3f71552cc012e8013f\$lut for cells of type $lut.
Using template $paramod$b2a4860cd839ff40d9dca4c3f237b2b534267028\$lut for cells of type $lut.
Using template $paramod$57c7bedd4ed822e0515156540040cc8abd8b884e\$lut for cells of type $lut.
Using template $paramod$a5516fc31d1e552de2435200bb732b4d4ad63a9c\$lut for cells of type $lut.
Using template $paramod\$lut\WIDTH=32'00000000000000000000000000000011\LUT=8'01101100 for cells of type $lut.
Using template $paramod$6d90d17105be677ad189f7496442288458f758d6\$lut for cells of type $lut.
Using template $paramod$c8f9ac1727a25c897198a991fb523ce0a93a4d2f\$lut for cells of type $lut.
Using template $paramod$adc0b354bb960519a616db7423a6274fc380540e\$lut for cells of type $lut.
Using template $paramod$6e2b27a23561eba4d5d7a3612a01502854865858\$lut for cells of type $lut.
Using template $paramod$bb212aa60e0f78d48b130d8e4733c7010436fb09\$lut for cells of type $lut.
Using template $paramod$94e65f323749ab2f501acf5577af42456678fff9\$lut for cells of type $lut.
Using template $paramod\$lut\WIDTH=32'00000000000000000000000000000011\LUT=8'00101010 for cells of type $lut.
Using template $paramod$08b1a3bb94ba893d92c76bfb1ea024b7364aa7aa\$lut for cells of type $lut.
Using template $paramod$571404c0889eaf57f492cb5e37f8acb5df5852f9\$lut for cells of type $lut.
Using template $paramod$e0286d7bdebdb6346cb367bb1962e01892ba2e32\$lut for cells of type $lut.
Using template $paramod$bde6c96e44b0f8e6d9db97eafdf28d77ceaa9a96\$lut for cells of type $lut.
Using template $paramod$04b5b18fe326279d27970f18774660308c2a0957\$lut for cells of type $lut.
Using template $paramod$6720635ab9307249b8ea0caf486aad8c353f2185\$lut for cells of type $lut.
Using template $paramod$658b9ed803f0d3d335616d3858b53e0a2522f1e8\$lut for cells of type $lut.
Using template $paramod$30f4da6ff0d10c116990e5fb74d5fd3e137d77f7\$lut for cells of type $lut.
Using template $paramod$5c3294d2efb88caf0474e72690e5c12ab871a3e8\$lut for cells of type $lut.
Using template $paramod$62480b7bca8b711bceff201a7d41ed15a726259c\$lut for cells of type $lut.
Using template $paramod$62ed4c3299b68c9865de35b2752762287f7bd37f\$lut for cells of type $lut.
Using template $paramod$1221ecddf806ed98cf6cee2f2b5a80f38aeb4bee\$lut for cells of type $lut.
Using template $paramod$5e28eb89fe8218b3148e3be09ae377b977d434a9\$lut for cells of type $lut.
Using template $paramod$a4550ffad09d079c5cfc8911b53f312523a5783a\$lut for cells of type $lut.
Using template $paramod$0817ba1bb76015d86d1f03b22a80e18f505980d8\$lut for cells of type $lut.
Using template $paramod$ee3ba3939f6ccdb74bf420a252d58cdb86511937\$lut for cells of type $lut.
Using template $paramod$8e3958c0721c76bb2ff944f8512e31568d71d6f3\$lut for cells of type $lut.
Using template $paramod$ee1d825ecf673ff64e00aed669fe383b592b42ad\$lut for cells of type $lut.
Using template $paramod$9f86076d51df9a4da463f6218e6cd2ddba0c7c03\$lut for cells of type $lut.
Using template $paramod$fd612331c30e9d253090fdb1f8a32e43d927e731\$lut for cells of type $lut.
Using template $paramod$c8f2b00a2feb859040935d06cafa51f6c4e20e0d\$lut for cells of type $lut.
Using template $paramod$79b9e3b5b4d5055d8f7b4df884a3d9fa422809b9\$lut for cells of type $lut.
Using template $paramod$c9ee8c3cdffc10341c8cca5ef6f2d62a471dd9ea\$lut for cells of type $lut.
Using template $paramod$f297876358d04f3a4c25b6e10912601d1561e249\$lut for cells of type $lut.
Using template $paramod$c078756a5eee24746ec1cfb3824decc1ad0554b7\$lut for cells of type $lut.
Using template $paramod$257540d835ef79c2b49dd7752254ac9ae6547bae\$lut for cells of type $lut.
Using template $paramod$796a976cd67711f2c509e1e9b3c47121c5427850\$lut for cells of type $lut.
Using template $paramod$991f5fcb82fd10139056a359ffc4a67f44aea8ab\$lut for cells of type $lut.
Using template $paramod$86b3760cb96b770d612108cec5e7aac5497f3312\$lut for cells of type $lut.
Using template $paramod$6bf74d43098222579e639c5a64a5885252736467\$lut for cells of type $lut.
Using template $paramod$8b170bed38bb84808b387a3554c5328e63aec095\$lut for cells of type $lut.
Using template $paramod$108952590fe845e8e70a99827bbbccefd1a29568\$lut for cells of type $lut.
Using template $paramod$166cf715efc1df7067d016845ac3b08a3b3bfe5f\$lut for cells of type $lut.
Using template $paramod$364c9ffbffac467d60dfec81bba4e18476c15602\$lut for cells of type $lut.
Using template $paramod$e85b6eba0dacefc5f73f8748159b8b9599212afc\$lut for cells of type $lut.
Using template $paramod$ad823946862e656cf7f96d606b18b8f972dc6d6c\$lut for cells of type $lut.
Using template $paramod$33e58adf67c6b686a154c9ce8ebbc4b04b8cabc5\$lut for cells of type $lut.
Using template $paramod$f8964313e27bbe57e1b92f25f8fc730d2c7b45ac\$lut for cells of type $lut.
Using template $paramod$2d5058fd101d4463b873a74c3b01ed4b3d5ef6b0\$lut for cells of type $lut.
Using template $paramod$916ef878ac57eee63cee50ece6edbc24efef36da\$lut for cells of type $lut.
Using template $paramod$4237ec31543859d6444b0df9382030ab13f55b7e\$lut for cells of type $lut.
Using template $paramod$e90f70c39fe8c2a77ab6893b67a0d7eea0763c62\$lut for cells of type $lut.
Using template $paramod$8d7a8d6e3356de09670738ba85f2c6b874f6b06d\$lut for cells of type $lut.
Using template $paramod$efd9db50f639c84b61057002b4119366b96c7abc\$lut for cells of type $lut.
Using template $paramod$c202ff2846080a206aa4a88215fb45b6e415501d\$lut for cells of type $lut.
Using template $paramod$251994398653c4cf8de320f1e306e535d5d2d624\$lut for cells of type $lut.
Using template $paramod$717dae7a4b4d98fb824634d546043d165e3cf20a\$lut for cells of type $lut.
Using template $paramod$34c08de42c94e65fa5f7d3ae138d622d3db23c23\$lut for cells of type $lut.
Using template $paramod$8adf7fbd410d2cc654c288d5be5f7508ee8809b0\$lut for cells of type $lut.
Using template $paramod\$lut\WIDTH=32'00000000000000000000000000000011\LUT=8'00000100 for cells of type $lut.
Using template $paramod$9e0d5e3cbbbadb2b139aaae0b912cff38011856c\$lut for cells of type $lut.
Using template $paramod$101238f3d8d49ab12a9b49a2f01cd503b26e9c61\$lut for cells of type $lut.
Using template $paramod$d3813b08e7bb29971c19859221b321b5494c6d5b\$lut for cells of type $lut.
Using template $paramod$0191aca637d7456617e2de0c2cdd833cadba4dee\$lut for cells of type $lut.
Using template $paramod\$lut\WIDTH=32'00000000000000000000000000000011\LUT=8'11100000 for cells of type $lut.
Using template $paramod$eba7de026ff587370e320127e266317dae097a89\$lut for cells of type $lut.
Using template $paramod$9e394303e290a474880b56f98766417009256d93\$lut for cells of type $lut.
Using template $paramod$a7c07944e10969b2e1fd563a5b72f89493cb3705\$lut for cells of type $lut.
Using template $paramod$712505941a295086314c22735153725461a87f4a\$lut for cells of type $lut.
Using template $paramod\$lut\WIDTH=32'00000000000000000000000000000011\LUT=8'11011000 for cells of type $lut.
Using template $paramod$7b4be8d87578c2c5a0c7163e1563fb1da9910167\$lut for cells of type $lut.
Using template $paramod$5995d6d099b139e85f99f4dc922eeb853038f669\$lut for cells of type $lut.
Using template $paramod$bc78f06f2643fb2b379edc011426238d80c3404e\$lut for cells of type $lut.
Using template $paramod$7bd891a4dd7bedcda59febd0a80cb966e32b529a\$lut for cells of type $lut.
Using template $paramod$47ac3f4d69f8d02c31d27c05790e46a914630b3b\$lut for cells of type $lut.
Using template $paramod$7bb6a37e65823eeb4b38c370fec30ab082759a14\$lut for cells of type $lut.
Using template $paramod$a197ef6f3b51d411ae3e5b42b5d77a606c4fb11a\$lut for cells of type $lut.
Using template $paramod$11ec7271d8e6e5aeaace08c13e4c601f10e31038\$lut for cells of type $lut.
Using template $paramod$6e238df02989b317f10820a22773676e71120644\$lut for cells of type $lut.
Using template $paramod$037be5c00d8a02858cdb1ab049b58a0133287ff1\$lut for cells of type $lut.
Using template $paramod$8e44661def013b6bf9fe6f8b049ef2c838d749f9\$lut for cells of type $lut.
Using template $paramod$f61366d569cc96fe3afd70ce011c49070975caf0\$lut for cells of type $lut.
Using template $paramod\$lut\WIDTH=32'00000000000000000000000000000011\LUT=8'00000111 for cells of type $lut.
Using template $paramod$d6ca727e39f31d51d29072e0f33aa09c65e37336\$lut for cells of type $lut.
Using template $paramod\$lut\WIDTH=32'00000000000000000000000000000010\LUT=4'0111 for cells of type $lut.
Using template $paramod\$lut\WIDTH=32'00000000000000000000000000000011\LUT=8'01110000 for cells of type $lut.
Using template $paramod$cf652acbfbf67d2248e3045cd0f09c58ca55886c\$lut for cells of type $lut.
Using template $paramod$a5dd9ee10fc2202a29791f7d68d4afcce241aee5\$lut for cells of type $lut.
Using template $paramod$a76afe794e55ba422468b9db09d48da3f250b812\$lut for cells of type $lut.
Using template $paramod$47a8214374025465e226fa66bee690ff33268a25\$lut for cells of type $lut.
Using template $paramod$7b809938766c3068dc017c276033f224fcfb7189\$lut for cells of type $lut.
Using template $paramod$a743caf801766df40bcc22d49baa12a0bdc2f7fe\$lut for cells of type $lut.
Using template $paramod$52953750219effadf43093a566baf492fdd6b6c8\$lut for cells of type $lut.
Using template $paramod$dff8e7e8854dc948604d9ed7dea9d198697a573d\$lut for cells of type $lut.
Using template $paramod$193d365ba3260f56de4ca734b1cedcf9dc72302b\$lut for cells of type $lut.
Using template $paramod$30305e55a780880b9c824fe3509a4d981acb0f2b\$lut for cells of type $lut.
Using template $paramod$f87bcf1791971b4eaa30f3f28437044fef878a04\$lut for cells of type $lut.
Using template $paramod$d546db88fc169832512e499a9cdf9a41b89ab74e\$lut for cells of type $lut.
Using template $paramod\$lut\WIDTH=32'00000000000000000000000000000011\LUT=8'01001100 for cells of type $lut.
Using template $paramod\$lut\WIDTH=32'00000000000000000000000000000010\LUT=4'1011 for cells of type $lut.
Using template $paramod\$lut\WIDTH=32'00000000000000000000000000000011\LUT=8'00001110 for cells of type $lut.
Using template $paramod$32abbd1d449a67fb913b4733374e345d4c17175b\$lut for cells of type $lut.
Using template $paramod$fc4352de4f21f7b4a6475eca769231d77afbf89b\$lut for cells of type $lut.
Using template $paramod$b4410865e8124402796f9dfbf73ef8d279fdbd08\$lut for cells of type $lut.
Using template $paramod\$lut\WIDTH=32'00000000000000000000000000000010\LUT=4'1110 for cells of type $lut.
Using template $paramod$d5a9679fba7c57b2aab43e04d37389000bd8f342\$lut for cells of type $lut.
Using template $paramod$f92f11ff50bcff578ce554fbdd5153029ffc08ba\$lut for cells of type $lut.
Using template $paramod$c4fe0d52e4fa3d649d75cb9587992cb08e44f263\$lut for cells of type $lut.
Using template $paramod$28c6069cdd901b0a486576034387fa2b259087e6\$lut for cells of type $lut.
Using template $paramod$5e9374f44a27c3f8a1c38af244ec43ceb4fb8d4f\$lut for cells of type $lut.
Using template $paramod$cb0fb1720ac2cc9a1fd4c68c65532135911f6918\$lut for cells of type $lut.
Using template $paramod$1ec3fb8fd1fa98216cb96b4422de32c4ba5f6c9c\$lut for cells of type $lut.
Using template $paramod$4681010791c63fc4aee7d54d3ffa6453b991c1cc\$lut for cells of type $lut.
Using template $paramod$42f08e9c571b81bce68fa617023cb6845d76a2b6\$lut for cells of type $lut.
Using template $paramod\$lut\WIDTH=32'00000000000000000000000000000011\LUT=8'00001011 for cells of type $lut.
Using template $paramod$e6a488add0b5a2d742e2ae29f62ce7616e04271d\$lut for cells of type $lut.
Using template $paramod$e27b924121af9f5acd4b0ccee1bfe645e37f74ca\$lut for cells of type $lut.
Using template $paramod\$lut\WIDTH=32'00000000000000000000000000000011\LUT=8'01110010 for cells of type $lut.
Using template $paramod$02a39d6f75416c06fff45fc81145d64144c93f5a\$lut for cells of type $lut.
Using template $paramod\$lut\WIDTH=32'00000000000000000000000000000011\LUT=8'11101111 for cells of type $lut.
Using template $paramod\$lut\WIDTH=32'00000000000000000000000000000011\LUT=8'11100010 for cells of type $lut.
Using template $paramod$fc529edbc71a004b65c9955f02c9b8bcfef67f84\$lut for cells of type $lut.
Using template $paramod$a1d323730045824cfc84bb9f4ee8031f1c4dcc9e\$lut for cells of type $lut.
Using template $paramod$a3f8a6a9eea9e713aa0804540f93d9fc29ae41b4\$lut for cells of type $lut.
Using template $paramod\$lut\WIDTH=32'00000000000000000000000000000011\LUT=8'00011011 for cells of type $lut.
Using template $paramod$db08fd84fb3c4d6a41eaec6adfffe445fb7eb17f\$lut for cells of type $lut.
Using template $paramod$097592bb16245531f0716c5ddb18d7090f9c7d9d\$lut for cells of type $lut.
Using template $paramod$1e09a10c7888636de55907b5f24ee459cc64f9c5\$lut for cells of type $lut.
Using template $paramod$5abfb3f38729596175961234487aade1e59b6a14\$lut for cells of type $lut.
Using template $paramod$7562579f4b6cddaf6813bdaed7637a5cce67162c\$lut for cells of type $lut.
Using template $paramod$26bf1160d4a540ca530ee78d87e70e90bb4dec68\$lut for cells of type $lut.
Using template $paramod$4a8554d0a765102353ca9705f6a3cc329f4379e7\$lut for cells of type $lut.
Using template $paramod$9fb55ae584d7161490614f6840d3d46638d25117\$lut for cells of type $lut.
Using template $paramod$5da8782f08ea0ee1e024ec657a31c7ba2be736c0\$lut for cells of type $lut.
Using template $paramod$a619374511796b51d4d7b6ef1cc75f27c77c5024\$lut for cells of type $lut.
Using template $paramod$fb4ed309581bcd972f41afa8566ae8b9812c7f6c\$lut for cells of type $lut.
Using template $paramod$9891217114ca63a6e9d48073351d843bb1d46faf\$lut for cells of type $lut.
Using template $paramod$7e0cf7055a780ac19f3f3b65650bc2ccf8a60083\$lut for cells of type $lut.
Using template $paramod$e672ad8d43171073450bc2f740ebe965abd1ab59\$lut for cells of type $lut.
Using template $paramod$e35cbb2856bd847a0d493fd67fa46f7560d56841\$lut for cells of type $lut.
Using template $paramod$ffc2ea81a65101fbef8a332deddf112494d27163\$lut for cells of type $lut.
Using template $paramod$348b4ad68d79e3a3526211fb5e228769b742a6a4\$lut for cells of type $lut.
Using template $paramod$9cf976b4f3a576aa2cd6b51304cf5de7fc836fbd\$lut for cells of type $lut.
Using template $paramod$b6358c53a7406049a98d2fe361ac70d70c5ecd93\$lut for cells of type $lut.
Using template $paramod$22b24e58bbaa9c18e6523383f451ea622f48a253\$lut for cells of type $lut.
Using template $paramod$0be37fab31b75f4ac3c421db2a98ae8bf83a65bf\$lut for cells of type $lut.
Using template $paramod$2e8d2f0da6f2bff69c7db4e4a351bf428155f8c7\$lut for cells of type $lut.
Using template $paramod$3f66ca11909f6140755b4d1429ead51d2ec59b0c\$lut for cells of type $lut.
Using template $paramod$558b6dc3ff9cf838120e438dda5b772206b906b8\$lut for cells of type $lut.
Using template $paramod$5502a85110dbca29ac631107f0b0635e7fade476\$lut for cells of type $lut.
Using template $paramod$ee940adc1c9c7ca56bf4cef7e35efec61f0f92ad\$lut for cells of type $lut.
Using template $paramod$ffbb23637580677318c7147c257c6cb0d5dcf2f8\$lut for cells of type $lut.
Using template $paramod$cccd2f3f8425912994840f3254e30ba3e14b5bb5\$lut for cells of type $lut.
Using template $paramod$9d1479f8837623c1ca4577af0a2b920f6c50cd47\$lut for cells of type $lut.
Using template $paramod$ff4087216cd26910440cd88fb4d04efebb4f19a8\$lut for cells of type $lut.
Using template $paramod$3231bc6fc52c660d8fde50793f3dfe90a57c982e\$lut for cells of type $lut.
Using template $paramod\$lut\WIDTH=32'00000000000000000000000000000011\LUT=8'01100000 for cells of type $lut.
Using template $paramod$dc5e5023f841e626f467d1c6d88b5043bf71a844\$lut for cells of type $lut.
Using template $paramod$eabde4761c91679426ef5401ae1b2c95bf56e107\$lut for cells of type $lut.
Using template $paramod$0b83932201bac77f28d8f183b38fa7402f2cda0d\$lut for cells of type $lut.
Using template $paramod$bd438c6cb298b4191a87fdbc85cc4ef886ff4512\$lut for cells of type $lut.
Using template $paramod$7c6540ba81be6901a6d412b24d073027229ebf22\$lut for cells of type $lut.
Using template $paramod$d5c7dda3e544463bf43ed73dadb51262f5dcf2fe\$lut for cells of type $lut.
Using template $paramod$51dc218c148f08878a36d6c8830164b26125fdc4\$lut for cells of type $lut.
Using template $paramod$15deee21bfb7f6f9f3963bae01e1abc87728ceb1\$lut for cells of type $lut.
Using template $paramod$62fc4ac57a0b73f1d95465f30f5df060addcd3ec\$lut for cells of type $lut.
Using template $paramod$0d4742cff20cb0e0e40b9af6c0257e3a276c0c2b\$lut for cells of type $lut.
Using template $paramod$9bbb5500b7a3facb5542b6e0d52035a10beaaab1\$lut for cells of type $lut.
Using template $paramod\$lut\WIDTH=32'00000000000000000000000000000011\LUT=8'01001110 for cells of type $lut.
Using template $paramod$87e9d21d543ead647a46fcc9086b32ae8c2ea11a\$lut for cells of type $lut.
Using template $paramod$8412f8174f73203416452c83bd152f4be7cb5d99\$lut for cells of type $lut.
Using template $paramod\$lut\WIDTH=32'00000000000000000000000000000011\LUT=8'00010011 for cells of type $lut.
Using template $paramod$22418d655b14100d21f947cbbc1ebadd7ad6698a\$lut for cells of type $lut.
Using template $paramod$b149564e2d325d948cd081f78aba778643552f20\$lut for cells of type $lut.
Using template $paramod$499c5dc765bba9b8841e19134ec4f7a628dab4c8\$lut for cells of type $lut.
Using template $paramod$ffba2346203b2b02b79ca124be2a7fb3e7fb0e0d\$lut for cells of type $lut.
Using template $paramod$5e3515bddfee425415a45ed6ebde9823acb0dcc7\$lut for cells of type $lut.
Using template $paramod$f2a0836cd707b59352954f389d1d6bcff9ac3758\$lut for cells of type $lut.
Using template $paramod$df29fe9e6d6d694a9cc5697e4251bf7d8cd4d8e4\$lut for cells of type $lut.
Using template $paramod$22ab56550807ac1ca0030e7dda21f0acdae3746b\$lut for cells of type $lut.
Using template $paramod$e77970c278bfbf46d7e0a00c35b23bd9e544005a\$lut for cells of type $lut.
Using template $paramod$b17530ee1c35f7c4907479b91fdce284cc04a486\$lut for cells of type $lut.
Using template $paramod$a191129d10a368b82781b98ff31865427345b51c\$lut for cells of type $lut.
Using template $paramod$1892d7a5a024228b11384475c0a06e07a94dcbb0\$lut for cells of type $lut.
Using template $paramod$e6062a78edaf68ec0dbea59d4c8352dcb2ce0366\$lut for cells of type $lut.
Using template $paramod$f99dc751189e8a1f9e12b58fac9a0e3f4559433d\$lut for cells of type $lut.
Using template $paramod$341a0365278347d2b986804a168ea0842b141545\$lut for cells of type $lut.
Using template $paramod$acda4eccb8b777ab4ba6808e33395751b64ed597\$lut for cells of type $lut.
Using template $paramod$bf10dffcfdee5c6a90ff644867de2af846869eb0\$lut for cells of type $lut.
Using template $paramod$e202e39dca1670242956aa7aaaffa9d01f4661a0\$lut for cells of type $lut.
Using template $paramod$fb309b0d73dea5c92c45a200b2bdb1ce2e974bb1\$lut for cells of type $lut.
Using template $paramod$b1241bb2f9028a57b5d511f41eb42255eb327e39\$lut for cells of type $lut.
Using template $paramod$6069048ea7c45159713a0558424cdfb243a46dfe\$lut for cells of type $lut.
Using template $paramod$c6c22d5aefd3a6422008665a69e8081be9581350\$lut for cells of type $lut.
Using template $paramod$59bf11360cba280c23276da3f0d20da1fa2db650\$lut for cells of type $lut.
Using template $paramod$6bd0be8086d83066cea9198616ef991e683ae7e8\$lut for cells of type $lut.
Using template $paramod$9f552cb46b76a5a9bfeb8a6c9ac4fc09bb24c189\$lut for cells of type $lut.
Using template $paramod$6a93501ad29b9e82ede7e6cda5af3b4bb0ff393c\$lut for cells of type $lut.
Using template $paramod$5289dac6f25369a9a495c69c724c25ee83ad0e78\$lut for cells of type $lut.
Using template $paramod$039b07627574dfdff09389bd8d1f8578fe650c68\$lut for cells of type $lut.
Using template $paramod$6ff7dea5d14f8c8a343e571e0d8ed243577280b8\$lut for cells of type $lut.
Using template $paramod$800aac849d7b8cf6bf6cd6e32282a42c7844818f\$lut for cells of type $lut.
Using template $paramod$f1b942b4ef2c27cc88cd4a1ac0d0f334c230da04\$lut for cells of type $lut.
Using template $paramod$2b1d358c4d9f1073b0f396338ffe53a4b097b046\$lut for cells of type $lut.
Using template $paramod$a5e1e9664ad873931b701f1adebf892bf4011bf0\$lut for cells of type $lut.
Using template $paramod\$lut\WIDTH=32'00000000000000000000000000000011\LUT=8'00100011 for cells of type $lut.
Using template $paramod$e3ecee6f6bc566058851e26a8838c97bf4d68ffa\$lut for cells of type $lut.
Using template $paramod$add409dfa55d52acfc1ab0c502605ddb72861818\$lut for cells of type $lut.
Using template $paramod$ecf124f29d451eda4ab293b043910e913ee9c6ad\$lut for cells of type $lut.
Using template $paramod$728e616c918eb05878d70b2bb240e381ea2847b9\$lut for cells of type $lut.
Using template $paramod$234997bee759301806c8ada31f0c044884c8f8c5\$lut for cells of type $lut.
Using template $paramod$ff69703bce2919dafd4f8338cb8b62f796562c68\$lut for cells of type $lut.
Using template $paramod$727a784a1c500e600aa07d96c1dbdfb67e942dc2\$lut for cells of type $lut.
Using template $paramod$332a399730bfc61adea04021a76b1c4e4030f37d\$lut for cells of type $lut.
Using template $paramod$018d71a0fe325d6362687fe53ac13dd6340e400d\$lut for cells of type $lut.
Using template $paramod\$lut\WIDTH=32'00000000000000000000000000000011\LUT=8'10001101 for cells of type $lut.
Using template $paramod$2ec6422db00d358fc7469efce6208bffbc8521cd\$lut for cells of type $lut.
Using template $paramod$2d2413a280e7b1addc7d01c2294edd09baa111cc\$lut for cells of type $lut.
Using template $paramod$2f9ab631c2c292dd343722365a65cff006ff6c9a\$lut for cells of type $lut.
Using template $paramod$f14917505a247afad129a52219cbb081241a2976\$lut for cells of type $lut.
Using template $paramod$56434893fcbf5a764a030d8f7e1443e8f35aff24\$lut for cells of type $lut.
Using template $paramod$5988e105d53b427c6fb07d6ee37fdbe2e802806b\$lut for cells of type $lut.
Using template $paramod$9ae0f136c9ed34a2deb323e9b2a3a520eea61514\$lut for cells of type $lut.
Using template $paramod$279fdc3fddb2578cdb0069c6418a5df2933a70dd\$lut for cells of type $lut.
Using template $paramod$ab50051fd00542f1563f0e46756b6a60b93d627e\$lut for cells of type $lut.
Using template $paramod$e4b832d686d12318ec0715f027fe549b42e45c20\$lut for cells of type $lut.
Using template $paramod\$lut\WIDTH=32'00000000000000000000000000000011\LUT=8'11001000 for cells of type $lut.
Using template $paramod$219b71aec9a19e7a27754ed85a7d6cdad9e5ec96\$lut for cells of type $lut.
Using template $paramod$865395c0228487a64a8e4011cecafc2c64b79f2b\$lut for cells of type $lut.
Using template $paramod$b090d5cebeb408777ce2f47d3398e33176a8fe9b\$lut for cells of type $lut.
Using template $paramod$ddfac7d1ce3e48921c2c90851027ce45a20f5d50\$lut for cells of type $lut.
Using template $paramod$85c29fd112ce5dc271566c2e79cac4fe4416c561\$lut for cells of type $lut.
Using template $paramod$2fcba14cc5beab18338a51e8cf6b04d51f73f359\$lut for cells of type $lut.
Using template $paramod$01724b0c3d6747e4ae2f732f34ca43c7cee20837\$lut for cells of type $lut.
Using template $paramod$4d0437b7b0c172f706ddc1c885cf38239720c9ff\$lut for cells of type $lut.
Using template $paramod$04b76070d08337bc357baf9f0d16e1e6b20124d5\$lut for cells of type $lut.
Using template $paramod$a3da4afbb0db432655a78761ba14532cc05e7eb1\$lut for cells of type $lut.
Using template $paramod$4a9f20a18e16e687c50b1afb238d77d575a68f2d\$lut for cells of type $lut.
Using template $paramod$806e5d74f59c08d3f71ea3d5f141fb0c9c652c13\$lut for cells of type $lut.
Using template $paramod$9c2ad3c7388384a6c4131a4b2a9efd2742eea37e\$lut for cells of type $lut.
Using template $paramod$f8e8f5ba92695b020841c478ac9a2c13560b0529\$lut for cells of type $lut.
Using template $paramod$187ee2d313f239bbb10f53489a4bc0457694e25d\$lut for cells of type $lut.
Using template $paramod$a3419990c616dad533a71d0bd64687a8eb7dc803\$lut for cells of type $lut.
Using template $paramod$48dd29393a5fca3ff82f92fb85fc1552968fa69c\$lut for cells of type $lut.
Using template $paramod$e0b3b895e9c1be9ee6ec4088613c0dda8797726f\$lut for cells of type $lut.
Using template $paramod$baa9d2fb2d21010939721b85aa9f11effe0b53c4\$lut for cells of type $lut.
Using template $paramod$5904c82018e4c227b0c956b94822db1d7d627cf6\$lut for cells of type $lut.
Using template $paramod$71039eaa750b63c13b47d102108a4d1b67d00b7c\$lut for cells of type $lut.
Using template $paramod$a61e546dbf8a79d39d2a551e75dde458158d5896\$lut for cells of type $lut.
Using template $paramod$6ea4bcfabfe70c347cab4b4f27c118adc24fc2d1\$lut for cells of type $lut.
Using template $paramod$f85d91f3183acbd0c3c1aa62bd59f71d891342d0\$lut for cells of type $lut.
Using template $paramod$303006157173efafc1854e8f051b79c4bb5dfa0b\$lut for cells of type $lut.
Using template $paramod$f8f63b209b7230e81958663ff24fef1613156af7\$lut for cells of type $lut.
Using template $paramod$66caeb00a39d236782a97659e3bd99621b74681b\$lut for cells of type $lut.
Using template $paramod$f3ada871809f362efd8eb0c4fb952bb5c98f0750\$lut for cells of type $lut.
Using template $paramod$fca001e3e0b52158a872e76e56c01ec10dfbb1de\$lut for cells of type $lut.
Using template $paramod\$lut\WIDTH=32'00000000000000000000000000000011\LUT=8'00000001 for cells of type $lut.
Using template $paramod$f58e0d90afc57a738914697b6a4a7319b30d7e7e\$lut for cells of type $lut.
Using template $paramod$ede67ae6159d4864b11272c4fe0692c3419120cd\$lut for cells of type $lut.
Using template $paramod\$lut\WIDTH=32'00000000000000000000000000000011\LUT=8'10010011 for cells of type $lut.
Using template $paramod\$lut\WIDTH=32'00000000000000000000000000000001\LUT=2'01 for cells of type $lut.
Using template $paramod$4ebbf381cf64b08e3304ae8194da41d0cd1eaa92\$lut for cells of type $lut.
Using template $paramod$6e4a86e6f1a5dc8f826898a131e83cdba4a4fc9e\$lut for cells of type $lut.
Using template $paramod\$lut\WIDTH=32'00000000000000000000000000000011\LUT=8'00110001 for cells of type $lut.
Using template $paramod$23764ef6208c0eba4ffe4afe904943e1ed80e8a4\$lut for cells of type $lut.
Using template $paramod\$lut\WIDTH=32'00000000000000000000000000000011\LUT=8'10111111 for cells of type $lut.
Using template $paramod$a03ef989f8f4e1878ce2f5c4e0e3d2dfb54307ef\$lut for cells of type $lut.
Using template $paramod\$lut\WIDTH=32'00000000000000000000000000000011\LUT=8'01000101 for cells of type $lut.
Using template $paramod\$lut\WIDTH=32'00000000000000000000000000000011\LUT=8'10111101 for cells of type $lut.
Using template $paramod\$lut\WIDTH=32'00000000000000000000000000000011\LUT=8'10100011 for cells of type $lut.
Using template $paramod$a50be0e6fa3a01511bb234559cb74fb8bd3e2061\$lut for cells of type $lut.
Using template $paramod$bba54c1ef87367812b4c15f4aed5ac70773df775\$lut for cells of type $lut.
Using template $paramod$a2657580ee705348a33a1ee3bd7383820950f23b\$lut for cells of type $lut.
Using template $paramod$a8b2b0f3a3fd7b01c99e8d61bb72f602bd41af54\$lut for cells of type $lut.
Using template $paramod$82b4a585d1edcb5c6e755dc9bd3392228a1c1304\$lut for cells of type $lut.
Using template $paramod$984ca0c6352e12d6ffd84922066097b4751db8a6\$lut for cells of type $lut.
Using template $paramod$06e62c2045624c211a1abe4f2f36c8f22c688165\$lut for cells of type $lut.
Using template $paramod$f47c9942b80255e65b27a48da140e9cf783a70bd\$lut for cells of type $lut.
Using template $paramod$cad45b6c9da81941161a13849773fe2ed4bc1c6f\$lut for cells of type $lut.
Using template $paramod$57cf7fbf84518d9e7604ec42b59ba9511e1f3caf\$lut for cells of type $lut.
Using template $paramod$b93d1ea7a612a32c185108f67a153d44ffb9aac2\$lut for cells of type $lut.
Using template $paramod$498daa9936ffa1c0b12d774cacc95a35d14b818e\$lut for cells of type $lut.
Using template $paramod$d25a0f1ed4a99ef8d1bf6a91b3015ece3e01714b\$lut for cells of type $lut.
Using template $paramod\$lut\WIDTH=32'00000000000000000000000000000011\LUT=8'10011100 for cells of type $lut.
Using template $paramod\$lut\WIDTH=32'00000000000000000000000000000011\LUT=8'01001000 for cells of type $lut.
Using template $paramod$413d040dcd860cd74ca61a70644516a95d328ae7\$lut for cells of type $lut.
Using template $paramod$5991a4b2f8c170e20ba92c9eab0dced82958c23d\$lut for cells of type $lut.
Using template $paramod$afdefd64f115cbb578c1cd4bf8426ecfef85ae91\$lut for cells of type $lut.
Using template $paramod\$lut\WIDTH=32'00000000000000000000000000000011\LUT=8'00011101 for cells of type $lut.
Using template $paramod$6f6a7fb6482d3745a696e7ec281190b5f0109710\$lut for cells of type $lut.
Using template $paramod$cba7d4f63aea5e4b3faf052f9f9805e0c6d202cb\$lut for cells of type $lut.
Using template $paramod$305eb7dbb8b85462f2ab8d937e9d3604aaaac11b\$lut for cells of type $lut.
Using template $paramod\$lut\WIDTH=32'00000000000000000000000000000011\LUT=8'10001100 for cells of type $lut.
Using template $paramod$eaea85d27cc0950ed001348e061727a194f5cf9c\$lut for cells of type $lut.
Using template $paramod$baa939b0bd5b3e0c8760492528669bd58f640542\$lut for cells of type $lut.
Using template $paramod$c600b4b1adc22857e1c1ba3b6aeb516fabe09da0\$lut for cells of type $lut.
Using template $paramod$068092ddede495d8462ffe530e6d91711913edbc\$lut for cells of type $lut.
Using template $paramod$ab71305dfa83297b431c7bf38b291079932920ec\$lut for cells of type $lut.
Using template $paramod$c70b865141b31e676f7fbd7ee63b880eef8cb064\$lut for cells of type $lut.
Using template $paramod$332530260df33f1e6567b344a898a29636fd4f0f\$lut for cells of type $lut.
Using template $paramod$2e9afba29670cc6475874639e7c1b3979c8ebde3\$lut for cells of type $lut.
Using template $paramod$9851cb11f88bbbf4a516c0595f3b0113b1f100c4\$lut for cells of type $lut.
Using template $paramod$0cd3cb76d41e28cc5712ab8ee8203c0aa5a41145\$lut for cells of type $lut.
Using template $paramod$240e171f8bae87a2fe4bee672a3055fa35afe320\$lut for cells of type $lut.
Using template $paramod$e9870c1c39d4638bbad0b12da39a8f33508077a8\$lut for cells of type $lut.
Using template $paramod$d79e8c7f0cb3bd049a34d82ec5fe688d444e5a52\$lut for cells of type $lut.
Using template $paramod$41326ad8644342a66dfb051d050f2b6fbf15015b\$lut for cells of type $lut.
Using template $paramod$c958b3a888f937f082b94811ff62d71e32a2b4eb\$lut for cells of type $lut.
Using template $paramod$1c30d08c403f38fa94ec53dfc832770bdc564fe4\$lut for cells of type $lut.
Using template $paramod$b587e1dcd8f8a9800d395e4aeecac52c55d6f585\$lut for cells of type $lut.
Using template $paramod$620586420e818d3afa7e5b51fcf19f5c6ea83ad4\$lut for cells of type $lut.
Using template $paramod$4040d51ad5c5e81302e17787a7679b382a438b5c\$lut for cells of type $lut.
Using template $paramod\$lut\WIDTH=32'00000000000000000000000000000011\LUT=8'00101110 for cells of type $lut.
Using template $paramod\$lut\WIDTH=32'00000000000000000000000000000011\LUT=8'10110000 for cells of type $lut.
Using template $paramod\$lut\WIDTH=32'00000000000000000000000000000011\LUT=8'10010000 for cells of type $lut.
Using template $paramod$66658cbed86a8310f9b7ba1190d35eff90ee749b\$lut for cells of type $lut.
Using template $paramod$18b66a2dc66be2a0d172c3d50ba03932f5924e22\$lut for cells of type $lut.
Using template $paramod$11c86b7a6cb6e98dcfb16c5f4d4cc1052b93d8a4\$lut for cells of type $lut.
Using template $paramod\$lut\WIDTH=32'00000000000000000000000000000011\LUT=8'11010000 for cells of type $lut.
Using template $paramod$8f87f69102ef145b2f1f86e377078c2aa0964fa5\$lut for cells of type $lut.
Using template $paramod$3e672ed4d74fb09d1bbc1e2b7e987d5fc7d32e5b\$lut for cells of type $lut.
Using template $paramod$aa117dc02d4f218ed5974b258634c3f38264f15f\$lut for cells of type $lut.
Using template $paramod$373d637619c29cb9150902df9528107e5f3b8288\$lut for cells of type $lut.
Using template $paramod$7404a1222eea956d6ffd6cc536d569eeaabec35f\$lut for cells of type $lut.
Using template $paramod$20235ca863361fbc253329cfc7eeea38c77404dc\$lut for cells of type $lut.
Using template $paramod$16709c7277a90cf041bff64ab2ca758c41bc27be\$lut for cells of type $lut.
Using template $paramod$4333291b32f7419b1fc32f99ac8ac723627e2be4\$lut for cells of type $lut.
Using template $paramod$92e85407afe4deea7d21f8df970bd67adaa57e19\$lut for cells of type $lut.
Using template $paramod$c7017ce6f918370601990fdcd7ae7caf301de017\$lut for cells of type $lut.
Using template $paramod$127d42c61791e2b6b8fd39133e126a67cbdb52bc\$lut for cells of type $lut.
Using template $paramod$35059585e93e18989247e13034fd6a1ce4de9957\$lut for cells of type $lut.
Using template $paramod$a50bbaf70b48eb6d78317eddf4f7e11e8988acec\$lut for cells of type $lut.
Using template $paramod$a39a8278ec745dd92733a9a7cc875aeaa81561cf\$lut for cells of type $lut.
Using template $paramod$06c5e1fe9689bdc0008e38e009ddfdb9df508661\$lut for cells of type $lut.
Using template $paramod$6e3a03c79073e44642e8ed2dab4ee82dfd40dfba\$lut for cells of type $lut.
Using template $paramod$d3185319b5c99da719afc2e6b2580a0af7d6917b\$lut for cells of type $lut.
Using template $paramod$cf6ab2c0433b8f9b498807313fee7b7dc115199f\$lut for cells of type $lut.
Using template $paramod\$lut\WIDTH=32'00000000000000000000000000000011\LUT=8'00010101 for cells of type $lut.
Using template $paramod$3f8de76d5901ddf9563eb3c7b60ca602ef842817\$lut for cells of type $lut.
Using template $paramod$df929792afd0bebf101a124ee890c12e0fed6a8d\$lut for cells of type $lut.
Using template $paramod\$lut\WIDTH=32'00000000000000000000000000000011\LUT=8'10001011 for cells of type $lut.
Using template $paramod$ff48546fdd0cbd4968a050b37854a7b52680b7ca\$lut for cells of type $lut.
Using template $paramod$6f9324703e8fcc3b6df2bc2bec54ec19a446ae96\$lut for cells of type $lut.
Using template $paramod$20f3f4b8e32f8a8b038b0056872dc94926194798\$lut for cells of type $lut.
Using template $paramod$1bb26330f94b9f62b6acb8cc6af86c50c7c3906f\$lut for cells of type $lut.
Using template $paramod$44c0fe996e6f3f4ba8bae2e194245aa82c30fa47\$lut for cells of type $lut.
Using template $paramod\$lut\WIDTH=32'00000000000000000000000000000011\LUT=8'00100111 for cells of type $lut.
Using template $paramod$084939c726da58f187a0156e97941d0745bafab1\$lut for cells of type $lut.
Using template $paramod$000fa2164e1f538c16460571efee2b6209a086cc\$lut for cells of type $lut.
Using template $paramod$65c97ea59a0ce660c2df1ef098338b1e0d2f42ae\$lut for cells of type $lut.
Using template $paramod$179512a187da069f3b79ef6612a41e494e7d54b6\$lut for cells of type $lut.
Using template $paramod$424ce08c2f6321b5fcb06e45c3aa4587fa178c07\$lut for cells of type $lut.
Using template $paramod$e6415db42f3d87e7270fc8089b4b183a5e737c97\$lut for cells of type $lut.
Using template $paramod$6be53ab59e0a69757fc32adb071ddcb64e8c87b6\$lut for cells of type $lut.
Using template $paramod$f8e1bdecd38a1f2a88371fc52b96bff86506a2c7\$lut for cells of type $lut.
Using template $paramod$f2972f00f781f1a033cecbb6cc420de13224764a\$lut for cells of type $lut.
Using template $paramod\$lut\WIDTH=32'00000000000000000000000000000010\LUT=4'1101 for cells of type $lut.
Using template $paramod$956cefe222e38dc58390db2e9d0d54ccb291a105\$lut for cells of type $lut.
Using template $paramod$db738be77b96326a46ff06b19713ffc9bc25345a\$lut for cells of type $lut.
Using template $paramod$2d07c1a6c53c7b878509360922c4fa5ebedc3011\$lut for cells of type $lut.
Using template $paramod$65d5d5c1e01bf41ee659754efba932f3d99198e5\$lut for cells of type $lut.
Using template $paramod$beae4210b922fc9ba2fcc4008a7474b475e38c50\$lut for cells of type $lut.
Using template $paramod$2382b0dd4cb27fd4312681c40a6dd179c2a7a26a\$lut for cells of type $lut.
Using template $paramod$b40080b643baa8bb528ec249e10d82b2d80dfed9\$lut for cells of type $lut.
Using template $paramod$992bdc10cff2c6edd722994f0e1044bc863f79f7\$lut for cells of type $lut.
Using template $paramod$b86b68a00733dbecb31d58a14a13683475a2002a\$lut for cells of type $lut.
Using template $paramod$bf0d9b3f81a705c0031e1182b485a0233eaa97b0\$lut for cells of type $lut.
Using template $paramod\$lut\WIDTH=32'00000000000000000000000000000011\LUT=8'10111001 for cells of type $lut.
Using template $paramod$f258f431a7c2fc52205873e71cd6683fdc689824\$lut for cells of type $lut.
Using template $paramod$e51a8a571bee774247b38f52d6e85fd62ae52cea\$lut for cells of type $lut.
Using template $paramod$1f313f85ef575d13bac75382f04905a8c8be8f57\$lut for cells of type $lut.
Using template $paramod$20ba583962918fa0136fc97b1558cc45cc91cc29\$lut for cells of type $lut.
Using template $paramod$52fa1b2073b9054923f466bbb768e0ea7c69c9e3\$lut for cells of type $lut.
Using template $paramod$6023c671e114c4eb0467aa8a0b08e183f33ec2fd\$lut for cells of type $lut.
Using template $paramod$be863e592b0180f6a037013ee1b67a1a847837bd\$lut for cells of type $lut.
Using template $paramod$b8f75cf9c6c06c079da053f4aa60c4d5363c32b3\$lut for cells of type $lut.
Using template $paramod$f85f1073c412d406200a6a72283f918c8b751314\$lut for cells of type $lut.
Using template $paramod$c9d86860d7b8a94fe4e147db4941c14e73dd3281\$lut for cells of type $lut.
Using template $paramod$d7c7f8e47e16af347291cf686020e418f6df0cef\$lut for cells of type $lut.
Using template $paramod$d2443d52005dbac7b0e077d35727d1da4f34e6ec\$lut for cells of type $lut.
Using template $paramod$3c2eecef1d5f85c82f4e1b2831501a2d442e93ee\$lut for cells of type $lut.
Using template $paramod$b18f60dfd13c21d3e472b89652353f3f5342b450\$lut for cells of type $lut.
Using template $paramod$651e836885d95717c36e69441422c3fe04ee5f4d\$lut for cells of type $lut.
Using template $paramod\$lut\WIDTH=32'00000000000000000000000000000011\LUT=8'00111011 for cells of type $lut.
Using template $paramod$034a69dd110db95ee917f313eafd6833fc6595f9\$lut for cells of type $lut.
Using template $paramod$432f26b811c14bf54c5e87c8670ec65cbcaf38ac\$lut for cells of type $lut.
Using template $paramod$619b7c9a4d44585e10b42f7fb79b16304cca97c5\$lut for cells of type $lut.
Using template $paramod\$lut\WIDTH=32'00000000000000000000000000000011\LUT=8'01101010 for cells of type $lut.
Using template $paramod$1b4dd6457d07f8f165ec99061b8d6c5023635c5b\$lut for cells of type $lut.
Using template $paramod$a05130630e3bd6f8c42c35e2bee91a8488080c81\$lut for cells of type $lut.
Using template $paramod\$lut\WIDTH=32'00000000000000000000000000000010\LUT=4'0110 for cells of type $lut.
Using template $paramod\$lut\WIDTH=32'00000000000000000000000000000011\LUT=8'10110011 for cells of type $lut.
Using template $paramod$899a7d400185b4f778bea81a50f62c95a0b19d77\$lut for cells of type $lut.
Using template $paramod\$lut\WIDTH=32'00000000000000000000000000000011\LUT=8'10101011 for cells of type $lut.
Using template $paramod$fb5496753f4cd235e71c284b2ffee9d41a960ca2\$lut for cells of type $lut.
Using template $paramod\$lut\WIDTH=32'00000000000000000000000000000011\LUT=8'01110011 for cells of type $lut.
Using template $paramod$c79843a7a21eda73c585e76a35dd51b0a4d6fd36\$lut for cells of type $lut.
Using template $paramod$e573d4c466213bdd9fa3c78e636f90af3e8a0b6d\$lut for cells of type $lut.
Using template $paramod$4721519bef85e75f87d1f147d88c627c84abf942\$lut for cells of type $lut.
Using template $paramod\$lut\WIDTH=32'00000000000000000000000000000011\LUT=8'11111110 for cells of type $lut.
Using template $paramod$769bdbbde83614df0f4ab5f54e777ded51bb10ce\$lut for cells of type $lut.
Using template $paramod$66a21d6ecac0a869f10dfeecf6235898a47b3b78\$lut for cells of type $lut.
Using template $paramod$9df1e53c116646719f493df1ff6801cf34ec8402\$lut for cells of type $lut.
Using template $paramod\$lut\WIDTH=32'00000000000000000000000000000011\LUT=8'10001111 for cells of type $lut.
Using template $paramod\$lut\WIDTH=32'00000000000000000000000000000011\LUT=8'11110010 for cells of type $lut.
Using template $paramod\$lut\WIDTH=32'00000000000000000000000000000011\LUT=8'11111000 for cells of type $lut.
Using template $paramod$505ca6f83efadae0442899a08af73f5288142a52\$lut for cells of type $lut.
Using template $paramod$bdba345c854215b5827a3e814ead47dcf0fcc0fa\$lut for cells of type $lut.
Using template $paramod$6c30e96f9a581ef20d66e60c8c4849cf1b34156f\$lut for cells of type $lut.
Using template $paramod$bf8a2eb9c34204449ae734db198784b474646269\$lut for cells of type $lut.
No more expansions possible.
<suppressed ~10031 debug messages>
24.44. Executing OPT_LUT_INS pass (discard unused LUT inputs).
Optimizing LUTs in top.
Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$101693.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 2)
Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$101692.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 2)
Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$101688.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut2 (4 -> 3)
Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$101688.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut3 (4 -> 2)
Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$101686.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut2 (4 -> 2)
Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$101686.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut3 (4 -> 2)
Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$101670.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut2 (4 -> 3)
Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$101670.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut3 (4 -> 2)
Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$101669.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 2)
Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$101662.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 2)
Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$101658.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 3)
Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$101658.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut2 (4 -> 2)
Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$101658.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut3 (4 -> 2)
Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$101799.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 3)
Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$101666.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut2 (4 -> 3)
Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$101666.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut3 (4 -> 2)
Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$101678.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 3)
Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$101678.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut2 (4 -> 2)
Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$101678.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut3 (4 -> 2)
Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$101735.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 3)
Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$101713.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 3)
Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$101710.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 3)
Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$101704.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 2)
Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$101699.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 3)
Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$101699.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut2 (4 -> 2)
Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$101699.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut3 (4 -> 2)
Optimizing lut $abc$101595$lut$auto$rtlil.cc:2603:Mux$4934[0].genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut2 (4 -> 3)
Optimizing lut $abc$101595$lut$auto$rtlil.cc:2603:Mux$4934[31].genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut2 (4 -> 3)
Optimizing lut $abc$101595$lut$aiger101594$19916.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut3 (4 -> 3)
Optimizing lut $abc$101595$lut$auto$rtlil.cc:2603:Mux$4934[30].genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut2 (4 -> 3)
Optimizing lut $abc$101595$lut$auto$rtlil.cc:2603:Mux$4934[29].genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut2 (4 -> 3)
Optimizing lut $abc$101595$lut$auto$rtlil.cc:2603:Mux$4934[28].genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut2 (4 -> 3)
Optimizing lut $abc$101595$lut$aiger101594$19424.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
Optimizing lut $abc$101595$lut$auto$rtlil.cc:2603:Mux$4934[27].genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut2 (4 -> 3)
Optimizing lut $abc$101595$lut$auto$rtlil.cc:2603:Mux$4934[26].genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut2 (4 -> 3)
Optimizing lut $abc$101595$lut$auto$rtlil.cc:2603:Mux$4934[25].genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut2 (4 -> 3)
Optimizing lut $abc$101595$lut$auto$rtlil.cc:2603:Mux$4934[24].genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut2 (4 -> 3)
Optimizing lut $abc$101595$lut$auto$rtlil.cc:2603:Mux$4934[23].genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut2 (4 -> 3)
Optimizing lut $abc$101595$lut$auto$rtlil.cc:2603:Mux$4934[22].genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut2 (4 -> 3)
Optimizing lut $abc$101595$lut$auto$rtlil.cc:2603:Mux$4934[21].genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut2 (4 -> 3)
Optimizing lut $abc$101595$lut$auto$rtlil.cc:2603:Mux$4934[20].genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut2 (4 -> 3)
Optimizing lut $abc$101595$lut$aiger101594$17554.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 2)
Optimizing lut $abc$101595$lut$auto$rtlil.cc:2603:Mux$4934[19].genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut2 (4 -> 3)
Optimizing lut $abc$101595$lut$auto$rtlil.cc:2603:Mux$4934[18].genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut2 (4 -> 3)
Optimizing lut $abc$101595$lut$auto$rtlil.cc:2603:Mux$4934[17].genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut2 (4 -> 3)
Optimizing lut $abc$101595$lut$auto$rtlil.cc:2603:Mux$4934[15].genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut2 (4 -> 3)
Optimizing lut $abc$101595$lut$auto$rtlil.cc:2603:Mux$4934[14].genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut2 (4 -> 3)
Optimizing lut $abc$101595$lut$auto$rtlil.cc:2603:Mux$4934[13].genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut2 (4 -> 3)
Optimizing lut $abc$101595$lut$auto$rtlil.cc:2603:Mux$4934[11].genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut2 (4 -> 3)
Optimizing lut $abc$101595$lut$auto$rtlil.cc:2603:Mux$4934[10].genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut2 (4 -> 3)
Optimizing lut $abc$101595$lut$auto$rtlil.cc:2603:Mux$4934[9].genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut2 (4 -> 3)
Optimizing lut $abc$101595$lut$auto$rtlil.cc:2603:Mux$4934[7].genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut2 (4 -> 3)
Optimizing lut $abc$101595$lut$auto$rtlil.cc:2603:Mux$4934[6].genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut2 (4 -> 3)
Optimizing lut $abc$101595$lut$auto$rtlil.cc:2603:Mux$4934[5].genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut2 (4 -> 3)
Optimizing lut $abc$101595$lut$auto$rtlil.cc:2603:Mux$4934[5].genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut3 (4 -> 3)
Optimizing lut $abc$101595$lut$auto$rtlil.cc:2603:Mux$4934[5].genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut5 (4 -> 3)
Optimizing lut $abc$101595$lut$auto$rtlil.cc:2603:Mux$4934[5].genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut6 (4 -> 3)
Optimizing lut $abc$101595$lut$auto$rtlil.cc:2603:Mux$4934[5].genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut7 (4 -> 3)
Optimizing lut $abc$101595$lut$auto$rtlil.cc:2603:Mux$4934[4].genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut2 (4 -> 3)
Optimizing lut $abc$101595$lut$aiger101594$14009.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
Optimizing lut $abc$101595$lut$auto$rtlil.cc:2603:Mux$4934[3].genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut2 (4 -> 3)
Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$101774.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut3 (4 -> 0)
Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$101775.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$101775.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut2 (4 -> 0)
Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$101775.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut3 (4 -> 0)
Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$101775.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut5 (4 -> 3)
Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$101775.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut6 (4 -> 0)
Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$101775.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut7 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$13101.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut2 (4 -> 3)
Optimizing lut $abc$101595$lut$aiger101594$13101.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut3 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$13101.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut4 (4 -> 3)
Optimizing lut $abc$101595$lut$aiger101594$13101.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut5 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$13101.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut7 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$13056.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$13056.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut2 (4 -> 3)
Optimizing lut $abc$101595$lut$aiger101594$13056.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut3 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$13056.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut4 (4 -> 3)
Optimizing lut $abc$101595$lut$aiger101594$13056.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut5 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$13056.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut7 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$13018.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut2 (4 -> 2)
Optimizing lut $abc$101595$lut$aiger101594$13018.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut4 (4 -> 1)
Optimizing lut $abc$101595$lut$aiger101594$13018.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut5 (4 -> 3)
Optimizing lut $abc$101595$lut$aiger101594$13018.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut6 (4 -> 1)
Optimizing lut $abc$101595$lut$aiger101594$13018.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut7 (4 -> 3)
Optimizing lut $abc$101595$lut$aiger101594$12984.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$12984.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut2 (4 -> 0)
Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$101776.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$101776.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut2 (4 -> 0)
Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$101776.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut3 (4 -> 0)
Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$101776.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut5 (4 -> 3)
Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$101776.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut6 (4 -> 0)
Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$101776.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut7 (4 -> 0)
Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$101779.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$101779.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut3 (4 -> 0)
Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$101778.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$101778.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut3 (4 -> 3)
Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$101778.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut4 (4 -> 0)
Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$101778.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut5 (4 -> 0)
Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$101778.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut6 (4 -> 0)
Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$101778.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut7 (4 -> 0)
Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$101777.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$101777.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut2 (4 -> 0)
Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$101777.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut3 (4 -> 0)
Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$101777.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut5 (4 -> 3)
Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$101777.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut6 (4 -> 3)
Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$101777.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut7 (4 -> 3)
Optimizing lut $abc$101595$lut$aiger101594$12973.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 1)
Optimizing lut $abc$101595$lut$aiger101594$12973.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut3 (4 -> 2)
Optimizing lut $abc$101595$lut$aiger101594$12973.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut5 (4 -> 3)
Optimizing lut $abc$101595$lut$aiger101594$12973.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut7 (4 -> 3)
Optimizing lut $abc$101595$lut$aiger101594$12930.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut3 (4 -> 3)
Optimizing lut $abc$101595$lut$aiger101594$12923.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 3)
Optimizing lut $abc$101595$lut$aiger101594$12902.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut3 (4 -> 3)
Optimizing lut $abc$101595$lut$aiger101594$12902.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut5 (4 -> 2)
Optimizing lut $abc$101595$lut$aiger101594$12902.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut7 (4 -> 3)
Optimizing lut $abc$101595$lut$aiger101594$12887.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$12887.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut2 (4 -> 3)
Optimizing lut $abc$101595$lut$aiger101594$12887.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut3 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$12887.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut4 (4 -> 3)
Optimizing lut $abc$101595$lut$aiger101594$12887.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut5 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$12887.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut7 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$12859.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut3 (4 -> 3)
Optimizing lut $abc$101595$lut$aiger101594$12852.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut3 (4 -> 3)
Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$101780.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut2 (4 -> 0)
Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$101780.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut3 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$12825.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut3 (4 -> 3)
Optimizing lut $abc$101595$lut$aiger101594$12813.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 2)
Optimizing lut $abc$101595$lut$aiger101594$12813.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut3 (4 -> 3)
Optimizing lut $abc$101595$lut$aiger101594$12813.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut5 (4 -> 1)
Optimizing lut $abc$101595$lut$aiger101594$12813.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut7 (4 -> 3)
Optimizing lut $abc$101595$lut$aiger101594$12805.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$12805.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut2 (4 -> 3)
Optimizing lut $abc$101595$lut$aiger101594$12805.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut3 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$12805.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut4 (4 -> 3)
Optimizing lut $abc$101595$lut$aiger101594$12805.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut5 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$12805.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut7 (4 -> 0)
Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$101781.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut2 (4 -> 0)
Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$101781.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut3 (4 -> 0)
Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$101781.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut5 (4 -> 3)
Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$101781.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut6 (4 -> 0)
Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$101781.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut7 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$12749.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut2 (4 -> 1)
Optimizing lut $abc$101595$lut$aiger101594$12749.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut3 (4 -> 2)
Optimizing lut $abc$101595$lut$aiger101594$12749.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut6 (4 -> 2)
Optimizing lut $abc$101595$lut$aiger101594$12749.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut7 (4 -> 2)
Optimizing lut $abc$101595$lut$aiger101594$12743.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut2 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$12743.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut5 (4 -> 3)
Optimizing lut $abc$101595$lut$aiger101594$12743.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut7 (4 -> 3)
Optimizing lut $abc$101595$lut$aiger101594$12728.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$12728.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut2 (4 -> 0)
Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$101785.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$101785.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut2 (4 -> 0)
Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$101785.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut3 (4 -> 0)
Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$101785.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut5 (4 -> 0)
Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$101785.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut6 (4 -> 3)
Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$101785.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut7 (4 -> 0)
Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$101782.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$101782.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut2 (4 -> 0)
Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$101782.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut3 (4 -> 0)
Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$101782.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut5 (4 -> 3)
Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$101782.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut6 (4 -> 2)
Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$101782.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut7 (4 -> 1)
Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$101783.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$101783.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut3 (4 -> 3)
Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$101784.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$101784.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut2 (4 -> 0)
Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$101784.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut3 (4 -> 0)
Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$101784.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut5 (4 -> 2)
Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$101784.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut6 (4 -> 0)
Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$101784.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut7 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$12717.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut2 (4 -> 1)
Optimizing lut $abc$101595$lut$aiger101594$12717.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut3 (4 -> 1)
Optimizing lut $abc$101595$lut$aiger101594$12649.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut2 (4 -> 1)
Optimizing lut $abc$101595$lut$aiger101594$12649.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut3 (4 -> 1)
Optimizing lut $abc$101595$lut$aiger101594$12631.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut3 (4 -> 3)
Optimizing lut $abc$101595$lut$aiger101594$12591.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut2 (4 -> 2)
Optimizing lut $abc$101595$lut$aiger101594$12591.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut3 (4 -> 3)
Optimizing lut $abc$101595$lut$aiger101594$12550.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut4 (4 -> 1)
Optimizing lut $abc$101595$lut$aiger101594$12550.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut5 (4 -> 2)
Optimizing lut $abc$101595$lut$aiger101594$12550.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut6 (4 -> 2)
Optimizing lut $abc$101595$lut$aiger101594$12550.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut7 (4 -> 2)
Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$101786.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut2 (4 -> 0)
Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$101786.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut3 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$12533.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$12500.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$12500.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut2 (4 -> 3)
Optimizing lut $abc$101595$lut$aiger101594$12500.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut3 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$12500.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut4 (4 -> 3)
Optimizing lut $abc$101595$lut$aiger101594$12500.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut5 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$12500.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut7 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$12477.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 3)
Optimizing lut $abc$101595$lut$aiger101594$12477.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut3 (4 -> 2)
Optimizing lut $abc$101595$lut$aiger101594$12477.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut5 (4 -> 3)
Optimizing lut $abc$101595$lut$aiger101594$12477.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut7 (4 -> 1)
Optimizing lut $abc$101595$lut$aiger101594$12451.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut2 (4 -> 3)
Optimizing lut $abc$101595$lut$aiger101594$12451.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut4 (4 -> 2)
Optimizing lut $abc$101595$lut$aiger101594$12451.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut5 (4 -> 3)
Optimizing lut $abc$101595$lut$aiger101594$12451.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut6 (4 -> 2)
Optimizing lut $abc$101595$lut$aiger101594$12451.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut7 (4 -> 3)
Optimizing lut $abc$101595$lut$aiger101594$12436.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 2)
Optimizing lut $abc$101595$lut$aiger101594$12436.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut3 (4 -> 3)
Optimizing lut $abc$101595$lut$aiger101594$12393.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut2 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$12393.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut3 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$12393.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut4 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$12393.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut5 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$12393.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut6 (4 -> 0)
Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$101791.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$101790.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$101790.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut3 (4 -> 3)
Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$101790.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut4 (4 -> 0)
Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$101790.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut5 (4 -> 0)
Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$101790.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut6 (4 -> 0)
Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$101790.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut7 (4 -> 0)
Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$101789.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$101789.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut3 (4 -> 0)
Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$101789.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut4 (4 -> 0)
Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$101789.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut5 (4 -> 0)
Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$101789.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut6 (4 -> 0)
Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$101789.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut7 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$12365.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut2 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$12365.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut3 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$12365.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut5 (4 -> 3)
Optimizing lut $abc$101595$lut$aiger101594$12365.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut6 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$12365.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut7 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$12357.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 2)
Optimizing lut $abc$101595$lut$aiger101594$12327.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut3 (4 -> 2)
Optimizing lut $abc$101595$lut$aiger101594$12327.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut5 (4 -> 3)
Optimizing lut $abc$101595$lut$aiger101594$12327.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut7 (4 -> 1)
Optimizing lut $abc$101595$lut$aiger101594$12319.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 2)
Optimizing lut $abc$101595$lut$aiger101594$12319.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut3 (4 -> 3)
Optimizing lut $abc$101595$lut$aiger101594$12319.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut5 (4 -> 1)
Optimizing lut $abc$101595$lut$aiger101594$12319.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut7 (4 -> 3)
Optimizing lut $abc$101595$lut$aiger101594$12271.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut3 (4 -> 3)
Optimizing lut $abc$101595$lut$aiger101594$12239.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut3 (4 -> 2)
Optimizing lut $abc$101595$lut$aiger101594$12176.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut3 (4 -> 3)
Optimizing lut $abc$101595$lut$aiger101594$12176.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut5 (4 -> 1)
Optimizing lut $abc$101595$lut$aiger101594$12176.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut7 (4 -> 3)
Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$101792.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut2 (4 -> 0)
Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$101792.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut3 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$12123.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut3 (4 -> 2)
Optimizing lut $abc$101595$lut$aiger101594$12123.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut4 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$12123.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut5 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$12123.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut7 (4 -> 3)
Optimizing lut $abc$101595$lut$aiger101594$12101.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut2 (4 -> 3)
Optimizing lut $abc$101595$lut$aiger101594$12101.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut3 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$12101.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut4 (4 -> 3)
Optimizing lut $abc$101595$lut$aiger101594$12101.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut5 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$12101.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut7 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$12095.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 3)
Optimizing lut $abc$101595$lut$aiger101594$12082.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut2 (4 -> 3)
Optimizing lut $abc$101595$lut$aiger101594$12082.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut3 (4 -> 3)
Optimizing lut $abc$101595$lut$aiger101594$12082.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut6 (4 -> 2)
Optimizing lut $abc$101595$lut$aiger101594$12082.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut7 (4 -> 3)
Optimizing lut $abc$101595$lut$aiger101594$12073.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 3)
Optimizing lut $abc$101595$lut$aiger101594$12073.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut3 (4 -> 2)
Optimizing lut $abc$101595$lut$aiger101594$12073.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut5 (4 -> 3)
Optimizing lut $abc$101595$lut$aiger101594$12073.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut7 (4 -> 1)
Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$101793.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$101793.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut2 (4 -> 0)
Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$101793.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut3 (4 -> 0)
Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$101793.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut5 (4 -> 3)
Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$101793.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut6 (4 -> 3)
Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$101793.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut7 (4 -> 3)
Optimizing lut $abc$101595$lut$aiger101594$12060.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 3)
Optimizing lut $abc$101595$lut$aiger101594$12060.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut2 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$12060.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut3 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$12042.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut2 (4 -> 3)
Optimizing lut $abc$101595$lut$aiger101594$12042.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut3 (4 -> 3)
Optimizing lut $abc$101595$lut$aiger101594$12042.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut6 (4 -> 2)
Optimizing lut $abc$101595$lut$aiger101594$12042.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut7 (4 -> 3)
Optimizing lut $abc$101595$lut$aiger101594$12027.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut2 (4 -> 2)
Optimizing lut $abc$101595$lut$aiger101594$12027.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut3 (4 -> 3)
Optimizing lut $abc$101595$lut$aiger101594$12027.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut6 (4 -> 3)
Optimizing lut $abc$101595$lut$aiger101594$12027.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut7 (4 -> 2)
Optimizing lut $abc$101595$lut$aiger101594$11967.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut3 (4 -> 2)
Optimizing lut $abc$101595$lut$aiger101594$11961.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$11951.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut3 (4 -> 2)
Optimizing lut $abc$101595$lut$aiger101594$11951.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut4 (4 -> 1)
Optimizing lut $abc$101595$lut$aiger101594$11951.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut5 (4 -> 1)
Optimizing lut $abc$101595$lut$aiger101594$11951.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut6 (4 -> 1)
Optimizing lut $abc$101595$lut$aiger101594$11951.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut7 (4 -> 1)
Optimizing lut $abc$101595$lut$aiger101594$11937.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 3)
Optimizing lut $abc$101595$lut$aiger101594$11937.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut3 (4 -> 2)
Optimizing lut $abc$101595$lut$aiger101594$11937.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut5 (4 -> 3)
Optimizing lut $abc$101595$lut$aiger101594$11937.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut7 (4 -> 1)
Optimizing lut $abc$101595$lut$aiger101594$11888.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut3 (4 -> 3)
Optimizing lut $abc$101595$lut$aiger101594$11888.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut5 (4 -> 1)
Optimizing lut $abc$101595$lut$aiger101594$11888.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut7 (4 -> 3)
Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$101795.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut3 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$11835.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut3 (4 -> 2)
Optimizing lut $abc$101595$lut$aiger101594$11835.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut5 (4 -> 3)
Optimizing lut $abc$101595$lut$aiger101594$11835.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut7 (4 -> 1)
Optimizing lut $abc$101595$lut$aiger101594$11827.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$11727.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut4 (4 -> 1)
Optimizing lut $abc$101595$lut$aiger101594$11727.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut5 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$11727.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut6 (4 -> 2)
Optimizing lut $abc$101595$lut$aiger101594$11727.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut7 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$11703.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut2 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$11703.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut3 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$11693.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut3 (4 -> 3)
Optimizing lut $abc$101595$lut$aiger101594$11693.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut5 (4 -> 1)
Optimizing lut $abc$101595$lut$aiger101594$11693.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut7 (4 -> 3)
Optimizing lut $abc$101595$lut$aiger101594$11671.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut3 (4 -> 3)
Optimizing lut $abc$101595$lut$aiger101594$11671.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut5 (4 -> 1)
Optimizing lut $abc$101595$lut$aiger101594$11671.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut7 (4 -> 3)
Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$101802.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$101802.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut3 (4 -> 3)
Optimizing lut $abc$101595$lut$aiger101594$8493.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut3 (4 -> 3)
Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$101865.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut2 (4 -> 0)
Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$101865.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut3 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$8229.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$8229.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut2 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$11444.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$11444.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut2 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$9317.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$9308.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut2 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$9308.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut3 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$9308.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut5 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$9308.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut6 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$9292.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$9292.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut2 (4 -> 3)
Optimizing lut $abc$101595$lut$aiger101594$9292.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut3 (4 -> 3)
Optimizing lut $abc$101595$lut$aiger101594$9292.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut4 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$9292.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut5 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$9292.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut6 (4 -> 0)
Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$101853.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut2 (4 -> 2)
Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$101853.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut3 (4 -> 0)
Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$101835.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut2 (4 -> 0)
Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$101835.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut3 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$8702.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$8693.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$8693.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut2 (4 -> 3)
Optimizing lut $abc$101595$lut$aiger101594$8693.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut3 (4 -> 3)
Optimizing lut $abc$101595$lut$aiger101594$8693.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut4 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$8693.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut5 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$8693.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut6 (4 -> 0)
Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$101837.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut2 (4 -> 2)
Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$101837.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut3 (4 -> 2)
Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$101837.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut4 (4 -> 0)
Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$101837.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut5 (4 -> 0)
Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$101837.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut6 (4 -> 0)
Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$101837.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut7 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$8837.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$8837.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut2 (4 -> 3)
Optimizing lut $abc$101595$lut$aiger101594$8837.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut3 (4 -> 3)
Optimizing lut $abc$101595$lut$aiger101594$8837.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut4 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$8837.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut5 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$8837.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut6 (4 -> 0)
Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$101841.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$101841.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut2 (4 -> 1)
Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$101841.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut3 (4 -> 0)
Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$101841.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut4 (4 -> 0)
Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$101841.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut5 (4 -> 0)
Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$101841.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut6 (4 -> 0)
Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$101841.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut7 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$11291.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut3 (4 -> 3)
Optimizing lut $abc$101595$lut$aiger101594$11235.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut2 (4 -> 3)
Optimizing lut $abc$101595$lut$aiger101594$9564.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$9555.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$9555.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut2 (4 -> 3)
Optimizing lut $abc$101595$lut$aiger101594$9555.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut3 (4 -> 3)
Optimizing lut $abc$101595$lut$aiger101594$9555.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut4 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$9555.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut5 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$9555.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut6 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$9538.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut2 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$9538.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut4 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$9538.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut5 (4 -> 3)
Optimizing lut $abc$101595$lut$aiger101594$9538.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut6 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$9520.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut2 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$9520.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut4 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$9520.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut6 (4 -> 0)
Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$101822.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut2 (4 -> 0)
Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$101822.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut3 (4 -> 0)
Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$101822.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut5 (4 -> 3)
Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$101822.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut6 (4 -> 1)
Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$101822.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut7 (4 -> 1)
Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$101848.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut2 (4 -> 0)
Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$101848.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut3 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$9032.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$9023.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$9023.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut2 (4 -> 3)
Optimizing lut $abc$101595$lut$aiger101594$9023.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut3 (4 -> 3)
Optimizing lut $abc$101595$lut$aiger101594$9023.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut4 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$9023.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut5 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$9023.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut6 (4 -> 0)
Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$101849.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut3 (4 -> 0)
Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$101849.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut4 (4 -> 0)
Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$101849.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut5 (4 -> 0)
Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$101849.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut6 (4 -> 0)
Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$101849.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut7 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$8968.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$8959.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$8959.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut2 (4 -> 3)
Optimizing lut $abc$101595$lut$aiger101594$8959.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut3 (4 -> 3)
Optimizing lut $abc$101595$lut$aiger101594$8959.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut4 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$8959.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut5 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$8959.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut6 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$7237.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$7237.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut2 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$7237.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut3 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$7237.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut5 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$11172.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut2 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$9106.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$9106.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut2 (4 -> 3)
Optimizing lut $abc$101595$lut$aiger101594$9106.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut3 (4 -> 3)
Optimizing lut $abc$101595$lut$aiger101594$9106.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut4 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$9106.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut5 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$9106.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut6 (4 -> 0)
Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$101812.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut2 (4 -> 0)
Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$101812.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut3 (4 -> 1)
Optimizing lut $abc$101595$lut$aiger101594$11115.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut2 (4 -> 0)
Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$101832.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 2)
Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$101832.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut2 (4 -> 2)
Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$101832.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut3 (4 -> 2)
Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$101832.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut4 (4 -> 0)
Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$101832.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut5 (4 -> 0)
Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$101832.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut6 (4 -> 0)
Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$101832.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut7 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$11102.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$11102.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut2 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$11102.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut3 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$11102.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut5 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$11102.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut6 (4 -> 3)
Optimizing lut $abc$101595$lut$aiger101594$11076.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut2 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$11076.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut3 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$11076.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut4 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$11076.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut5 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$11076.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut6 (4 -> 3)
Optimizing lut $abc$101595$lut$aiger101594$11067.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut3 (4 -> 3)
Optimizing lut $abc$101595$lut$aiger101594$9401.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$9392.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$9392.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut2 (4 -> 3)
Optimizing lut $abc$101595$lut$aiger101594$9392.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut3 (4 -> 3)
Optimizing lut $abc$101595$lut$aiger101594$9392.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut4 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$9392.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut5 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$9392.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut6 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$9375.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut2 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$9375.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut3 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$9375.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut5 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$9375.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut6 (4 -> 0)
Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$101856.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut2 (4 -> 0)
Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$101856.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut3 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$9236.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$9227.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$9227.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut2 (4 -> 3)
Optimizing lut $abc$101595$lut$aiger101594$9227.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut3 (4 -> 3)
Optimizing lut $abc$101595$lut$aiger101594$9227.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut4 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$9227.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut5 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$9227.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut6 (4 -> 0)
Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$101858.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut2 (4 -> 0)
Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$101858.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut3 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$11006.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$10993.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut3 (4 -> 3)
Optimizing lut $abc$101595$lut$aiger101594$10944.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 2)
Optimizing lut $abc$101595$lut$aiger101594$10944.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut2 (4 -> 1)
Optimizing lut $abc$101595$lut$aiger101594$10918.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut2 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$10918.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut3 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$7350.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$7350.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut2 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$7350.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut3 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$7350.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut5 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$10913.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$10913.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut2 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$10913.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut3 (4 -> 0)
Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$101831.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$101831.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut2 (4 -> 0)
Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$101831.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut3 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$8767.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$8758.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$8758.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut2 (4 -> 3)
Optimizing lut $abc$101595$lut$aiger101594$8758.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut3 (4 -> 3)
Optimizing lut $abc$101595$lut$aiger101594$8758.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut4 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$8758.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut5 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$8758.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut6 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$8572.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$8563.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$8563.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut2 (4 -> 3)
Optimizing lut $abc$101595$lut$aiger101594$8563.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut3 (4 -> 3)
Optimizing lut $abc$101595$lut$aiger101594$8563.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut4 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$8563.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut5 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$8563.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut6 (4 -> 0)
Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$101838.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut2 (4 -> 2)
Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$101838.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut3 (4 -> 2)
Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$101838.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut4 (4 -> 0)
Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$101838.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut5 (4 -> 0)
Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$101838.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut6 (4 -> 0)
Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$101838.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut7 (4 -> 0)
Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$101840.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$101840.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut2 (4 -> 0)
Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$101840.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut3 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$8635.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$8626.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$8626.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut2 (4 -> 3)
Optimizing lut $abc$101595$lut$aiger101594$8626.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut3 (4 -> 3)
Optimizing lut $abc$101595$lut$aiger101594$8626.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut4 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$8626.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut5 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$8626.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut6 (4 -> 0)
Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$101842.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut2 (4 -> 2)
Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$101842.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut3 (4 -> 2)
Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$101842.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut4 (4 -> 0)
Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$101842.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut5 (4 -> 0)
Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$101842.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut6 (4 -> 0)
Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$101842.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut7 (4 -> 0)
Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$101833.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$101833.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut3 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$10895.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut3 (4 -> 3)
Optimizing lut $abc$101595$lut$aiger101594$10839.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut2 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$10839.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut3 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$10839.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut4 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$10839.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut5 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$10839.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut6 (4 -> 3)
Optimizing lut $abc$101595$lut$aiger101594$10830.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut3 (4 -> 3)
Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$101827.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut2 (4 -> 1)
Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$101827.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut3 (4 -> 0)
Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$101827.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut4 (4 -> 0)
Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$101827.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut5 (4 -> 0)
Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$101827.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut6 (4 -> 0)
Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$101827.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut7 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$10760.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$10760.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut2 (4 -> 3)
Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$101846.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$101846.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut3 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$7266.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$7266.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut2 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$7266.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut3 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$7266.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut5 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$7266.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut7 (4 -> 0)
Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$101844.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$101844.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut2 (4 -> 0)
Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$101844.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut3 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$8900.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$8891.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$8891.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut2 (4 -> 3)
Optimizing lut $abc$101595$lut$aiger101594$8891.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut3 (4 -> 3)
Optimizing lut $abc$101595$lut$aiger101594$8891.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut4 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$8891.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut5 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$8891.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut6 (4 -> 0)
Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$101828.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut2 (4 -> 0)
Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$101828.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut3 (4 -> 1)
Optimizing lut $abc$101595$lut$aiger101594$10680.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$10680.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut3 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$10675.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$10675.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut2 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$10675.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut3 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$10675.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut4 (4 -> 3)
Optimizing lut $abc$101595$lut$aiger101594$10675.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut5 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$10675.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut7 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$8028.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut2 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$8028.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut3 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$8028.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut6 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$8028.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut7 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$8009.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut2 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$7992.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut2 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$7992.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut6 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$7903.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut2 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$7903.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut4 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$7903.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut6 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$10640.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut3 (4 -> 1)
Optimizing lut $abc$101595$lut$aiger101594$10640.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut5 (4 -> 3)
Optimizing lut $abc$101595$lut$aiger101594$10640.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut7 (4 -> 2)
Optimizing lut $abc$101595$lut$aiger101594$10562.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$10562.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut2 (4 -> 3)
Optimizing lut $abc$101595$lut$aiger101594$10562.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut3 (4 -> 3)
Optimizing lut $abc$101595$lut$aiger101594$10562.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut4 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$10562.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut5 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$10562.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut6 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$10486.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$10486.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut2 (4 -> 3)
Optimizing lut $abc$101595$lut$aiger101594$10486.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut3 (4 -> 3)
Optimizing lut $abc$101595$lut$aiger101594$10486.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut4 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$10486.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut5 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$10486.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut6 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$10469.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut2 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$10469.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut3 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$10469.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut5 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$10469.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut6 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$10373.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$10373.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut2 (4 -> 3)
Optimizing lut $abc$101595$lut$aiger101594$10373.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut3 (4 -> 3)
Optimizing lut $abc$101595$lut$aiger101594$10373.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut4 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$10373.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut5 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$10373.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut6 (4 -> 0)
Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$101805.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$10345.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$10336.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$10336.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut2 (4 -> 3)
Optimizing lut $abc$101595$lut$aiger101594$10336.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut3 (4 -> 3)
Optimizing lut $abc$101595$lut$aiger101594$10336.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut4 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$10336.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut5 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$10336.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut6 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$10157.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut3 (4 -> 2)
Optimizing lut $abc$101595$lut$aiger101594$10157.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut5 (4 -> 3)
Optimizing lut $abc$101595$lut$aiger101594$10157.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut7 (4 -> 1)
Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$101862.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 3)
Optimizing lut $abc$101595$lut$aiger101594$8360.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut2 (4 -> 3)
Optimizing lut $abc$101595$lut$aiger101594$8360.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut3 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$8360.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut4 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$8360.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut5 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$8360.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut7 (4 -> 0)
Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$101861.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut2 (4 -> 3)
Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$101861.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut3 (4 -> 3)
Optimizing lut $abc$101595$lut$aiger101594$8431.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut3 (4 -> 3)
Optimizing lut $abc$101595$lut$aiger101594$8389.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut4 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$7280.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut3 (4 -> 3)
Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$101819.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$101819.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut2 (4 -> 0)
Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$101819.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut3 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$9875.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$9866.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$9866.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut2 (4 -> 3)
Optimizing lut $abc$101595$lut$aiger101594$9866.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut3 (4 -> 3)
Optimizing lut $abc$101595$lut$aiger101594$9866.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut4 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$9866.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut5 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$9866.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut6 (4 -> 0)
Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$101863.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut3 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$8483.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$8483.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut4 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$8483.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut5 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$7317.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$7317.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut2 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$7317.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut3 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$7317.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut5 (4 -> 0)
Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$101820.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$9660.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$9651.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$9651.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut2 (4 -> 3)
Optimizing lut $abc$101595$lut$aiger101594$9651.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut3 (4 -> 3)
Optimizing lut $abc$101595$lut$aiger101594$9651.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut4 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$9651.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut5 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$9651.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut6 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$9634.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut2 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$9634.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut3 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$9634.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut5 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$9634.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut6 (4 -> 0)
Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$101834.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut2 (4 -> 0)
Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$101834.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut3 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$10143.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$10134.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$10134.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut2 (4 -> 3)
Optimizing lut $abc$101595$lut$aiger101594$10134.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut3 (4 -> 3)
Optimizing lut $abc$101595$lut$aiger101594$10134.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut4 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$10134.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut5 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$10134.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut6 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$10079.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$10070.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$10070.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut2 (4 -> 3)
Optimizing lut $abc$101595$lut$aiger101594$10070.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut3 (4 -> 3)
Optimizing lut $abc$101595$lut$aiger101594$10070.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut4 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$10070.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut5 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$10070.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut6 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$9905.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$9905.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut2 (4 -> 3)
Optimizing lut $abc$101595$lut$aiger101594$9905.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut3 (4 -> 3)
Optimizing lut $abc$101595$lut$aiger101594$9905.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut4 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$9905.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut5 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$9905.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut6 (4 -> 0)
Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$101830.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$101830.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut2 (4 -> 0)
Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$101830.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut3 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$10002.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$10002.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut2 (4 -> 3)
Optimizing lut $abc$101595$lut$aiger101594$10002.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut3 (4 -> 3)
Optimizing lut $abc$101595$lut$aiger101594$10002.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut4 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$10002.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut5 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$10002.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut6 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$9812.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$9812.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut2 (4 -> 3)
Optimizing lut $abc$101595$lut$aiger101594$9812.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut3 (4 -> 3)
Optimizing lut $abc$101595$lut$aiger101594$9812.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut4 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$9812.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut5 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$9812.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut6 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$10281.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$10272.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$10272.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut2 (4 -> 3)
Optimizing lut $abc$101595$lut$aiger101594$10272.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut3 (4 -> 3)
Optimizing lut $abc$101595$lut$aiger101594$10272.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut4 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$10272.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut5 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$10272.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut6 (4 -> 0)
Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$101815.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$9739.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$9730.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$9730.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut2 (4 -> 3)
Optimizing lut $abc$101595$lut$aiger101594$9730.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut3 (4 -> 3)
Optimizing lut $abc$101595$lut$aiger101594$9730.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut4 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$9730.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut5 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$9730.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut6 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$9713.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut2 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$9713.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut3 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$9713.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut5 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$9713.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut6 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$11355.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$101857.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut2 (4 -> 0)
Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$101857.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut3 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$7337.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut2 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$7337.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut3 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$7337.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut5 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$9480.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$9471.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut2 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$9471.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut3 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$9471.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut5 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$9471.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut6 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$9455.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$9455.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut2 (4 -> 3)
Optimizing lut $abc$101595$lut$aiger101594$9455.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut3 (4 -> 3)
Optimizing lut $abc$101595$lut$aiger101594$9455.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut4 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$9455.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut5 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$9455.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut6 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$8203.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut2 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$8203.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut3 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$8220.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut2 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$8220.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut3 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$8220.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut5 (4 -> 2)
Optimizing lut $abc$101595$lut$aiger101594$8220.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut6 (4 -> 0)
Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$101809.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut2 (4 -> 0)
Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$101809.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut3 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$10626.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$10617.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$10617.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut2 (4 -> 3)
Optimizing lut $abc$101595$lut$aiger101594$10617.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut3 (4 -> 3)
Optimizing lut $abc$101595$lut$aiger101594$10617.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut4 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$10617.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut5 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$10617.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut6 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$10217.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$10208.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$10208.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut2 (4 -> 3)
Optimizing lut $abc$101595$lut$aiger101594$10208.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut3 (4 -> 3)
Optimizing lut $abc$101595$lut$aiger101594$10208.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut4 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$10208.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut5 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$10208.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut6 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$8283.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$8283.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut4 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$8283.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut5 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$7303.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$7303.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut3 (4 -> 3)
Optimizing lut $abc$101595$lut$aiger101594$7303.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut4 (4 -> 3)
Optimizing lut $abc$101595$lut$aiger101594$7303.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut5 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$7303.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut7 (4 -> 3)
Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$101847.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut2 (4 -> 0)
Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$101847.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut3 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$9169.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$9160.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$9160.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut2 (4 -> 3)
Optimizing lut $abc$101595$lut$aiger101594$9160.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut3 (4 -> 3)
Optimizing lut $abc$101595$lut$aiger101594$9160.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut4 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$9160.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut5 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$9160.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut6 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$8170.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut2 (4 -> 3)
Optimizing lut $abc$101595$lut$aiger101594$8244.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$101850.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$101850.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut2 (4 -> 3)
Optimizing lut $abc$101595$lut$aiger101594$8087.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut3 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$7206.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut3 (4 -> 3)
Optimizing lut $abc$101595$lut$aiger101594$11398.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$8316.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut2 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$8316.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut3 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$8316.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut4 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$8316.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut6 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$8300.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$8300.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut3 (4 -> 2)
Optimizing lut $abc$101595$lut$aiger101594$8300.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut4 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$8300.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut5 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$8300.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut6 (4 -> 0)
Optimizing lut $abc$101595$lut$auto$rtlil.cc:2603:Mux$4934[19].genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 3)
Optimizing lut $abc$101595$lut$auto$rtlil.cc:2603:Mux$4934[25].genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 3)
Optimizing lut $abc$101595$lut$auto$rtlil.cc:2603:Mux$4934[6].genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 3)
Optimizing lut $abc$101595$lut$aiger101594$10011.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$10079.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$101829.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$10143.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$101834.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$11341.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$10217.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$101816.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 3)
Optimizing lut $abc$101595$lut$aiger101594$10281.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$10157.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 3)
Optimizing lut $abc$101595$lut$aiger101594$10345.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$10382.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$10382.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$10495.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$101818.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$10511.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$10511.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$101810.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$10626.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$10675.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$10680.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$101847.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$10731.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$10745.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$10745.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$10760.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$101827.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$10773.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 3)
Optimizing lut $abc$101595$lut$aiger101594$10839.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$10839.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$10853.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 3)
Optimizing lut $abc$101595$lut$aiger101594$10913.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$10918.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$10923.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$11006.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$101856.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$101860.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$11076.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$11076.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$11102.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$11115.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$11120.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 3)
Optimizing lut $abc$101595$lut$aiger101594$11115.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$11127.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$11161.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$11172.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$11172.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$11178.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$101843.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$11191.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$101848.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$101822.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$101859.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$11235.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$11235.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$11249.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 3)
Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$101835.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$11323.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$101851.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$11335.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$101809.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$101806.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$101821.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 3)
Optimizing lut $abc$101595$lut$aiger101594$11415.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$11444.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$11448.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$11482.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 3)
Optimizing lut $abc$101595$lut$aiger101594$11502.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$11521.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$11532.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$11583.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$11608.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$11671.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 2)
Optimizing lut $abc$101595$lut$aiger101594$11693.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 2)
Optimizing lut $abc$101595$lut$aiger101594$11703.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 2)
Optimizing lut $abc$101595$lut$aiger101594$11711.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 1)
Optimizing lut $abc$101595$lut$aiger101594$11803.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$11803.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$11827.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$11835.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 3)
Optimizing lut $abc$101595$lut$aiger101594$11843.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 2)
Optimizing lut $abc$101595$lut$aiger101594$11854.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$101795.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$11888.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 2)
Optimizing lut $abc$101595$lut$aiger101594$11911.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 3)
Optimizing lut $abc$101595$lut$aiger101594$11911.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 2)
Optimizing lut $abc$101595$lut$aiger101594$11923.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$11941.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 2)
Optimizing lut $abc$101595$lut$aiger101594$11951.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 3)
Optimizing lut $abc$101595$lut$aiger101594$11967.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 3)
Optimizing lut $abc$101595$lut$aiger101594$11974.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$101794.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$12101.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 2)
Optimizing lut $abc$101595$lut$aiger101594$12101.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$12123.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$12123.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$12160.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 3)
Optimizing lut $abc$101595$lut$aiger101594$12164.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 3)
Optimizing lut $abc$101595$lut$aiger101594$12176.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 2)
Optimizing lut $abc$101595$lut$aiger101594$12239.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 3)
Optimizing lut $abc$101595$lut$aiger101594$12253.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$12253.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$12271.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 3)
Optimizing lut $abc$101595$lut$aiger101594$12304.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$12311.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 3)
Optimizing lut $abc$101595$lut$aiger101594$12327.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 3)
Optimizing lut $abc$101595$lut$aiger101594$12338.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 3)
Optimizing lut $abc$101595$lut$aiger101594$12352.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$12365.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 3)
Optimizing lut $abc$101595$lut$aiger101594$12393.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$12393.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$12445.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 3)
Optimizing lut $abc$101595$lut$aiger101594$12451.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 1)
Optimizing lut $abc$101595$lut$aiger101594$12451.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 2)
Optimizing lut $abc$101595$lut$aiger101594$12500.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 2)
Optimizing lut $abc$101595$lut$aiger101594$12533.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$12550.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 3)
Optimizing lut $abc$101595$lut$aiger101594$12586.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 3)
Optimizing lut $abc$101595$lut$aiger101594$12591.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 3)
Optimizing lut $abc$101595$lut$aiger101594$12631.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 3)
Optimizing lut $abc$101595$lut$aiger101594$12678.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 3)
Optimizing lut $abc$101595$lut$aiger101594$12682.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 3)
Optimizing lut $abc$101595$lut$aiger101594$12728.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$12743.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$12749.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 3)
Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$101781.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$12805.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 2)
Optimizing lut $abc$101595$lut$aiger101594$12825.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$12825.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$12838.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 3)
Optimizing lut $abc$101595$lut$aiger101594$12845.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$12852.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 3)
Optimizing lut $abc$101595$lut$aiger101594$12859.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 3)
Optimizing lut $abc$101595$lut$aiger101594$12887.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 2)
Optimizing lut $abc$101595$lut$aiger101594$12902.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 1)
Optimizing lut $abc$101595$lut$aiger101594$12930.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 3)
Optimizing lut $abc$101595$lut$aiger101594$12957.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 3)
Optimizing lut $abc$101595$lut$aiger101594$12984.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$13000.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 2)
Optimizing lut $abc$101595$lut$aiger101594$13018.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 3)
Optimizing lut $abc$101595$lut$aiger101594$13056.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 2)
Optimizing lut $abc$101595$lut$aiger101594$13101.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 2)
Optimizing lut $abc$101595$lut$aiger101594$13101.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$101774.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$13117.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$13133.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$13149.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$13165.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$13217.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$13233.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$13394.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 3)
Optimizing lut $abc$101595$lut$aiger101594$13495.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$13523.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$13530.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$13594.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$13807.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$13823.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$13839.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$13855.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$13907.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$13923.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$14022.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 3)
Optimizing lut $abc$101595$lut$auto$rtlil.cc:2603:Mux$4934[4].genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 3)
Optimizing lut $abc$101595$lut$aiger101594$14071.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$14087.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$14097.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$14104.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$14198.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$14255.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 2)
Optimizing lut $abc$101595$lut$aiger101594$14255.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 2)
Optimizing lut $abc$101595$lut$aiger101594$14260.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$14325.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$14341.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$14359.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$14375.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$14391.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$14407.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$14497.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$14513.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$14529.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$14545.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$14597.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$14613.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$14645.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$14696.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$14722.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 3)
Optimizing lut $abc$101595$lut$aiger101594$14729.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$14762.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$14786.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$14796.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$14809.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$14823.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$14835.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 3)
Optimizing lut $abc$101595$lut$aiger101594$14885.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$14901.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$14917.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$14933.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$14949.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$14962.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$14969.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$14985.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$15001.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$15030.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$15044.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 3)
Optimizing lut $abc$101595$lut$aiger101594$15075.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 1)
Optimizing lut $abc$101595$lut$aiger101594$15139.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$15155.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$15171.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$15187.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$15203.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$15216.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$15223.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$15239.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$15255.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$15307.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 3)
Optimizing lut $abc$101595$lut$aiger101594$15325.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$15368.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
Optimizing lut $abc$101595$lut$auto$rtlil.cc:2603:Mux$4934[10].genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 3)
Optimizing lut $abc$101595$lut$aiger101594$15397.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$15410.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$15423.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 2)
Optimizing lut $abc$101595$lut$aiger101594$15430.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$15464.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$15480.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$15487.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$15497.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$15592.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 3)
Optimizing lut $abc$101595$lut$aiger101594$15624.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$15657.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$15690.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$15708.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$15721.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$15737.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$15751.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 3)
Optimizing lut $abc$101595$lut$aiger101594$15818.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$15834.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$15850.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$15869.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$15882.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$15895.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 2)
Optimizing lut $abc$101595$lut$aiger101594$15902.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$15928.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$16012.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$16028.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$16044.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$16060.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$16079.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$16095.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$16111.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$16127.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$16140.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$16160.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 3)
Optimizing lut $abc$101595$lut$aiger101594$16245.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$16269.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$16285.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$16301.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$16317.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$16336.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$16352.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$16368.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$16384.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$16397.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$16421.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $abc$101595$lut$auto$rtlil.cc:2603:Mux$4934[15].genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 3)
Optimizing lut $abc$101595$lut$aiger101594$16472.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$16488.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$16504.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$16520.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$16539.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$16555.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$16571.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$16587.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$16642.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$16658.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$16665.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$16675.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$16692.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$16708.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$16742.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$16805.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$16820.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$16848.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 1)
Optimizing lut $abc$101595$lut$aiger101594$16876.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$16889.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$16902.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 2)
Optimizing lut $abc$101595$lut$aiger101594$16909.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$16943.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$16976.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$17035.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$17042.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
Optimizing lut $abc$101595$lut$auto$rtlil.cc:2603:Mux$4934[17].genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 3)
Optimizing lut $abc$101595$lut$aiger101594$17087.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$17102.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 3)
Optimizing lut $abc$101595$lut$aiger101594$17116.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$17132.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$17166.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$17176.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$17183.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$17199.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$17209.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$17216.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$17297.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$17313.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$17329.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$17345.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$17370.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$17380.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$17390.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$17397.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$17413.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$17464.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$17479.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 3)
Optimizing lut $abc$101595$lut$aiger101594$17558.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$17578.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$17594.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$17610.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$17638.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$17645.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$17661.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$17677.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$17693.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$17716.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$17731.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 3)
Optimizing lut $abc$101595$lut$auto$rtlil.cc:2603:Mux$4934[20].genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 3)
Optimizing lut $abc$101595$lut$aiger101594$17762.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$17777.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 3)
Optimizing lut $abc$101595$lut$auto$rtlil.cc:2603:Mux$4934[21].genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 3)
Optimizing lut $abc$101595$lut$aiger101594$17789.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$17805.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$17821.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$17837.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$17856.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$17872.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$17888.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$17895.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$17905.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$17974.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$17990.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$18006.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$18022.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$18041.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$18057.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$18073.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$18089.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$18102.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$18137.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$18152.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 3)
Optimizing lut $abc$101595$lut$auto$rtlil.cc:2603:Mux$4934[22].genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 3)
Optimizing lut $abc$101595$lut$aiger101594$18186.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$18202.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$18209.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$18219.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$18252.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$18268.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$18284.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$18300.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$18307.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$18314.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$18333.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$18348.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 3)
Optimizing lut $abc$101595$lut$aiger101594$18413.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$18428.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 3)
Optimizing lut $abc$101595$lut$auto$rtlil.cc:2603:Mux$4934[24].genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 3)
Optimizing lut $abc$101595$lut$aiger101594$18465.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$18481.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$18497.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$18504.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$18508.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$18515.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$18531.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$18538.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$18548.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$18581.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$18600.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 1)
Optimizing lut $abc$101595$lut$aiger101594$18635.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$18651.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$18667.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$18683.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$18702.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$18718.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$18791.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 3)
Optimizing lut $abc$101595$lut$aiger101594$18818.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$18833.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 3)
Optimizing lut $abc$101595$lut$aiger101594$18886.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$18902.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$18918.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$18934.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$18953.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$18969.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$18985.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$19041.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$19056.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 3)
Optimizing lut $abc$101595$lut$aiger101594$19066.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 1)
Optimizing lut $abc$101595$lut$aiger101594$19088.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$19104.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$19120.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$19136.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$19155.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$19171.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$19178.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$19188.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$19204.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$19252.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$19267.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 3)
Optimizing lut $abc$101595$lut$auto$rtlil.cc:2603:Mux$4934[27].genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 3)
Optimizing lut $abc$101595$lut$aiger101594$19298.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$19331.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$19347.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$19363.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$19379.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$19398.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$19414.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$19436.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$19451.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 3)
Optimizing lut $abc$101595$lut$aiger101594$19507.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$19523.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$19539.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$19555.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$19574.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$19590.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$19606.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$19622.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$19629.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$19678.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$19693.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 3)
Optimizing lut $abc$101595$lut$auto$rtlil.cc:2603:Mux$4934[29].genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 3)
Optimizing lut $abc$101595$lut$aiger101594$19718.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$19736.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 3)
Optimizing lut $abc$101595$lut$auto$rtlil.cc:2603:Mux$4934[30].genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 3)
Optimizing lut $abc$101595$lut$aiger101594$19757.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$19773.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$19789.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$19805.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$19824.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$19840.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$19856.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$19866.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$19873.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$19886.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 1)
Optimizing lut $abc$101595$lut$aiger101594$19916.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 3)
Optimizing lut $abc$101595$lut$aiger101594$19957.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$19973.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$19989.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$20005.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$20024.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$20040.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$20050.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$20057.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$20073.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$20096.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$20111.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 3)
Optimizing lut $abc$101595$lut$auto$rtlil.cc:2603:Mux$4934[31].genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 3)
Optimizing lut $abc$101595$lut$auto$fsm_map.cc:170:map_fsm$4269[1].genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 3)
Optimizing lut $abc$101595$lut$aiger101594$8220.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$8316.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 3)
Optimizing lut $abc$101595$lut$aiger101594$7021.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 2)
Optimizing lut $abc$101595$lut$aiger101594$11460.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$7021.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 2)
Optimizing lut $abc$101595$lut$aiger101594$7134.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$10667.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$7206.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$8325.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$7206.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$7237.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$7252.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 3)
Optimizing lut $abc$101595$lut$aiger101594$7266.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$7280.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$101855.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$7285.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 3)
Optimizing lut $abc$101595$lut$aiger101594$7303.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$7317.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$7280.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$7337.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$7350.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$7356.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 1)
Optimizing lut $abc$101595$lut$aiger101594$13704.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$7466.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$11482.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 2)
Optimizing lut $abc$101595$lut$aiger101594$7514.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$7676.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$7751.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$7769.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$7798.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$7829.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$7833.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$10640.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 3)
Optimizing lut $abc$101595$lut$aiger101594$7903.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$7903.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$7915.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$8009.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$8074.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$8087.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 3)
Optimizing lut $abc$101595$lut$aiger101594$7337.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$8145.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$8203.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$8220.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$8229.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$8244.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 3)
Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$101865.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$101866.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 3)
Optimizing lut $abc$101595$lut$aiger101594$8283.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$8300.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$8316.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$8325.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$101864.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$8336.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$8360.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$8389.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$8441.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$8483.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$8493.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$8493.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$8512.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$101838.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 2)
Optimizing lut $abc$101595$lut$aiger101594$8572.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$101842.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 2)
Optimizing lut $abc$101595$lut$aiger101594$8635.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$101837.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 2)
Optimizing lut $abc$101595$lut$aiger101594$8702.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$101836.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$8767.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$8786.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$8786.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$101808.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 3)
Optimizing lut $abc$101595$lut$aiger101594$8900.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$101845.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 3)
Optimizing lut $abc$101595$lut$aiger101594$8968.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$101849.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$9032.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$9055.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$9055.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$9169.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$101858.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$9236.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$101853.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$9317.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$9401.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$8203.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$9480.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$9520.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$9538.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$9564.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$9660.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$101803.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 3)
Optimizing lut $abc$101595$lut$aiger101594$9739.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$9761.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$9761.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$101863.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$9875.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$9914.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$9914.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$10011.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
Optimizing lut $abc$101595$lut$auto$fsm_map.cc:170:map_fsm$4269[2].genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 3)
Optimizing lut $abc$101595$lut$auto$fsm_map.cc:170:map_fsm$4269[3].genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 3)
Optimizing lut $abc$101595$lut$aiger101594$15755.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 1)
Optimizing lut $abc$101595$lut$auto$rtlil.cc:2603:Mux$4934[28].genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 3)
Optimizing lut $abc$101595$lut$auto$opt_dff.cc:219:make_patterns_logic$4525.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $abc$101595$lut$auto$rtlil.cc:2603:Mux$4926[20].genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 2)
Optimizing lut $abc$101595$lut$auto$rtlil.cc:2603:Mux$4926[2].genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 2)
Optimizing lut $abc$101595$lut$auto$rtlil.cc:2603:Mux$4926[8].genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 2)
Optimizing lut $abc$101595$lut$auto$rtlil.cc:2603:Mux$4926[9].genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 2)
Optimizing lut $abc$101595$lut$auto$rtlil.cc:2603:Mux$4934[0].genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 3)
Optimizing lut $abc$101595$lut$auto$rtlil.cc:2603:Mux$4934[10].genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 3)
Optimizing lut $abc$101595$lut$auto$rtlil.cc:2603:Mux$4934[11].genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 3)
Optimizing lut $abc$101595$lut$auto$rtlil.cc:2603:Mux$4934[12].genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 3)
Optimizing lut $abc$101595$lut$auto$rtlil.cc:2603:Mux$4934[13].genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 3)
Optimizing lut $abc$101595$lut$auto$rtlil.cc:2603:Mux$4934[14].genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 3)
Optimizing lut $abc$101595$lut$auto$rtlil.cc:2603:Mux$4934[15].genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 3)
Optimizing lut $abc$101595$lut$auto$rtlil.cc:2603:Mux$4934[16].genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 3)
Optimizing lut $abc$101595$lut$auto$rtlil.cc:2603:Mux$4934[17].genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 3)
Optimizing lut $abc$101595$lut$auto$rtlil.cc:2603:Mux$4934[18].genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 3)
Optimizing lut $abc$101595$lut$auto$rtlil.cc:2603:Mux$4934[19].genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 3)
Optimizing lut $abc$101595$lut$auto$rtlil.cc:2603:Mux$4934[1].genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 3)
Optimizing lut $abc$101595$lut$auto$rtlil.cc:2603:Mux$4934[20].genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 3)
Optimizing lut $abc$101595$lut$auto$rtlil.cc:2603:Mux$4934[21].genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 3)
Optimizing lut $abc$101595$lut$auto$rtlil.cc:2603:Mux$4934[22].genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 3)
Optimizing lut $abc$101595$lut$auto$rtlil.cc:2603:Mux$4934[23].genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 3)
Optimizing lut $abc$101595$lut$auto$rtlil.cc:2603:Mux$4934[24].genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 3)
Optimizing lut $abc$101595$lut$auto$rtlil.cc:2603:Mux$4934[25].genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 3)
Optimizing lut $abc$101595$lut$auto$rtlil.cc:2603:Mux$4934[26].genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 3)
Optimizing lut $abc$101595$lut$auto$rtlil.cc:2603:Mux$4934[27].genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 3)
Optimizing lut $abc$101595$lut$auto$rtlil.cc:2603:Mux$4934[28].genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 3)
Optimizing lut $abc$101595$lut$auto$rtlil.cc:2603:Mux$4934[29].genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 3)
Optimizing lut $abc$101595$lut$auto$rtlil.cc:2603:Mux$4934[2].genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 3)
Optimizing lut $abc$101595$lut$auto$rtlil.cc:2603:Mux$4934[30].genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 3)
Optimizing lut $abc$101595$lut$auto$rtlil.cc:2603:Mux$4934[31].genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 3)
Optimizing lut $abc$101595$lut$auto$rtlil.cc:2603:Mux$4934[3].genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 3)
Optimizing lut $abc$101595$lut$auto$rtlil.cc:2603:Mux$4934[4].genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 3)
Optimizing lut $abc$101595$lut$auto$rtlil.cc:2603:Mux$4934[5].genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 3)
Optimizing lut $abc$101595$lut$auto$rtlil.cc:2603:Mux$4934[6].genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 3)
Optimizing lut $abc$101595$lut$auto$rtlil.cc:2603:Mux$4934[7].genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 3)
Optimizing lut $abc$101595$lut$auto$rtlil.cc:2603:Mux$4934[8].genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 3)
Optimizing lut $abc$101595$lut$auto$rtlil.cc:2603:Mux$4934[9].genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 3)
Optimizing lut $abc$101595$lut$auto$opt_dff.cc:219:make_patterns_logic$4581.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 3)
Optimizing lut $abc$101595$lut$auto$rtlil.cc:2603:Mux$4934[13].genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 3)
Optimizing lut $abc$101595$lut$auto$rtlil.cc:2603:Mux$4934[18].genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 3)
Optimizing lut $abc$101595$lut$auto$rtlil.cc:2603:Mux$4934[9].genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 3)
Optimizing lut $abc$101595$lut$auto$rtlil.cc:2603:Mux$4934[0].genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 3)
Optimizing lut $abc$101595$lut$auto$rtlil.cc:2603:Mux$4934[11].genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 3)
Optimizing lut $abc$101595$lut$aiger101594$14427.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
Optimizing lut $abc$101595$lut$auto$rtlil.cc:2603:Mux$4934[14].genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 3)
Optimizing lut $abc$101595$lut$auto$rtlil.cc:2603:Mux$4934[26].genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 3)
Optimizing lut $abc$101595$lut$aiger101594$14206.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
Optimizing lut $abc$101595$lut$auto$rtlil.cc:2603:Mux$4934[3].genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 3)
Optimizing lut $abc$101595$lut$auto$rtlil.cc:2603:Mux$4934[23].genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 3)
Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$101683.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
Optimizing lut $abc$101595$lut$auto$rtlil.cc:2603:Mux$4934[5].genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 3)
Optimizing lut $abc$101595$lut$auto$rtlil.cc:2603:Mux$4934[7].genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 3)
Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$101609.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 2)
Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$101622.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 3)
Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$101626.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$101666.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 2)
Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$101670.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 2)
Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$101673.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 2)
Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$101682.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 2)
Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$101686.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 3)
Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$101688.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 2)
Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$101702.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 2)
Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$101706.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 2)
Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$101722.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$101716.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 3)
Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$101721.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 3)
Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$101728.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$101730.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 3)
Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$101748.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$101763.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$101773.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 1)
Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$101774.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$101775.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$101776.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$101777.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$101778.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$101779.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$101780.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$101781.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$101782.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$101783.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$101784.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$101785.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$101786.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$101787.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$101788.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$101789.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$101790.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$101792.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$101793.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$101795.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$101802.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$101804.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$101811.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$101812.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$101813.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$10495.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$101822.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$101824.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $abc$101595$lut$aiger101594$11379.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$101828.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$101833.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 2)
Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$101839.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$101846.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 2)
Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$101849.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 3)
Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$101850.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$101852.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$101857.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 3)
Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$101861.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 2)
Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$101863.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 3)
Removed 0 unused cells and 10174 unused wires.
24.45. Executing AUTONAME pass.
INFO: [Synth 8-7079] Multithreading enabled for synth_design using a maximum of 4 processes.
INFO: [Synth 8-7078] Launching helper process for spawning children vivado processes
INFO: [Synth 8-7075] Helper process launched with PID 3711916
Renamed 575661 objects in module top (287 iterations).
<suppressed ~16507 debug messages>
24.46. Executing HIERARCHY pass (managing design hierarchy).
24.46.1. Analyzing design hierarchy..
Top module: \top
24.46.2. Analyzing design hierarchy..
Top module: \top
Removed 0 unused modules.
24.47. Printing statistics.
=== top ===
Number of wires: 7513
Number of wire bits: 20091
Number of public wires: 7513
Number of public wire bits: 20091
Number of ports: 6
Number of port bits: 18
Number of memories: 0
Number of memory bits: 0
Number of processes: 0
Number of cells: 9872
$_TBUF_ 6
$scopeinfo 33
CCU2C 363
L6MUX21 617
LUT4 5631
MULT18X18D 4
PFUMX 1438
TRELLIS_DPR16X4 564
TRELLIS_FF 1216
24.48. Executing CHECK pass (checking for obvious problems).
Checking module top...
Found and reported 0 problems.
24.49. Executing JSON backend.
Warnings: 322 unique messages, 323 total
End of script. Logfile hash: 051495ed2a, CPU: user 12.06s system 0.16s, MEM: 268.32 MB peak
Yosys 0.42+36 (git sha1 07daf61ae, clang++ 14.0.0-1ubuntu1.1 -fPIC -Os)
Time spent: 36% 1x abc9_exe (6 sec), 11% 1x autoname (2 sec), ...
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (NextPNR)
[Pipeline] sh
+ /eda/oss-cad-suite/bin/nextpnr-ecp5 --json ./build/out.json --write ./build/out_pnr.json --45k --lpf Risco-5/fpga/ecp5/pinout.lpf --textcfg ./build/out.config --package CABGA381 --speed 6 --lpf-allow-unconstrained
Info: constraining clock net 'clk' to 25.00 MHz
Info: Logic utilisation before packing:
Info: Total LUT4s: 9741/43848 22%
Info: logic LUTs: 5631/43848 12%
Info: carry LUTs: 726/43848 1%
Info: RAM LUTs: 2256/ 5481 41%
Info: RAMW LUTs: 1128/10962 10%
Info: Total DFFs: 1216/43848 2%
Info: Packing IOs..
Info: $gpios[5]$iobuf_i: gpios_$_TBUF__Y.Y
Info: pin 'gpios[5]$tr_io' constrained to Bel 'X9/Y71/PIOB'.
Info: $gpios[4]$iobuf_i: gpios_$_TBUF__Y_1.Y
Info: pin 'gpios[4]$tr_io' constrained to Bel 'X4/Y71/PIOB'.
Info: $gpios[3]$iobuf_i: gpios_$_TBUF__Y_2.Y
Info: pin 'gpios[3]$tr_io' constrained to Bel 'X0/Y65/PIOB'.
Info: $gpios[2]$iobuf_i: gpios_$_TBUF__Y_3.Y
Info: pin 'gpios[2]$tr_io' constrained to Bel 'X9/Y71/PIOA'.
Info: $gpios[1]$iobuf_i: gpios_$_TBUF__Y_4.Y
Info: pin 'gpios[1]$tr_io' constrained to Bel 'X6/Y71/PIOA'.
Info: $gpios[0]$iobuf_i: gpios_$_TBUF__Y_5.Y
Info: pin 'gpios[0]$tr_io' constrained to Bel 'X4/Y71/PIOA'.
Info: pin 'tx$tr_io' constrained to Bel 'X90/Y20/PIOC'.
Info: pin 'rx$tr_io' constrained to Bel 'X90/Y20/PIOA'.
Info: pin 'reset$tr_io' constrained to Bel 'X0/Y29/PIOA'.
Info: pin 'led[7]$tr_io' constrained to Bel 'X90/Y20/PIOD'.
Info: pin 'led[6]$tr_io' constrained to Bel 'X0/Y44/PIOD'.
Info: pin 'led[5]$tr_io' constrained to Bel 'X0/Y59/PIOA'.
Info: pin 'led[4]$tr_io' constrained to Bel 'X15/Y71/PIOB'.
Info: pin 'led[3]$tr_io' constrained to Bel 'X90/Y29/PIOC'.
Info: pin 'led[2]$tr_io' constrained to Bel 'X90/Y44/PIOB'.
Info: pin 'led[1]$tr_io' constrained to Bel 'X0/Y44/PIOC'.
Info: pin 'led[0]$tr_io' constrained to Bel 'X0/Y59/PIOC'.
Info: pin 'clk$tr_io' constrained to Bel 'X0/Y68/PIOC'.
Info: Packing constants..
Info: Packing carries...
Info: Packing LUTs...
Info: Packing LUT5-7s...
Info: Packing FFs...
Info: 615 FFs paired with LUTs.
Info: Generating derived timing constraints...
Info: Promoting globals...
Info: promoting clock net clk$TRELLIS_IO_IN to global network
Info: Checksum: 0x300930cb
Info: Device utilisation:
Info: TRELLIS_IO: 18/ 245 7%
Info: DCCA: 1/ 56 1%
Info: DP16KD: 0/ 108 0%
Info: MULT18X18D: 4/ 72 5%
Info: ALU54B: 0/ 36 0%
Info: EHXPLLL: 0/ 4 0%
Info: EXTREFB: 0/ 2 0%
Info: DCUA: 0/ 2 0%
Info: PCSCLKDIV: 0/ 2 0%
Info: IOLOGIC: 0/ 160 0%
Info: SIOLOGIC: 0/ 85 0%
Info: GSR: 0/ 1 0%
Info: JTAGG: 0/ 1 0%
Info: OSCG: 0/ 1 0%
Info: SEDGA: 0/ 1 0%
Info: DTR: 0/ 1 0%
Info: USRMCLK: 0/ 1 0%
Info: CLKDIVF: 0/ 4 0%
Info: ECLKSYNCB: 0/ 10 0%
Info: DLLDELD: 0/ 8 0%
Info: DDRDLL: 0/ 4 0%
Info: DQSBUFM: 0/ 10 0%
Info: TRELLIS_ECLKBUF: 0/ 8 0%
Info: ECLKBRIDGECS: 0/ 2 0%
Info: DCSC: 0/ 2 0%
Info: TRELLIS_FF: 1216/ 43848 2%
Info: TRELLIS_COMB: 9873/ 43848 22%
Info: TRELLIS_RAMW: 564/ 5481 10%
Info: Placed 18 cells based on constraints.
Info: Creating initial analytic placement for 4784 cells, random placement wirelen = 442280.
Info: at initial placer iter 0, wirelen = 2979
Info: at initial placer iter 1, wirelen = 2186
Info: at initial placer iter 2, wirelen = 2300
Info: at initial placer iter 3, wirelen = 2136
Info: Running main analytical placer, max placement attempts per cell = 17041122.
---------------------------------------------------------------------------------
Starting RTL Elaboration : Time (s): cpu = 00:00:05 ; elapsed = 00:00:05 . Memory (MB): peak = 2028.844 ; gain = 403.715 ; free physical = 425 ; free virtual = 23008
---------------------------------------------------------------------------------
Info: at iteration #1, type ALL: wirelen solved = 2344, spread = 71183, legal = 69092; time = 0.30s
Info: at iteration #2, type ALL: wirelen solved = 7184, spread = 56496, legal = 58483; time = 0.29s
Info: at iteration #3, type ALL: wirelen solved = 10900, spread = 48500, legal = 51515; time = 0.29s
INFO: [Synth 8-11241] undeclared symbol 'pc_source', assumed default net type 'wire' [/var/lib/jenkins/workspace/Risco_5/Risco-5/src/core/core.v:187]
WARNING: [Synth 8-9400] empty statement in sequential block [/var/lib/jenkins/workspace/Risco_5/Risco-5/src/peripheral/memory.v:54]
INFO: [Synth 8-6157] synthesizing module 'top' [/var/lib/jenkins/workspace/Risco_5/Risco-5/fpga/nexys4_ddr/main.v:1]
INFO: [Synth 8-6157] synthesizing module 'ResetBootSystem' [/var/lib/jenkins/workspace/Risco_5/Risco-5/debug/reset.v:1]
Parameter CYCLES bound to: 20 - type: integer
INFO: [Synth 8-6155] done synthesizing module 'ResetBootSystem' (0#1) [/var/lib/jenkins/workspace/Risco_5/Risco-5/debug/reset.v:1]
WARNING: [Synth 8-7071] port 'resetn_o' of module 'ResetBootSystem' is unconnected for instance 'ResetBootSystem' [/var/lib/jenkins/workspace/Risco_5/Risco-5/fpga/nexys4_ddr/main.v:24]
WARNING: [Synth 8-7023] instance 'ResetBootSystem' of module 'ResetBootSystem' has 3 connections declared, but only 2 given [/var/lib/jenkins/workspace/Risco_5/Risco-5/fpga/nexys4_ddr/main.v:24]
INFO: [Synth 8-6157] synthesizing module 'Risco_5_SOC' [/var/lib/jenkins/workspace/Risco_5/Risco-5/src/peripheral/soc.v:3]
Parameter CLOCK_FREQ bound to: 50000000 - type: integer
Parameter BIT_RATE bound to: 115200 - type: integer
Parameter MEMORY_SIZE bound to: 2048 - type: integer
Parameter MEMORY_FILE bound to: ../../software/memory/teste_uart_fpga.hex - type: string
Parameter GPIO_WIDHT bound to: 8 - type: integer
Parameter UART_BUFFER_SIZE bound to: 16 - type: integer
INFO: [Synth 8-6157] synthesizing module 'Core' [/var/lib/jenkins/workspace/Risco_5/Risco-5/src/core/core.v:2]
Parameter BOOT_ADDRESS bound to: 0 - type: integer
INFO: [Synth 8-6157] synthesizing module 'PC' [/var/lib/jenkins/workspace/Risco_5/Risco-5/src/core/pc.v:1]
INFO: [Synth 8-6155] done synthesizing module 'PC' (0#1) [/var/lib/jenkins/workspace/Risco_5/Risco-5/src/core/pc.v:1]
INFO: [Synth 8-6157] synthesizing module 'MUX' [/var/lib/jenkins/workspace/Risco_5/Risco-5/src/core/mux.v:1]
INFO: [Synth 8-226] default block is never used [/var/lib/jenkins/workspace/Risco_5/Risco-5/src/core/mux.v:15]
INFO: [Synth 8-6155] done synthesizing module 'MUX' (0#1) [/var/lib/jenkins/workspace/Risco_5/Risco-5/src/core/mux.v:1]
WARNING: [Synth 8-7071] port 'C' of module 'MUX' is unconnected for instance 'MemoryAddressMUX' [/var/lib/jenkins/workspace/Risco_5/Risco-5/src/core/core.v:109]
WARNING: [Synth 8-7071] port 'D' of module 'MUX' is unconnected for instance 'MemoryAddressMUX' [/var/lib/jenkins/workspace/Risco_5/Risco-5/src/core/core.v:109]
WARNING: [Synth 8-7071] port 'E' of module 'MUX' is unconnected for instance 'MemoryAddressMUX' [/var/lib/jenkins/workspace/Risco_5/Risco-5/src/core/core.v:109]
WARNING: [Synth 8-7071] port 'F' of module 'MUX' is unconnected for instance 'MemoryAddressMUX' [/var/lib/jenkins/workspace/Risco_5/Risco-5/src/core/core.v:109]
WARNING: [Synth 8-7071] port 'G' of module 'MUX' is unconnected for instance 'MemoryAddressMUX' [/var/lib/jenkins/workspace/Risco_5/Risco-5/src/core/core.v:109]
WARNING: [Synth 8-7071] port 'H' of module 'MUX' is unconnected for instance 'MemoryAddressMUX' [/var/lib/jenkins/workspace/Risco_5/Risco-5/src/core/core.v:109]
WARNING: [Synth 8-7023] instance 'MemoryAddressMUX' of module 'MUX' has 10 connections declared, but only 4 given [/var/lib/jenkins/workspace/Risco_5/Risco-5/src/core/core.v:109]
INFO: [Synth 8-6157] synthesizing module 'MDU' [/var/lib/jenkins/workspace/Risco_5/Risco-5/src/core/mdu.v:6]
INFO: [Synth 8-6155] done synthesizing module 'MDU' (0#1) [/var/lib/jenkins/workspace/Risco_5/Risco-5/src/core/mdu.v:6]
INFO: [Synth 8-6157] synthesizing module 'Registers' [/var/lib/jenkins/workspace/Risco_5/Risco-5/src/core/registers.v:2]
INFO: [Synth 8-6155] done synthesizing module 'Registers' (0#1) [/var/lib/jenkins/workspace/Risco_5/Risco-5/src/core/registers.v:2]
INFO: [Synth 8-6157] synthesizing module 'Control_Unit' [/var/lib/jenkins/workspace/Risco_5/Risco-5/src/core/control_unit.v:2]
INFO: [Synth 8-155] case statement is not full and has no default [/var/lib/jenkins/workspace/Risco_5/Risco-5/src/core/control_unit.v:171]
WARNING: [Synth 8-6090] variable 'mdu_start' is written by both blocking and non-blocking assignments, entire logic could be removed [/var/lib/jenkins/workspace/Risco_5/Risco-5/src/core/control_unit.v:678]
INFO: [Synth 8-155] case statement is not full and has no default [/var/lib/jenkins/workspace/Risco_5/Risco-5/src/core/control_unit.v:383]
INFO: [Synth 8-6155] done synthesizing module 'Control_Unit' (0#1) [/var/lib/jenkins/workspace/Risco_5/Risco-5/src/core/control_unit.v:2]
INFO: [Synth 8-6157] synthesizing module 'ALU_Control' [/var/lib/jenkins/workspace/Risco_5/Risco-5/src/core/alu_control.v:1]
INFO: [Synth 8-226] default block is never used [/var/lib/jenkins/workspace/Risco_5/Risco-5/src/core/alu_control.v:34]
INFO: [Synth 8-155] case statement is not full and has no default [/var/lib/jenkins/workspace/Risco_5/Risco-5/src/core/alu_control.v:11]
INFO: [Synth 8-6155] done synthesizing module 'ALU_Control' (0#1) [/var/lib/jenkins/workspace/Risco_5/Risco-5/src/core/alu_control.v:1]
INFO: [Synth 8-6157] synthesizing module 'Alu' [/var/lib/jenkins/workspace/Risco_5/Risco-5/src/core/alu.v:1]
INFO: [Synth 8-6155] done synthesizing module 'Alu' (0#1) [/var/lib/jenkins/workspace/Risco_5/Risco-5/src/core/alu.v:1]
INFO: [Synth 8-6157] synthesizing module 'Immediate_Generator' [/var/lib/jenkins/workspace/Risco_5/Risco-5/src/core/immediate_generator.v:1]
INFO: [Synth 8-6155] done synthesizing module 'Immediate_Generator' (0#1) [/var/lib/jenkins/workspace/Risco_5/Risco-5/src/core/immediate_generator.v:1]
INFO: [Synth 8-6157] synthesizing module 'CSR_Unit' [/var/lib/jenkins/workspace/Risco_5/Risco-5/src/core/csr_unit.v:3]
INFO: [Synth 8-155] case statement is not full and has no default [/var/lib/jenkins/workspace/Risco_5/Risco-5/src/core/csr_unit.v:119]
INFO: [Synth 8-6155] done synthesizing module 'CSR_Unit' (0#1) [/var/lib/jenkins/workspace/Risco_5/Risco-5/src/core/csr_unit.v:3]
INFO: [Synth 8-6155] done synthesizing module 'Core' (0#1) [/var/lib/jenkins/workspace/Risco_5/Risco-5/src/core/core.v:2]
WARNING: [Synth 8-7071] port 'halt' of module 'Core' is unconnected for instance 'Core' [/var/lib/jenkins/workspace/Risco_5/Risco-5/src/peripheral/soc.v:35]
WARNING: [Synth 8-7071] port 'interruption_request_external' of module 'Core' is unconnected for instance 'Core' [/var/lib/jenkins/workspace/Risco_5/Risco-5/src/peripheral/soc.v:35]
WARNING: [Synth 8-7071] port 'interruption_request_timer' of module 'Core' is unconnected for instance 'Core' [/var/lib/jenkins/workspace/Risco_5/Risco-5/src/peripheral/soc.v:35]
WARNING: [Synth 8-7071] port 'interruption_request_software' of module 'Core' is unconnected for instance 'Core' [/var/lib/jenkins/workspace/Risco_5/Risco-5/src/peripheral/soc.v:35]
WARNING: [Synth 8-7071] port 'interruption_request_fast' of module 'Core' is unconnected for instance 'Core' [/var/lib/jenkins/workspace/Risco_5/Risco-5/src/peripheral/soc.v:35]
WARNING: [Synth 8-7023] instance 'Core' of module 'Core' has 14 connections declared, but only 9 given [/var/lib/jenkins/workspace/Risco_5/Risco-5/src/peripheral/soc.v:35]
INFO: [Synth 8-6157] synthesizing module 'Memory' [/var/lib/jenkins/workspace/Risco_5/Risco-5/src/peripheral/memory.v:1]
Parameter MEMORY_FILE bound to: ../../software/memory/teste_uart_fpga.hex - type: string
Parameter MEMORY_SIZE bound to: 2048 - type: integer
INFO: [Synth 8-3876] $readmem data file '../../software/memory/teste_uart_fpga.hex' is read successfully [/var/lib/jenkins/workspace/Risco_5/Risco-5/src/peripheral/memory.v:35]
INFO: [Synth 8-6155] done synthesizing module 'Memory' (0#1) [/var/lib/jenkins/workspace/Risco_5/Risco-5/src/peripheral/memory.v:1]
INFO: [Synth 8-6157] synthesizing module 'BUS' [/var/lib/jenkins/workspace/Risco_5/Risco-5/src/peripheral/bus.v:1]
INFO: [Synth 8-6155] done synthesizing module 'BUS' (0#1) [/var/lib/jenkins/workspace/Risco_5/Risco-5/src/peripheral/bus.v:1]
INFO: [Synth 8-6157] synthesizing module 'LEDs' [/var/lib/jenkins/workspace/Risco_5/Risco-5/src/peripheral/leds.v:5]
INFO: [Synth 8-6155] done synthesizing module 'LEDs' (0#1) [/var/lib/jenkins/workspace/Risco_5/Risco-5/src/peripheral/leds.v:5]
INFO: [Synth 8-6157] synthesizing module 'UART' [/var/lib/jenkins/workspace/Risco_5/Risco-5/src/peripheral/uart.v:4]
Parameter CLK_FREQ bound to: 50000000 - type: integer
Parameter BIT_RATE bound to: 115200 - type: integer
Parameter BUFFER_SIZE bound to: 16 - type: integer
INFO: [Synth 8-6157] synthesizing module 'FIFO' [/var/lib/jenkins/workspace/Risco_5/Risco-5/src/peripheral/fifo.v:4]
Parameter DEPTH bound to: 16 - type: integer
Parameter WIDTH bound to: 8 - type: integer
INFO: [Synth 8-6155] done synthesizing module 'FIFO' (0#1) [/var/lib/jenkins/workspace/Risco_5/Risco-5/src/peripheral/fifo.v:4]
INFO: [Synth 8-6157] synthesizing module 'uart_tool_rx' [/var/lib/jenkins/workspace/Risco_5/Risco-5/src/peripheral/uart_rx.v:13]
Parameter BIT_RATE bound to: 115200 - type: integer
Parameter CLK_HZ bound to: 50000000 - type: integer
Parameter PAYLOAD_BITS bound to: 8 - type: integer
INFO: [Synth 8-6155] done synthesizing module 'uart_tool_rx' (0#1) [/var/lib/jenkins/workspace/Risco_5/Risco-5/src/peripheral/uart_rx.v:13]
INFO: [Synth 8-6157] synthesizing module 'uart_tool_tx' [/var/lib/jenkins/workspace/Risco_5/Risco-5/src/peripheral/uart_tx.v:13]
Parameter BIT_RATE bound to: 115200 - type: integer
Parameter CLK_HZ bound to: 50000000 - type: integer
Parameter PAYLOAD_BITS bound to: 8 - type: integer
INFO: [Synth 8-6155] done synthesizing module 'uart_tool_tx' (0#1) [/var/lib/jenkins/workspace/Risco_5/Risco-5/src/peripheral/uart_tx.v:13]
INFO: [Synth 8-6155] done synthesizing module 'UART' (0#1) [/var/lib/jenkins/workspace/Risco_5/Risco-5/src/peripheral/uart.v:4]
INFO: [Synth 8-6157] synthesizing module 'GPIOS' [/var/lib/jenkins/workspace/Risco_5/Risco-5/src/peripheral/gpios.v:4]
Parameter WIDHT bound to: 8 - type: integer
INFO: [Synth 8-6157] synthesizing module 'GPIO' [/var/lib/jenkins/workspace/Risco_5/Risco-5/src/peripheral/gpio.v:5]
INFO: [Synth 8-6155] done synthesizing module 'GPIO' (0#1) [/var/lib/jenkins/workspace/Risco_5/Risco-5/src/peripheral/gpio.v:5]
INFO: [Synth 8-6157] synthesizing module 'PWM' [/var/lib/jenkins/workspace/Risco_5/Risco-5/src/peripheral/pwm.v:5]
INFO: [Synth 8-6155] done synthesizing module 'PWM' (0#1) [/var/lib/jenkins/workspace/Risco_5/Risco-5/src/peripheral/pwm.v:5]
INFO: [Synth 8-155] case statement is not full and has no default [/var/lib/jenkins/workspace/Risco_5/Risco-5/src/peripheral/gpios.v:68]
INFO: [Synth 8-6155] done synthesizing module 'GPIOS' (0#1) [/var/lib/jenkins/workspace/Risco_5/Risco-5/src/peripheral/gpios.v:4]
INFO: [Synth 8-6155] done synthesizing module 'Risco_5_SOC' (0#1) [/var/lib/jenkins/workspace/Risco_5/Risco-5/src/peripheral/soc.v:3]
INFO: [Synth 8-6155] done synthesizing module 'top' (0#1) [/var/lib/jenkins/workspace/Risco_5/Risco-5/fpga/nexys4_ddr/main.v:1]
WARNING: [Synth 8-6014] Unused sequential element Data_X_reg was removed. [/var/lib/jenkins/workspace/Risco_5/Risco-5/src/core/mdu.v:53]
WARNING: [Synth 8-6014] Unused sequential element Data_Y_reg was removed. [/var/lib/jenkins/workspace/Risco_5/Risco-5/src/core/mdu.v:54]
WARNING: [Synth 8-3848] Net temp_write_value in module/entity Core does not have driver. [/var/lib/jenkins/workspace/Risco_5/Risco-5/src/core/core.v:69]
WARNING: [Synth 8-3848] Net temp_address in module/entity Core does not have driver. [/var/lib/jenkins/workspace/Risco_5/Risco-5/src/core/core.v:68]
WARNING: [Synth 8-3848] Net memory_saved_value in module/entity Core does not have driver. [/var/lib/jenkins/workspace/Risco_5/Risco-5/src/core/core.v:68]
WARNING: [Synth 8-3848] Net alu_saved_value in module/entity Core does not have driver. [/var/lib/jenkins/workspace/Risco_5/Risco-5/src/core/core.v:69]
WARNING: [Synth 8-6014] Unused sequential element tx_fifo_read_reg was removed. [/var/lib/jenkins/workspace/Risco_5/Risco-5/src/peripheral/uart.v:163]
Info: at iteration #4, type ALL: wirelen solved = 13662, spread = 48705, legal = 50021; time = 0.29s
WARNING: [Synth 8-7129] Port address[31] in module GPIOS is either unconnected or has no load
WARNING: [Synth 8-7129] Port address[30] in module GPIOS is either unconnected or has no load
WARNING: [Synth 8-7129] Port address[29] in module GPIOS is either unconnected or has no load
WARNING: [Synth 8-7129] Port address[28] in module GPIOS is either unconnected or has no load
WARNING: [Synth 8-7129] Port address[27] in module GPIOS is either unconnected or has no load
WARNING: [Synth 8-7129] Port address[26] in module GPIOS is either unconnected or has no load
WARNING: [Synth 8-7129] Port address[25] in module GPIOS is either unconnected or has no load
WARNING: [Synth 8-7129] Port address[24] in module GPIOS is either unconnected or has no load
WARNING: [Synth 8-7129] Port address[23] in module GPIOS is either unconnected or has no load
WARNING: [Synth 8-7129] Port address[22] in module GPIOS is either unconnected or has no load
WARNING: [Synth 8-7129] Port address[21] in module GPIOS is either unconnected or has no load
WARNING: [Synth 8-7129] Port address[20] in module GPIOS is either unconnected or has no load
WARNING: [Synth 8-7129] Port address[19] in module GPIOS is either unconnected or has no load
WARNING: [Synth 8-7129] Port address[18] in module GPIOS is either unconnected or has no load
WARNING: [Synth 8-7129] Port address[17] in module GPIOS is either unconnected or has no load
WARNING: [Synth 8-7129] Port address[16] in module GPIOS is either unconnected or has no load
WARNING: [Synth 8-7129] Port address[15] in module GPIOS is either unconnected or has no load
WARNING: [Synth 8-7129] Port address[14] in module GPIOS is either unconnected or has no load
WARNING: [Synth 8-7129] Port address[13] in module GPIOS is either unconnected or has no load
WARNING: [Synth 8-7129] Port address[12] in module GPIOS is either unconnected or has no load
WARNING: [Synth 8-7129] Port address[11] in module GPIOS is either unconnected or has no load
WARNING: [Synth 8-7129] Port address[10] in module GPIOS is either unconnected or has no load
WARNING: [Synth 8-7129] Port address[9] in module GPIOS is either unconnected or has no load
WARNING: [Synth 8-7129] Port address[8] in module GPIOS is either unconnected or has no load
WARNING: [Synth 8-7129] Port write_data[31] in module GPIOS is either unconnected or has no load
WARNING: [Synth 8-7129] Port write_data[30] in module GPIOS is either unconnected or has no load
WARNING: [Synth 8-7129] Port write_data[29] in module GPIOS is either unconnected or has no load
WARNING: [Synth 8-7129] Port write_data[28] in module GPIOS is either unconnected or has no load
WARNING: [Synth 8-7129] Port write_data[27] in module GPIOS is either unconnected or has no load
WARNING: [Synth 8-7129] Port write_data[26] in module GPIOS is either unconnected or has no load
WARNING: [Synth 8-7129] Port write_data[25] in module GPIOS is either unconnected or has no load
WARNING: [Synth 8-7129] Port write_data[24] in module GPIOS is either unconnected or has no load
WARNING: [Synth 8-7129] Port write_data[23] in module GPIOS is either unconnected or has no load
WARNING: [Synth 8-7129] Port write_data[22] in module GPIOS is either unconnected or has no load
WARNING: [Synth 8-7129] Port write_data[21] in module GPIOS is either unconnected or has no load
WARNING: [Synth 8-7129] Port write_data[20] in module GPIOS is either unconnected or has no load
WARNING: [Synth 8-7129] Port write_data[19] in module GPIOS is either unconnected or has no load
WARNING: [Synth 8-7129] Port write_data[18] in module GPIOS is either unconnected or has no load
WARNING: [Synth 8-7129] Port write_data[17] in module GPIOS is either unconnected or has no load
WARNING: [Synth 8-7129] Port address[31] in module UART is either unconnected or has no load
WARNING: [Synth 8-7129] Port address[30] in module UART is either unconnected or has no load
WARNING: [Synth 8-7129] Port address[29] in module UART is either unconnected or has no load
WARNING: [Synth 8-7129] Port address[28] in module UART is either unconnected or has no load
WARNING: [Synth 8-7129] Port address[27] in module UART is either unconnected or has no load
WARNING: [Synth 8-7129] Port address[26] in module UART is either unconnected or has no load
WARNING: [Synth 8-7129] Port address[25] in module UART is either unconnected or has no load
WARNING: [Synth 8-7129] Port address[24] in module UART is either unconnected or has no load
WARNING: [Synth 8-7129] Port address[23] in module UART is either unconnected or has no load
WARNING: [Synth 8-7129] Port address[22] in module UART is either unconnected or has no load
WARNING: [Synth 8-7129] Port address[21] in module UART is either unconnected or has no load
WARNING: [Synth 8-7129] Port address[20] in module UART is either unconnected or has no load
WARNING: [Synth 8-7129] Port address[19] in module UART is either unconnected or has no load
WARNING: [Synth 8-7129] Port address[18] in module UART is either unconnected or has no load
WARNING: [Synth 8-7129] Port address[17] in module UART is either unconnected or has no load
WARNING: [Synth 8-7129] Port address[16] in module UART is either unconnected or has no load
WARNING: [Synth 8-7129] Port address[15] in module UART is either unconnected or has no load
WARNING: [Synth 8-7129] Port address[14] in module UART is either unconnected or has no load
WARNING: [Synth 8-7129] Port address[13] in module UART is either unconnected or has no load
WARNING: [Synth 8-7129] Port address[12] in module UART is either unconnected or has no load
WARNING: [Synth 8-7129] Port address[11] in module UART is either unconnected or has no load
WARNING: [Synth 8-7129] Port address[10] in module UART is either unconnected or has no load
WARNING: [Synth 8-7129] Port address[9] in module UART is either unconnected or has no load
WARNING: [Synth 8-7129] Port address[8] in module UART is either unconnected or has no load
WARNING: [Synth 8-7129] Port address[7] in module UART is either unconnected or has no load
WARNING: [Synth 8-7129] Port address[6] in module UART is either unconnected or has no load
WARNING: [Synth 8-7129] Port address[5] in module UART is either unconnected or has no load
WARNING: [Synth 8-7129] Port address[1] in module UART is either unconnected or has no load
WARNING: [Synth 8-7129] Port address[0] in module UART is either unconnected or has no load
WARNING: [Synth 8-7129] Port address[31] in module LEDs is either unconnected or has no load
WARNING: [Synth 8-7129] Port address[30] in module LEDs is either unconnected or has no load
WARNING: [Synth 8-7129] Port address[29] in module LEDs is either unconnected or has no load
WARNING: [Synth 8-7129] Port address[28] in module LEDs is either unconnected or has no load
WARNING: [Synth 8-7129] Port address[27] in module LEDs is either unconnected or has no load
WARNING: [Synth 8-7129] Port address[26] in module LEDs is either unconnected or has no load
WARNING: [Synth 8-7129] Port address[25] in module LEDs is either unconnected or has no load
WARNING: [Synth 8-7129] Port address[24] in module LEDs is either unconnected or has no load
WARNING: [Synth 8-7129] Port address[23] in module LEDs is either unconnected or has no load
WARNING: [Synth 8-7129] Port address[22] in module LEDs is either unconnected or has no load
WARNING: [Synth 8-7129] Port address[21] in module LEDs is either unconnected or has no load
WARNING: [Synth 8-7129] Port address[20] in module LEDs is either unconnected or has no load
WARNING: [Synth 8-7129] Port address[19] in module LEDs is either unconnected or has no load
WARNING: [Synth 8-7129] Port address[18] in module LEDs is either unconnected or has no load
WARNING: [Synth 8-7129] Port address[17] in module LEDs is either unconnected or has no load
WARNING: [Synth 8-7129] Port address[16] in module LEDs is either unconnected or has no load
WARNING: [Synth 8-7129] Port address[15] in module LEDs is either unconnected or has no load
WARNING: [Synth 8-7129] Port address[14] in module LEDs is either unconnected or has no load
WARNING: [Synth 8-7129] Port address[13] in module LEDs is either unconnected or has no load
WARNING: [Synth 8-7129] Port address[12] in module LEDs is either unconnected or has no load
WARNING: [Synth 8-7129] Port address[11] in module LEDs is either unconnected or has no load
WARNING: [Synth 8-7129] Port address[10] in module LEDs is either unconnected or has no load
WARNING: [Synth 8-7129] Port address[9] in module LEDs is either unconnected or has no load
WARNING: [Synth 8-7129] Port address[8] in module LEDs is either unconnected or has no load
WARNING: [Synth 8-7129] Port address[7] in module LEDs is either unconnected or has no load
WARNING: [Synth 8-7129] Port address[6] in module LEDs is either unconnected or has no load
WARNING: [Synth 8-7129] Port address[5] in module LEDs is either unconnected or has no load
WARNING: [Synth 8-7129] Port address[4] in module LEDs is either unconnected or has no load
WARNING: [Synth 8-7129] Port address[3] in module LEDs is either unconnected or has no load
WARNING: [Synth 8-7129] Port address[2] in module LEDs is either unconnected or has no load
WARNING: [Synth 8-7129] Port address[1] in module LEDs is either unconnected or has no load
WARNING: [Synth 8-7129] Port address[0] in module LEDs is either unconnected or has no load
INFO: [Common 17-14] Message 'Synth 8-7129' appears 100 times and further instances of the messages will be disabled. Use the Tcl command set_msg_config to change the current settings.
---------------------------------------------------------------------------------
Finished RTL Elaboration : Time (s): cpu = 00:00:07 ; elapsed = 00:00:07 . Memory (MB): peak = 2118.812 ; gain = 493.684 ; free physical = 310 ; free virtual = 22894
---------------------------------------------------------------------------------
---------------------------------------------------------------------------------
Start Handling Custom Attributes
---------------------------------------------------------------------------------
---------------------------------------------------------------------------------
Finished Handling Custom Attributes : Time (s): cpu = 00:00:07 ; elapsed = 00:00:07 . Memory (MB): peak = 2136.625 ; gain = 511.496 ; free physical = 301 ; free virtual = 22885
---------------------------------------------------------------------------------
---------------------------------------------------------------------------------
Finished RTL Optimization Phase 1 : Time (s): cpu = 00:00:07 ; elapsed = 00:00:07 . Memory (MB): peak = 2136.625 ; gain = 511.496 ; free physical = 301 ; free virtual = 22885
---------------------------------------------------------------------------------
Info: at iteration #5, type ALL: wirelen solved = 16286, spread = 50060, legal = 51108; time = 0.41s
Netlist sorting complete. Time (s): cpu = 00:00:00.04 ; elapsed = 00:00:00.04 . Memory (MB): peak = 2136.625 ; gain = 0.000 ; free physical = 307 ; free virtual = 22891
Info: at iteration #6, type ALL: wirelen solved = 18623, spread = 46900, legal = 47589; time = 0.31s
Info: at iteration #7, type ALL: wirelen solved = 18799, spread = 45743, legal = 46474; time = 0.27s
Info: at iteration #8, type ALL: wirelen solved = 20828, spread = 42860, legal = 43857; time = 0.27s
Info: at iteration #9, type ALL: wirelen solved = 21508, spread = 42072, legal = 43173; time = 0.27s
Info: at iteration #10, type ALL: wirelen solved = 21687, spread = 40728, legal = 41860; time = 0.27s
INFO: [Project 1-570] Preparing netlist for logic optimization
Processing XDC Constraints
Initializing timing engine
Parsing XDC File [/var/lib/jenkins/workspace/Risco_5/Risco-5/fpga/nexys4_ddr/digilent_nexys4_ddr.xdc]
Finished Parsing XDC File [/var/lib/jenkins/workspace/Risco_5/Risco-5/fpga/nexys4_ddr/digilent_nexys4_ddr.xdc]
INFO: [Project 1-236] Implementation specific constraints were found while reading constraint file [/var/lib/jenkins/workspace/Risco_5/Risco-5/fpga/nexys4_ddr/digilent_nexys4_ddr.xdc]. These constraints will be ignored for synthesis but will be used in implementation. Impacted constraints are listed in the file [.Xil/top_propImpl.xdc].
Resolution: To avoid this warning, move constraints listed in [.Xil/top_propImpl.xdc] to another XDC file and exclude this new file from synthesis with the used_in_synthesis property (File Properties dialog in GUI) and re-run elaboration/synthesis.
Completed Processing XDC Constraints
Netlist sorting complete. Time (s): cpu = 00:00:00 ; elapsed = 00:00:00 . Memory (MB): peak = 2286.406 ; gain = 0.000 ; free physical = 286 ; free virtual = 22870
INFO: [Project 1-111] Unisim Transformation Summary:
No Unisim elements were transformed.
Constraint Validation Runtime : Time (s): cpu = 00:00:00.02 ; elapsed = 00:00:00.02 . Memory (MB): peak = 2286.441 ; gain = 0.000 ; free physical = 279 ; free virtual = 22863
Info: at iteration #11, type ALL: wirelen solved = 21815, spread = 40738, legal = 41854; time = 0.34s
Info: at iteration #12, type ALL: wirelen solved = 23536, spread = 39938, legal = 41277; time = 0.32s
Info: at iteration #13, type ALL: wirelen solved = 24079, spread = 39488, legal = 40685; time = 0.27s
Info: at iteration #14, type ALL: wirelen solved = 24880, spread = 39282, legal = 40592; time = 0.27s
Info: at iteration #15, type ALL: wirelen solved = 25894, spread = 37801, legal = 39761; time = 0.27s
Info: at iteration #16, type ALL: wirelen solved = 25311, spread = 38063, legal = 39856; time = 0.28s
Info: at iteration #17, type ALL: wirelen solved = 25732, spread = 37450, legal = 39308; time = 0.27s
Info: at iteration #18, type ALL: wirelen solved = 26276, spread = 39216, legal = 40358; time = 0.32s
Info: at iteration #19, type ALL: wirelen solved = 27310, spread = 38908, legal = 40317; time = 0.37s
Info: at iteration #20, type ALL: wirelen solved = 27644, spread = 38304, legal = 39826; time = 0.26s
Info: at iteration #21, type ALL: wirelen solved = 27684, spread = 37601, legal = 39312; time = 0.26s
Info: at iteration #22, type ALL: wirelen solved = 27579, spread = 37477, legal = 39482; time = 0.26s
Info: HeAP Placer Time: 10.38s
Info: of which solving equations: 6.16s
Info: of which spreading cells: 0.81s
Info: of which strict legalisation: 0.28s
Info: Running simulated annealing placer for refinement.
Info: at iteration #1: temp = 0.000000, timing cost = 6307, wirelen = 39308
---------------------------------------------------------------------------------
Finished Constraint Validation : Time (s): cpu = 00:00:15 ; elapsed = 00:00:15 . Memory (MB): peak = 2286.441 ; gain = 661.312 ; free physical = 186 ; free virtual = 22770
---------------------------------------------------------------------------------
---------------------------------------------------------------------------------
Start Loading Part and Timing Information
---------------------------------------------------------------------------------
Loading part: xc7a100tcsg324-1
---------------------------------------------------------------------------------
Finished Loading Part and Timing Information : Time (s): cpu = 00:00:15 ; elapsed = 00:00:15 . Memory (MB): peak = 2286.441 ; gain = 661.312 ; free physical = 185 ; free virtual = 22769
---------------------------------------------------------------------------------
---------------------------------------------------------------------------------
Start Applying 'set_property' XDC Constraints
---------------------------------------------------------------------------------
---------------------------------------------------------------------------------
Finished applying 'set_property' XDC Constraints : Time (s): cpu = 00:00:15 ; elapsed = 00:00:15 . Memory (MB): peak = 2286.441 ; gain = 661.312 ; free physical = 183 ; free virtual = 22768
---------------------------------------------------------------------------------
INFO: [Synth 8-802] inferred FSM for state register 'state_reg' in module 'ResetBootSystem'
INFO: [Synth 8-802] inferred FSM for state register 'state_mul_reg' in module 'MDU'
INFO: [Synth 8-802] inferred FSM for state register 'state_div_reg' in module 'MDU'
INFO: [Synth 8-802] inferred FSM for state register 'state_reg' in module 'Control_Unit'
INFO: [Synth 8-802] inferred FSM for state register 'fsm_state_reg' in module 'uart_tool_rx'
INFO: [Synth 8-802] inferred FSM for state register 'fsm_state_reg' in module 'uart_tool_tx'
INFO: [Synth 8-802] inferred FSM for state register 'state_reg' in module 'UART'
---------------------------------------------------------------------------------------------------
State | New Encoding | Previous Encoding
---------------------------------------------------------------------------------------------------
RESET_COUNTER | 00 | 01
IDLE | 01 | 10
INIT | 10 | 00
---------------------------------------------------------------------------------------------------
INFO: [Synth 8-3354] encoded FSM with state register 'state_reg' using encoding 'sequential' in module 'ResetBootSystem'
---------------------------------------------------------------------------------------------------
State | New Encoding | Previous Encoding
---------------------------------------------------------------------------------------------------
IDLE | 001 | 00
OPERATE | 010 | 01
FINISH | 100 | 10
---------------------------------------------------------------------------------------------------
INFO: [Synth 8-3354] encoded FSM with state register 'state_mul_reg' using encoding 'one-hot' in module 'MDU'
---------------------------------------------------------------------------------------------------
State | New Encoding | Previous Encoding
---------------------------------------------------------------------------------------------------
FETCH | 00000000000000000000000000000000000000000000000001 | 000000
VALIDATE_FETCH | 00000000000000000000000000000000000000000000000010 | 101110
DECODE | 00000000000000000000000000000000000000000000000100 | 000001
MEMADR | 00000000000000000000000000000000000000000000001000 | 000010
MEMREAD_UNALIGNED | 00000000000000000000000000000000000000000000010000 | 010110
LOAD_FIRST_BLOCK | 00000000000000000000000000000000000000000000100000 | 010000
SAVE_FIRST_BLOCK | 00000000000000000000000000000000000000000001000000 | 010001
CALC_NEXT_ADDRESS | 00000000000000000000000000000000000000000010000000 | 010010
READ_SECOND_BLOCK | 00000000000000000000000000000000000000000100000000 | 010011
LOAD_SECOND_BLOCK | 00000000000000000000000000000000000000001000000000 | 010100
MERGE_BLOCKS | 00000000000000000000000000000000000000010000000000 | 010101
FILTER_ALU_WB | 00000000000000000000000000000000000000100000000000 | 010111
MEMREAD | 00000000000000000000000000000000000001000000000000 | 000011
MEMWB | 00000000000000000000000000000000000010000000000000 | 000100
MEMWRITE_UNALIGNED | 00000000000000000000000000000000000100000000000000 | 011000
GEN_FIRST_BLOCK_PART_1 | 00000000000000000000000000000000001000000000000000 | 011001
GEN_FIRST_BLOCK_PART_2 | 00000000000000000000000000000000010000000000000000 | 011010
GEN_SECOND_BLOCK_PART_1 | 00000000000000000000000000000000100000000000000000 | 011011
GEN_SECOND_BLOCK_PART_2 | 00000000000000000000000000000001000000000000000000 | 011100
MERGE_WRITE_BLOCKS | 00000000000000000000000000000010000000000000000000 | 011101
SWAP_VALUE_DIRECTION | 00000000000000000000000000000100000000000000000000 | 011110
CLEAR_VALUE_HALF_BYTE_ONE_BLOCK | 00000000000000000000000000001000000000000000000000 | 100010
CLEAR_VALUE_HALF_BYTE_ONE_BLOCK_2 | 00000000000000000000000000010000000000000000000000 | 100011
CLEAR_VALUE_HALF_BYTE_ONE_BLOCK_3 | 00000000000000000000000000100000000000000000000000 | 100100
CLEAR_VALUE | 00000000000000000000000001000000000000000000000000 | 011111
MERGE_WRITE_VALUE_1 | 00000000000000000000000010000000000000000000000000 | 100000
WRITE_VALUE_1 | 00000000000000000000000100000000000000000000000000 | 100001
CALC_SECOND_BLOCK_ADDRESS_TO_WRITE | 00000000000000000000001000000000000000000000000000 | 100101
READ_SECOND_BLOCK_TO_WRITE | 00000000000000000000010000000000000000000000000000 | 100110
LOAD_SECOND_BLOCK_TO_WRITE | 00000000000000000000100000000000000000000000000000 | 100111
LOAD_SECOND_BLOCK_TO_WRITE_2 | 00000000000000000001000000000000000000000000000000 | 101000
SWAP_VALUE_DIRECTION_2 | 00000000000000000010000000000000000000000000000000 | 101001
CLEAR_VALUE_PART_2 | 00000000000000000100000000000000000000000000000000 | 101010
CLEAR_VALUE_PART_2_1 | 00000000000000001000000000000000000000000000000000 | 101011
MERGE_WRITE_VALUE_2 | 00000000000000010000000000000000000000000000000000 | 101100
WRITE_VALUE_2 | 00000000000000100000000000000000000000000000000000 | 101101
MEMWRITE | 00000000000001000000000000000000000000000000000000 | 000101
EXECUTER | 00000000000010000000000000000000000000000000000000 | 000110
EXECUTE_MDU | 00000000000100000000000000000000000000000000000000 | 101111
MDU_WAIT | 00000000001000000000000000000000000000000000000000 | 110000
MDU_WB | 00000000010000000000000000000000000000000000000000 | 110001
EXECUTEI | 00000000100000000000000000000000000000000000000000 | 001000
JAL | 00000001000000000000000000000000000000000000000000 | 001001
BRANCH | 00000010000000000000000000000000000000000000000000 | 001010
AUIPC | 00000100000000000000000000000000000000000000000000 | 001100
LUI | 00001000000000000000000000000000000000000000000000 | 001101
JALR_PC | 00010000000000000000000000000000000000000000000000 | 001110
JALR | 00100000000000000000000000000000000000000000000000 | 001011
ALUWB | 01000000000000000000000000000000000000000000000000 | 000111
EXECUTECSR | 10000000000000000000000000000000000000000000000000 | 001111
---------------------------------------------------------------------------------------------------
INFO: [Synth 8-3354] encoded FSM with state register 'state_reg' using encoding 'one-hot' in module 'Control_Unit'
---------------------------------------------------------------------------------------------------
State | New Encoding | Previous Encoding
---------------------------------------------------------------------------------------------------
FSM_IDLE | 00 | 000
FSM_START | 11 | 001
FSM_RECV | 10 | 010
FSM_STOP | 01 | 011
---------------------------------------------------------------------------------------------------
INFO: [Synth 8-3354] encoded FSM with state register 'fsm_state_reg' using encoding 'sequential' in module 'uart_tool_rx'
---------------------------------------------------------------------------------------------------
State | New Encoding | Previous Encoding
---------------------------------------------------------------------------------------------------
FSM_IDLE | 00 | 000
FSM_START | 11 | 001
FSM_SEND | 10 | 010
FSM_STOP | 01 | 011
---------------------------------------------------------------------------------------------------
INFO: [Synth 8-3354] encoded FSM with state register 'fsm_state_reg' using encoding 'sequential' in module 'uart_tool_tx'
---------------------------------------------------------------------------------------------------
State | New Encoding | Previous Encoding
---------------------------------------------------------------------------------------------------
IDLE | 0000 | 0000
COPY_WRITE_BUFFER | 0001 | 0100
WRITE | 0010 | 0010
READ | 0011 | 0001
READ_RX_FIFO_EMPTY | 0100 | 0110
READ_TX_FIFO_EMPTY | 0101 | 0111
READ_RX_FIFO_FULL | 0110 | 1000
READ_TX_FIFO_FULL | 0111 | 1001
WB | 1000 | 0101
FINISH | 1001 | 0011
---------------------------------------------------------------------------------------------------
INFO: [Synth 8-3354] encoded FSM with state register 'state_reg' using encoding 'sequential' in module 'UART'
---------------------------------------------------------------------------------
Finished RTL Optimization Phase 2 : Time (s): cpu = 00:00:17 ; elapsed = 00:00:17 . Memory (MB): peak = 2286.441 ; gain = 661.312 ; free physical = 191 ; free virtual = 22777
---------------------------------------------------------------------------------
---------------------------------------------------------------------------------
Start RTL Component Statistics
---------------------------------------------------------------------------------
Detailed RTL Component Info :
+---Adders :
2 Input 32 Bit Adders := 7
3 Input 32 Bit Adders := 2
2 Input 10 Bit Adders := 2
2 Input 6 Bit Adders := 6
2 Input 5 Bit Adders := 1
2 Input 4 Bit Adders := 2
2 Input 3 Bit Adders := 2
2 Input 2 Bit Adders := 1
+---XORs :
2 Input 32 Bit XORs := 1
+---XORs :
2 Bit Wide XORs := 1
+---Registers :
64 Bit Registers := 4
32 Bit Registers := 53
16 Bit Registers := 4
10 Bit Registers := 2
8 Bit Registers := 8
6 Bit Registers := 5
4 Bit Registers := 2
3 Bit Registers := 1
2 Bit Registers := 1
1 Bit Registers := 18
+---Multipliers :
32x32 Multipliers := 1
+---RAMs :
16K Bit (512 X 32 bit) RAMs := 1
128 Bit (16 X 8 bit) RAMs := 2
+---Muxes :
4 Input 64 Bit Muxes := 2
50 Input 50 Bit Muxes := 1
2 Input 50 Bit Muxes := 19
11 Input 50 Bit Muxes := 1
2 Input 32 Bit Muxes := 12
4 Input 32 Bit Muxes := 4
8 Input 32 Bit Muxes := 1
15 Input 32 Bit Muxes := 1
3 Input 32 Bit Muxes := 1
6 Input 32 Bit Muxes := 1
10 Input 32 Bit Muxes := 2
2 Input 8 Bit Muxes := 3
3 Input 6 Bit Muxes := 1
2 Input 6 Bit Muxes := 4
2 Input 5 Bit Muxes := 1
50 Input 4 Bit Muxes := 1
9 Input 4 Bit Muxes := 1
10 Input 4 Bit Muxes := 2
23 Input 4 Bit Muxes := 1
2 Input 4 Bit Muxes := 3
6 Input 4 Bit Muxes := 1
3 Input 3 Bit Muxes := 1
2 Input 3 Bit Muxes := 4
5 Input 3 Bit Muxes := 1
4 Input 3 Bit Muxes := 2
50 Input 3 Bit Muxes := 3
10 Input 3 Bit Muxes := 2
3 Input 2 Bit Muxes := 1
2 Input 2 Bit Muxes := 17
4 Input 2 Bit Muxes := 5
50 Input 2 Bit Muxes := 2
3 Input 1 Bit Muxes := 6
2 Input 1 Bit Muxes := 78
4 Input 1 Bit Muxes := 6
50 Input 1 Bit Muxes := 12
6 Input 1 Bit Muxes := 12
10 Input 1 Bit Muxes := 8
---------------------------------------------------------------------------------
Finished RTL Component Statistics
---------------------------------------------------------------------------------
---------------------------------------------------------------------------------
Start Part Resource Summary
---------------------------------------------------------------------------------
Part Resources:
DSPs: 240 (col length:80)
BRAMs: 270 (col length: RAMB18 80 RAMB36 40)
---------------------------------------------------------------------------------
Finished Part Resource Summary
---------------------------------------------------------------------------------
---------------------------------------------------------------------------------
Start Cross Boundary and Area Optimization
---------------------------------------------------------------------------------
WARNING: [Synth 8-7080] Parallel synthesis criteria is not met
[80%] Tech-Mapping Phase 3 completed
[90%] Tech-Mapping Phase 4 completed
WARN (NL0002) : The module "ALU_Control" instantiated to "ALU_Control" is swept in optimizing("/var/lib/jenkins/workspace/Risco_5/Risco-5/src/core/core.v":261)
WARN (NL0002) : The module "Immediate_Generator" instantiated to "Immediate_Generator" is swept in optimizing("/var/lib/jenkins/workspace/Risco_5/Risco-5/src/core/core.v":285)
WARN (NL0002) : The module "MUX" instantiated to "PCSourceMUX" is swept in optimizing("/var/lib/jenkins/workspace/Risco_5/Risco-5/src/core/core.v":197)
[95%] Generate netlist file "/var/lib/jenkins/workspace/Risco_5/Risco-5/fpga/tangnano20k/impl/gwsynthesis/project.vg" completed
DSP Report: Generating DSP acumulador0, operation Mode is: A*B.
DSP Report: operator acumulador0 is absorbed into DSP acumulador0.
DSP Report: operator acumulador0 is absorbed into DSP acumulador0.
DSP Report: Generating DSP acumulador_reg, operation Mode is: (PCIN>>17)+A*B.
DSP Report: register acumulador_reg is absorbed into DSP acumulador_reg.
DSP Report: operator acumulador0 is absorbed into DSP acumulador_reg.
DSP Report: operator acumulador0 is absorbed into DSP acumulador_reg.
DSP Report: Generating DSP acumulador0, operation Mode is: A*B.
DSP Report: operator acumulador0 is absorbed into DSP acumulador0.
DSP Report: operator acumulador0 is absorbed into DSP acumulador0.
DSP Report: Generating DSP acumulador_reg, operation Mode is: (PCIN>>17)+A*B.
DSP Report: register acumulador_reg is absorbed into DSP acumulador_reg.
DSP Report: operator acumulador0 is absorbed into DSP acumulador_reg.
DSP Report: operator acumulador0 is absorbed into DSP acumulador_reg.
INFO: [Synth 8-6851] RAM (SOC/Memory/memory_reg) has partial Byte Wide Write Enable pattern, however no output register found in fanout of RAM. Recommended to use supported Byte Wide Write Enable template.
[100%] Generate report file "/var/lib/jenkins/workspace/Risco_5/Risco-5/fpga/tangnano20k/impl/gwsynthesis/project_syn.rpt.html" completed
GowinSynthesis finish
Reading netlist file: "/var/lib/jenkins/workspace/Risco_5/Risco-5/fpga/tangnano20k/impl/gwsynthesis/project.vg"
Parsing netlist file "/var/lib/jenkins/workspace/Risco_5/Risco-5/fpga/tangnano20k/impl/gwsynthesis/project.vg" completed
WARNING: [Synth 8-3332] Sequential element (acumulador_reg[47]) is unused and will be removed from module MDU.
WARNING: [Synth 8-3332] Sequential element (acumulador_reg[46]) is unused and will be removed from module MDU.
WARNING: [Synth 8-3332] Sequential element (acumulador_reg[45]) is unused and will be removed from module MDU.
WARNING: [Synth 8-3332] Sequential element (acumulador_reg[44]) is unused and will be removed from module MDU.
WARNING: [Synth 8-3332] Sequential element (acumulador_reg[43]) is unused and will be removed from module MDU.
WARNING: [Synth 8-3332] Sequential element (acumulador_reg[42]) is unused and will be removed from module MDU.
WARNING: [Synth 8-3332] Sequential element (acumulador_reg[41]) is unused and will be removed from module MDU.
WARNING: [Synth 8-3332] Sequential element (acumulador_reg[40]) is unused and will be removed from module MDU.
WARNING: [Synth 8-3332] Sequential element (acumulador_reg[39]) is unused and will be removed from module MDU.
WARNING: [Synth 8-3332] Sequential element (acumulador_reg[38]) is unused and will be removed from module MDU.
WARNING: [Synth 8-3332] Sequential element (acumulador_reg[37]) is unused and will be removed from module MDU.
WARNING: [Synth 8-3332] Sequential element (acumulador_reg[36]) is unused and will be removed from module MDU.
WARNING: [Synth 8-3332] Sequential element (acumulador_reg[35]) is unused and will be removed from module MDU.
WARNING: [Synth 8-3332] Sequential element (acumulador_reg[34]) is unused and will be removed from module MDU.
WARNING: [Synth 8-3332] Sequential element (acumulador_reg[33]) is unused and will be removed from module MDU.
WARNING: [Synth 8-3332] Sequential element (acumulador_reg[32]) is unused and will be removed from module MDU.
WARNING: [Synth 8-3332] Sequential element (acumulador_reg[31]) is unused and will be removed from module MDU.
WARNING: [Synth 8-3332] Sequential element (acumulador_reg[30]) is unused and will be removed from module MDU.
WARNING: [Synth 8-3332] Sequential element (acumulador_reg[29]) is unused and will be removed from module MDU.
WARNING: [Synth 8-3332] Sequential element (acumulador_reg[28]) is unused and will be removed from module MDU.
WARNING: [Synth 8-3332] Sequential element (acumulador_reg[27]) is unused and will be removed from module MDU.
WARNING: [Synth 8-3332] Sequential element (acumulador_reg[26]) is unused and will be removed from module MDU.
WARNING: [Synth 8-3332] Sequential element (acumulador_reg[25]) is unused and will be removed from module MDU.
WARNING: [Synth 8-3332] Sequential element (acumulador_reg[24]) is unused and will be removed from module MDU.
WARNING: [Synth 8-3332] Sequential element (acumulador_reg[23]) is unused and will be removed from module MDU.
WARNING: [Synth 8-3332] Sequential element (acumulador_reg[22]) is unused and will be removed from module MDU.
WARNING: [Synth 8-3332] Sequential element (acumulador_reg[21]) is unused and will be removed from module MDU.
WARNING: [Synth 8-3332] Sequential element (acumulador_reg[20]) is unused and will be removed from module MDU.
WARNING: [Synth 8-3332] Sequential element (acumulador_reg[19]) is unused and will be removed from module MDU.
WARNING: [Synth 8-3332] Sequential element (acumulador_reg[18]) is unused and will be removed from module MDU.
WARNING: [Synth 8-3332] Sequential element (acumulador_reg[17]) is unused and will be removed from module MDU.
WARNING: [Synth 8-3332] Sequential element (acumulador_reg[47]__0) is unused and will be removed from module MDU.
WARNING: [Synth 8-3332] Sequential element (acumulador_reg[46]__0) is unused and will be removed from module MDU.
WARNING: [Synth 8-3332] Sequential element (acumulador_reg[45]__0) is unused and will be removed from module MDU.
WARNING: [Synth 8-3332] Sequential element (acumulador_reg[44]__0) is unused and will be removed from module MDU.
WARNING: [Synth 8-3332] Sequential element (acumulador_reg[43]__0) is unused and will be removed from module MDU.
WARNING: [Synth 8-3332] Sequential element (acumulador_reg[42]__0) is unused and will be removed from module MDU.
WARNING: [Synth 8-3332] Sequential element (acumulador_reg[41]__0) is unused and will be removed from module MDU.
WARNING: [Synth 8-3332] Sequential element (acumulador_reg[40]__0) is unused and will be removed from module MDU.
WARNING: [Synth 8-3332] Sequential element (acumulador_reg[39]__0) is unused and will be removed from module MDU.
WARNING: [Synth 8-3332] Sequential element (acumulador_reg[38]__0) is unused and will be removed from module MDU.
WARNING: [Synth 8-3332] Sequential element (acumulador_reg[37]__0) is unused and will be removed from module MDU.
WARNING: [Synth 8-3332] Sequential element (acumulador_reg[36]__0) is unused and will be removed from module MDU.
WARNING: [Synth 8-3332] Sequential element (acumulador_reg[35]__0) is unused and will be removed from module MDU.
WARNING: [Synth 8-3332] Sequential element (acumulador_reg[34]__0) is unused and will be removed from module MDU.
WARNING: [Synth 8-3332] Sequential element (acumulador_reg[33]__0) is unused and will be removed from module MDU.
WARNING: [Synth 8-3332] Sequential element (acumulador_reg[32]__0) is unused and will be removed from module MDU.
WARNING: [Synth 8-3332] Sequential element (acumulador_reg[31]__0) is unused and will be removed from module MDU.
WARNING: [Synth 8-3332] Sequential element (acumulador_reg[30]__0) is unused and will be removed from module MDU.
WARNING: [Synth 8-3332] Sequential element (acumulador_reg[29]__0) is unused and will be removed from module MDU.
WARNING: [Synth 8-3332] Sequential element (acumulador_reg[28]__0) is unused and will be removed from module MDU.
WARNING: [Synth 8-3332] Sequential element (acumulador_reg[27]__0) is unused and will be removed from module MDU.
WARNING: [Synth 8-3332] Sequential element (acumulador_reg[26]__0) is unused and will be removed from module MDU.
WARNING: [Synth 8-3332] Sequential element (acumulador_reg[25]__0) is unused and will be removed from module MDU.
WARNING: [Synth 8-3332] Sequential element (acumulador_reg[24]__0) is unused and will be removed from module MDU.
WARNING: [Synth 8-3332] Sequential element (acumulador_reg[23]__0) is unused and will be removed from module MDU.
WARNING: [Synth 8-3332] Sequential element (acumulador_reg[22]__0) is unused and will be removed from module MDU.
WARNING: [Synth 8-3332] Sequential element (acumulador_reg[21]__0) is unused and will be removed from module MDU.
WARNING: [Synth 8-3332] Sequential element (acumulador_reg[20]__0) is unused and will be removed from module MDU.
WARNING: [Synth 8-3332] Sequential element (acumulador_reg[19]__0) is unused and will be removed from module MDU.
WARNING: [Synth 8-3332] Sequential element (acumulador_reg[18]__0) is unused and will be removed from module MDU.
WARNING: [Synth 8-3332] Sequential element (acumulador_reg[17]__0) is unused and will be removed from module MDU.
WARNING: [Synth 8-3332] Sequential element (FSM_onehot_state_reg[22]) is unused and will be removed from module Control_Unit.
Processing netlist completed
Reading constraint file: "/var/lib/jenkins/workspace/Risco_5/Risco-5/fpga/tangnano20k/pinout.cst"
Physical Constraint parsed completed
Running placement......
Info: at iteration #5: temp = 0.000000, timing cost = 5352, wirelen = 34250
[10%] Placement Phase 0 completed
Info: at iteration #10: temp = 0.000000, timing cost = 4576, wirelen = 32985
[20%] Placement Phase 1 completed
---------------------------------------------------------------------------------
Finished Cross Boundary and Area Optimization : Time (s): cpu = 00:00:32 ; elapsed = 00:00:32 . Memory (MB): peak = 2286.441 ; gain = 661.312 ; free physical = 195 ; free virtual = 22664
---------------------------------------------------------------------------------
Sort Area is acumulador0_3 : 0 0 : 2701 4912 : Used 1 time 0
Sort Area is acumulador0_3 : 0 1 : 2211 4912 : Used 1 time 0
Sort Area is acumulador0_0 : 0 0 : 2158 4062 : Used 1 time 0
Sort Area is acumulador0_0 : 0 1 : 1904 4062 : Used 1 time 0
---------------------------------------------------------------------------------
Start ROM, RAM, DSP, Shift Register and Retiming Reporting
---------------------------------------------------------------------------------
Distributed RAM: Preliminary Mapping Report (see note below)
+------------+-----------------------------+-----------+----------------------+-----------------+
|Module Name | RTL Object | Inference | Size (Depth x Width) | Primitives |
+------------+-----------------------------+-----------+----------------------+-----------------+
|top | SOC/Memory/memory_reg | Implied | 512 x 32 | RAM256X1S x 64 |
|top | SOC/Uart/RX_FIFO/memory_reg | Implied | 16 x 8 | RAM32M x 2 |
|top | SOC/Uart/TX_FIFO/memory_reg | Implied | 16 x 8 | RAM32M x 2 |
+------------+-----------------------------+-----------+----------------------+-----------------+
Note: The table above is a preliminary report that shows the Distributed RAMs at the current stage of the synthesis flow. Some Distributed RAMs may be reimplemented as non Distributed RAM primitives later in the synthesis flow. Multiple instantiated RAMs are reported only once.
DSP: Preliminary Mapping Report (see note below. The ' indicates corresponding REG is set)
+------------+----------------+--------+--------+--------+--------+--------+------+------+------+------+-------+------+------+
|Module Name | DSP Mapping | A Size | B Size | C Size | D Size | P Size | AREG | BREG | CREG | DREG | ADREG | MREG | PREG |
+------------+----------------+--------+--------+--------+--------+--------+------+------+------+------+-------+------+------+
|MDU | A*B | 18 | 15 | - | - | 48 | 0 | 0 | - | - | - | 0 | 0 |
|MDU | (PCIN>>17)+A*B | 15 | 15 | - | - | 48 | 0 | 0 | - | - | - | 0 | 1 |
|MDU | A*B | 18 | 18 | - | - | 48 | 0 | 0 | - | - | - | 0 | 0 |
|MDU | (PCIN>>17)+A*B | 18 | 15 | - | - | 48 | 0 | 0 | - | - | - | 0 | 1 |
+------------+----------------+--------+--------+--------+--------+--------+------+------+------+------+-------+------+------+
Note: The table above is a preliminary report that shows the DSPs inferred at the current stage of the synthesis flow. Some DSP may be reimplemented as non DSP primitives later in the synthesis flow. Multiple instantiated DSPs are reported only once.
---------------------------------------------------------------------------------
Finished ROM, RAM, DSP, Shift Register and Retiming Reporting
---------------------------------------------------------------------------------
Info: at iteration #15: temp = 0.000000, timing cost = 4946, wirelen = 32453
---------------------------------------------------------------------------------
Start Applying XDC Timing Constraints
---------------------------------------------------------------------------------
---------------------------------------------------------------------------------
Finished Applying XDC Timing Constraints : Time (s): cpu = 00:00:39 ; elapsed = 00:00:39 . Memory (MB): peak = 2286.441 ; gain = 661.312 ; free physical = 177 ; free virtual = 22648
---------------------------------------------------------------------------------
---------------------------------------------------------------------------------
Start Timing Optimization
---------------------------------------------------------------------------------
Info: at iteration #20: temp = 0.000000, timing cost = 4907, wirelen = 32249
---------------------------------------------------------------------------------
Finished Timing Optimization : Time (s): cpu = 00:00:42 ; elapsed = 00:00:42 . Memory (MB): peak = 2286.441 ; gain = 661.312 ; free physical = 165 ; free virtual = 22637
---------------------------------------------------------------------------------
---------------------------------------------------------------------------------
Start ROM, RAM, DSP, Shift Register and Retiming Reporting
---------------------------------------------------------------------------------
Distributed RAM: Final Mapping Report
+------------+-----------------------------+-----------+----------------------+-----------------+
|Module Name | RTL Object | Inference | Size (Depth x Width) | Primitives |
+------------+-----------------------------+-----------+----------------------+-----------------+
|top | SOC/Memory/memory_reg | Implied | 512 x 32 | RAM256X1S x 64 |
|top | SOC/Uart/RX_FIFO/memory_reg | Implied | 16 x 8 | RAM32M x 2 |
|top | SOC/Uart/TX_FIFO/memory_reg | Implied | 16 x 8 | RAM32M x 2 |
+------------+-----------------------------+-----------+----------------------+-----------------+
---------------------------------------------------------------------------------
Finished ROM, RAM, DSP, Shift Register and Retiming Reporting
---------------------------------------------------------------------------------
---------------------------------------------------------------------------------
Start Technology Mapping
---------------------------------------------------------------------------------
[30%] Placement Phase 2 completed
---------------------------------------------------------------------------------
Finished Technology Mapping : Time (s): cpu = 00:00:44 ; elapsed = 00:00:45 . Memory (MB): peak = 2286.441 ; gain = 661.312 ; free physical = 158 ; free virtual = 22630
---------------------------------------------------------------------------------
---------------------------------------------------------------------------------
Start IO Insertion
---------------------------------------------------------------------------------
---------------------------------------------------------------------------------
Start Flattening Before IO Insertion
---------------------------------------------------------------------------------
---------------------------------------------------------------------------------
Finished Flattening Before IO Insertion
---------------------------------------------------------------------------------
---------------------------------------------------------------------------------
Start Final Netlist Cleanup
---------------------------------------------------------------------------------
---------------------------------------------------------------------------------
Finished Final Netlist Cleanup
---------------------------------------------------------------------------------
Info: at iteration #25: temp = 0.000000, timing cost = 4782, wirelen = 32090
---------------------------------------------------------------------------------
Finished IO Insertion : Time (s): cpu = 00:00:49 ; elapsed = 00:00:49 . Memory (MB): peak = 2286.441 ; gain = 661.312 ; free physical = 174 ; free virtual = 22599
---------------------------------------------------------------------------------
---------------------------------------------------------------------------------
Start Renaming Generated Instances
---------------------------------------------------------------------------------
---------------------------------------------------------------------------------
Finished Renaming Generated Instances : Time (s): cpu = 00:00:49 ; elapsed = 00:00:49 . Memory (MB): peak = 2286.441 ; gain = 661.312 ; free physical = 174 ; free virtual = 22599
---------------------------------------------------------------------------------
---------------------------------------------------------------------------------
Start Rebuilding User Hierarchy
---------------------------------------------------------------------------------
---------------------------------------------------------------------------------
Finished Rebuilding User Hierarchy : Time (s): cpu = 00:00:49 ; elapsed = 00:00:50 . Memory (MB): peak = 2286.441 ; gain = 661.312 ; free physical = 174 ; free virtual = 22599
---------------------------------------------------------------------------------
---------------------------------------------------------------------------------
Start Renaming Generated Ports
---------------------------------------------------------------------------------
---------------------------------------------------------------------------------
Finished Renaming Generated Ports : Time (s): cpu = 00:00:49 ; elapsed = 00:00:50 . Memory (MB): peak = 2286.441 ; gain = 661.312 ; free physical = 174 ; free virtual = 22599
---------------------------------------------------------------------------------
---------------------------------------------------------------------------------
Start Handling Custom Attributes
---------------------------------------------------------------------------------
---------------------------------------------------------------------------------
Finished Handling Custom Attributes : Time (s): cpu = 00:00:49 ; elapsed = 00:00:50 . Memory (MB): peak = 2286.441 ; gain = 661.312 ; free physical = 174 ; free virtual = 22599
---------------------------------------------------------------------------------
---------------------------------------------------------------------------------
Start Renaming Generated Nets
---------------------------------------------------------------------------------
---------------------------------------------------------------------------------
Finished Renaming Generated Nets : Time (s): cpu = 00:00:49 ; elapsed = 00:00:50 . Memory (MB): peak = 2286.441 ; gain = 661.312 ; free physical = 174 ; free virtual = 22599
---------------------------------------------------------------------------------
---------------------------------------------------------------------------------
Start Writing Synthesis Report
---------------------------------------------------------------------------------
DSP Final Report (the ' indicates corresponding REG is set)
+------------+-------------------+--------+--------+--------+--------+--------+------+------+------+------+-------+------+------+
|Module Name | DSP Mapping | A Size | B Size | C Size | D Size | P Size | AREG | BREG | CREG | DREG | ADREG | MREG | PREG |
+------------+-------------------+--------+--------+--------+--------+--------+------+------+------+------+-------+------+------+
|MDU | A'*B' | 17 | 18 | - | - | 48 | 1 | 1 | - | - | - | 0 | 0 |
|MDU | (PCIN>>17+A'*B')' | 30 | 18 | - | - | 48 | 1 | 1 | - | - | - | 0 | 1 |
|MDU | A'*B' | 17 | 17 | - | - | 48 | 1 | 1 | - | - | - | 0 | 0 |
|MDU | (PCIN>>17+A'*B')' | 17 | 18 | - | - | 48 | 1 | 1 | - | - | - | 0 | 1 |
+------------+-------------------+--------+--------+--------+--------+--------+------+------+------+------+-------+------+------+
Report BlackBoxes:
+-+--------------+----------+
| |BlackBox name |Instances |
+-+--------------+----------+
+-+--------------+----------+
Report Cell Usage:
+------+----------+------+
| |Cell |Count |
+------+----------+------+
|1 |BUFG | 2|
|2 |CARRY4 | 143|
|3 |DSP48E1 | 4|
|5 |LUT1 | 179|
|6 |LUT2 | 265|
|7 |LUT3 | 264|
|8 |LUT4 | 305|
|9 |LUT5 | 344|
|10 |LUT6 | 1581|
|11 |MUXF7 | 458|
|12 |MUXF8 | 1|
|13 |RAM256X1S | 64|
|14 |RAM32M | 2|
|15 |RAM32X1D | 4|
|16 |FDRE | 2257|
|17 |FDSE | 5|
|18 |IBUF | 3|
|19 |IOBUF | 8|
|20 |OBUF | 9|
+------+----------+------+
---------------------------------------------------------------------------------
Finished Writing Synthesis Report : Time (s): cpu = 00:00:49 ; elapsed = 00:00:50 . Memory (MB): peak = 2286.441 ; gain = 661.312 ; free physical = 174 ; free virtual = 22599
---------------------------------------------------------------------------------
Synthesis finished with 0 errors, 0 critical warnings and 124 warnings.
Synthesis Optimization Runtime : Time (s): cpu = 00:00:47 ; elapsed = 00:00:47 . Memory (MB): peak = 2286.441 ; gain = 511.496 ; free physical = 173 ; free virtual = 22598
Synthesis Optimization Complete : Time (s): cpu = 00:00:50 ; elapsed = 00:00:50 . Memory (MB): peak = 2286.441 ; gain = 661.312 ; free physical = 173 ; free virtual = 22598
INFO: [Project 1-571] Translating synthesized netlist
Netlist sorting complete. Time (s): cpu = 00:00:00.04 ; elapsed = 00:00:00.04 . Memory (MB): peak = 2286.441 ; gain = 0.000 ; free physical = 459 ; free virtual = 22884
INFO: [Netlist 29-17] Analyzing 684 Unisim elements for replacement
INFO: [Netlist 29-28] Unisim Transformation completed in 0 CPU seconds
INFO: [Project 1-570] Preparing netlist for logic optimization
Parsing XDC File [/var/lib/jenkins/workspace/Risco_5/Risco-5/fpga/nexys4_ddr/digilent_nexys4_ddr.xdc]
Finished Parsing XDC File [/var/lib/jenkins/workspace/Risco_5/Risco-5/fpga/nexys4_ddr/digilent_nexys4_ddr.xdc]
INFO: [Opt 31-138] Pushed 0 inverter(s) to 0 load pin(s).
Netlist sorting complete. Time (s): cpu = 00:00:00 ; elapsed = 00:00:00 . Memory (MB): peak = 2358.438 ; gain = 0.000 ; free physical = 448 ; free virtual = 22873
INFO: [Project 1-111] Unisim Transformation Summary:
A total of 78 instances were transformed.
IOBUF => IOBUF (IBUF, OBUFT): 8 instances
RAM256X1S => RAM256X1S (MUXF7(x2), MUXF8, RAMS64E(x4)): 64 instances
RAM32M => RAM32M (RAMD32(x6), RAMS32(x2)): 2 instances
RAM32X1D => RAM32X1D (RAMD32(x2)): 4 instances
Synth Design complete | Checksum: 3d5ab46f
INFO: [Common 17-83] Releasing license: Synthesis
85 Infos, 188 Warnings, 0 Critical Warnings and 0 Errors encountered.
synth_design completed successfully
synth_design: Time (s): cpu = 00:00:59 ; elapsed = 00:00:57 . Memory (MB): peak = 2358.473 ; gain = 1041.383 ; free physical = 452 ; free virtual = 22877
INFO: [Common 17-2834] synth_design peak Physical Memory [PSS] (MB): overall = 2043.968; main = 1776.878; forked = 435.240
INFO: [Common 17-2834] synth_design peak Virtual Memory [VSS] (MB): overall = 3236.922; main = 2358.441; forked = 982.527
# opt_design
Command: opt_design
Attempting to get a license for feature 'Implementation' and/or device 'xc7a100t'
INFO: [Common 17-349] Got license for feature 'Implementation' and/or device 'xc7a100t'
Running DRC as a precondition to command opt_design
Starting DRC Task
INFO: [DRC 23-27] Running DRC with 8 threads
INFO: [Project 1-461] DRC finished with 0 Errors
INFO: [Project 1-462] Please refer to the DRC report (report_drc) for more information.
Time (s): cpu = 00:00:01 ; elapsed = 00:00:00.79 . Memory (MB): peak = 2422.469 ; gain = 63.996 ; free physical = 453 ; free virtual = 22878
Starting Cache Timing Information Task
Info: at iteration #30: temp = 0.000000, timing cost = 4734, wirelen = 32048
Info: at iteration #30: temp = 0.000000, timing cost = 4714, wirelen = 32053
Info: SA placement time 40.26s
Info: Max frequency for clock '$glbnet$clk$TRELLIS_IO_IN': 39.84 MHz (PASS at 25.00 MHz)
Info: Max delay <async> -> posedge $glbnet$clk$TRELLIS_IO_IN: 10.25 ns
Info: Max delay posedge $glbnet$clk$TRELLIS_IO_IN -> <async> : 9.72 ns
Info: Slack histogram:
Info: legend: * represents 75 endpoint(s)
Info: + represents [1,75) endpoint(s)
Info: [ 14899, 16117) |+
Info: [ 16117, 17335) |+
Info: [ 17335, 18553) |+
Info: [ 18553, 19771) |+
Info: [ 19771, 20989) |****+
Info: [ 20989, 22207) |*************+
Info: [ 22207, 23425) |******+
Info: [ 23425, 24643) |***********+
Info: [ 24643, 25861) |*********+
Info: [ 25861, 27079) |*************+
Info: [ 27079, 28297) |********+
Info: [ 28297, 29515) |********+
Info: [ 29515, 30733) |************************************************************
Info: [ 30733, 31951) |*******************************************+
Info: [ 31951, 33169) |****+
Info: [ 33169, 34387) |*****+
Info: [ 34387, 35605) |**********+
Info: [ 35605, 36823) |********+
Info: [ 36823, 38041) |******+
Info: [ 38041, 39259) |***+
Info: Checksum: 0x98aa7179
INFO: [Timing 38-35] Done setting XDC timing constraints.
Ending Cache Timing Information Task | Checksum: 17bde2d6b
Time (s): cpu = 00:00:03 ; elapsed = 00:00:02 . Memory (MB): peak = 2474.281 ; gain = 51.812 ; free physical = 385 ; free virtual = 22810
Info: Routing globals...
Info: routing clock net $glbnet$clk$TRELLIS_IO_IN using global 0
Info: Routing..
Info: Setting up routing queue.
Info: Routing 47333 arcs.
Info: | (re-)routed arcs | delta | remaining| time spent |
Info: IterCnt | w/ripup wo/ripup | w/r wo/r | arcs| batch(sec) total(sec)|
Info: 1000 | 285 714 | 285 714 | 46725| 0.93 0.93|
Info: 2000 | 483 1516 | 198 802 | 45996| 0.34 1.27|
Info: 3000 | 632 2367 | 149 851 | 45247| 0.35 1.61|
Info: 4000 | 803 3196 | 171 829 | 44470| 0.33 1.94|
Info: 5000 | 934 4065 | 131 869 | 43644| 0.34 2.28|
Starting Logic Optimization Task
Phase 1 Initialization
Phase 1.1 Core Generation And Design Setup
Phase 1.1 Core Generation And Design Setup | Checksum: 17bde2d6b
Time (s): cpu = 00:00:00 ; elapsed = 00:00:00 . Memory (MB): peak = 2723.219 ; gain = 0.000 ; free physical = 165 ; free virtual = 22579
Phase 1.2 Setup Constraints And Sort Netlist
Phase 1.2 Setup Constraints And Sort Netlist | Checksum: 17bde2d6b
Time (s): cpu = 00:00:00.01 ; elapsed = 00:00:00.01 . Memory (MB): peak = 2723.219 ; gain = 0.000 ; free physical = 165 ; free virtual = 22579
Phase 1 Initialization | Checksum: 17bde2d6b
Time (s): cpu = 00:00:00.01 ; elapsed = 00:00:00.01 . Memory (MB): peak = 2723.219 ; gain = 0.000 ; free physical = 165 ; free virtual = 22579
Phase 2 Timer Update And Timing Data Collection
Phase 2.1 Timer Update
Phase 2.1 Timer Update | Checksum: 17bde2d6b
Time (s): cpu = 00:00:00.24 ; elapsed = 00:00:00.09 . Memory (MB): peak = 2723.219 ; gain = 0.000 ; free physical = 165 ; free virtual = 22579
Phase 2.2 Timing Data Collection
Phase 2.2 Timing Data Collection | Checksum: 17bde2d6b
Time (s): cpu = 00:00:00.25 ; elapsed = 00:00:00.1 . Memory (MB): peak = 2723.219 ; gain = 0.000 ; free physical = 165 ; free virtual = 22579
Phase 2 Timer Update And Timing Data Collection | Checksum: 17bde2d6b
Time (s): cpu = 00:00:00.25 ; elapsed = 00:00:00.1 . Memory (MB): peak = 2723.219 ; gain = 0.000 ; free physical = 165 ; free virtual = 22579
Phase 3 Retarget
INFO: [Opt 31-1566] Pulled 5 inverters resulting in an inversion of 15 pins
INFO: [Opt 31-138] Pushed 0 inverter(s) to 0 load pin(s).
INFO: [Opt 31-49] Retargeted 0 cell(s).
Phase 3 Retarget | Checksum: 1aaed4520
Time (s): cpu = 00:00:00.37 ; elapsed = 00:00:00.2 . Memory (MB): peak = 2723.219 ; gain = 0.000 ; free physical = 165 ; free virtual = 22579
Retarget | Checksum: 1aaed4520
INFO: [Opt 31-389] Phase Retarget created 0 cells and removed 5 cells
Phase 4 Constant propagation
INFO: [Opt 31-138] Pushed 0 inverter(s) to 0 load pin(s).
Phase 4 Constant propagation | Checksum: 1c7a38d8c
Time (s): cpu = 00:00:00.42 ; elapsed = 00:00:00.25 . Memory (MB): peak = 2723.219 ; gain = 0.000 ; free physical = 165 ; free virtual = 22579
Constant propagation | Checksum: 1c7a38d8c
INFO: [Opt 31-389] Phase Constant propagation created 0 cells and removed 0 cells
Phase 5 Sweep
Phase 5 Sweep | Checksum: 1fdab3f16
Time (s): cpu = 00:00:00.49 ; elapsed = 00:00:00.32 . Memory (MB): peak = 2723.219 ; gain = 0.000 ; free physical = 164 ; free virtual = 22579
Sweep | Checksum: 1fdab3f16
INFO: [Opt 31-389] Phase Sweep created 8 cells and removed 0 cells
Phase 6 BUFG optimization
Phase 6 BUFG optimization | Checksum: 1fdab3f16
Time (s): cpu = 00:00:00.62 ; elapsed = 00:00:00.38 . Memory (MB): peak = 2755.234 ; gain = 32.016 ; free physical = 164 ; free virtual = 22578
BUFG optimization | Checksum: 1fdab3f16
INFO: [Opt 31-662] Phase BUFG optimization created 0 cells of which 0 are BUFGs and removed 0 cells.
Phase 7 Shift Register Optimization
INFO: [Opt 31-1064] SRL Remap converted 0 SRLs to 0 registers and converted 0 registers of register chains to 0 SRLs
Phase 7 Shift Register Optimization | Checksum: 1fdab3f16
Time (s): cpu = 00:00:00.62 ; elapsed = 00:00:00.38 . Memory (MB): peak = 2755.234 ; gain = 32.016 ; free physical = 164 ; free virtual = 22578
Shift Register Optimization | Checksum: 1fdab3f16
INFO: [Opt 31-389] Phase Shift Register Optimization created 0 cells and removed 0 cells
Phase 8 Post Processing Netlist
Phase 8 Post Processing Netlist | Checksum: 1840418f9
Time (s): cpu = 00:00:00.64 ; elapsed = 00:00:00.4 . Memory (MB): peak = 2755.234 ; gain = 32.016 ; free physical = 164 ; free virtual = 22578
Post Processing Netlist | Checksum: 1840418f9
INFO: [Opt 31-389] Phase Post Processing Netlist created 0 cells and removed 0 cells
Phase 9 Finalization
Phase 9.1 Finalizing Design Cores and Updating Shapes
Phase 9.1 Finalizing Design Cores and Updating Shapes | Checksum: 9256cb34
Time (s): cpu = 00:00:00.76 ; elapsed = 00:00:00.49 . Memory (MB): peak = 2755.234 ; gain = 32.016 ; free physical = 164 ; free virtual = 22578
Phase 9.2 Verifying Netlist Connectivity
Starting Connectivity Check Task
Time (s): cpu = 00:00:00.01 ; elapsed = 00:00:00.01 . Memory (MB): peak = 2755.234 ; gain = 0.000 ; free physical = 164 ; free virtual = 22578
Phase 9.2 Verifying Netlist Connectivity | Checksum: 9256cb34
Time (s): cpu = 00:00:00.77 ; elapsed = 00:00:00.5 . Memory (MB): peak = 2755.234 ; gain = 32.016 ; free physical = 164 ; free virtual = 22578
Phase 9 Finalization | Checksum: 9256cb34
Time (s): cpu = 00:00:00.77 ; elapsed = 00:00:00.5 . Memory (MB): peak = 2755.234 ; gain = 32.016 ; free physical = 164 ; free virtual = 22578
Opt_design Change Summary
=========================
-------------------------------------------------------------------------------------------------------------------------
| Phase | #Cells created | #Cells Removed | #Constrained objects preventing optimizations |
-------------------------------------------------------------------------------------------------------------------------
| Retarget | 0 | 5 | 0 |
| Constant propagation | 0 | 0 | 0 |
| Sweep | 8 | 0 | 0 |
| BUFG optimization | 0 | 0 | 0 |
| Shift Register Optimization | 0 | 0 | 0 |
| Post Processing Netlist | 0 | 0 | 0 |
-------------------------------------------------------------------------------------------------------------------------
Ending Logic Optimization Task | Checksum: 9256cb34
Time (s): cpu = 00:00:00.77 ; elapsed = 00:00:00.5 . Memory (MB): peak = 2755.234 ; gain = 32.016 ; free physical = 164 ; free virtual = 22578
INFO: [Constraints 18-11670] Building netlist checker database with flags, 0x8
Done building netlist checker database: Time (s): cpu = 00:00:00 ; elapsed = 00:00:00 . Memory (MB): peak = 2755.234 ; gain = 0.000 ; free physical = 164 ; free virtual = 22578
Info: 6000 | 1087 4912 | 153 847 | 42986| 0.30 2.59|
Starting Power Optimization Task
INFO: [Pwropt 34-132] Skipping clock gating for clocks with a period < 2.00 ns.
Ending Power Optimization Task | Checksum: 9256cb34
Time (s): cpu = 00:00:00 ; elapsed = 00:00:00.01 . Memory (MB): peak = 2755.234 ; gain = 0.000 ; free physical = 165 ; free virtual = 22579
Starting Final Cleanup Task
Ending Final Cleanup Task | Checksum: 9256cb34
Time (s): cpu = 00:00:00.01 ; elapsed = 00:00:00 . Memory (MB): peak = 2755.234 ; gain = 0.000 ; free physical = 165 ; free virtual = 22579
Starting Netlist Obfuscation Task
Netlist sorting complete. Time (s): cpu = 00:00:00 ; elapsed = 00:00:00 . Memory (MB): peak = 2755.234 ; gain = 0.000 ; free physical = 165 ; free virtual = 22579
Ending Netlist Obfuscation Task | Checksum: 9256cb34
Time (s): cpu = 00:00:00 ; elapsed = 00:00:00 . Memory (MB): peak = 2755.234 ; gain = 0.000 ; free physical = 165 ; free virtual = 22579
INFO: [Common 17-83] Releasing license: Implementation
19 Infos, 0 Warnings, 0 Critical Warnings and 0 Errors encountered.
opt_design completed successfully
opt_design: Time (s): cpu = 00:00:07 ; elapsed = 00:00:06 . Memory (MB): peak = 2755.234 ; gain = 396.762 ; free physical = 165 ; free virtual = 22579
# place_design
Command: place_design
Attempting to get a license for feature 'Implementation' and/or device 'xc7a100t'
INFO: [Common 17-349] Got license for feature 'Implementation' and/or device 'xc7a100t'
INFO: [Common 17-83] Releasing license: Implementation
INFO: [DRC 23-27] Running DRC with 8 threads
INFO: [Vivado_Tcl 4-198] DRC finished with 0 Errors
INFO: [Vivado_Tcl 4-199] Please refer to the DRC report (report_drc) for more information.
Running DRC as a precondition to command place_design
INFO: [DRC 23-27] Running DRC with 8 threads
Info: 7000 | 1228 5771 | 141 859 | 42264| 0.31 2.90|
INFO: [Vivado_Tcl 4-198] DRC finished with 0 Errors
INFO: [Vivado_Tcl 4-199] Please refer to the DRC report (report_drc) for more information.
INFO: [Place 30-611] Multithreading enabled for place_design using a maximum of 8 CPUs
Starting Placer Task
Phase 1 Placer Initialization
Phase 1.1 Placer Initialization Netlist Sorting
Netlist sorting complete. Time (s): cpu = 00:00:00 ; elapsed = 00:00:00 . Memory (MB): peak = 2787.250 ; gain = 0.000 ; free physical = 168 ; free virtual = 22582
Phase 1.1 Placer Initialization Netlist Sorting | Checksum: 724be6b6
Time (s): cpu = 00:00:00 ; elapsed = 00:00:00 . Memory (MB): peak = 2787.250 ; gain = 0.000 ; free physical = 168 ; free virtual = 22582
Netlist sorting complete. Time (s): cpu = 00:00:00 ; elapsed = 00:00:00 . Memory (MB): peak = 2787.250 ; gain = 0.000 ; free physical = 168 ; free virtual = 22582
Phase 1.2 IO Placement/ Clock Placement/ Build Placer Device
Info: 8000 | 1361 6638 | 133 867 | 41551| 0.50 3.39|
Info: 9000 | 1551 7448 | 190 810 | 40947| 0.38 3.77|
INFO: [Timing 38-35] Done setting XDC timing constraints.
Phase 1.2 IO Placement/ Clock Placement/ Build Placer Device | Checksum: 114906623
Time (s): cpu = 00:00:02 ; elapsed = 00:00:00.87 . Memory (MB): peak = 2787.250 ; gain = 0.000 ; free physical = 189 ; free virtual = 22577
Phase 1.3 Build Placer Netlist Model
Info: 10000 | 1675 8324 | 124 876 | 40287| 0.39 4.16|
Info: 11000 | 1853 9146 | 178 822 | 39605| 0.32 4.48|
Info: 12000 | 2071 9928 | 218 782 | 39007| 0.38 4.87|
Info: 13000 | 2242 10757 | 171 829 | 38308| 0.41 5.28|
Phase 1.3 Build Placer Netlist Model | Checksum: 1c43bbaca
Time (s): cpu = 00:00:05 ; elapsed = 00:00:02 . Memory (MB): peak = 2794.277 ; gain = 7.027 ; free physical = 188 ; free virtual = 22576
Phase 1.4 Constrain Clocks/Macros
Phase 1.4 Constrain Clocks/Macros | Checksum: 1c43bbaca
Time (s): cpu = 00:00:05 ; elapsed = 00:00:02 . Memory (MB): peak = 2794.277 ; gain = 7.027 ; free physical = 188 ; free virtual = 22575
Phase 1 Placer Initialization | Checksum: 1c43bbaca
Time (s): cpu = 00:00:05 ; elapsed = 00:00:02 . Memory (MB): peak = 2794.277 ; gain = 7.027 ; free physical = 188 ; free virtual = 22575
Phase 2 Global Placement
Phase 2.1 Floorplanning
Phase 2.1 Floorplanning | Checksum: 1c0bb9f3f
Time (s): cpu = 00:00:05 ; elapsed = 00:00:02 . Memory (MB): peak = 2794.277 ; gain = 7.027 ; free physical = 186 ; free virtual = 22573
Phase 2.2 Update Timing before SLR Path Opt
Phase 2.2 Update Timing before SLR Path Opt | Checksum: 137da827e
Time (s): cpu = 00:00:05 ; elapsed = 00:00:02 . Memory (MB): peak = 2794.277 ; gain = 7.027 ; free physical = 186 ; free virtual = 22573
Phase 2.3 Post-Processing in Floorplanning
Phase 2.3 Post-Processing in Floorplanning | Checksum: 137da827e
Time (s): cpu = 00:00:05 ; elapsed = 00:00:02 . Memory (MB): peak = 2794.277 ; gain = 7.027 ; free physical = 186 ; free virtual = 22573
Phase 2.4 Global Placement Core
Info: 14000 | 2469 11530 | 227 773 | 37632| 0.40 5.68|
Info: 15000 | 2657 12342 | 188 812 | 37147| 0.37 6.05|
Info: 16000 | 2866 13133 | 209 791 | 36424| 0.37 6.42|
Info: 17000 | 3027 13972 | 161 839 | 35974| 0.48 6.91|
Info: 18000 | 3196 14803 | 169 831 | 35650| 0.51 7.41|
Info: 19000 | 3419 15580 | 223 777 | 35036| 0.40 7.81|
Info: 20000 | 3656 16343 | 237 763 | 34409| 0.40 8.21|
Info: 21000 | 3841 17158 | 185 815 | 33833| 0.40 8.61|
Phase 2.4.1 UpdateTiming Before Physical Synthesis
Info: 22000 | 4085 17914 | 244 756 | 33219| 0.41 9.02|
Phase 2.4.1 UpdateTiming Before Physical Synthesis | Checksum: 1f31721da
Time (s): cpu = 00:00:19 ; elapsed = 00:00:06 . Memory (MB): peak = 2794.277 ; gain = 7.027 ; free physical = 169 ; free virtual = 22557
Phase 2.4.2 Physical Synthesis In Placer
INFO: [Physopt 32-1035] Found 0 LUTNM shape to break, 112 LUT instances to create LUTNM shape
INFO: [Physopt 32-1044] Break lutnm for timing: one critical 0, two critical 0, total 0, new lutff created 0
INFO: [Physopt 32-1138] End 1 Pass. Optimized 51 nets or LUTs. Breaked 0 LUT, combined 51 existing LUTs and moved 0 existing LUT
Info: 23000 | 4288 18711 | 203 797 | 32584| 0.36 9.38|
INFO: [Physopt 32-65] No nets found for high-fanout optimization.
INFO: [Physopt 32-232] Optimized 0 net. Created 0 new instance.
INFO: [Physopt 32-775] End 1 Pass. Optimized 0 net or cell. Created 0 new cell, deleted 0 existing cell and moved 0 existing cell
INFO: [Physopt 32-670] No setup violation found. DSP Register Optimization was not performed.
INFO: [Physopt 32-670] No setup violation found. Shift Register to Pipeline Optimization was not performed.
INFO: [Physopt 32-670] No setup violation found. Shift Register Optimization was not performed.
INFO: [Physopt 32-670] No setup violation found. BRAM Register Optimization was not performed.
INFO: [Physopt 32-670] No setup violation found. URAM Register Optimization was not performed.
INFO: [Physopt 32-949] No candidate nets found for dynamic/static region interface net replication
INFO: [Physopt 32-775] End 1 Pass. Optimized 0 net or cell. Created 0 new cell, deleted 0 existing cell and moved 0 existing cell
Netlist sorting complete. Time (s): cpu = 00:00:00 ; elapsed = 00:00:00 . Memory (MB): peak = 2794.277 ; gain = 0.000 ; free physical = 170 ; free virtual = 22557
Summary of Physical Synthesis Optimizations
============================================
-----------------------------------------------------------------------------------------------------------------------------------------------------------
| Optimization | Added Cells | Removed Cells | Optimized Cells/Nets | Dont Touch | Iterations | Elapsed |
-----------------------------------------------------------------------------------------------------------------------------------------------------------
| LUT Combining | 0 | 51 | 51 | 0 | 1 | 00:00:00 |
| Retime | 0 | 0 | 0 | 0 | 1 | 00:00:00 |
| Very High Fanout | 0 | 0 | 0 | 0 | 1 | 00:00:00 |
| DSP Register | 0 | 0 | 0 | 0 | 0 | 00:00:00 |
| Shift Register to Pipeline | 0 | 0 | 0 | 0 | 0 | 00:00:00 |
| Shift Register | 0 | 0 | 0 | 0 | 0 | 00:00:00 |
| BRAM Register | 0 | 0 | 0 | 0 | 0 | 00:00:00 |
| URAM Register | 0 | 0 | 0 | 0 | 0 | 00:00:00 |
| Dynamic/Static Region Interface Net Replication | 0 | 0 | 0 | 0 | 1 | 00:00:00 |
| Total | 0 | 51 | 51 | 0 | 4 | 00:00:00 |
-----------------------------------------------------------------------------------------------------------------------------------------------------------
Info: 24000 | 4502 19497 | 214 786 | 32006| 0.29 9.67|
Phase 2.4.2 Physical Synthesis In Placer | Checksum: 1126ed5da
Time (s): cpu = 00:00:20 ; elapsed = 00:00:06 . Memory (MB): peak = 2794.277 ; gain = 7.027 ; free physical = 167 ; free virtual = 22555
[50%] Placement Phase 3 completed
Running routing......
Info: 25000 | 4713 20286 | 211 789 | 31324| 0.37 10.05|
Info: 26000 | 4911 21088 | 198 802 | 30586| 0.48 10.52|
Phase 2.4 Global Placement Core | Checksum: 1a335469c
Time (s): cpu = 00:00:24 ; elapsed = 00:00:07 . Memory (MB): peak = 2794.277 ; gain = 7.027 ; free physical = 171 ; free virtual = 22559
Phase 2 Global Placement | Checksum: 1a335469c
Time (s): cpu = 00:00:24 ; elapsed = 00:00:07 . Memory (MB): peak = 2794.277 ; gain = 7.027 ; free physical = 171 ; free virtual = 22559
Phase 3 Detail Placement
Phase 3.1 Commit Multi Column Macros
Phase 3.1 Commit Multi Column Macros | Checksum: 11cc7c42d
Time (s): cpu = 00:00:24 ; elapsed = 00:00:07 . Memory (MB): peak = 2794.277 ; gain = 7.027 ; free physical = 171 ; free virtual = 22559
Phase 3.2 Commit Most Macros & LUTRAMs
Phase 3.2 Commit Most Macros & LUTRAMs | Checksum: 117539596
Time (s): cpu = 00:00:24 ; elapsed = 00:00:07 . Memory (MB): peak = 2794.277 ; gain = 7.027 ; free physical = 171 ; free virtual = 22559
Info: 27000 | 5150 21849 | 239 761 | 29923| 0.47 11.00|
Phase 3.3 Area Swap Optimization
Phase 3.3 Area Swap Optimization | Checksum: 16fed60bf
Time (s): cpu = 00:00:24 ; elapsed = 00:00:08 . Memory (MB): peak = 2794.277 ; gain = 7.027 ; free physical = 171 ; free virtual = 22559
Phase 3.4 Pipeline Register Optimization
Phase 3.4 Pipeline Register Optimization | Checksum: 9c34f29e
Time (s): cpu = 00:00:24 ; elapsed = 00:00:08 . Memory (MB): peak = 2794.277 ; gain = 7.027 ; free physical = 171 ; free virtual = 22559
Phase 3.5 Small Shape Detail Placement
Info: 28000 | 5340 22659 | 190 810 | 29284| 0.36 11.36|
Info: 29000 | 5587 23412 | 247 753 | 28742| 0.38 11.74|
Info: 30000 | 5828 24171 | 241 759 | 28061| 0.31 12.05|
Info: 31000 | 6003 24996 | 175 825 | 27438| 0.34 12.39|
Phase 3.5 Small Shape Detail Placement | Checksum: 16ee86e36
Time (s): cpu = 00:00:26 ; elapsed = 00:00:09 . Memory (MB): peak = 2794.277 ; gain = 7.027 ; free physical = 169 ; free virtual = 22557
Phase 3.6 Re-assign LUT pins
Phase 3.6 Re-assign LUT pins | Checksum: 12ded961f
Time (s): cpu = 00:00:26 ; elapsed = 00:00:09 . Memory (MB): peak = 2794.277 ; gain = 7.027 ; free physical = 174 ; free virtual = 22562
Phase 3.7 Pipeline Register Optimization
Info: 32000 | 6225 25774 | 222 778 | 26763| 0.34 12.74|
Phase 3.7 Pipeline Register Optimization | Checksum: 11635bfbe
Time (s): cpu = 00:00:26 ; elapsed = 00:00:09 . Memory (MB): peak = 2794.277 ; gain = 7.027 ; free physical = 175 ; free virtual = 22562
Phase 3 Detail Placement | Checksum: 11635bfbe
Time (s): cpu = 00:00:26 ; elapsed = 00:00:09 . Memory (MB): peak = 2794.277 ; gain = 7.027 ; free physical = 172 ; free virtual = 22559
Phase 4 Post Placement Optimization and Clean-Up
Phase 4.1 Post Commit Optimization
Info: 33000 | 6495 26504 | 270 730 | 26127| 0.38 13.11|
INFO: [Timing 38-35] Done setting XDC timing constraints.
[60%] Routing Phase 0 completed
Info: 34000 | 6778 27221 | 283 717 | 25559| 0.52 13.64|
Phase 4.1.1 Post Placement Optimization
Post Placement Optimization Initialization | Checksum: 16c82edf1
Phase 4.1.1.1 BUFG Insertion
Starting Physical Synthesis Task
Phase 1 Physical Synthesis Initialization
INFO: [Physopt 32-721] Multithreading enabled for phys_opt_design using a maximum of 8 CPUs
INFO: [Physopt 32-619] Estimated Timing Summary | WNS=9.081 | TNS=0.000 |
Phase 1 Physical Synthesis Initialization | Checksum: 184fb7ad0
Time (s): cpu = 00:00:00.25 ; elapsed = 00:00:00.1 . Memory (MB): peak = 2794.277 ; gain = 0.000 ; free physical = 194 ; free virtual = 22556
Info: 35000 | 7073 27926 | 295 705 | 25004| 0.42 14.06|
INFO: [Place 46-56] BUFG insertion identified 0 candidate nets. Inserted BUFG: 0, Replicated BUFG Driver: 0, Skipped due to Placement/Routing Conflicts: 0, Skipped due to Timing Degradation: 0, Skipped due to netlist editing failed: 0.
Ending Physical Synthesis Task | Checksum: 184fb7ad0
Time (s): cpu = 00:00:00.32 ; elapsed = 00:00:00.16 . Memory (MB): peak = 2794.277 ; gain = 0.000 ; free physical = 194 ; free virtual = 22556
Phase 4.1.1.1 BUFG Insertion | Checksum: 16c82edf1
Time (s): cpu = 00:00:30 ; elapsed = 00:00:11 . Memory (MB): peak = 2794.277 ; gain = 7.027 ; free physical = 194 ; free virtual = 22556
Phase 4.1.1.2 Post Placement Timing Optimization
INFO: [Place 30-746] Post Placement Timing Summary WNS=9.081. For the most accurate timing information please run report_timing.
Phase 4.1.1.2 Post Placement Timing Optimization | Checksum: 16658260a
Time (s): cpu = 00:00:30 ; elapsed = 00:00:11 . Memory (MB): peak = 2794.277 ; gain = 7.027 ; free physical = 194 ; free virtual = 22556
Time (s): cpu = 00:00:30 ; elapsed = 00:00:11 . Memory (MB): peak = 2794.277 ; gain = 7.027 ; free physical = 194 ; free virtual = 22556
Phase 4.1 Post Commit Optimization | Checksum: 16658260a
Time (s): cpu = 00:00:30 ; elapsed = 00:00:11 . Memory (MB): peak = 2794.277 ; gain = 7.027 ; free physical = 194 ; free virtual = 22556
Phase 4.2 Post Placement Cleanup
Phase 4.2 Post Placement Cleanup | Checksum: 16658260a
Time (s): cpu = 00:00:30 ; elapsed = 00:00:11 . Memory (MB): peak = 2794.277 ; gain = 7.027 ; free physical = 194 ; free virtual = 22556
Phase 4.3 Placer Reporting
Phase 4.3.1 Print Estimated Congestion
INFO: [Place 30-612] Post-Placement Estimated Congestion
____________________________________________________
| | Global Congestion | Short Congestion |
| Direction | Region Size | Region Size |
|___________|___________________|___________________|
| North| 1x1| 1x1|
|___________|___________________|___________________|
| South| 1x1| 2x2|
|___________|___________________|___________________|
| East| 1x1| 1x1|
|___________|___________________|___________________|
| West| 1x1| 1x1|
|___________|___________________|___________________|
Phase 4.3.1 Print Estimated Congestion | Checksum: 16658260a
Time (s): cpu = 00:00:30 ; elapsed = 00:00:11 . Memory (MB): peak = 2794.277 ; gain = 7.027 ; free physical = 194 ; free virtual = 22556
Info: 36000 | 7339 28660 | 266 734 | 24429| 0.37 14.43|
Phase 4.3 Placer Reporting | Checksum: 16658260a
Time (s): cpu = 00:00:30 ; elapsed = 00:00:11 . Memory (MB): peak = 2794.277 ; gain = 7.027 ; free physical = 194 ; free virtual = 22556
Phase 4.4 Final Placement Cleanup
Netlist sorting complete. Time (s): cpu = 00:00:00.01 ; elapsed = 00:00:00 . Memory (MB): peak = 2794.277 ; gain = 0.000 ; free physical = 194 ; free virtual = 22556
Time (s): cpu = 00:00:30 ; elapsed = 00:00:11 . Memory (MB): peak = 2794.277 ; gain = 7.027 ; free physical = 194 ; free virtual = 22556
Phase 4 Post Placement Optimization and Clean-Up | Checksum: 9baa4429
Time (s): cpu = 00:00:30 ; elapsed = 00:00:11 . Memory (MB): peak = 2794.277 ; gain = 7.027 ; free physical = 194 ; free virtual = 22556
Ending Placer Task | Checksum: 9a42b471
Time (s): cpu = 00:00:31 ; elapsed = 00:00:11 . Memory (MB): peak = 2794.277 ; gain = 7.027 ; free physical = 194 ; free virtual = 22556
29 Infos, 0 Warnings, 0 Critical Warnings and 0 Errors encountered.
place_design completed successfully
place_design: Time (s): cpu = 00:00:32 ; elapsed = 00:00:12 . Memory (MB): peak = 2794.277 ; gain = 39.043 ; free physical = 194 ; free virtual = 22556
# report_utilization -hierarchical -file digilent_nexys4ddr_utilization_hierarchical_place.rpt
Info: 37000 | 7675 29324 | 336 664 | 23914| 0.37 14.79|
# report_utilization -file digilent_nexys4ddr_utilization_place.rpt
# report_io -file digilent_nexys4ddr_io.rpt
report_io: Time (s): cpu = 00:00:00.14 ; elapsed = 00:00:00.18 . Memory (MB): peak = 2794.277 ; gain = 0.000 ; free physical = 179 ; free virtual = 22541
# report_control_sets -verbose -file digilent_nexys4ddr_control_sets.rpt
Info: 38000 | 7975 30024 | 300 700 | 23688| 0.38 15.17|
report_control_sets: Time (s): cpu = 00:00:00.05 ; elapsed = 00:00:00.11 . Memory (MB): peak = 2794.277 ; gain = 0.000 ; free physical = 182 ; free virtual = 22545
# report_clock_utilization -file digilent_nexys4ddr_clock_utilization.rpt
Info: 39000 | 8248 30751 | 273 727 | 23195| 0.46 15.63|
# route_design
Command: route_design
Attempting to get a license for feature 'Implementation' and/or device 'xc7a100t'
INFO: [Common 17-349] Got license for feature 'Implementation' and/or device 'xc7a100t'
Running DRC as a precondition to command route_design
INFO: [DRC 23-27] Running DRC with 8 threads
Info: 40000 | 8533 31466 | 285 715 | 22658| 0.51 16.14|
INFO: [Vivado_Tcl 4-198] DRC finished with 0 Errors
INFO: [Vivado_Tcl 4-199] Please refer to the DRC report (report_drc) for more information.
Starting Routing Task
INFO: [Route 35-254] Multithreading enabled for route_design using a maximum of 8 CPUs
Phase 1 Build RT Design
Checksum: PlaceDB: 97e8a20e ConstDB: 0 ShapeSum: 25a1263 RouteDB: 0
Info: 41000 | 8874 32125 | 341 659 | 22189| 0.61 16.75|
Info: 42000 | 9192 32807 | 318 682 | 21873| 0.39 17.13|
Info: 43000 | 9477 33522 | 285 715 | 21589| 0.35 17.49|
Info: 44000 | 9832 34167 | 355 645 | 21062| 0.36 17.85|
Info: 45000 | 10220 34779 | 388 612 | 20594| 0.39 18.24|
Info: 46000 | 10636 35363 | 416 584 | 20187| 0.39 18.63|
Info: 47000 | 11043 35956 | 407 593 | 19936| 0.43 19.07|
Info: 48000 | 11408 36591 | 365 635 | 19631| 0.40 19.46|
Info: 49000 | 11775 37224 | 367 633 | 19234| 0.38 19.85|
Info: 50000 | 12183 37816 | 408 592 | 18848| 0.38 20.22|
Info: 51000 | 12591 38408 | 408 592 | 18446| 0.39 20.61|
Info: 52000 | 13027 38947 | 436 539 | 17977| 0.38 20.99|
Info: 53000 | 13449 39507 | 422 560 | 17504| 0.43 21.42|
Info: 54000 | 13830 40089 | 381 582 | 17689| 0.41 21.84|
Info: 55000 | 13992 40915 | 162 826 | 16971| 0.37 22.21|
[70%] Routing Phase 1 completed
Info: 56000 | 14271 41612 | 279 697 | 16783| 0.74 22.94|
Info: 57000 | 14597 42173 | 326 561 | 16162| 0.55 23.49|
Info: 58000 | 14854 42764 | 257 591 | 15463| 0.28 23.77|
Info: 59000 | 15068 43364 | 214 600 | 14720| 0.28 24.05|
Info: 60000 | 15342 43978 | 274 614 | 14066| 0.26 24.31|
Info: 61000 | 15576 44664 | 234 686 | 13332| 0.25 24.56|
Info: 62000 | 15777 45390 | 201 726 | 12630| 0.25 24.81|
Info: 63000 | 16006 46109 | 229 719 | 11889| 0.22 25.03|
Info: 64000 | 16295 46763 | 289 654 | 11196| 0.32 25.35|
Info: 65000 | 16709 47284 | 414 521 | 10656| 0.40 25.75|
Info: 66000 | 17035 47925 | 326 641 | 10006| 0.30 26.05|
Info: 67000 | 17257 48642 | 222 717 | 9343| 0.37 26.42|
Info: 68000 | 17313 49583 | 56 941 | 8405| 0.31 26.73|
Info: 69000 | 17326 50570 | 13 987 | 7420| 0.13 26.86|
Info: 70000 | 17336 51560 | 10 990 | 6431| 0.13 26.99|
Info: 71000 | 17349 52530 | 13 970 | 5444| 0.13 27.11|
Info: 72000 | 17376 53468 | 27 938 | 4471| 0.14 27.25|
Info: 73000 | 17450 54309 | 74 841 | 3558| 0.29 27.54|
Info: 74000 | 17549 55140 | 99 831 | 2665| 0.25 27.79|
Info: 75000 | 17616 55986 | 67 846 | 1751| 0.26 28.05|
Info: 76000 | 17688 56886 | 72 900 | 863| 0.27 28.32|
Info: 76873 | 17699 57311 | 11 425 | 0| 0.18 28.50|
Info: Routing complete.
Info: Router1 time 28.50s
Info: Checksum: 0xc2223912
Info: Critical path report for clock '$glbnet$clk$TRELLIS_IO_IN' (posedge -> posedge):
Info: curr total
Info: 0.5 0.5 Source SOC.Core.Control_Unit.state_TRELLIS_FF_Q.Q
Info: 2.1 2.7 Net SOC.Core.Alu.ALU_out_S_LUT4_Z_3_A_LUT4_Z_D_CCU2C_S0_CIN_CCU2C_COUT_CIN_CCU2C_COUT_CIN_CCU2C_COUT_CIN_CCU2C_COUT_CIN_CCU2C_COUT_CIN_CCU2C_COUT_S0_LUT4_C_Z_LUT4_Z_B_L6MUX21_Z_SD[0] (31,17) -> (18,8)
Info: Sink SOC.Core.RegisterBank.registers.0.2_DO_LUT4_Z.C
Info: Defined in:
Info: /eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_map.v:108.23-108.24
Info: 0.2 2.9 Source SOC.Core.RegisterBank.registers.0.2_DO_LUT4_Z.F
Info: 2.0 4.9 Net SOC.Core.Control_Unit.nextstate_LUT4_Z_5_A_LUT4_Z_D_LUT4_Z_C_LUT4_Z_1_C[0] (18,8) -> (32,19)
Info: Sink SOC.Core.RegisterBank.registers.0.2_DO_3_LUT4_B_Z_LUT4_Z.C
Info: Defined in:
Info: /eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_map.v:108.23-108.24
Info: 0.2 5.1 Source SOC.Core.RegisterBank.registers.0.2_DO_3_LUT4_B_Z_LUT4_Z.F
Info: 1.3 6.4 Net SOC.Core.Control_Unit.nextstate_LUT4_Z_5_B_LUT4_D_Z_LUT4_Z_B_LUT4_Z_1_C_LUT4_Z_A[3] (32,19) -> (21,18)
Info: Sink SOC.Core.Alu.ALU_out_S_LUT4_Z_3_A_LUT4_Z_D_CCU2C_S0_CIN_CCU2C_COUT_CIN_CCU2C_COUT_CIN_CCU2C_COUT_CIN_CCU2C_COUT_CIN_CCU2C_COUT_CIN_CCU2C_COUT_S0_LUT4_C_Z_L6MUX21_Z_SD_LUT4_Z_1.D
Info: Defined in:
Info: /eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_map.v:108.23-108.24
Info: 0.2 6.7 Source SOC.Core.Alu.ALU_out_S_LUT4_Z_3_A_LUT4_Z_D_CCU2C_S0_CIN_CCU2C_COUT_CIN_CCU2C_COUT_CIN_CCU2C_COUT_CIN_CCU2C_COUT_CIN_CCU2C_COUT_CIN_CCU2C_COUT_S0_LUT4_C_Z_L6MUX21_Z_SD_LUT4_Z_1.F
Info: 0.4 7.1 Net SOC.Core.Alu.ALU_out_S_LUT4_Z_3_A_LUT4_Z_D_CCU2C_S0_CIN_CCU2C_COUT_CIN_CCU2C_COUT_CIN_CCU2C_COUT_CIN_CCU2C_COUT_CIN_CCU2C_COUT_CIN_CCU2C_COUT_S0_LUT4_C_Z_L6MUX21_Z_SD[5] (21,18) -> (21,18)
Info: Sink SOC.Core.Alu.ALU_out_S_LUT4_Z_3_A_LUT4_Z_D_CCU2C_S0_CIN_CCU2C_COUT_CIN_CCU2C_COUT_CIN_CCU2C_COUT_CIN_CCU2C_COUT_CIN_CCU2C_COUT_CIN_CCU2C_COUT_S0_LUT4_C_Z_L6MUX21_Z_SD_LUT4_C.M
Info: Defined in:
Info: /eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_map.v:108.23-108.24
Info: 0.3 7.3 Source SOC.Core.Alu.ALU_out_S_LUT4_Z_3_A_LUT4_Z_D_CCU2C_S0_CIN_CCU2C_COUT_CIN_CCU2C_COUT_CIN_CCU2C_COUT_CIN_CCU2C_COUT_CIN_CCU2C_COUT_CIN_CCU2C_COUT_S0_LUT4_C_Z_L6MUX21_Z_SD_LUT4_C.OFX
Info: 1.4 8.8 Net SOC.Core.Alu.ALU_out_S_LUT4_Z_3_A_LUT4_Z_D_CCU2C_S0_CIN_CCU2C_COUT_CIN_CCU2C_COUT_CIN_CCU2C_COUT_CIN_CCU2C_COUT_CIN_CCU2C_COUT_CIN_CCU2C_COUT_S0_LUT4_C_Z[1] (21,18) -> (25,14)
Info: Sink SOC.Core.Alu.ALU_out_S_LUT4_Z_3_A_LUT4_Z_D_CCU2C_S0_CIN_CCU2C_COUT_CIN_CCU2C_COUT_S1_CCU2C_S1_CIN_CCU2C_COUT_CIN_CCU2C_COUT_CIN_CCU2C_COUT_CIN_CCU2C_COUT$CCU2_COMB0.B
Info: Defined in:
Info: /eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_map.v:108.23-108.24
Info: 0.4 9.2 Source SOC.Core.Alu.ALU_out_S_LUT4_Z_3_A_LUT4_Z_D_CCU2C_S0_CIN_CCU2C_COUT_CIN_CCU2C_COUT_S1_CCU2C_S1_CIN_CCU2C_COUT_CIN_CCU2C_COUT_CIN_CCU2C_COUT_CIN_CCU2C_COUT$CCU2_COMB0.FCO
Info: 0.0 9.2 Net SOC.Core.Alu.ALU_out_S_LUT4_Z_3_A_LUT4_Z_D_CCU2C_S0_CIN_CCU2C_COUT_CIN_CCU2C_COUT_S1_CCU2C_S1_CIN_CCU2C_COUT_CIN_CCU2C_COUT_CIN_CCU2C_COUT_CIN_CCU2C_COUT$CCU2_FCI_INT (25,14) -> (25,14)
Info: Sink SOC.Core.Alu.ALU_out_S_LUT4_Z_3_A_LUT4_Z_D_CCU2C_S0_CIN_CCU2C_COUT_CIN_CCU2C_COUT_S1_CCU2C_S1_CIN_CCU2C_COUT_CIN_CCU2C_COUT_CIN_CCU2C_COUT_CIN_CCU2C_COUT$CCU2_COMB1.FCI
Info: 0.0 9.2 Source SOC.Core.Alu.ALU_out_S_LUT4_Z_3_A_LUT4_Z_D_CCU2C_S0_CIN_CCU2C_COUT_CIN_CCU2C_COUT_S1_CCU2C_S1_CIN_CCU2C_COUT_CIN_CCU2C_COUT_CIN_CCU2C_COUT_CIN_CCU2C_COUT$CCU2_COMB1.FCO
Info: 0.0 9.2 Net SOC.Core.Alu.ALU_out_S_LUT4_Z_3_A_LUT4_Z_D_CCU2C_S0_CIN_CCU2C_COUT_CIN_CCU2C_COUT_S1_CCU2C_S1_CIN_CCU2C_COUT_CIN_CCU2C_COUT_CIN_CCU2C_COUT_CIN (25,14) -> (25,14)
Info: Sink SOC.Core.Alu.ALU_out_S_LUT4_Z_3_A_LUT4_Z_D_CCU2C_S0_CIN_CCU2C_COUT_CIN_CCU2C_COUT_S1_CCU2C_S1_CIN_CCU2C_COUT_CIN_CCU2C_COUT_CIN_CCU2C_COUT$CCU2_COMB0.FCI
Info: Defined in:
Info: Risco-5/src/core/alu.v:33.26-33.45
Info: /eda/oss-cad-suite/lib/../share/yosys/ecp5/arith_map.v:74.7-80.4
Info: /eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:82.9-82.13
Info: 0.1 9.3 Source SOC.Core.Alu.ALU_out_S_LUT4_Z_3_A_LUT4_Z_D_CCU2C_S0_CIN_CCU2C_COUT_CIN_CCU2C_COUT_S1_CCU2C_S1_CIN_CCU2C_COUT_CIN_CCU2C_COUT_CIN_CCU2C_COUT$CCU2_COMB0.FCO
Info: 0.0 9.3 Net SOC.Core.Alu.ALU_out_S_LUT4_Z_3_A_LUT4_Z_D_CCU2C_S0_CIN_CCU2C_COUT_CIN_CCU2C_COUT_S1_CCU2C_S1_CIN_CCU2C_COUT_CIN_CCU2C_COUT_CIN_CCU2C_COUT$CCU2_FCI_INT (25,14) -> (25,14)
Info: Sink SOC.Core.Alu.ALU_out_S_LUT4_Z_3_A_LUT4_Z_D_CCU2C_S0_CIN_CCU2C_COUT_CIN_CCU2C_COUT_S1_CCU2C_S1_CIN_CCU2C_COUT_CIN_CCU2C_COUT_CIN_CCU2C_COUT$CCU2_COMB1.FCI
Info: 0.4 9.7 Source SOC.Core.Alu.ALU_out_S_LUT4_Z_3_A_LUT4_Z_D_CCU2C_S0_CIN_CCU2C_COUT_CIN_CCU2C_COUT_S1_CCU2C_S1_CIN_CCU2C_COUT_CIN_CCU2C_COUT_CIN_CCU2C_COUT$CCU2_COMB1.F
Info: 0.6 10.3 Net SOC.Core.Alu.ALU_out_S_LUT4_Z_3_A_LUT4_Z_D_CCU2C_S0_CIN_CCU2C_COUT_CIN_CCU2C_COUT_CIN_CCU2C_COUT_CIN_CCU2C_COUT_CIN_CCU2C_COUT_S1[3] (25,14) -> (23,14)
Info: Sink SOC.Core.Alu.ALU_out_S_LUT4_Z_3_A_LUT4_Z_D_CCU2C_S0_CIN_CCU2C_COUT_CIN_CCU2C_COUT_CIN_CCU2C_COUT_CIN_CCU2C_COUT_CIN_CCU2C_COUT_S1_LUT4_C.D
Info: Defined in:
Info: /eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_map.v:108.23-108.24
Info: 0.2 10.6 Source SOC.Core.Alu.ALU_out_S_LUT4_Z_3_A_LUT4_Z_D_CCU2C_S0_CIN_CCU2C_COUT_CIN_CCU2C_COUT_CIN_CCU2C_COUT_CIN_CCU2C_COUT_CIN_CCU2C_COUT_S1_LUT4_C.F
Info: 0.7 11.3 Net SOC.Core.Alu.ALU_out_S_LUT4_Z_3_A_LUT4_Z_D_CCU2C_S0_CIN_CCU2C_COUT_CIN_CCU2C_COUT_CIN_CCU2C_COUT_CIN_CCU2C_COUT_CIN_CCU2C_COUT_S1_LUT4_C_Z[5] (23,14) -> (23,13)
Info: Sink SOC.Core.Alu.ALU_out_S_LUT4_Z_3_A_LUT4_Z_D_CCU2C_S0_CIN_CCU2C_COUT_CIN_CCU2C_COUT_CIN_CCU2C_COUT_CIN_CCU2C_COUT_CIN_CCU2C_COUT_S1_LUT4_C_Z_L6MUX21_SD_D1_PFUMX_Z_ALUT_LUT4_Z.M
Info: Defined in:
Info: /eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_map.v:108.23-108.24
Info: 0.3 11.5 Source SOC.Core.Alu.ALU_out_S_LUT4_Z_3_A_LUT4_Z_D_CCU2C_S0_CIN_CCU2C_COUT_CIN_CCU2C_COUT_CIN_CCU2C_COUT_CIN_CCU2C_COUT_CIN_CCU2C_COUT_S1_LUT4_C_Z_L6MUX21_SD_D1_PFUMX_Z_ALUT_LUT4_Z.OFX
Info: 1.3 12.8 Net SOC.Core.Alu.ALU_out_S_LUT4_Z_3_A_LUT4_Z_D_CCU2C_S0_CIN_CCU2C_COUT_CIN_CCU2C_COUT_CIN_CCU2C_COUT_CIN_CCU2C_COUT_CIN_CCU2C_COUT_S1_LUT4_C_Z_L6MUX21_SD_Z[5] (23,13) -> (23,2)
Info: Sink SOC.Core.Alu.ALU_out_S_L6MUX21_Z_4_D1_L6MUX21_Z_D1_PFUMX_Z_ALUT_LUT4_Z.M
Info: Defined in:
Info: /eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_map.v:108.23-108.24
Info: 0.3 13.1 Source SOC.Core.Alu.ALU_out_S_L6MUX21_Z_4_D1_L6MUX21_Z_D1_PFUMX_Z_ALUT_LUT4_Z.OFX
Info: 0.0 13.1 Net SOC.Core.Alu.ALU_out_S_L6MUX21_Z_4_D1 (23,2) -> (23,2)
Info: Sink SOC.Core.Alu.ALU_out_S_L6MUX21_Z_4_D1_L6MUX21_Z_D0_PFUMX_Z_ALUT_LUT4_Z.FXB
Info: Defined in:
Info: /eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_map.v:157.70-157.72
Info: 0.2 13.3 Source SOC.Core.Alu.ALU_out_S_L6MUX21_Z_4_D1_L6MUX21_Z_D0_PFUMX_Z_ALUT_LUT4_Z.OFX
Info: 1.1 14.4 Net SOC.Core.alu_out[11] (23,2) -> (23,12)
Info: Sink SOC.Core.Alu.ALU_out_S_LUT4_Z_4_A_LUT4_C_Z_L6MUX21_SD_Z_L6MUX21_Z_D1_L6MUX21_Z_D1_PFUMX_Z_ALUT_LUT4_Z.C
Info: Defined in:
Info: Risco-5/src/core/core.v:60.31-60.38
Info: 0.2 14.6 Source SOC.Core.Alu.ALU_out_S_LUT4_Z_4_A_LUT4_C_Z_L6MUX21_SD_Z_L6MUX21_Z_D1_L6MUX21_Z_D1_PFUMX_Z_ALUT_LUT4_Z.F
Info: 0.0 14.6 Net SOC.Core.Alu.ALU_out_S_LUT4_Z_4_A_LUT4_C_Z_L6MUX21_SD_Z_L6MUX21_Z_D1_L6MUX21_Z_D1_PFUMX_Z_ALUT (23,12) -> (23,12)
Info: Sink SOC.Core.Alu.ALU_out_S_LUT4_Z_4_A_LUT4_C_Z_L6MUX21_SD_Z_L6MUX21_Z_D1_L6MUX21_Z_D1_PFUMX_Z_BLUT_LUT4_Z.F1
Info: Defined in:
Info: /eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_map.v:157.46-157.48
Info: 0.2 14.8 Source SOC.Core.Alu.ALU_out_S_LUT4_Z_4_A_LUT4_C_Z_L6MUX21_SD_Z_L6MUX21_Z_D1_L6MUX21_Z_D1_PFUMX_Z_BLUT_LUT4_Z.OFX
Info: 0.0 14.8 Net SOC.Core.Alu.ALU_out_S_LUT4_Z_4_A_LUT4_C_Z_L6MUX21_SD_Z_L6MUX21_Z_D1_L6MUX21_Z_D1 (23,12) -> (23,12)
Info: Sink SOC.Core.Alu.ALU_out_S_LUT4_Z_4_A_LUT4_C_Z_L6MUX21_SD_Z_L6MUX21_Z_D1_L6MUX21_Z_D1_PFUMX_Z_ALUT_LUT4_Z.FXB
Info: Defined in:
Info: /eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_map.v:157.62-157.64
Info: 0.2 15.0 Source SOC.Core.Alu.ALU_out_S_LUT4_Z_4_A_LUT4_C_Z_L6MUX21_SD_Z_L6MUX21_Z_D1_L6MUX21_Z_D1_PFUMX_Z_ALUT_LUT4_Z.OFX
Info: 0.0 15.0 Net SOC.Core.Alu.ALU_out_S_LUT4_Z_4_A_LUT4_C_Z_L6MUX21_SD_Z_L6MUX21_Z_D1 (23,12) -> (23,12)
Info: Sink SOC.Core.Alu.ALU_out_S_LUT4_Z_4_A_LUT4_C_Z_L6MUX21_SD_Z_L6MUX21_Z_D1_L6MUX21_Z_D0_PFUMX_Z_ALUT_LUT4_Z.FXB
Info: Defined in:
Info: /eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_map.v:157.70-157.72
Info: 0.2 15.3 Source SOC.Core.Alu.ALU_out_S_LUT4_Z_4_A_LUT4_C_Z_L6MUX21_SD_Z_L6MUX21_Z_D1_L6MUX21_Z_D0_PFUMX_Z_ALUT_LUT4_Z.OFX
Info: 1.2 16.5 Net SOC.Core.Alu.ALU_out_S_LUT4_Z_4_A_LUT4_C_Z_L6MUX21_SD_Z[4] (23,12) -> (30,14)
Info: Sink SOC.Core.Pc.load_PFUMX_Z_BLUT_LUT4_Z.M
Info: Defined in:
Info: /eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_map.v:108.23-108.24
Info: 0.3 16.7 Source SOC.Core.Pc.load_PFUMX_Z_BLUT_LUT4_Z.OFX
Info: 1.9 18.6 Net SOC.Core.pc_load (30,14) -> (19,4)
Info: Sink SOC.Core.Pc.Output_TRELLIS_FF_Q_18.CE
Info: Defined in:
Info: Risco-5/src/core/core.v:51.32-51.39
Info: 0.0 18.6 Setup SOC.Core.Pc.Output_TRELLIS_FF_Q_18.CE
Info: 4.5 ns logic, 14.1 ns routing
Info: Critical path report for cross-domain path '<async>' -> 'posedge $glbnet$clk$TRELLIS_IO_IN':
Info: curr total
Info: 0.0 0.0 Source gpios[5]$tr_io.O
Info: 2.9 2.9 Net gpios[5]$TRELLIS_IO_IN (9,71) -> (9,42)
Info: Sink SOC.GPIOS.Gpios[5].data_in_LUT4_B.A
Info: Defined in:
Info: Risco-5/fpga/ecp5/main.v:7.16-7.21
Info: 0.2 3.1 Source SOC.GPIOS.Gpios[5].data_in_LUT4_B.F
Info: 1.0 4.1 Net SOC.GPIOS.Gpios[5].data_in_LUT4_B_Z[4] (9,42) -> (9,37)
Info: Sink SOC.GPIOS.Gpios[5].data_in_LUT4_B_Z_PFUMX_C0_BLUT_LUT4_Z.M
Info: Defined in:
Info: /eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_map.v:108.23-108.24
Info: 0.3 4.4 Source SOC.GPIOS.Gpios[5].data_in_LUT4_B_Z_PFUMX_C0_BLUT_LUT4_Z.OFX
Info: 1.1 5.4 Net SOC.GPIOS.Gpios[5].data_in_LUT4_B_Z_PFUMX_C0_Z[1] (9,37) -> (12,32)
Info: Sink SOC.Core.read_data_LUT4_Z_4.B
Info: Defined in:
Info: /eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_map.v:108.23-108.24
Info: 0.2 5.7 Source SOC.Core.read_data_LUT4_Z_4.F
Info: 1.7 7.4 Net SOC.read_data[5] (12,32) -> (19,21)
Info: Sink SOC.Core.instruction_register_TRELLIS_FF_Q_25.M
Info: Defined in:
Info: Risco-5/src/peripheral/soc.v:24.34-24.43
Info: 0.0 7.4 Setup SOC.Core.instruction_register_TRELLIS_FF_Q_25.M
Info: 0.7 ns logic, 6.7 ns routing
Info: Critical path report for cross-domain path 'posedge $glbnet$clk$TRELLIS_IO_IN' -> '<async>':
Info: curr total
Info: 0.5 0.5 Source SOC.Leds.data_TRELLIS_FF_Q_29.Q
Info: 3.8 4.3 Net SOC.Leds.data[2] (23,27) -> (71,43)
Info: Sink led_LUT4_Z_6.D
Info: Defined in:
Info: Risco-5/src/peripheral/leds.v:19.12-19.16
Info: 0.2 4.5 Source led_LUT4_Z_6.F
Info: 1.7 6.2 Net led[2]$TRELLIS_IO_OUT (71,43) -> (90,44)
Info: Sink led[2]$tr_io.I
Info: Defined in:
Info: Risco-5/fpga/ecp5/main.v:6.22-6.25
Info: 0.8 ns logic, 5.4 ns routing
Info: Max frequency for clock '$glbnet$clk$TRELLIS_IO_IN': 53.64 MHz (PASS at 25.00 MHz)
Info: Max delay <async> -> posedge $glbnet$clk$TRELLIS_IO_IN: 7.38 ns
Info: Max delay posedge $glbnet$clk$TRELLIS_IO_IN -> <async> : 6.19 ns
Info: Slack histogram:
Info: legend: * represents 84 endpoint(s)
Info: + represents [1,84) endpoint(s)
Info: [ 21358, 22243) |+
Info: [ 22243, 23128) |*+
Info: [ 23128, 24013) |*******+
Info: [ 24013, 24898) |**********+
Info: [ 24898, 25783) |**+
Info: [ 25783, 26668) |*+
Info: [ 26668, 27553) |***+
Info: [ 27553, 28438) |************+
Info: [ 28438, 29323) |*******************+
Info: [ 29323, 30208) |**+
Info: [ 30208, 31093) |+
Info: [ 31093, 31978) |*********+
Info: [ 31978, 32863) |************************************************************
Info: [ 32863, 33748) |********************************+
Info: [ 33748, 34633) |***+
Info: [ 34633, 35518) |**+
Info: [ 35518, 36403) |*******+
Info: [ 36403, 37288) |**********+
Info: [ 37288, 38173) |****+
Info: [ 38173, 39058) |***+
Info: Program finished normally.
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (ECPPACK)
[Pipeline] sh
+ /eda/oss-cad-suite/bin/ecppack --compress --input ./build/out.config --bit ./build/out.bit
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[80%] Routing Phase 2 completed
Post Restoration Checksum: NetGraph: 8beccb3b | NumContArr: 7f5eef54 | Constraints: c2a8fa9d | Timing: c2a8fa9d
Phase 1 Build RT Design | Checksum: 2909dafc9
Time (s): cpu = 00:00:35 ; elapsed = 00:00:28 . Memory (MB): peak = 2794.277 ; gain = 0.000 ; free physical = 580 ; free virtual = 22932
Phase 2 Router Initialization
Phase 2.1 Fix Topology Constraints
Phase 2.1 Fix Topology Constraints | Checksum: 2909dafc9
Time (s): cpu = 00:00:35 ; elapsed = 00:00:28 . Memory (MB): peak = 2794.277 ; gain = 0.000 ; free physical = 580 ; free virtual = 22932
Phase 2.2 Pre Route Cleanup
Phase 2.2 Pre Route Cleanup | Checksum: 2909dafc9
Time (s): cpu = 00:00:35 ; elapsed = 00:00:28 . Memory (MB): peak = 2794.277 ; gain = 0.000 ; free physical = 580 ; free virtual = 22932
Number of Nodes with overlaps = 0
Phase 2.3 Update Timing
Phase 2.3 Update Timing | Checksum: 232ab0f83
Time (s): cpu = 00:00:40 ; elapsed = 00:00:29 . Memory (MB): peak = 2794.277 ; gain = 0.000 ; free physical = 576 ; free virtual = 22928
INFO: [Route 35-416] Intermediate Timing Summary | WNS=8.996 | TNS=0.000 | WHS=-0.066 | THS=-0.066 |
Router Utilization Summary
Global Vertical Routing Utilization = 0 %
Global Horizontal Routing Utilization = 7.10429e-05 %
Routable Net Status*
*Does not include unroutable nets such as driverless and loadless.
Run report_route_status for detailed report.
Number of Failed Nets = 4525
(Failed Nets is the sum of unrouted and partially routed nets)
Number of Unrouted Nets = 4524
Number of Partially Routed Nets = 1
Number of Node Overlaps = 0
Phase 2 Router Initialization | Checksum: 2f3244bc6
Time (s): cpu = 00:00:42 ; elapsed = 00:00:30 . Memory (MB): peak = 2794.277 ; gain = 0.000 ; free physical = 582 ; free virtual = 22934
Phase 3 Initial Routing
Phase 3.1 Global Routing
Phase 3.1 Global Routing | Checksum: 2f3244bc6
Time (s): cpu = 00:00:42 ; elapsed = 00:00:30 . Memory (MB): peak = 2794.277 ; gain = 0.000 ; free physical = 582 ; free virtual = 22934
Phase 3.2 Initial Net Routing
Phase 3.2 Initial Net Routing | Checksum: 3233ade66
Time (s): cpu = 00:00:43 ; elapsed = 00:00:30 . Memory (MB): peak = 2794.277 ; gain = 0.000 ; free physical = 577 ; free virtual = 22929
Phase 3 Initial Routing | Checksum: 3233ade66
Time (s): cpu = 00:00:43 ; elapsed = 00:00:30 . Memory (MB): peak = 2794.277 ; gain = 0.000 ; free physical = 577 ; free virtual = 22929
Phase 4 Rip-up And Reroute
Phase 4.1 Global Iteration 0
Number of Nodes with overlaps = 540
Number of Nodes with overlaps = 2
Number of Nodes with overlaps = 0
INFO: [Route 35-416] Intermediate Timing Summary | WNS=8.988 | TNS=0.000 | WHS=N/A | THS=N/A |
Phase 4.1 Global Iteration 0 | Checksum: 2d9840c8c
Time (s): cpu = 00:00:46 ; elapsed = 00:00:32 . Memory (MB): peak = 2794.277 ; gain = 0.000 ; free physical = 577 ; free virtual = 22929
Phase 4 Rip-up And Reroute | Checksum: 2d9840c8c
Time (s): cpu = 00:00:46 ; elapsed = 00:00:32 . Memory (MB): peak = 2794.277 ; gain = 0.000 ; free physical = 577 ; free virtual = 22929
Phase 5 Delay and Skew Optimization
Phase 5.1 Delay CleanUp
Phase 5.1 Delay CleanUp | Checksum: 2d9840c8c
Time (s): cpu = 00:00:46 ; elapsed = 00:00:32 . Memory (MB): peak = 2794.277 ; gain = 0.000 ; free physical = 577 ; free virtual = 22929
Phase 5.2 Clock Skew Optimization
Phase 5.2 Clock Skew Optimization | Checksum: 2d9840c8c
Time (s): cpu = 00:00:46 ; elapsed = 00:00:32 . Memory (MB): peak = 2794.277 ; gain = 0.000 ; free physical = 577 ; free virtual = 22929
Phase 5 Delay and Skew Optimization | Checksum: 2d9840c8c
Time (s): cpu = 00:00:46 ; elapsed = 00:00:32 . Memory (MB): peak = 2794.277 ; gain = 0.000 ; free physical = 577 ; free virtual = 22929
Phase 6 Post Hold Fix
Phase 6.1 Hold Fix Iter
Phase 6.1.1 Update Timing
Phase 6.1.1 Update Timing | Checksum: 2b2faecfc
Time (s): cpu = 00:00:47 ; elapsed = 00:00:32 . Memory (MB): peak = 2794.277 ; gain = 0.000 ; free physical = 577 ; free virtual = 22929
INFO: [Route 35-416] Intermediate Timing Summary | WNS=9.084 | TNS=0.000 | WHS=0.194 | THS=0.000 |
Phase 6.1 Hold Fix Iter | Checksum: 2b2faecfc
Time (s): cpu = 00:00:47 ; elapsed = 00:00:32 . Memory (MB): peak = 2794.277 ; gain = 0.000 ; free physical = 577 ; free virtual = 22929
Phase 6 Post Hold Fix | Checksum: 2b2faecfc
Time (s): cpu = 00:00:47 ; elapsed = 00:00:32 . Memory (MB): peak = 2794.277 ; gain = 0.000 ; free physical = 577 ; free virtual = 22929
Phase 7 Route finalize
Router Utilization Summary
Global Vertical Routing Utilization = 0.856378 %
Global Horizontal Routing Utilization = 1.08937 %
Routable Net Status*
*Does not include unroutable nets such as driverless and loadless.
Run report_route_status for detailed report.
Number of Failed Nets = 0
(Failed Nets is the sum of unrouted and partially routed nets)
Number of Unrouted Nets = 0
Number of Partially Routed Nets = 0
Number of Node Overlaps = 0
Phase 7 Route finalize | Checksum: 2b2faecfc
Time (s): cpu = 00:00:47 ; elapsed = 00:00:32 . Memory (MB): peak = 2794.277 ; gain = 0.000 ; free physical = 577 ; free virtual = 22929
Phase 8 Verifying routed nets
Verification completed successfully
Phase 8 Verifying routed nets | Checksum: 2b2faecfc
Time (s): cpu = 00:00:47 ; elapsed = 00:00:32 . Memory (MB): peak = 2794.277 ; gain = 0.000 ; free physical = 577 ; free virtual = 22929
Phase 9 Depositing Routes
Phase 9 Depositing Routes | Checksum: 248bd5899
Time (s): cpu = 00:00:48 ; elapsed = 00:00:32 . Memory (MB): peak = 2794.277 ; gain = 0.000 ; free physical = 570 ; free virtual = 22921
Phase 10 Post Router Timing
INFO: [Route 35-57] Estimated Timing Summary | WNS=9.084 | TNS=0.000 | WHS=0.194 | THS=0.000 |
INFO: [Route 35-327] The final timing numbers are based on the router estimated timing analysis. For a complete and accurate timing signoff, please run report_timing_summary.
Phase 10 Post Router Timing | Checksum: 248bd5899
Time (s): cpu = 00:00:48 ; elapsed = 00:00:32 . Memory (MB): peak = 2794.277 ; gain = 0.000 ; free physical = 572 ; free virtual = 22923
INFO: [Route 35-16] Router Completed Successfully
Phase 11 Post-Route Event Processing
Phase 11 Post-Route Event Processing | Checksum: d9bdebff
Time (s): cpu = 00:00:48 ; elapsed = 00:00:33 . Memory (MB): peak = 2794.277 ; gain = 0.000 ; free physical = 570 ; free virtual = 22922
Ending Routing Task | Checksum: d9bdebff
Time (s): cpu = 00:00:48 ; elapsed = 00:00:33 . Memory (MB): peak = 2794.277 ; gain = 0.000 ; free physical = 567 ; free virtual = 22919
Routing Is Done.
INFO: [Common 17-83] Releasing license: Implementation
12 Infos, 0 Warnings, 0 Critical Warnings and 0 Errors encountered.
route_design completed successfully
route_design: Time (s): cpu = 00:00:50 ; elapsed = 00:00:33 . Memory (MB): peak = 2794.277 ; gain = 0.000 ; free physical = 570 ; free virtual = 22922
# report_timing_summary -no_header -no_detailed_paths
INFO: [Timing 38-91] UpdateTimingParams: Speed grade: -1, Delay Type: min_max.
INFO: [Timing 38-191] Multithreading enabled for timing update using a maximum of 8 CPUs
WARN (PR1014) : Generic routing resource will be used to clock signal 'clk_d' by the specified constraint. And then it may lead to the excessive delay or skew
[90%] Routing Phase 3 completed
Running timing analysis......
------------------------------------------------------------------------------------------------
| Timer Settings
| --------------
------------------------------------------------------------------------------------------------
Enable Multi Corner Analysis : Yes
Enable Pessimism Removal : Yes
Pessimism Removal Resolution : Nearest Common Node
Enable Input Delay Default Clock : No
Enable Preset / Clear Arcs : No
Disable Flight Delays : No
Ignore I/O Paths : No
Timing Early Launch at Borrowing Latches : No
Borrow Time for Max Delay Exceptions : Yes
Merge Timing Exceptions : Yes
Inter-SLR Compensation : Conservative
Corner Analyze Analyze
Name Max Paths Min Paths
------ --------- ---------
Slow Yes Yes
Fast Yes Yes
------------------------------------------------------------------------------------------------
| Report Methodology
| ------------------
------------------------------------------------------------------------------------------------
No report available as report_methodology has not been run prior. Run report_methodology on the current design for the summary of methodology violations.
check_timing report
Table of Contents
-----------------
1. checking no_clock (2552)
2. checking constant_clock (0)
3. checking pulse_width_clock (0)
4. checking unconstrained_internal_endpoints (8222)
5. checking no_input_delay (10)
6. checking no_output_delay (17)
7. checking multiple_clock (0)
8. checking generated_clocks (0)
9. checking loops (0)
10. checking partial_input_delay (0)
11. checking partial_output_delay (0)
12. checking latch_loops (0)
1. checking no_clock (2552)
---------------------------
There are 2552 register/latch pins with no clock driven by root clock pin: clk_o_reg/Q (HIGH)
2. checking constant_clock (0)
------------------------------
There are 0 register/latch pins with constant_clock.
3. checking pulse_width_clock (0)
---------------------------------
There are 0 register/latch pins which need pulse_width check
4. checking unconstrained_internal_endpoints (8222)
---------------------------------------------------
There are 8222 pins that are not constrained for maximum delay. (HIGH)
There are 0 pins that are not constrained for maximum delay due to constant clock.
5. checking no_input_delay (10)
-------------------------------
There are 10 input ports with no input delay specified. (HIGH)
There are 0 input ports with no input delay but user has a false path constraint.
6. checking no_output_delay (17)
--------------------------------
There are 17 ports with no output delay specified. (HIGH)
There are 0 ports with no output delay but user has a false path constraint
There are 0 ports with no output delay but with a timing clock defined on it or propagating through it
7. checking multiple_clock (0)
------------------------------
There are 0 register/latch pins with multiple clocks.
8. checking generated_clocks (0)
--------------------------------
There are 0 generated clocks that are not connected to a clock source.
9. checking loops (0)
---------------------
There are 0 combinational loops in the design.
10. checking partial_input_delay (0)
------------------------------------
There are 0 input ports with partial input delay specified.
11. checking partial_output_delay (0)
-------------------------------------
There are 0 ports with partial output delay specified.
12. checking latch_loops (0)
----------------------------
There are 0 combinational latch loops in the design through latch input
------------------------------------------------------------------------------------------------
| Design Timing Summary
| ---------------------
------------------------------------------------------------------------------------------------
WNS(ns) TNS(ns) TNS Failing Endpoints TNS Total Endpoints WHS(ns) THS(ns) THS Failing Endpoints THS Total Endpoints WPWS(ns) TPWS(ns) TPWS Failing Endpoints TPWS Total Endpoints
------- ------- --------------------- ------------------- ------- ------- --------------------- ------------------- -------- -------- ---------------------- --------------------
9.109 0.000 0 1 0.210 0.000 0 1 4.500 0.000 0 3
All user specified timing constraints are met.
------------------------------------------------------------------------------------------------
| Clock Summary
| -------------
------------------------------------------------------------------------------------------------
Clock Waveform(ns) Period(ns) Frequency(MHz)
----- ------------ ---------- --------------
sys_clk_pin {0.000 5.000} 10.000 100.000
------------------------------------------------------------------------------------------------
| Intra Clock Table
| -----------------
------------------------------------------------------------------------------------------------
Clock WNS(ns) TNS(ns) TNS Failing Endpoints TNS Total Endpoints WHS(ns) THS(ns) THS Failing Endpoints THS Total Endpoints WPWS(ns) TPWS(ns) TPWS Failing Endpoints TPWS Total Endpoints
----- ------- ------- --------------------- ------------------- ------- ------- --------------------- ------------------- -------- -------- ---------------------- --------------------
sys_clk_pin 9.109 0.000 0 1 0.210 0.000 0 1 4.500 0.000 0 3
------------------------------------------------------------------------------------------------
| Inter Clock Table
| -----------------
------------------------------------------------------------------------------------------------
From Clock To Clock WNS(ns) TNS(ns) TNS Failing Endpoints TNS Total Endpoints WHS(ns) THS(ns) THS Failing Endpoints THS Total Endpoints
---------- -------- ------- ------- --------------------- ------------------- ------- ------- --------------------- -------------------
------------------------------------------------------------------------------------------------
| Other Path Groups Table
| -----------------------
------------------------------------------------------------------------------------------------
Path Group From Clock To Clock WNS(ns) TNS(ns) TNS Failing Endpoints TNS Total Endpoints WHS(ns) THS(ns) THS Failing Endpoints THS Total Endpoints
---------- ---------- -------- ------- ------- --------------------- ------------------- ------- ------- --------------------- -------------------
# report_route_status -file digilent_nexys4ddr_route_status.rpt
# report_drc -file digilent_nexys4ddr_drc.rpt
Command: report_drc -file digilent_nexys4ddr_drc.rpt
INFO: [IP_Flow 19-234] Refreshing IP repositories
INFO: [IP_Flow 19-1704] No user IP repositories specified
INFO: [IP_Flow 19-2313] Loaded Vivado IP repository '/eda/vivado/Vivado/2023.2/data/ip'.
INFO: [DRC 23-27] Running DRC with 8 threads
INFO: [Vivado_Tcl 2-168] The results of DRC are in file /var/lib/jenkins/workspace/Risco_5/Risco-5/fpga/nexys4_ddr/digilent_nexys4ddr_drc.rpt.
report_drc completed successfully
# report_timing_summary -datasheet -max_paths 10 -file digilent_nexys4ddr_timing.rpt
INFO: [Timing 38-91] UpdateTimingParams: Speed grade: -1, Delay Type: min_max.
INFO: [Timing 38-191] Multithreading enabled for timing update using a maximum of 8 CPUs
# report_power -file digilent_nexys4ddr_power.rpt
Command: report_power -file digilent_nexys4ddr_power.rpt
Running Vector-less Activity Propagation...
[95%] Timing analysis completed
Placement and routing completed
Bitstream generation in progress......
Finished Running Vector-less Activity Propagation
WARNING: [Power 33-332] Found switching activity that implies high-fanout reset nets being asserted for excessive periods of time which may result in inaccurate power analysis.
Resolution: To review and fix problems, please run Power Constraints Advisor in the GUI from Tools > Power Constraints Advisor or run report_power with the -advisory option to generate a text report.
0 Infos, 1 Warnings, 0 Critical Warnings and 0 Errors encountered.
report_power completed successfully
# write_bitstream -force "./build/out.bit"
Command: write_bitstream -force ./build/out.bit
Attempting to get a license for feature 'Implementation' and/or device 'xc7a100t'
INFO: [Common 17-349] Got license for feature 'Implementation' and/or device 'xc7a100t'
Running DRC as a precondition to command write_bitstream
INFO: [IP_Flow 19-1839] IP Catalog is up to date.
Bitstream generation completed
Running power analysis......
[100%] Power analysis completed
Generate file "/var/lib/jenkins/workspace/Risco_5/Risco-5/fpga/tangnano20k/impl/pnr/project.power.html" completed
Generate file "/var/lib/jenkins/workspace/Risco_5/Risco-5/fpga/tangnano20k/impl/pnr/project.pin.html" completed
Generate file "/var/lib/jenkins/workspace/Risco_5/Risco-5/fpga/tangnano20k/impl/pnr/project.rpt.html" completed
Generate file "/var/lib/jenkins/workspace/Risco_5/Risco-5/fpga/tangnano20k/impl/pnr/project.rpt.txt" completed
Generate file "/var/lib/jenkins/workspace/Risco_5/Risco-5/fpga/tangnano20k/impl/pnr/project.tr.html" completed
Tue Aug 27 02:07:21 2024
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
INFO: [DRC 23-27] Running DRC with 8 threads
WARNING: [DRC CFGBVS-1] Missing CFGBVS and CONFIG_VOLTAGE Design Properties: Neither the CFGBVS nor CONFIG_VOLTAGE voltage property is set in the current_design. Configuration bank voltage select (CFGBVS) must be set to VCCO or GND, and CONFIG_VOLTAGE must be set to the correct configuration voltage, in order to determine the I/O voltage support for the pins in bank 0. It is suggested to specify these either using the 'Edit Device Properties' function in the GUI or directly in the XDC file using the following syntax:
set_property CFGBVS value1 [current_design]
#where value1 is either VCCO or GND
set_property CONFIG_VOLTAGE value2 [current_design]
#where value2 is the voltage provided to configuration bank 0
Refer to the device configuration user guide for more information.
WARNING: [DRC DPOP-1] PREG Output pipelining: DSP SOC/Core/Mdu/acumulador0 output SOC/Core/Mdu/acumulador0/P[47:0] is not pipelined (PREG=0). Pipelining the DSP48 output will improve performance and often saves power so it is suggested whenever possible to fully pipeline this function. If this DSP48 function was inferred, it is suggested to describe an additional register stage after this function. If the DSP48 was instantiated in the design, it is suggested to set the PREG attribute to 1.
WARNING: [DRC DPOP-1] PREG Output pipelining: DSP SOC/Core/Mdu/acumulador0__0 output SOC/Core/Mdu/acumulador0__0/P[47:0] is not pipelined (PREG=0). Pipelining the DSP48 output will improve performance and often saves power so it is suggested whenever possible to fully pipeline this function. If this DSP48 function was inferred, it is suggested to describe an additional register stage after this function. If the DSP48 was instantiated in the design, it is suggested to set the PREG attribute to 1.
WARNING: [DRC DPOP-2] MREG Output pipelining: DSP SOC/Core/Mdu/acumulador0 multiplier stage SOC/Core/Mdu/acumulador0/P[47:0] is not pipelined (MREG=0). Pipelining the multiplier function will improve performance and will save significant power so it is suggested whenever possible to fully pipeline this function. If this multiplier was inferred, it is suggested to describe an additional register stage after this function. If there is no registered adder/accumulator following the multiply function, two pipeline stages are suggested to allow both the MREG and PREG registers to be used. If the DSP48 was instantiated in the design, it is suggested to set both the MREG and PREG attributes to 1 when performing multiply functions.
WARNING: [DRC DPOP-2] MREG Output pipelining: DSP SOC/Core/Mdu/acumulador0__0 multiplier stage SOC/Core/Mdu/acumulador0__0/P[47:0] is not pipelined (MREG=0). Pipelining the multiplier function will improve performance and will save significant power so it is suggested whenever possible to fully pipeline this function. If this multiplier was inferred, it is suggested to describe an additional register stage after this function. If there is no registered adder/accumulator following the multiply function, two pipeline stages are suggested to allow both the MREG and PREG registers to be used. If the DSP48 was instantiated in the design, it is suggested to set both the MREG and PREG attributes to 1 when performing multiply functions.
WARNING: [DRC DPOP-2] MREG Output pipelining: DSP SOC/Core/Mdu/acumulador_reg multiplier stage SOC/Core/Mdu/acumulador_reg/P[47:0] is not pipelined (MREG=0). Pipelining the multiplier function will improve performance and will save significant power so it is suggested whenever possible to fully pipeline this function. If this multiplier was inferred, it is suggested to describe an additional register stage after this function. If there is no registered adder/accumulator following the multiply function, two pipeline stages are suggested to allow both the MREG and PREG registers to be used. If the DSP48 was instantiated in the design, it is suggested to set both the MREG and PREG attributes to 1 when performing multiply functions.
WARNING: [DRC DPOP-2] MREG Output pipelining: DSP SOC/Core/Mdu/acumulador_reg__0 multiplier stage SOC/Core/Mdu/acumulador_reg__0/P[47:0] is not pipelined (MREG=0). Pipelining the multiplier function will improve performance and will save significant power so it is suggested whenever possible to fully pipeline this function. If this multiplier was inferred, it is suggested to describe an additional register stage after this function. If there is no registered adder/accumulator following the multiply function, two pipeline stages are suggested to allow both the MREG and PREG registers to be used. If the DSP48 was instantiated in the design, it is suggested to set both the MREG and PREG attributes to 1 when performing multiply functions.
INFO: [Vivado 12-3199] DRC finished with 0 Errors, 7 Warnings
INFO: [Vivado 12-3200] Please refer to the DRC report (report_drc) for more information.
INFO: [Designutils 20-2272] Running write_bitstream with 8 threads.
Loading data files...
Loading site data...
Loading route data...
Processing options...
Creating bitmap...
Creating bitstream...
Writing bitstream ./build/out.bit...
INFO: [Vivado 12-1842] Bitgen Completed Successfully.
INFO: [Project 1-1876] WebTalk data collection is mandatory when using a ULT device. To see the specific WebTalk data collected for your design, open the usage_statistics_webtalk.html or usage_statistics_webtalk.xml file in the implementation directory.
INFO: [Common 17-83] Releasing license: Implementation
9 Infos, 7 Warnings, 0 Critical Warnings and 0 Errors encountered.
write_bitstream completed successfully
write_bitstream: Time (s): cpu = 00:00:16 ; elapsed = 00:00:19 . Memory (MB): peak = 3109.270 ; gain = 242.207 ; free physical = 595 ; free virtual = 22960
INFO: [Common 17-206] Exiting Vivado at Tue Aug 27 02:07:35 2024...
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // parallel
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (FPGA Flash)
[Pipeline] parallel
[Pipeline] { (Branch: openFPGAloader ECP5)
[Pipeline] { (Branch: openFPGAloader Tangnano 20k)
[Pipeline] { (Branch: openFPGAloader Nexys 4 DDR)
[Pipeline] stage
[Pipeline] { (openFPGAloader ECP5)
[Pipeline] stage
[Pipeline] { (openFPGAloader Tangnano 20k)
[Pipeline] stage
[Pipeline] { (openFPGAloader Nexys 4 DDR)
[Pipeline] script
[Pipeline] {
[Pipeline] script
[Pipeline] {
[Pipeline] script
[Pipeline] {
[Pipeline] lock
Trying to acquire lock on [Resource: ecp5]
Resource [ecp5] did not exist. Created.
Lock acquired on [Resource: ecp5]
[Pipeline] {
[Pipeline] lock
Trying to acquire lock on [Resource: tangnano20k]
Resource [tangnano20k] did not exist. Created.
Lock acquired on [Resource: tangnano20k]
[Pipeline] {
[Pipeline] lock
Trying to acquire lock on [Resource: nexys4]
Resource [nexys4] did not exist. Created.
Lock acquired on [Resource: nexys4]
[Pipeline] {
[Pipeline] echo
FPGA ECP5 Broqueada
[Pipeline] sh
[Pipeline] echo
FPGA TangNano Broqueada
+ /eda/oss-cad-suite/bin/openFPGALoader -b colorlight-i9 ./build/out.bit
empty
Found 1 compatible device:
0x0d28 0x0204 0x3 DAPLink CMSIS-DAP
Open file: DONE
b3bdffff
Parse file: DONE
Enable configuration: DONE
SRAM erase: DONE
[Pipeline] sh
[Pipeline] echo
FPGA Nexys 4 Broqueada
+ echo gravando na tang nano
gravando na tang nano
[Pipeline] sh
[Pipeline] }
+ cd Risco-5/fpga/nexys4_ddr
+ /eda/oss-cad-suite/bin/openFPGALoader -b nexys_a7_100 ./build/out.bit
empty
Jtag frequency : requested 6.00MHz -> real 6.00MHz
Open file DONE
Parse file DONE
load program
Lock released on resource [Resource: tangnano20k]
[Pipeline] // lock
[Pipeline] }
Loading: [===== ] 9.30%[Pipeline] // script
Load SRAM: [========= ] 18.00%[Pipeline] }
[Pipeline] // stage
[Pipeline] }
Loading: [========== ] 18.60%
Load SRAM: [=================== ] 38.00%
Loading: [============== ] 27.90%
Load SRAM: [============================= ] 58.00%
Loading: [=================== ] 37.21%
Load SRAM: [======================================= ] 78.00%
Loading: [======================== ] 46.51%
Load SRAM: [================================================= ] 98.00%
Load SRAM: [===================================================] 100.00%
Done
Shift IR 35
ir: 1 isc_done 1 isc_ena 0 init 1 done 1
[Pipeline] }
Lock released on resource [Resource: nexys4]
Loading: [============================ ] 55.81%[Pipeline] // lock
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
Loading: [================================= ] 65.11%
Loading: [====================================== ] 74.41%
Loading: [========================================== ] 83.71%
Loading: [=============================================== ] 93.01%
Loading: [==================================================] 100.00%
Done
Disable configuration: DONE
[Pipeline] }
Lock released on resource [Resource: ecp5]
[Pipeline] // lock
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // parallel
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Testes)
[Pipeline] parallel
[Pipeline] { (Branch: ECP5 - Testes)
[Pipeline] { (Branch: TangNano - Testes)
[Pipeline] { (Branch: Nexys 4 - Testes)
[Pipeline] stage
[Pipeline] { (ECP5 - Testes)
[Pipeline] stage
[Pipeline] { (TangNano - Testes)
[Pipeline] stage
[Pipeline] { (Nexys 4 - Testes)
[Pipeline] script
[Pipeline] {
[Pipeline] script
[Pipeline] {
[Pipeline] script
[Pipeline] {
[Pipeline] echo
Rodando teste na ECP5
[Pipeline] lock
Trying to acquire lock on [Resource: ecp5]
Resource [ecp5] did not exist. Created.
Lock acquired on [Resource: ecp5]
[Pipeline] {
[Pipeline] echo
Rodando teste na tang nano
[Pipeline] lock
Trying to acquire lock on [Resource: tangnano20k]
Resource [tangnano20k] did not exist. Created.
Lock acquired on [Resource: tangnano20k]
[Pipeline] {
[Pipeline] echo
Rodando teste na Nexys 4
[Pipeline] lock
Trying to acquire lock on [Resource: nexys4]
Resource [nexys4] did not exist. Created.
Lock acquired on [Resource: nexys4]
[Pipeline] {
[Pipeline] echo
FPGA ECP5 Broqueada
[Pipeline] sh
[Pipeline] echo
FPGA TangNano Broqueada
+ echo testando na ecp5
testando na ecp5
[Pipeline] sh
[Pipeline] echo
FPGA Nexys 4 Broqueada
+ echo testando na tang nano
testando na tang nano
[Pipeline] sh
[Pipeline] }
+ echo testando na tang nano
testando na tang nano
Lock released on resource [Resource: ecp5]
[Pipeline] }
Lock released on resource [Resource: tangnano20k]
[Pipeline] // lock
[Pipeline] // lock
[Pipeline] echo
ECP5 liberada
[Pipeline] }
[Pipeline] echo
TangNano liberada
[Pipeline] }
[Pipeline] }
Lock released on resource [Resource: nexys4]
[Pipeline] // script
[Pipeline] // script
[Pipeline] // lock
[Pipeline] }
[Pipeline] }
[Pipeline] echo
TangNano liberada
[Pipeline] }
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] // script
[Pipeline] }
[Pipeline] }
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // parallel
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // node
[Pipeline] End of Pipeline
Finished: SUCCESS