Skip to content
Success

Console Output

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
[Pipeline] sh
+ mkdir -p Risco-5/impl/pnr
[Pipeline] sh
+ /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 = 128
Parameter \MEMORY_FILE = 296'00101110001011100010111100101110001011100010111101110011011011110110011001110100011101110110000101110010011001010010111101101101011001010110110101101111011100100111100100101111011001100111000001100111011000010101111101110100011001010111001101110100010111110011001000101110011010000110010101111000
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 = 128
Parameter \MEMORY_FILE = 296'00101110001011100010111100101110001011100010111101110011011011110110011001110100011101110110000101110010011001010010111101101101011001010110110101101111011100100111100100101111011001100111000001100111011000010101111101110100011001010111001101110100010111110011001000101110011010000110010101111000
Parameter \GPIO_WIDHT = 6
Parameter \UART_BUFFER_SIZE = 16
Generating RTLIL representation for module `$paramod$e582745b5be06b945636a80f333e3e68b035ee01\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$e582745b5be06b945636a80f333e3e68b035ee01\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 = 296'00101110001011100010111100101110001011100010111101110011011011110110011001110100011101110110000101110010011001010010111101101101011001010110110101101111011100100111100100101111011001100111000001100111011000010101111101110100011001010111001101110100010111110011001000101110011010000110010101111000
Parameter \MEMORY_SIZE = 128

24.3.15. Executing AST frontend in derive mode using pre-parsed AST for module `\Memory'.
Parameter \MEMORY_FILE = 296'00101110001011100010111100101110001011100010111101110011011011110110011001110100011101110110000101110010011001010010111101101101011001010110110101101111011100100111100100101111011001100111000001100111011000010101111101110100011001010111001101110100010111110011001000101110011010000110010101111000
Parameter \MEMORY_SIZE = 128
Generating RTLIL representation for module `$paramod$c31b266b644e4b515b582da1252fb11d77b9f11b\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$e582745b5be06b945636a80f333e3e68b035ee01\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$c31b266b644e4b515b582da1252fb11d77b9f11b\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$e582745b5be06b945636a80f333e3e68b035ee01\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$c31b266b644e4b515b582da1252fb11d77b9f11b\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$e582745b5be06b945636a80f333e3e68b035ee01\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$c31b266b644e4b515b582da1252fb11d77b9f11b\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$706'.
Found and cleaned up 1 empty switch in `$paramod$c31b266b644e4b515b582da1252fb11d77b9f11b\Memory.$proc$Risco-5/src/peripheral/memory.v:0$1410'.
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$813 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$765 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$707 in module TRELLIS_DPR16X4.
Marked 1 switch rules as full_case in process $proc$Risco-5/src/peripheral/uart_rx.v:192$1503 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$1501 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$1493 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$1490 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$1484 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$1479 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$1474 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$1465 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$1452 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$1450 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$1442 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$1428 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$1422 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$1417 in module $paramod$e9b10436db29f470fcafaa59abb2778c152f6035\uart_tool_tx.
Marked 1 switch rules as full_case in process $proc$Risco-5/src/peripheral/memory.v:59$1408 in module $paramod$c31b266b644e4b515b582da1252fb11d77b9f11b\Memory.
Marked 3 switch rules as full_case in process $proc$Risco-5/src/peripheral/memory.v:47$1371 in module $paramod$c31b266b644e4b515b582da1252fb11d77b9f11b\Memory.
Marked 1 switch rules as full_case in process $proc$Risco-5/src/peripheral/uart.v:161$1354 in module $paramod$2000247f8da78e726acc70cf9f9077ac6f93a8c1\UART.
Marked 7 switch rules as full_case in process $proc$Risco-5/src/peripheral/uart.v:67$1346 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$1280 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$977 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$1508 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$816 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$814'.
  Set init value: \Q = 1'0
Found init rule in `$paramod$e9b10436db29f470fcafaa59abb2778c152f6035\uart_tool_rx.$proc$Risco-5/src/peripheral/uart_rx.v:127$1505'.
  Set init value: \i = 0
Found init rule in `$paramod$e9b10436db29f470fcafaa59abb2778c152f6035\uart_tool_tx.$proc$Risco-5/src/peripheral/uart_tx.v:111$1458'.
  Set init value: \i = 0
Found init rule in `$paramod$c31b266b644e4b515b582da1252fb11d77b9f11b\Memory.$proc$Risco-5/src/peripheral/memory.v:0$1410'.
  Set init value: \memory_response = 1'0
Found init rule in `$paramod$2000247f8da78e726acc70cf9f9077ac6f93a8c1\UART.$proc$Risco-5/src/peripheral/uart.v:0$1364'.
  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$1345'.
  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$980'.
  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$1535'.
  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$822'.
  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$814'.
Creating decoders for process `\TRELLIS_FF.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:350$813'.
     1/1: $0\Q[0:0]
Creating decoders for process `\DPR16X4C.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$788'.
Creating decoders for process `\DPR16X4C.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:285$765'.
     1/3: $1$memwr$\ram$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:287$764_EN[3:0]$771
     2/3: $1$memwr$\ram$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:287$764_DATA[3:0]$770
     3/3: $1$memwr$\ram$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:287$764_ADDR[3:0]$769
Creating decoders for process `\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$731'.
Creating decoders for process `\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:221$707'.
     1/3: $1$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:223$705_EN[3:0]$713
     2/3: $1$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:223$705_DATA[3:0]$712
     3/3: $1$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:223$705_ADDR[3:0]$711
Creating decoders for process `\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:213$706'.
Creating decoders for process `$paramod$e9b10436db29f470fcafaa59abb2778c152f6035\uart_tool_rx.$proc$Risco-5/src/peripheral/uart_rx.v:127$1505'.
Creating decoders for process `$paramod$e9b10436db29f470fcafaa59abb2778c152f6035\uart_tool_rx.$proc$Risco-5/src/peripheral/uart_rx.v:192$1503'.
     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$1501'.
     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$1493'.
     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$1490'.
     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$1484'.
     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$1479'.
     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$1474'.
     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$1465'.
     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$1458'.
Creating decoders for process `$paramod$e9b10436db29f470fcafaa59abb2778c152f6035\uart_tool_tx.$proc$Risco-5/src/peripheral/uart_tx.v:170$1452'.
     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$1450'.
     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$1442'.
     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$1428'.
     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$1422'.
     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$1417'.
     1/1: $1\n_fsm_state[2:0]
Creating decoders for process `$paramod$c31b266b644e4b515b582da1252fb11d77b9f11b\Memory.$proc$Risco-5/src/peripheral/memory.v:0$1410'.
Creating decoders for process `$paramod$c31b266b644e4b515b582da1252fb11d77b9f11b\Memory.$proc$Risco-5/src/peripheral/memory.v:59$1408'.
     1/1: $1\read_data[31:0]
Creating decoders for process `$paramod$c31b266b644e4b515b582da1252fb11d77b9f11b\Memory.$proc$Risco-5/src/peripheral/memory.v:47$1371'.
     1/24: $3$memwr$\memory$Risco-5/src/peripheral/memory.v:52$1366_EN[31:0]$1402
     2/24: $3$memwr$\memory$Risco-5/src/peripheral/memory.v:52$1366_DATA[31:0]$1403
     3/24: $3$memwr$\memory$Risco-5/src/peripheral/memory.v:52$1366_ADDR[31:0]$1404
     4/24: $3$memwr$\memory$Risco-5/src/peripheral/memory.v:54$1367_ADDR[31:0]$1407
     5/24: $3$memwr$\memory$Risco-5/src/peripheral/memory.v:54$1367_DATA[31:0]$1406
     6/24: $3$memwr$\memory$Risco-5/src/peripheral/memory.v:54$1367_EN[31:0]$1405
     7/24: $2$memwr$\memory$Risco-5/src/peripheral/memory.v:50$1365_EN[31:0]$1395
     8/24: $2$memwr$\memory$Risco-5/src/peripheral/memory.v:50$1365_DATA[31:0]$1396
     9/24: $2$memwr$\memory$Risco-5/src/peripheral/memory.v:50$1365_ADDR[31:0]$1397
    10/24: $2$memwr$\memory$Risco-5/src/peripheral/memory.v:54$1367_ADDR[31:0]$1400
    11/24: $2$memwr$\memory$Risco-5/src/peripheral/memory.v:54$1367_DATA[31:0]$1399
    12/24: $2$memwr$\memory$Risco-5/src/peripheral/memory.v:54$1367_EN[31:0]$1398
    13/24: $2$memwr$\memory$Risco-5/src/peripheral/memory.v:52$1366_ADDR[31:0]$1394
    14/24: $2$memwr$\memory$Risco-5/src/peripheral/memory.v:52$1366_DATA[31:0]$1393
    15/24: $2$memwr$\memory$Risco-5/src/peripheral/memory.v:52$1366_EN[31:0]$1392
    16/24: $1$memwr$\memory$Risco-5/src/peripheral/memory.v:54$1367_ADDR[31:0]$1390
    17/24: $1$memwr$\memory$Risco-5/src/peripheral/memory.v:54$1367_DATA[31:0]$1389
    18/24: $1$memwr$\memory$Risco-5/src/peripheral/memory.v:54$1367_EN[31:0]$1388
    19/24: $1$memwr$\memory$Risco-5/src/peripheral/memory.v:50$1365_ADDR[31:0]$1387
    20/24: $1$memwr$\memory$Risco-5/src/peripheral/memory.v:50$1365_DATA[31:0]$1386
    21/24: $1$memwr$\memory$Risco-5/src/peripheral/memory.v:50$1365_EN[31:0]$1385
    22/24: $1$memwr$\memory$Risco-5/src/peripheral/memory.v:52$1366_ADDR[31:0]$1384
    23/24: $1$memwr$\memory$Risco-5/src/peripheral/memory.v:52$1366_DATA[31:0]$1383
    24/24: $1$memwr$\memory$Risco-5/src/peripheral/memory.v:52$1366_EN[31:0]$1382
Creating decoders for process `$paramod$c31b266b644e4b515b582da1252fb11d77b9f11b\Memory.$proc$Risco-5/src/peripheral/memory.v:39$1369'.
     1/1: $0\memory_response[0:0]
Creating decoders for process `$paramod$2000247f8da78e726acc70cf9f9077ac6f93a8c1\UART.$proc$Risco-5/src/peripheral/uart.v:0$1364'.
Creating decoders for process `$paramod$2000247f8da78e726acc70cf9f9077ac6f93a8c1\UART.$proc$Risco-5/src/peripheral/uart.v:161$1354'.
     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$1346'.
     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$1345'.
Creating decoders for process `$paramod\GPIOS\WIDHT=s32'00000000000000000000000000000110.$proc$Risco-5/src/peripheral/gpios.v:63$1280'.
     1/21: $3$memwr$\duty_cycle$Risco-5/src/peripheral/gpios.v:73$1275_EN[15:0]$1304
     2/21: $3$memwr$\duty_cycle$Risco-5/src/peripheral/gpios.v:73$1275_DATA[15:0]$1303
     3/21: $3$memwr$\duty_cycle$Risco-5/src/peripheral/gpios.v:73$1275_ADDR[0:0]$1302
     4/21: $3$memwr$\period$Risco-5/src/peripheral/gpios.v:72$1274_EN[15:0]$1301
     5/21: $3$memwr$\period$Risco-5/src/peripheral/gpios.v:72$1274_DATA[15:0]$1300
     6/21: $3$memwr$\period$Risco-5/src/peripheral/gpios.v:72$1274_ADDR[0:0]$1299
     7/21: $2$memwr$\duty_cycle$Risco-5/src/peripheral/gpios.v:73$1275_EN[15:0]$1298
     8/21: $2$memwr$\duty_cycle$Risco-5/src/peripheral/gpios.v:73$1275_DATA[15:0]$1297
     9/21: $2$memwr$\duty_cycle$Risco-5/src/peripheral/gpios.v:73$1275_ADDR[0:0]$1296
    10/21: $2$memwr$\period$Risco-5/src/peripheral/gpios.v:72$1274_EN[15:0]$1295
    11/21: $2$memwr$\period$Risco-5/src/peripheral/gpios.v:72$1274_DATA[15:0]$1294
    12/21: $2$memwr$\period$Risco-5/src/peripheral/gpios.v:72$1274_ADDR[0:0]$1293
    13/21: $1$memwr$\duty_cycle$Risco-5/src/peripheral/gpios.v:73$1275_EN[15:0]$1292
    14/21: $1$memwr$\duty_cycle$Risco-5/src/peripheral/gpios.v:73$1275_DATA[15:0]$1291
    15/21: $1$memwr$\duty_cycle$Risco-5/src/peripheral/gpios.v:73$1275_ADDR[0:0]$1290
    16/21: $1$memwr$\period$Risco-5/src/peripheral/gpios.v:72$1274_EN[15:0]$1289
    17/21: $1$memwr$\period$Risco-5/src/peripheral/gpios.v:72$1274_DATA[15:0]$1288
    18/21: $1$memwr$\period$Risco-5/src/peripheral/gpios.v:72$1274_ADDR[0:0]$1287
    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$980'.
Creating decoders for process `$paramod\Core\BOOT_ADDRESS=32'00000000000000000000000000000000.$proc$Risco-5/src/core/core.v:305$977'.
     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$1535'.
Creating decoders for process `$paramod$d662dacdc4a138ecc4c8da4e616ea7be3bb84705\FIFO.$proc$Risco-5/src/peripheral/fifo.v:31$1508'.
     1/9: $2$memwr$\memory$Risco-5/src/peripheral/fifo.v:39$1506_EN[7:0]$1520
     2/9: $2$memwr$\memory$Risco-5/src/peripheral/fifo.v:39$1506_DATA[7:0]$1519
     3/9: $2$memwr$\memory$Risco-5/src/peripheral/fifo.v:39$1506_ADDR[5:0]$1518
     4/9: $1$memwr$\memory$Risco-5/src/peripheral/fifo.v:39$1506_EN[7:0]$1515
     5/9: $1$memwr$\memory$Risco-5/src/peripheral/fifo.v:39$1506_DATA[7:0]$1514
     6/9: $1$memwr$\memory$Risco-5/src/peripheral/fifo.v:39$1506_ADDR[5:0]$1513
     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$822'.
Creating decoders for process `$paramod\ResetBootSystem\CYCLES=s32'00000000000000000000000000010100.$proc$Risco-5/debug/reset.v:24$816'.
     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$1474'.
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$1417'.
No latch inferred for signal `$paramod$c31b266b644e4b515b582da1252fb11d77b9f11b\Memory.\read_data' from process `$paramod$c31b266b644e4b515b582da1252fb11d77b9f11b\Memory.$proc$Risco-5/src/peripheral/memory.v:59$1408'.
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.$proc$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$813'.
  created $dff cell `$procdff$4017' 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$788'.
  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$749_EN' using process `\DPR16X4C.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$788'.
  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$788'.
  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$788'.
  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$788'.
  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$788'.
  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$788'.
  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$788'.
  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$788'.
  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$788'.
  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$788'.
  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$788'.
  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$788'.
  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$788'.
  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$788'.
  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$788'.
  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$764_ADDR' using process `\DPR16X4C.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:285$765'.
  created $dff cell `$procdff$4018' with positive edge clock.
Creating register for signal `\DPR16X4C.$memwr$\ram$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:287$764_DATA' using process `\DPR16X4C.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:285$765'.
  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$764_EN' using process `\DPR16X4C.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:285$765'.
  created $dff cell `$procdff$4020' 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$731'.
  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$689_EN' using process `\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$731'.
  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$731'.
  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$731'.
  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$731'.
  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$731'.
  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$731'.
  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$731'.
  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$731'.
  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$731'.
  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$731'.
  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$731'.
  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$731'.
  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$731'.
  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$731'.
  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$731'.
  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$731'.
  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$705_ADDR' using process `\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:221$707'.
  created $dff cell `$procdff$4021' with positive edge clock.
Creating register for signal `\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:223$705_DATA' using process `\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:221$707'.
  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$705_EN' using process `\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:221$707'.
  created $dff cell `$procdff$4023' 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$706'.
  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$1503'.
  created $dff cell `$procdff$4024' 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$1503'.
  created $dff cell `$procdff$4025' 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$1501'.
  created $dff cell `$procdff$4026' 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$1493'.
  created $dff cell `$procdff$4027' 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$1490'.
  created $dff cell `$procdff$4028' 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$1484'.
  created $dff cell `$procdff$4029' 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$1479'.
  created $dff cell `$procdff$4030' 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$1479'.
  created $dff cell `$procdff$4031' 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$1465'.
  created $dff cell `$procdff$4032' 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$1452'.
  created $dff cell `$procdff$4033' 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$1450'.
  created $dff cell `$procdff$4034' 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$1442'.
  created $dff cell `$procdff$4035' 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$1428'.
  created $dff cell `$procdff$4036' 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$1422'.
  created $dff cell `$procdff$4037' 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$1422'.
  created $dff cell `$procdff$4038' with positive edge clock.
Creating register for signal `$paramod$c31b266b644e4b515b582da1252fb11d77b9f11b\Memory.$memwr$\memory$Risco-5/src/peripheral/memory.v:52$1366_EN' using process `$paramod$c31b266b644e4b515b582da1252fb11d77b9f11b\Memory.$proc$Risco-5/src/peripheral/memory.v:47$1371'.
  created $dff cell `$procdff$4039' with positive edge clock.
Creating register for signal `$paramod$c31b266b644e4b515b582da1252fb11d77b9f11b\Memory.$memwr$\memory$Risco-5/src/peripheral/memory.v:52$1366_DATA' using process `$paramod$c31b266b644e4b515b582da1252fb11d77b9f11b\Memory.$proc$Risco-5/src/peripheral/memory.v:47$1371'.
  created $dff cell `$procdff$4040' with positive edge clock.
Creating register for signal `$paramod$c31b266b644e4b515b582da1252fb11d77b9f11b\Memory.$memwr$\memory$Risco-5/src/peripheral/memory.v:52$1366_ADDR' using process `$paramod$c31b266b644e4b515b582da1252fb11d77b9f11b\Memory.$proc$Risco-5/src/peripheral/memory.v:47$1371'.
  created $dff cell `$procdff$4041' with positive edge clock.
Creating register for signal `$paramod$c31b266b644e4b515b582da1252fb11d77b9f11b\Memory.$memwr$\memory$Risco-5/src/peripheral/memory.v:50$1365_EN' using process `$paramod$c31b266b644e4b515b582da1252fb11d77b9f11b\Memory.$proc$Risco-5/src/peripheral/memory.v:47$1371'.
  created $dff cell `$procdff$4042' with positive edge clock.
Creating register for signal `$paramod$c31b266b644e4b515b582da1252fb11d77b9f11b\Memory.$memwr$\memory$Risco-5/src/peripheral/memory.v:50$1365_DATA' using process `$paramod$c31b266b644e4b515b582da1252fb11d77b9f11b\Memory.$proc$Risco-5/src/peripheral/memory.v:47$1371'.
  created $dff cell `$procdff$4043' with positive edge clock.
Creating register for signal `$paramod$c31b266b644e4b515b582da1252fb11d77b9f11b\Memory.$memwr$\memory$Risco-5/src/peripheral/memory.v:50$1365_ADDR' using process `$paramod$c31b266b644e4b515b582da1252fb11d77b9f11b\Memory.$proc$Risco-5/src/peripheral/memory.v:47$1371'.
  created $dff cell `$procdff$4044' with positive edge clock.
Creating register for signal `$paramod$c31b266b644e4b515b582da1252fb11d77b9f11b\Memory.$memwr$\memory$Risco-5/src/peripheral/memory.v:54$1367_EN' using process `$paramod$c31b266b644e4b515b582da1252fb11d77b9f11b\Memory.$proc$Risco-5/src/peripheral/memory.v:47$1371'.
  created $dff cell `$procdff$4045' with positive edge clock.
Creating register for signal `$paramod$c31b266b644e4b515b582da1252fb11d77b9f11b\Memory.$memwr$\memory$Risco-5/src/peripheral/memory.v:54$1367_DATA' using process `$paramod$c31b266b644e4b515b582da1252fb11d77b9f11b\Memory.$proc$Risco-5/src/peripheral/memory.v:47$1371'.
  created $dff cell `$procdff$4046' with positive edge clock.
Creating register for signal `$paramod$c31b266b644e4b515b582da1252fb11d77b9f11b\Memory.$memwr$\memory$Risco-5/src/peripheral/memory.v:54$1367_ADDR' using process `$paramod$c31b266b644e4b515b582da1252fb11d77b9f11b\Memory.$proc$Risco-5/src/peripheral/memory.v:47$1371'.
  created $dff cell `$procdff$4047' with positive edge clock.
Creating register for signal `$paramod$c31b266b644e4b515b582da1252fb11d77b9f11b\Memory.\memory_response' using process `$paramod$c31b266b644e4b515b582da1252fb11d77b9f11b\Memory.$proc$Risco-5/src/peripheral/memory.v:39$1369'.
  created $dff cell `$procdff$4048' 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$1354'.
  created $dff cell `$procdff$4049' 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$1354'.
  created $dff cell `$procdff$4050' 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$1354'.
  created $dff cell `$procdff$4051' 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$1354'.
  created $dff cell `$procdff$4052' 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$1354'.
  created $dff cell `$procdff$4053' 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$1346'.
  created $dff cell `$procdff$4054' 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$1346'.
  created $dff cell `$procdff$4055' 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$1346'.
  created $dff cell `$procdff$4056' 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$1346'.
  created $dff cell `$procdff$4057' 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$1346'.
  created $dff cell `$procdff$4058' 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$1346'.
  created $dff cell `$procdff$4059' 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$1346'.
  created $dff cell `$procdff$4060' 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$1346'.
  created $dff cell `$procdff$4061' 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$4062' 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$4063' 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$1280'.
  created $dff cell `$procdff$4064' 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$1280'.
  created $dff cell `$procdff$4065' 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$1280'.
  created $dff cell `$procdff$4066' with positive edge clock.
Creating register for signal `$paramod\GPIOS\WIDHT=s32'00000000000000000000000000000110.$memwr$\period$Risco-5/src/peripheral/gpios.v:72$1274_ADDR' using process `$paramod\GPIOS\WIDHT=s32'00000000000000000000000000000110.$proc$Risco-5/src/peripheral/gpios.v:63$1280'.
  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$1274_DATA' using process `$paramod\GPIOS\WIDHT=s32'00000000000000000000000000000110.$proc$Risco-5/src/peripheral/gpios.v:63$1280'.
  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$1274_EN' using process `$paramod\GPIOS\WIDHT=s32'00000000000000000000000000000110.$proc$Risco-5/src/peripheral/gpios.v:63$1280'.
  created $dff cell `$procdff$4069' with positive edge clock.
Creating register for signal `$paramod\GPIOS\WIDHT=s32'00000000000000000000000000000110.$memwr$\duty_cycle$Risco-5/src/peripheral/gpios.v:73$1275_ADDR' using process `$paramod\GPIOS\WIDHT=s32'00000000000000000000000000000110.$proc$Risco-5/src/peripheral/gpios.v:63$1280'.
  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$1275_DATA' using process `$paramod\GPIOS\WIDHT=s32'00000000000000000000000000000110.$proc$Risco-5/src/peripheral/gpios.v:63$1280'.
  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$1275_EN' using process `$paramod\GPIOS\WIDHT=s32'00000000000000000000000000000110.$proc$Risco-5/src/peripheral/gpios.v:63$1280'.
  created $dff cell `$procdff$4072' 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$4073' 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$977'.
  created $dff cell `$procdff$4074' 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$977'.
  created $dff cell `$procdff$4075' 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$977'.
  created $dff cell `$procdff$4076' 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$977'.
  created $dff cell `$procdff$4077' 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$977'.
  created $dff cell `$procdff$4078' 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$977'.
  created $dff cell `$procdff$4079' 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$977'.
  created $dff cell `$procdff$4080' 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$1508'.
  created $dff cell `$procdff$4081' 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$1508'.
  created $dff cell `$procdff$4082' 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$1508'.
  created $dff cell `$procdff$4083' with positive edge clock.
Creating register for signal `$paramod$d662dacdc4a138ecc4c8da4e616ea7be3bb84705\FIFO.$memwr$\memory$Risco-5/src/peripheral/fifo.v:39$1506_ADDR' using process `$paramod$d662dacdc4a138ecc4c8da4e616ea7be3bb84705\FIFO.$proc$Risco-5/src/peripheral/fifo.v:31$1508'.
  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$1506_DATA' using process `$paramod$d662dacdc4a138ecc4c8da4e616ea7be3bb84705\FIFO.$proc$Risco-5/src/peripheral/fifo.v:31$1508'.
  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$1506_EN' using process `$paramod$d662dacdc4a138ecc4c8da4e616ea7be3bb84705\FIFO.$proc$Risco-5/src/peripheral/fifo.v:31$1508'.
  created $dff cell `$procdff$4086' 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$4087' 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$4088' 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$4089' 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$4090' 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$4091' 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$4092' 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$4093' 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$4094' 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$4095' 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$4096' 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$4097' 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$4098' 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$4099' 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$4100' 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$4101' 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$4102' 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$4103' 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$4104' 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$4105' 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$4106' 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$4107' 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$4108' 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$4109' 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$4110' 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$4111' 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$4112' 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$4113' 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$4114' 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$816'.
  created $dff cell `$procdff$4115' 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$816'.
  created $dff cell `$procdff$4116' 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$816'.
  created $dff cell `$procdff$4117' 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$4118' 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$814'.
Found and cleaned up 2 empty switches in `\TRELLIS_FF.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:350$813'.
Removing empty process `TRELLIS_FF.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:350$813'.
Removing empty process `DPR16X4C.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$788'.
Found and cleaned up 1 empty switch in `\DPR16X4C.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:285$765'.
Removing empty process `TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$731'.
Found and cleaned up 1 empty switch in `\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:221$707'.
Removing empty process `TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:213$706'.
Removing empty process `$paramod$e9b10436db29f470fcafaa59abb2778c152f6035\uart_tool_rx.$proc$Risco-5/src/peripheral/uart_rx.v:127$1505'.
Found and cleaned up 2 empty switches in `$paramod$e9b10436db29f470fcafaa59abb2778c152f6035\uart_tool_rx.$proc$Risco-5/src/peripheral/uart_rx.v:192$1503'.
Removing empty process `$paramod$e9b10436db29f470fcafaa59abb2778c152f6035\uart_tool_rx.$proc$Risco-5/src/peripheral/uart_rx.v:192$1503'.
Found and cleaned up 1 empty switch in `$paramod$e9b10436db29f470fcafaa59abb2778c152f6035\uart_tool_rx.$proc$Risco-5/src/peripheral/uart_rx.v:181$1501'.
Removing empty process `$paramod$e9b10436db29f470fcafaa59abb2778c152f6035\uart_tool_rx.$proc$Risco-5/src/peripheral/uart_rx.v:181$1501'.
Found and cleaned up 3 empty switches in `$paramod$e9b10436db29f470fcafaa59abb2778c152f6035\uart_tool_rx.$proc$Risco-5/src/peripheral/uart_rx.v:166$1493'.
Removing empty process `$paramod$e9b10436db29f470fcafaa59abb2778c152f6035\uart_tool_rx.$proc$Risco-5/src/peripheral/uart_rx.v:166$1493'.
Found and cleaned up 2 empty switches in `$paramod$e9b10436db29f470fcafaa59abb2778c152f6035\uart_tool_rx.$proc$Risco-5/src/peripheral/uart_rx.v:155$1490'.
Removing empty process `$paramod$e9b10436db29f470fcafaa59abb2778c152f6035\uart_tool_rx.$proc$Risco-5/src/peripheral/uart_rx.v:155$1490'.
Found and cleaned up 3 empty switches in `$paramod$e9b10436db29f470fcafaa59abb2778c152f6035\uart_tool_rx.$proc$Risco-5/src/peripheral/uart_rx.v:143$1484'.
Removing empty process `$paramod$e9b10436db29f470fcafaa59abb2778c152f6035\uart_tool_rx.$proc$Risco-5/src/peripheral/uart_rx.v:143$1484'.
Found and cleaned up 3 empty switches in `$paramod$e9b10436db29f470fcafaa59abb2778c152f6035\uart_tool_rx.$proc$Risco-5/src/peripheral/uart_rx.v:128$1479'.
Removing empty process `$paramod$e9b10436db29f470fcafaa59abb2778c152f6035\uart_tool_rx.$proc$Risco-5/src/peripheral/uart_rx.v:128$1479'.
Found and cleaned up 1 empty switch in `$paramod$e9b10436db29f470fcafaa59abb2778c152f6035\uart_tool_rx.$proc$Risco-5/src/peripheral/uart_rx.v:111$1474'.
Removing empty process `$paramod$e9b10436db29f470fcafaa59abb2778c152f6035\uart_tool_rx.$proc$Risco-5/src/peripheral/uart_rx.v:111$1474'.
Found and cleaned up 2 empty switches in `$paramod$e9b10436db29f470fcafaa59abb2778c152f6035\uart_tool_rx.$proc$Risco-5/src/peripheral/uart_rx.v:92$1465'.
Removing empty process `$paramod$e9b10436db29f470fcafaa59abb2778c152f6035\uart_tool_rx.$proc$Risco-5/src/peripheral/uart_rx.v:92$1465'.
Removing empty process `$paramod$e9b10436db29f470fcafaa59abb2778c152f6035\uart_tool_tx.$proc$Risco-5/src/peripheral/uart_tx.v:111$1458'.
Found and cleaned up 5 empty switches in `$paramod$e9b10436db29f470fcafaa59abb2778c152f6035\uart_tool_tx.$proc$Risco-5/src/peripheral/uart_tx.v:170$1452'.
Removing empty process `$paramod$e9b10436db29f470fcafaa59abb2778c152f6035\uart_tool_tx.$proc$Risco-5/src/peripheral/uart_tx.v:170$1452'.
Found and cleaned up 1 empty switch in `$paramod$e9b10436db29f470fcafaa59abb2778c152f6035\uart_tool_tx.$proc$Risco-5/src/peripheral/uart_tx.v:159$1450'.
Removing empty process `$paramod$e9b10436db29f470fcafaa59abb2778c152f6035\uart_tool_tx.$proc$Risco-5/src/peripheral/uart_tx.v:159$1450'.
Found and cleaned up 3 empty switches in `$paramod$e9b10436db29f470fcafaa59abb2778c152f6035\uart_tool_tx.$proc$Risco-5/src/peripheral/uart_tx.v:144$1442'.
Removing empty process `$paramod$e9b10436db29f470fcafaa59abb2778c152f6035\uart_tool_tx.$proc$Risco-5/src/peripheral/uart_tx.v:144$1442'.
Found and cleaned up 5 empty switches in `$paramod$e9b10436db29f470fcafaa59abb2778c152f6035\uart_tool_tx.$proc$Risco-5/src/peripheral/uart_tx.v:127$1428'.
Removing empty process `$paramod$e9b10436db29f470fcafaa59abb2778c152f6035\uart_tool_tx.$proc$Risco-5/src/peripheral/uart_tx.v:127$1428'.
Found and cleaned up 3 empty switches in `$paramod$e9b10436db29f470fcafaa59abb2778c152f6035\uart_tool_tx.$proc$Risco-5/src/peripheral/uart_tx.v:112$1422'.
Removing empty process `$paramod$e9b10436db29f470fcafaa59abb2778c152f6035\uart_tool_tx.$proc$Risco-5/src/peripheral/uart_tx.v:112$1422'.
Found and cleaned up 1 empty switch in `$paramod$e9b10436db29f470fcafaa59abb2778c152f6035\uart_tool_tx.$proc$Risco-5/src/peripheral/uart_tx.v:95$1417'.
Removing empty process `$paramod$e9b10436db29f470fcafaa59abb2778c152f6035\uart_tool_tx.$proc$Risco-5/src/peripheral/uart_tx.v:95$1417'.
Removing empty process `$paramod$c31b266b644e4b515b582da1252fb11d77b9f11b\Memory.$proc$Risco-5/src/peripheral/memory.v:0$1410'.
Found and cleaned up 1 empty switch in `$paramod$c31b266b644e4b515b582da1252fb11d77b9f11b\Memory.$proc$Risco-5/src/peripheral/memory.v:59$1408'.
Removing empty process `$paramod$c31b266b644e4b515b582da1252fb11d77b9f11b\Memory.$proc$Risco-5/src/peripheral/memory.v:59$1408'.
Found and cleaned up 3 empty switches in `$paramod$c31b266b644e4b515b582da1252fb11d77b9f11b\Memory.$proc$Risco-5/src/peripheral/memory.v:47$1371'.
Removing empty process `$paramod$c31b266b644e4b515b582da1252fb11d77b9f11b\Memory.$proc$Risco-5/src/peripheral/memory.v:47$1371'.
Found and cleaned up 1 empty switch in `$paramod$c31b266b644e4b515b582da1252fb11d77b9f11b\Memory.$proc$Risco-5/src/peripheral/memory.v:39$1369'.
Removing empty process `$paramod$c31b266b644e4b515b582da1252fb11d77b9f11b\Memory.$proc$Risco-5/src/peripheral/memory.v:39$1369'.
Removing empty process `$paramod$2000247f8da78e726acc70cf9f9077ac6f93a8c1\UART.$proc$Risco-5/src/peripheral/uart.v:0$1364'.
Found and cleaned up 3 empty switches in `$paramod$2000247f8da78e726acc70cf9f9077ac6f93a8c1\UART.$proc$Risco-5/src/peripheral/uart.v:161$1354'.
Removing empty process `$paramod$2000247f8da78e726acc70cf9f9077ac6f93a8c1\UART.$proc$Risco-5/src/peripheral/uart.v:161$1354'.
Found and cleaned up 9 empty switches in `$paramod$2000247f8da78e726acc70cf9f9077ac6f93a8c1\UART.$proc$Risco-5/src/peripheral/uart.v:67$1346'.
Removing empty process `$paramod$2000247f8da78e726acc70cf9f9077ac6f93a8c1\UART.$proc$Risco-5/src/peripheral/uart.v:67$1346'.
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$1345'.
Found and cleaned up 3 empty switches in `$paramod\GPIOS\WIDHT=s32'00000000000000000000000000000110.$proc$Risco-5/src/peripheral/gpios.v:63$1280'.
Removing empty process `$paramod\GPIOS\WIDHT=s32'00000000000000000000000000000110.$proc$Risco-5/src/peripheral/gpios.v:63$1280'.
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$980'.
Found and cleaned up 2 empty switches in `$paramod\Core\BOOT_ADDRESS=32'00000000000000000000000000000000.$proc$Risco-5/src/core/core.v:305$977'.
Removing empty process `$paramod\Core\BOOT_ADDRESS=32'00000000000000000000000000000000.$proc$Risco-5/src/core/core.v:305$977'.
Removing empty process `$paramod$d662dacdc4a138ecc4c8da4e616ea7be3bb84705\FIFO.$proc$Risco-5/src/peripheral/fifo.v:0$1535'.
Found and cleaned up 3 empty switches in `$paramod$d662dacdc4a138ecc4c8da4e616ea7be3bb84705\FIFO.$proc$Risco-5/src/peripheral/fifo.v:31$1508'.
Removing empty process `$paramod$d662dacdc4a138ecc4c8da4e616ea7be3bb84705\FIFO.$proc$Risco-5/src/peripheral/fifo.v:31$1508'.
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$822'.
Found and cleaned up 5 empty switches in `$paramod\ResetBootSystem\CYCLES=s32'00000000000000000000000000010100.$proc$Risco-5/debug/reset.v:24$816'.
Removing empty process `$paramod\ResetBootSystem\CYCLES=s32'00000000000000000000000000010100.$proc$Risco-5/debug/reset.v:24$816'.
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$c31b266b644e4b515b582da1252fb11d77b9f11b\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$e582745b5be06b945636a80f333e3e68b035ee01\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$c31b266b644e4b515b582da1252fb11d77b9f11b\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$e582745b5be06b945636a80f333e3e68b035ee01\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).
+ 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)
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$3208.
    dead port 2/2 on $mux $flatten\SOC.\Core.\Control_Unit.$procmux$3217.
    dead port 2/2 on $mux $flatten\SOC.\Core.\Control_Unit.$procmux$3233.
    dead port 2/2 on $mux $flatten\SOC.\Core.\Control_Unit.$procmux$3252.
    dead port 2/2 on $mux $flatten\SOC.\Core.\Control_Unit.$procmux$3254.
    dead port 2/2 on $mux $flatten\SOC.\Core.\Control_Unit.$procmux$3272.
    dead port 2/2 on $mux $flatten\SOC.\Core.\Control_Unit.$procmux$3293.
    dead port 2/2 on $mux $flatten\SOC.\Core.\Control_Unit.$procmux$3317.
    dead port 2/2 on $mux $flatten\SOC.\Core.\Control_Unit.$procmux$3345.
    dead port 2/2 on $mux $flatten\SOC.\Core.\Control_Unit.$procmux$3375.
    dead port 2/2 on $mux $flatten\SOC.\Core.\Control_Unit.$procmux$3408.
    dead port 2/2 on $mux $flatten\SOC.\Core.\Control_Unit.$procmux$3444.
    dead port 2/2 on $mux $flatten\SOC.\Core.\Control_Unit.$procmux$3482.
    dead port 2/2 on $mux $flatten\SOC.\Core.\Control_Unit.$procmux$3531.
    dead port 2/2 on $mux $flatten\SOC.\Core.\Control_Unit.$procmux$3582.
    dead port 1/2 on $mux $flatten\SOC.\Core.\Control_Unit.$procmux$3635.
    dead port 2/2 on $mux $flatten\SOC.\Core.\Control_Unit.$procmux$3637.
    dead port 2/2 on $mux $flatten\SOC.\Core.\Control_Unit.$procmux$3690.
    dead port 2/2 on $mux $flatten\SOC.\Core.\Control_Unit.$procmux$3692.
    dead port 2/2 on $mux $flatten\SOC.\Core.\Control_Unit.$procmux$3744.
    dead port 2/2 on $mux $flatten\SOC.\Core.\Control_Unit.$procmux$3805.
    dead port 2/2 on $mux $flatten\SOC.\Core.\Control_Unit.$procmux$3807.
    dead port 2/2 on $mux $flatten\SOC.\Core.\Control_Unit.$procmux$3869.
    dead port 2/2 on $mux $flatten\SOC.\Core.\Control_Unit.$procmux$3924.
    dead port 2/2 on $mux $flatten\SOC.\Core.\Immediate_Generator.$procmux$2589.
    dead port 1/9 on $pmux $flatten\SOC.\Core.\MemoryAddressMUX.$procmux$2426.
    dead port 2/9 on $pmux $flatten\SOC.\Core.\MemoryAddressMUX.$procmux$2426.
    dead port 3/9 on $pmux $flatten\SOC.\Core.\MemoryAddressMUX.$procmux$2426.
    dead port 4/9 on $pmux $flatten\SOC.\Core.\MemoryAddressMUX.$procmux$2426.
    dead port 1/9 on $pmux $flatten\SOC.\Core.\PCSourceMUX.$procmux$2426.
    dead port 2/9 on $pmux $flatten\SOC.\Core.\PCSourceMUX.$procmux$2426.
    dead port 3/9 on $pmux $flatten\SOC.\Core.\PCSourceMUX.$procmux$2426.
    dead port 4/9 on $pmux $flatten\SOC.\Core.\PCSourceMUX.$procmux$2426.
    dead port 5/9 on $pmux $flatten\SOC.\Core.\PCSourceMUX.$procmux$2426.
    dead port 6/9 on $pmux $flatten\SOC.\Core.\PCSourceMUX.$procmux$2426.
    dead port 1/2 on $mux $flatten\SOC.\Core.\RegisterBank.$procmux$2386.
    dead port 1/2 on $mux $flatten\SOC.\Core.\RegisterBank.$procmux$2392.
    dead port 1/2 on $mux $flatten\SOC.\Core.\RegisterBank.$procmux$2398.
    dead port 1/2 on $mux $flatten\SOC.\Core.\RegisterBank.$procmux$2404.
    dead port 2/2 on $mux $flatten\SOC.\GPIOS.$procmux$2160.
    dead port 1/2 on $mux $flatten\SOC.\GPIOS.$procmux$2163.
    dead port 2/2 on $mux $flatten\SOC.\GPIOS.$procmux$2169.
    dead port 1/2 on $mux $flatten\SOC.\GPIOS.$procmux$2172.
    dead port 2/2 on $mux $flatten\SOC.\GPIOS.$procmux$2178.
    dead port 1/2 on $mux $flatten\SOC.\GPIOS.$procmux$2181.
    dead port 2/2 on $mux $flatten\SOC.\GPIOS.$procmux$2188.
    dead port 1/2 on $mux $flatten\SOC.\GPIOS.$procmux$2191.
    dead port 2/2 on $mux $flatten\SOC.\GPIOS.$procmux$2198.
    dead port 1/2 on $mux $flatten\SOC.\GPIOS.$procmux$2201.
    dead port 2/2 on $mux $flatten\SOC.\GPIOS.$procmux$2208.
    dead port 1/2 on $mux $flatten\SOC.\GPIOS.$procmux$2211.
    dead port 1/2 on $mux $flatten\SOC.\GPIOS.$procmux$2217.
    dead port 1/2 on $mux $flatten\SOC.\GPIOS.$procmux$2223.
    dead port 1/2 on $mux $flatten\SOC.\GPIOS.$procmux$2229.
    dead port 1/2 on $mux $flatten\SOC.\GPIOS.$procmux$2235.
    dead port 1/2 on $mux $flatten\SOC.\GPIOS.$procmux$2241.
    dead port 1/2 on $mux $flatten\SOC.\GPIOS.$procmux$2247.
    dead port 1/2 on $mux $flatten\SOC.\Memory.$procmux$1838.
    dead port 2/2 on $mux $flatten\SOC.\Memory.$procmux$1840.
    dead port 1/2 on $mux $flatten\SOC.\Memory.$procmux$1847.
    dead port 2/2 on $mux $flatten\SOC.\Memory.$procmux$1849.
    dead port 1/2 on $mux $flatten\SOC.\Memory.$procmux$1856.
    dead port 2/2 on $mux $flatten\SOC.\Memory.$procmux$1858.
    dead port 1/2 on $mux $flatten\SOC.\Memory.$procmux$1865.
    dead port 2/2 on $mux $flatten\SOC.\Memory.$procmux$1867.
    dead port 1/2 on $mux $flatten\SOC.\Memory.$procmux$1874.
    dead port 2/2 on $mux $flatten\SOC.\Memory.$procmux$1876.
    dead port 1/2 on $mux $flatten\SOC.\Memory.$procmux$1883.
    dead port 2/2 on $mux $flatten\SOC.\Memory.$procmux$1885.
    dead port 2/2 on $mux $flatten\SOC.\Memory.$procmux$1891.
    dead port 2/2 on $mux $flatten\SOC.\Memory.$procmux$1897.
    dead port 2/2 on $mux $flatten\SOC.\Memory.$procmux$1903.
    dead port 2/2 on $mux $flatten\SOC.\Memory.$procmux$1909.
    dead port 2/2 on $mux $flatten\SOC.\Memory.$procmux$1915.
    dead port 2/2 on $mux $flatten\SOC.\Memory.$procmux$1921.
    dead port 2/2 on $mux $flatten\SOC.\Memory.$procmux$1927.
    dead port 2/2 on $mux $flatten\SOC.\Memory.$procmux$1933.
    dead port 2/2 on $mux $flatten\SOC.\Memory.$procmux$1939.
    dead port 1/2 on $mux $flatten\SOC.\Uart.\RX_FIFO.$procmux$2337.
    dead port 1/2 on $mux $flatten\SOC.\Uart.\RX_FIFO.$procmux$2343.
    dead port 1/2 on $mux $flatten\SOC.\Uart.\RX_FIFO.$procmux$2349.
    dead port 1/2 on $mux $flatten\SOC.\Uart.\TX_FIFO.$procmux$2337.
    dead port 1/2 on $mux $flatten\SOC.\Uart.\TX_FIFO.$procmux$2343.
    dead port 1/2 on $mux $flatten\SOC.\Uart.\TX_FIFO.$procmux$2349.
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$3053: $auto$opt_reduce.cc:134:opt_pmux$4174
    New ctrl vector for $pmux cell $flatten\SOC.\Core.\Control_Unit.$procmux$3057: { $flatten\SOC.\Core.\Control_Unit.$procmux$2964_CMP $auto$opt_reduce.cc:134:opt_pmux$4176 $flatten\SOC.\Core.\Control_Unit.$procmux$2948_CMP $flatten\SOC.\Core.\Control_Unit.$procmux$2959_CMP }
    New ctrl vector for $pmux cell $flatten\SOC.\Core.\Control_Unit.$procmux$3077: $auto$opt_reduce.cc:134:opt_pmux$4178
    New ctrl vector for $pmux cell $flatten\SOC.\Core.\Control_Unit.$procmux$3102: $auto$opt_reduce.cc:134:opt_pmux$4180
    New ctrl vector for $pmux cell $flatten\SOC.\Core.\Control_Unit.$procmux$3124: $auto$opt_reduce.cc:134:opt_pmux$4182
    New ctrl vector for $pmux cell $flatten\SOC.\Core.\Control_Unit.$procmux$3189: $auto$opt_reduce.cc:134:opt_pmux$4184
    New ctrl vector for $pmux cell $flatten\SOC.\Core.\Control_Unit.$procmux$2966: { $flatten\SOC.\Core.\Control_Unit.$procmux$2908_CMP $auto$opt_reduce.cc:134:opt_pmux$4196 $auto$opt_reduce.cc:134:opt_pmux$4194 $auto$opt_reduce.cc:134:opt_pmux$4192 $auto$opt_reduce.cc:134:opt_pmux$4190 $auto$opt_reduce.cc:134:opt_pmux$4188 $auto$opt_reduce.cc:134:opt_pmux$4186 }
    New ctrl vector for $pmux cell $flatten\SOC.\Core.\Control_Unit.$procmux$3858: { $auto$opt_reduce.cc:134:opt_pmux$4198 $flatten\SOC.\Core.\Control_Unit.$procmux$3806_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 $flatten\SOC.\Core.\Control_Unit.$procmux$3859_CMP }
    New ctrl vector for $pmux cell $flatten\SOC.\Core.\Control_Unit.$procmux$3928: { $flatten\SOC.\Core.\Control_Unit.$procmux$3109_CMP $flatten\SOC.\Core.\Control_Unit.$procmux$3034_CMP $flatten\SOC.\Core.\Control_Unit.$procmux$3000_CMP $flatten\SOC.\Core.\Control_Unit.$procmux$2999_CMP $flatten\SOC.\Core.\Control_Unit.$procmux$3107_CMP $flatten\SOC.\Core.\Control_Unit.$procmux$3080_CMP $flatten\SOC.\Core.\Control_Unit.$procmux$2972_CMP $auto$opt_reduce.cc:134:opt_pmux$4202 $flatten\SOC.\Core.\Control_Unit.$procmux$2855_CMP $flatten\SOC.\Core.\Control_Unit.$procmux$2912_CMP $flatten\SOC.\Core.\Control_Unit.$procmux$2963_CMP $flatten\SOC.\Core.\Control_Unit.$procmux$2997_CMP $flatten\SOC.\Core.\Control_Unit.$procmux$2854_CMP $flatten\SOC.\Core.\Control_Unit.$procmux$2911_CMP $flatten\SOC.\Core.\Control_Unit.$procmux$2995_CMP $flatten\SOC.\Core.\Control_Unit.$procmux$2853_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$2907_CMP $flatten\SOC.\Core.\Control_Unit.$procmux$2990_CMP $flatten\SOC.\Core.\Control_Unit.$procmux$2989_CMP $flatten\SOC.\Core.\Control_Unit.$procmux$2905_CMP $flatten\SOC.\Core.\Control_Unit.$procmux$2904_CMP $auto$opt_reduce.cc:134:opt_pmux$4200 $flatten\SOC.\Core.\Control_Unit.$procmux$2984_CMP $flatten\SOC.\Core.\Control_Unit.$procmux$2775_CMP $flatten\SOC.\Core.\Control_Unit.$procmux$2983_CMP $flatten\SOC.\Core.\Control_Unit.$procmux$2851_CMP $flatten\SOC.\Core.\Control_Unit.$procmux$2902_CMP $flatten\SOC.\Core.\Control_Unit.$procmux$2901_CMP $flatten\SOC.\Core.\Control_Unit.$procmux$2980_CMP $flatten\SOC.\Core.\Control_Unit.$procmux$2900_CMP $flatten\SOC.\Core.\Control_Unit.$procmux$2899_CMP $flatten\SOC.\Core.\Control_Unit.$procmux$2977_CMP $flatten\SOC.\Core.\Control_Unit.$procmux$2774_CMP $flatten\SOC.\Core.\Control_Unit.$procmux$2740_CMP $flatten\SOC.\Core.\Control_Unit.$procmux$2967_CMP }
    New ctrl vector for $pmux cell $flatten\SOC.\Core.\CSR_Unit.$procmux$2664: { $flatten\SOC.\Core.\CSR_Unit.$procmux$2681_CMP $flatten\SOC.\Core.\CSR_Unit.$procmux$2678_CMP $flatten\SOC.\Core.\CSR_Unit.$procmux$2676_CMP $flatten\SOC.\Core.\CSR_Unit.$procmux$2675_CMP $flatten\SOC.\Core.\CSR_Unit.$procmux$2674_CMP $flatten\SOC.\Core.\CSR_Unit.$procmux$2619_CMP $flatten\SOC.\Core.\CSR_Unit.$procmux$2646_CMP $flatten\SOC.\Core.\CSR_Unit.$procmux$2657_CMP $flatten\SOC.\Core.\CSR_Unit.$procmux$2636_CMP $flatten\SOC.\Core.\CSR_Unit.$procmux$2627_CMP $auto$opt_reduce.cc:134:opt_pmux$4210 $auto$opt_reduce.cc:134:opt_pmux$4208 $auto$opt_reduce.cc:134:opt_pmux$4206 $auto$opt_reduce.cc:134:opt_pmux$4204 }
    New ctrl vector for $pmux cell $flatten\SOC.\Core.\Immediate_Generator.$procmux$2592: { $flatten\SOC.\Core.\Control_Unit.$procmux$3863_CMP $flatten\SOC.\Core.\Control_Unit.$procmux$3864_CMP $auto$opt_reduce.cc:134:opt_pmux$4214 $flatten\SOC.\Core.\Control_Unit.$procmux$3865_CMP $auto$opt_reduce.cc:134:opt_pmux$4212 $flatten\SOC.\Core.\Control_Unit.$procmux$3859_CMP $flatten\SOC.\Core.\Control_Unit.$procmux$3867_CMP }
    Consolidated identical input bits for $mux cell $flatten\SOC.\Core.\RegisterBank.$procmux$2383:
      Old ports: A=0, B=32'11111111111111111111111111111111, Y=$flatten\SOC.\Core.\RegisterBank.$procmux$2383_Y
      New ports: A=1'0, B=1'1, Y=$flatten\SOC.\Core.\RegisterBank.$procmux$2383_Y [0]
      New connections: $flatten\SOC.\Core.\RegisterBank.$procmux$2383_Y [31:1] = { $flatten\SOC.\Core.\RegisterBank.$procmux$2383_Y [0] $flatten\SOC.\Core.\RegisterBank.$procmux$2383_Y [0] $flatten\SOC.\Core.\RegisterBank.$procmux$2383_Y [0] $flatten\SOC.\Core.\RegisterBank.$procmux$2383_Y [0] $flatten\SOC.\Core.\RegisterBank.$procmux$2383_Y [0] $flatten\SOC.\Core.\RegisterBank.$procmux$2383_Y [0] $flatten\SOC.\Core.\RegisterBank.$procmux$2383_Y [0] $flatten\SOC.\Core.\RegisterBank.$procmux$2383_Y [0] $flatten\SOC.\Core.\RegisterBank.$procmux$2383_Y [0] $flatten\SOC.\Core.\RegisterBank.$procmux$2383_Y [0] $flatten\SOC.\Core.\RegisterBank.$procmux$2383_Y [0] $flatten\SOC.\Core.\RegisterBank.$procmux$2383_Y [0] $flatten\SOC.\Core.\RegisterBank.$procmux$2383_Y [0] $flatten\SOC.\Core.\RegisterBank.$procmux$2383_Y [0] $flatten\SOC.\Core.\RegisterBank.$procmux$2383_Y [0] $flatten\SOC.\Core.\RegisterBank.$procmux$2383_Y [0] $flatten\SOC.\Core.\RegisterBank.$procmux$2383_Y [0] $flatten\SOC.\Core.\RegisterBank.$procmux$2383_Y [0] $flatten\SOC.\Core.\RegisterBank.$procmux$2383_Y [0] $flatten\SOC.\Core.\RegisterBank.$procmux$2383_Y [0] $flatten\SOC.\Core.\RegisterBank.$procmux$2383_Y [0] $flatten\SOC.\Core.\RegisterBank.$procmux$2383_Y [0] $flatten\SOC.\Core.\RegisterBank.$procmux$2383_Y [0] $flatten\SOC.\Core.\RegisterBank.$procmux$2383_Y [0] $flatten\SOC.\Core.\RegisterBank.$procmux$2383_Y [0] $flatten\SOC.\Core.\RegisterBank.$procmux$2383_Y [0] $flatten\SOC.\Core.\RegisterBank.$procmux$2383_Y [0] $flatten\SOC.\Core.\RegisterBank.$procmux$2383_Y [0] $flatten\SOC.\Core.\RegisterBank.$procmux$2383_Y [0] $flatten\SOC.\Core.\RegisterBank.$procmux$2383_Y [0] $flatten\SOC.\Core.\RegisterBank.$procmux$2383_Y [0] }
    Consolidated identical input bits for $mux cell $flatten\SOC.\Core.\RegisterBank.$procmux$2401:
      Old ports: A=32'11111111111111111111111111111111, B=0, Y=$flatten\SOC.\Core.\RegisterBank.$procmux$2401_Y
      New ports: A=1'1, B=1'0, Y=$flatten\SOC.\Core.\RegisterBank.$procmux$2401_Y [0]
      New connections: $flatten\SOC.\Core.\RegisterBank.$procmux$2401_Y [31:1] = { $flatten\SOC.\Core.\RegisterBank.$procmux$2401_Y [0] $flatten\SOC.\Core.\RegisterBank.$procmux$2401_Y [0] $flatten\SOC.\Core.\RegisterBank.$procmux$2401_Y [0] $flatten\SOC.\Core.\RegisterBank.$procmux$2401_Y [0] $flatten\SOC.\Core.\RegisterBank.$procmux$2401_Y [0] $flatten\SOC.\Core.\RegisterBank.$procmux$2401_Y [0] $flatten\SOC.\Core.\RegisterBank.$procmux$2401_Y [0] $flatten\SOC.\Core.\RegisterBank.$procmux$2401_Y [0] $flatten\SOC.\Core.\RegisterBank.$procmux$2401_Y [0] $flatten\SOC.\Core.\RegisterBank.$procmux$2401_Y [0] $flatten\SOC.\Core.\RegisterBank.$procmux$2401_Y [0] $flatten\SOC.\Core.\RegisterBank.$procmux$2401_Y [0] $flatten\SOC.\Core.\RegisterBank.$procmux$2401_Y [0] $flatten\SOC.\Core.\RegisterBank.$procmux$2401_Y [0] $flatten\SOC.\Core.\RegisterBank.$procmux$2401_Y [0] $flatten\SOC.\Core.\RegisterBank.$procmux$2401_Y [0] $flatten\SOC.\Core.\RegisterBank.$procmux$2401_Y [0] $flatten\SOC.\Core.\RegisterBank.$procmux$2401_Y [0] $flatten\SOC.\Core.\RegisterBank.$procmux$2401_Y [0] $flatten\SOC.\Core.\RegisterBank.$procmux$2401_Y [0] $flatten\SOC.\Core.\RegisterBank.$procmux$2401_Y [0] $flatten\SOC.\Core.\RegisterBank.$procmux$2401_Y [0] $flatten\SOC.\Core.\RegisterBank.$procmux$2401_Y [0] $flatten\SOC.\Core.\RegisterBank.$procmux$2401_Y [0] $flatten\SOC.\Core.\RegisterBank.$procmux$2401_Y [0] $flatten\SOC.\Core.\RegisterBank.$procmux$2401_Y [0] $flatten\SOC.\Core.\RegisterBank.$procmux$2401_Y [0] $flatten\SOC.\Core.\RegisterBank.$procmux$2401_Y [0] $flatten\SOC.\Core.\RegisterBank.$procmux$2401_Y [0] $flatten\SOC.\Core.\RegisterBank.$procmux$2401_Y [0] $flatten\SOC.\Core.\RegisterBank.$procmux$2401_Y [0] }
    Consolidated identical input bits for $mux cell $flatten\SOC.\Core.\RegisterBank.$procmux$2407:
      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$2958: $auto$opt_reduce.cc:134:opt_pmux$4216
    Consolidated identical input bits for $mux cell $flatten\SOC.\GPIOS.$procmux$2158:
      Old ports: A=16'0000000000000000, B=16'1111111111111111, Y=$flatten\SOC.\GPIOS.$procmux$2158_Y
      New ports: A=1'0, B=1'1, Y=$flatten\SOC.\GPIOS.$procmux$2158_Y [0]
      New connections: $flatten\SOC.\GPIOS.$procmux$2158_Y [15:1] = { $flatten\SOC.\GPIOS.$procmux$2158_Y [0] $flatten\SOC.\GPIOS.$procmux$2158_Y [0] $flatten\SOC.\GPIOS.$procmux$2158_Y [0] $flatten\SOC.\GPIOS.$procmux$2158_Y [0] $flatten\SOC.\GPIOS.$procmux$2158_Y [0] $flatten\SOC.\GPIOS.$procmux$2158_Y [0] $flatten\SOC.\GPIOS.$procmux$2158_Y [0] $flatten\SOC.\GPIOS.$procmux$2158_Y [0] $flatten\SOC.\GPIOS.$procmux$2158_Y [0] $flatten\SOC.\GPIOS.$procmux$2158_Y [0] $flatten\SOC.\GPIOS.$procmux$2158_Y [0] $flatten\SOC.\GPIOS.$procmux$2158_Y [0] $flatten\SOC.\GPIOS.$procmux$2158_Y [0] $flatten\SOC.\GPIOS.$procmux$2158_Y [0] $flatten\SOC.\GPIOS.$procmux$2158_Y [0] }
    New ctrl vector for $pmux cell $flatten\SOC.\Core.\Control_Unit.$procmux$2727: { $flatten\SOC.\Core.\Control_Unit.$procmux$2724_CMP $auto$opt_reduce.cc:134:opt_pmux$4218 }
    Consolidated identical input bits for $mux cell $flatten\SOC.\GPIOS.$procmux$2186:
      Old ports: A=16'0000000000000000, B=16'1111111111111111, Y=$flatten\SOC.\GPIOS.$procmux$2186_Y
      New ports: A=1'0, B=1'1, Y=$flatten\SOC.\GPIOS.$procmux$2186_Y [0]
      New connections: $flatten\SOC.\GPIOS.$procmux$2186_Y [15:1] = { $flatten\SOC.\GPIOS.$procmux$2186_Y [0] $flatten\SOC.\GPIOS.$procmux$2186_Y [0] $flatten\SOC.\GPIOS.$procmux$2186_Y [0] $flatten\SOC.\GPIOS.$procmux$2186_Y [0] $flatten\SOC.\GPIOS.$procmux$2186_Y [0] $flatten\SOC.\GPIOS.$procmux$2186_Y [0] $flatten\SOC.\GPIOS.$procmux$2186_Y [0] $flatten\SOC.\GPIOS.$procmux$2186_Y [0] $flatten\SOC.\GPIOS.$procmux$2186_Y [0] $flatten\SOC.\GPIOS.$procmux$2186_Y [0] $flatten\SOC.\GPIOS.$procmux$2186_Y [0] $flatten\SOC.\GPIOS.$procmux$2186_Y [0] $flatten\SOC.\GPIOS.$procmux$2186_Y [0] $flatten\SOC.\GPIOS.$procmux$2186_Y [0] $flatten\SOC.\GPIOS.$procmux$2186_Y [0] }
    New ctrl vector for $pmux cell $flatten\SOC.\Core.\Control_Unit.$procmux$3005: { $flatten\SOC.\Core.\Control_Unit.$procmux$2995_CMP $auto$opt_reduce.cc:134:opt_pmux$4232 $auto$opt_reduce.cc:134:opt_pmux$4230 $auto$opt_reduce.cc:134:opt_pmux$4228 $flatten\SOC.\Core.\Control_Unit.$procmux$2905_CMP $auto$opt_reduce.cc:134:opt_pmux$4226 $flatten\SOC.\Core.\Control_Unit.$procmux$2902_CMP $flatten\SOC.\Core.\Control_Unit.$procmux$2901_CMP $flatten\SOC.\Core.\Control_Unit.$procmux$2900_CMP $flatten\SOC.\Core.\Control_Unit.$procmux$2899_CMP $auto$opt_reduce.cc:134:opt_pmux$4224 $auto$opt_reduce.cc:134:opt_pmux$4222 $auto$opt_reduce.cc:134:opt_pmux$4220 }
    Consolidated identical input bits for $mux cell $flatten\SOC.\Memory.$procmux$1835:
      Old ports: A=0, B=32'11111111111111111111111111111111, Y=$flatten\SOC.\Memory.$procmux$1835_Y
      New ports: A=1'0, B=1'1, Y=$flatten\SOC.\Memory.$procmux$1835_Y [0]
      New connections: $flatten\SOC.\Memory.$procmux$1835_Y [31:1] = { $flatten\SOC.\Memory.$procmux$1835_Y [0] $flatten\SOC.\Memory.$procmux$1835_Y [0] $flatten\SOC.\Memory.$procmux$1835_Y [0] $flatten\SOC.\Memory.$procmux$1835_Y [0] $flatten\SOC.\Memory.$procmux$1835_Y [0] $flatten\SOC.\Memory.$procmux$1835_Y [0] $flatten\SOC.\Memory.$procmux$1835_Y [0] $flatten\SOC.\Memory.$procmux$1835_Y [0] $flatten\SOC.\Memory.$procmux$1835_Y [0] $flatten\SOC.\Memory.$procmux$1835_Y [0] $flatten\SOC.\Memory.$procmux$1835_Y [0] $flatten\SOC.\Memory.$procmux$1835_Y [0] $flatten\SOC.\Memory.$procmux$1835_Y [0] $flatten\SOC.\Memory.$procmux$1835_Y [0] $flatten\SOC.\Memory.$procmux$1835_Y [0] $flatten\SOC.\Memory.$procmux$1835_Y [0] $flatten\SOC.\Memory.$procmux$1835_Y [0] $flatten\SOC.\Memory.$procmux$1835_Y [0] $flatten\SOC.\Memory.$procmux$1835_Y [0] $flatten\SOC.\Memory.$procmux$1835_Y [0] $flatten\SOC.\Memory.$procmux$1835_Y [0] $flatten\SOC.\Memory.$procmux$1835_Y [0] $flatten\SOC.\Memory.$procmux$1835_Y [0] $flatten\SOC.\Memory.$procmux$1835_Y [0] $flatten\SOC.\Memory.$procmux$1835_Y [0] $flatten\SOC.\Memory.$procmux$1835_Y [0] $flatten\SOC.\Memory.$procmux$1835_Y [0] $flatten\SOC.\Memory.$procmux$1835_Y [0] $flatten\SOC.\Memory.$procmux$1835_Y [0] $flatten\SOC.\Memory.$procmux$1835_Y [0] $flatten\SOC.\Memory.$procmux$1835_Y [0] }
    Consolidated identical input bits for $mux cell $flatten\SOC.\Memory.$procmux$1880:
      Old ports: A=32'11111111111111111111111111111111, B=0, Y=$flatten\SOC.\Memory.$procmux$1880_Y
      New ports: A=1'1, B=1'0, Y=$flatten\SOC.\Memory.$procmux$1880_Y [0]
      New connections: $flatten\SOC.\Memory.$procmux$1880_Y [31:1] = { $flatten\SOC.\Memory.$procmux$1880_Y [0] $flatten\SOC.\Memory.$procmux$1880_Y [0] $flatten\SOC.\Memory.$procmux$1880_Y [0] $flatten\SOC.\Memory.$procmux$1880_Y [0] $flatten\SOC.\Memory.$procmux$1880_Y [0] $flatten\SOC.\Memory.$procmux$1880_Y [0] $flatten\SOC.\Memory.$procmux$1880_Y [0] $flatten\SOC.\Memory.$procmux$1880_Y [0] $flatten\SOC.\Memory.$procmux$1880_Y [0] $flatten\SOC.\Memory.$procmux$1880_Y [0] $flatten\SOC.\Memory.$procmux$1880_Y [0] $flatten\SOC.\Memory.$procmux$1880_Y [0] $flatten\SOC.\Memory.$procmux$1880_Y [0] $flatten\SOC.\Memory.$procmux$1880_Y [0] $flatten\SOC.\Memory.$procmux$1880_Y [0] $flatten\SOC.\Memory.$procmux$1880_Y [0] $flatten\SOC.\Memory.$procmux$1880_Y [0] $flatten\SOC.\Memory.$procmux$1880_Y [0] $flatten\SOC.\Memory.$procmux$1880_Y [0] $flatten\SOC.\Memory.$procmux$1880_Y [0] $flatten\SOC.\Memory.$procmux$1880_Y [0] $flatten\SOC.\Memory.$procmux$1880_Y [0] $flatten\SOC.\Memory.$procmux$1880_Y [0] $flatten\SOC.\Memory.$procmux$1880_Y [0] $flatten\SOC.\Memory.$procmux$1880_Y [0] $flatten\SOC.\Memory.$procmux$1880_Y [0] $flatten\SOC.\Memory.$procmux$1880_Y [0] $flatten\SOC.\Memory.$procmux$1880_Y [0] $flatten\SOC.\Memory.$procmux$1880_Y [0] $flatten\SOC.\Memory.$procmux$1880_Y [0] $flatten\SOC.\Memory.$procmux$1880_Y [0] }
    Consolidated identical input bits for $mux cell $flatten\SOC.\Memory.$procmux$1889:
      Old ports: A=0, B=32'11111111111111111111111111111111, Y=$flatten\SOC.\Memory.$procmux$1889_Y
      New ports: A=1'0, B=1'1, Y=$flatten\SOC.\Memory.$procmux$1889_Y [0]
      New connections: $flatten\SOC.\Memory.$procmux$1889_Y [31:1] = { $flatten\SOC.\Memory.$procmux$1889_Y [0] $flatten\SOC.\Memory.$procmux$1889_Y [0] $flatten\SOC.\Memory.$procmux$1889_Y [0] $flatten\SOC.\Memory.$procmux$1889_Y [0] $flatten\SOC.\Memory.$procmux$1889_Y [0] $flatten\SOC.\Memory.$procmux$1889_Y [0] $flatten\SOC.\Memory.$procmux$1889_Y [0] $flatten\SOC.\Memory.$procmux$1889_Y [0] $flatten\SOC.\Memory.$procmux$1889_Y [0] $flatten\SOC.\Memory.$procmux$1889_Y [0] $flatten\SOC.\Memory.$procmux$1889_Y [0] $flatten\SOC.\Memory.$procmux$1889_Y [0] $flatten\SOC.\Memory.$procmux$1889_Y [0] $flatten\SOC.\Memory.$procmux$1889_Y [0] $flatten\SOC.\Memory.$procmux$1889_Y [0] $flatten\SOC.\Memory.$procmux$1889_Y [0] $flatten\SOC.\Memory.$procmux$1889_Y [0] $flatten\SOC.\Memory.$procmux$1889_Y [0] $flatten\SOC.\Memory.$procmux$1889_Y [0] $flatten\SOC.\Memory.$procmux$1889_Y [0] $flatten\SOC.\Memory.$procmux$1889_Y [0] $flatten\SOC.\Memory.$procmux$1889_Y [0] $flatten\SOC.\Memory.$procmux$1889_Y [0] $flatten\SOC.\Memory.$procmux$1889_Y [0] $flatten\SOC.\Memory.$procmux$1889_Y [0] $flatten\SOC.\Memory.$procmux$1889_Y [0] $flatten\SOC.\Memory.$procmux$1889_Y [0] $flatten\SOC.\Memory.$procmux$1889_Y [0] $flatten\SOC.\Memory.$procmux$1889_Y [0] $flatten\SOC.\Memory.$procmux$1889_Y [0] $flatten\SOC.\Memory.$procmux$1889_Y [0] }
    New ctrl vector for $pmux cell $flatten\SOC.\Core.\Control_Unit.$procmux$2773: $auto$opt_reduce.cc:134:opt_pmux$4234
    New ctrl vector for $pmux cell $flatten\SOC.\Core.\Control_Unit.$procmux$2849: $auto$opt_reduce.cc:134:opt_pmux$4236
    New ctrl vector for $pmux cell $flatten\SOC.\Uart.$procmux$2116: { $flatten\SOC.\Uart.$procmux$2110_CMP $flatten\SOC.\Uart.$procmux$2027_CMP $flatten\SOC.\Uart.$procmux$2052_CMP $flatten\SOC.\Uart.$procmux$2008_CMP $auto$opt_reduce.cc:134:opt_pmux$4238 $flatten\SOC.\Uart.$procmux$2034_CMP }
    New ctrl vector for $pmux cell $flatten\SOC.\Core.\Control_Unit.$procmux$2898: { $auto$opt_reduce.cc:134:opt_pmux$4242 $auto$opt_reduce.cc:134:opt_pmux$4240 }
    Consolidated identical input bits for $mux cell $flatten\SOC.\Uart.\RX_FIFO.$procmux$2334:
      Old ports: A=8'00000000, B=8'11111111, Y=$flatten\SOC.\Uart.\RX_FIFO.$procmux$2334_Y
      New ports: A=1'0, B=1'1, Y=$flatten\SOC.\Uart.\RX_FIFO.$procmux$2334_Y [0]
      New connections: $flatten\SOC.\Uart.\RX_FIFO.$procmux$2334_Y [7:1] = { $flatten\SOC.\Uart.\RX_FIFO.$procmux$2334_Y [0] $flatten\SOC.\Uart.\RX_FIFO.$procmux$2334_Y [0] $flatten\SOC.\Uart.\RX_FIFO.$procmux$2334_Y [0] $flatten\SOC.\Uart.\RX_FIFO.$procmux$2334_Y [0] $flatten\SOC.\Uart.\RX_FIFO.$procmux$2334_Y [0] $flatten\SOC.\Uart.\RX_FIFO.$procmux$2334_Y [0] $flatten\SOC.\Uart.\RX_FIFO.$procmux$2334_Y [0] }
    Consolidated identical input bits for $mux cell $flatten\SOC.\Uart.\TX_FIFO.$procmux$2334:
      Old ports: A=8'00000000, B=8'11111111, Y=$flatten\SOC.\Uart.\TX_FIFO.$procmux$2334_Y
      New ports: A=1'0, B=1'1, Y=$flatten\SOC.\Uart.\TX_FIFO.$procmux$2334_Y [0]
      New connections: $flatten\SOC.\Uart.\TX_FIFO.$procmux$2334_Y [7:1] = { $flatten\SOC.\Uart.\TX_FIFO.$procmux$2334_Y [0] $flatten\SOC.\Uart.\TX_FIFO.$procmux$2334_Y [0] $flatten\SOC.\Uart.\TX_FIFO.$procmux$2334_Y [0] $flatten\SOC.\Uart.\TX_FIFO.$procmux$2334_Y [0] $flatten\SOC.\Uart.\TX_FIFO.$procmux$2334_Y [0] $flatten\SOC.\Uart.\TX_FIFO.$procmux$2334_Y [0] $flatten\SOC.\Uart.\TX_FIFO.$procmux$2334_Y [0] }
    New ctrl vector for $pmux cell $flatten\SOC.\Core.\Control_Unit.$procmux$3043: { $auto$opt_reduce.cc:134:opt_pmux$4244 $flatten\SOC.\Core.\Control_Unit.$procmux$2973_CMP }
    New ctrl vector for $pmux cell $flatten\SOC.\Core.\Control_Unit.$procmux$2929: $auto$opt_reduce.cc:134:opt_pmux$4246
    New ctrl vector for $pmux cell $flatten\SOC.\Core.\Control_Unit.$procmux$2955: $auto$opt_reduce.cc:134:opt_pmux$4248
  Optimizing cells in module \top.
    Consolidated identical input bits for $mux cell $flatten\SOC.\Core.\RegisterBank.$procmux$2410:
      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$2401_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$2413:
      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$2383_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$2214:
      Old ports: A=16'0000000000000000, B=$flatten\SOC.\GPIOS.$3$memwr$\duty_cycle$Risco-5/src/peripheral/gpios.v:73$1275_EN[15:0]$1304, Y=$flatten\SOC.\GPIOS.$procmux$2214_Y
      New ports: A=1'0, B=$flatten\SOC.\GPIOS.$procmux$2158_Y [0], Y=$flatten\SOC.\GPIOS.$procmux$2214_Y [0]
      New connections: $flatten\SOC.\GPIOS.$procmux$2214_Y [15:1] = { $flatten\SOC.\GPIOS.$procmux$2214_Y [0] $flatten\SOC.\GPIOS.$procmux$2214_Y [0] $flatten\SOC.\GPIOS.$procmux$2214_Y [0] $flatten\SOC.\GPIOS.$procmux$2214_Y [0] $flatten\SOC.\GPIOS.$procmux$2214_Y [0] $flatten\SOC.\GPIOS.$procmux$2214_Y [0] $flatten\SOC.\GPIOS.$procmux$2214_Y [0] $flatten\SOC.\GPIOS.$procmux$2214_Y [0] $flatten\SOC.\GPIOS.$procmux$2214_Y [0] $flatten\SOC.\GPIOS.$procmux$2214_Y [0] $flatten\SOC.\GPIOS.$procmux$2214_Y [0] $flatten\SOC.\GPIOS.$procmux$2214_Y [0] $flatten\SOC.\GPIOS.$procmux$2214_Y [0] $flatten\SOC.\GPIOS.$procmux$2214_Y [0] $flatten\SOC.\GPIOS.$procmux$2214_Y [0] }
    Consolidated identical input bits for $mux cell $flatten\SOC.\GPIOS.$procmux$2232:
      Old ports: A=16'0000000000000000, B=$flatten\SOC.\GPIOS.$3$memwr$\period$Risco-5/src/peripheral/gpios.v:72$1274_EN[15:0]$1301, Y=$flatten\SOC.\GPIOS.$procmux$2232_Y
      New ports: A=1'0, B=$flatten\SOC.\GPIOS.$procmux$2186_Y [0], Y=$flatten\SOC.\GPIOS.$procmux$2232_Y [0]
      New connections: $flatten\SOC.\GPIOS.$procmux$2232_Y [15:1] = { $flatten\SOC.\GPIOS.$procmux$2232_Y [0] $flatten\SOC.\GPIOS.$procmux$2232_Y [0] $flatten\SOC.\GPIOS.$procmux$2232_Y [0] $flatten\SOC.\GPIOS.$procmux$2232_Y [0] $flatten\SOC.\GPIOS.$procmux$2232_Y [0] $flatten\SOC.\GPIOS.$procmux$2232_Y [0] $flatten\SOC.\GPIOS.$procmux$2232_Y [0] $flatten\SOC.\GPIOS.$procmux$2232_Y [0] $flatten\SOC.\GPIOS.$procmux$2232_Y [0] $flatten\SOC.\GPIOS.$procmux$2232_Y [0] $flatten\SOC.\GPIOS.$procmux$2232_Y [0] $flatten\SOC.\GPIOS.$procmux$2232_Y [0] $flatten\SOC.\GPIOS.$procmux$2232_Y [0] $flatten\SOC.\GPIOS.$procmux$2232_Y [0] $flatten\SOC.\GPIOS.$procmux$2232_Y [0] }
    Consolidated identical input bits for $mux cell $flatten\SOC.\Memory.$procmux$1919:
      Old ports: A=$flatten\SOC.\Memory.$3$memwr$\memory$Risco-5/src/peripheral/memory.v:54$1367_EN[31:0]$1405, B=0, Y=$flatten\SOC.\Memory.$procmux$1919_Y
      New ports: A=$flatten\SOC.\Memory.$procmux$1880_Y [0], B=1'0, Y=$flatten\SOC.\Memory.$procmux$1919_Y [0]
      New connections: $flatten\SOC.\Memory.$procmux$1919_Y [31:1] = { $flatten\SOC.\Memory.$procmux$1919_Y [0] $flatten\SOC.\Memory.$procmux$1919_Y [0] $flatten\SOC.\Memory.$procmux$1919_Y [0] $flatten\SOC.\Memory.$procmux$1919_Y [0] $flatten\SOC.\Memory.$procmux$1919_Y [0] $flatten\SOC.\Memory.$procmux$1919_Y [0] $flatten\SOC.\Memory.$procmux$1919_Y [0] $flatten\SOC.\Memory.$procmux$1919_Y [0] $flatten\SOC.\Memory.$procmux$1919_Y [0] $flatten\SOC.\Memory.$procmux$1919_Y [0] $flatten\SOC.\Memory.$procmux$1919_Y [0] $flatten\SOC.\Memory.$procmux$1919_Y [0] $flatten\SOC.\Memory.$procmux$1919_Y [0] $flatten\SOC.\Memory.$procmux$1919_Y [0] $flatten\SOC.\Memory.$procmux$1919_Y [0] $flatten\SOC.\Memory.$procmux$1919_Y [0] $flatten\SOC.\Memory.$procmux$1919_Y [0] $flatten\SOC.\Memory.$procmux$1919_Y [0] $flatten\SOC.\Memory.$procmux$1919_Y [0] $flatten\SOC.\Memory.$procmux$1919_Y [0] $flatten\SOC.\Memory.$procmux$1919_Y [0] $flatten\SOC.\Memory.$procmux$1919_Y [0] $flatten\SOC.\Memory.$procmux$1919_Y [0] $flatten\SOC.\Memory.$procmux$1919_Y [0] $flatten\SOC.\Memory.$procmux$1919_Y [0] $flatten\SOC.\Memory.$procmux$1919_Y [0] $flatten\SOC.\Memory.$procmux$1919_Y [0] $flatten\SOC.\Memory.$procmux$1919_Y [0] $flatten\SOC.\Memory.$procmux$1919_Y [0] $flatten\SOC.\Memory.$procmux$1919_Y [0] $flatten\SOC.\Memory.$procmux$1919_Y [0] }
    Consolidated identical input bits for $mux cell $flatten\SOC.\Memory.$procmux$1937:
      Old ports: A=$flatten\SOC.\Memory.$3$memwr$\memory$Risco-5/src/peripheral/memory.v:52$1366_EN[31:0]$1402, B=0, Y=$flatten\SOC.\Memory.$procmux$1937_Y
      New ports: A=$flatten\SOC.\Memory.$procmux$1835_Y [0], B=1'0, Y=$flatten\SOC.\Memory.$procmux$1937_Y [0]
      New connections: $flatten\SOC.\Memory.$procmux$1937_Y [31:1] = { $flatten\SOC.\Memory.$procmux$1937_Y [0] $flatten\SOC.\Memory.$procmux$1937_Y [0] $flatten\SOC.\Memory.$procmux$1937_Y [0] $flatten\SOC.\Memory.$procmux$1937_Y [0] $flatten\SOC.\Memory.$procmux$1937_Y [0] $flatten\SOC.\Memory.$procmux$1937_Y [0] $flatten\SOC.\Memory.$procmux$1937_Y [0] $flatten\SOC.\Memory.$procmux$1937_Y [0] $flatten\SOC.\Memory.$procmux$1937_Y [0] $flatten\SOC.\Memory.$procmux$1937_Y [0] $flatten\SOC.\Memory.$procmux$1937_Y [0] $flatten\SOC.\Memory.$procmux$1937_Y [0] $flatten\SOC.\Memory.$procmux$1937_Y [0] $flatten\SOC.\Memory.$procmux$1937_Y [0] $flatten\SOC.\Memory.$procmux$1937_Y [0] $flatten\SOC.\Memory.$procmux$1937_Y [0] $flatten\SOC.\Memory.$procmux$1937_Y [0] $flatten\SOC.\Memory.$procmux$1937_Y [0] $flatten\SOC.\Memory.$procmux$1937_Y [0] $flatten\SOC.\Memory.$procmux$1937_Y [0] $flatten\SOC.\Memory.$procmux$1937_Y [0] $flatten\SOC.\Memory.$procmux$1937_Y [0] $flatten\SOC.\Memory.$procmux$1937_Y [0] $flatten\SOC.\Memory.$procmux$1937_Y [0] $flatten\SOC.\Memory.$procmux$1937_Y [0] $flatten\SOC.\Memory.$procmux$1937_Y [0] $flatten\SOC.\Memory.$procmux$1937_Y [0] $flatten\SOC.\Memory.$procmux$1937_Y [0] $flatten\SOC.\Memory.$procmux$1937_Y [0] $flatten\SOC.\Memory.$procmux$1937_Y [0] $flatten\SOC.\Memory.$procmux$1937_Y [0] }
    Consolidated identical input bits for $mux cell $flatten\SOC.\Memory.$procmux$1957:
      Old ports: A=0, B=$flatten\SOC.\Memory.$2$memwr$\memory$Risco-5/src/peripheral/memory.v:50$1365_EN[31:0]$1395, Y=$flatten\SOC.\Memory.$0$memwr$\memory$Risco-5/src/peripheral/memory.v:50$1365_EN[31:0]$1375
      New ports: A=1'0, B=$flatten\SOC.\Memory.$procmux$1889_Y [0], Y=$flatten\SOC.\Memory.$0$memwr$\memory$Risco-5/src/peripheral/memory.v:50$1365_EN[31:0]$1375 [0]
      New connections: $flatten\SOC.\Memory.$0$memwr$\memory$Risco-5/src/peripheral/memory.v:50$1365_EN[31:0]$1375 [31:1] = { $flatten\SOC.\Memory.$0$memwr$\memory$Risco-5/src/peripheral/memory.v:50$1365_EN[31:0]$1375 [0] $flatten\SOC.\Memory.$0$memwr$\memory$Risco-5/src/peripheral/memory.v:50$1365_EN[31:0]$1375 [0] $flatten\SOC.\Memory.$0$memwr$\memory$Risco-5/src/peripheral/memory.v:50$1365_EN[31:0]$1375 [0] $flatten\SOC.\Memory.$0$memwr$\memory$Risco-5/src/peripheral/memory.v:50$1365_EN[31:0]$1375 [0] $flatten\SOC.\Memory.$0$memwr$\memory$Risco-5/src/peripheral/memory.v:50$1365_EN[31:0]$1375 [0] $flatten\SOC.\Memory.$0$memwr$\memory$Risco-5/src/peripheral/memory.v:50$1365_EN[31:0]$1375 [0] $flatten\SOC.\Memory.$0$memwr$\memory$Risco-5/src/peripheral/memory.v:50$1365_EN[31:0]$1375 [0] $flatten\SOC.\Memory.$0$memwr$\memory$Risco-5/src/peripheral/memory.v:50$1365_EN[31:0]$1375 [0] $flatten\SOC.\Memory.$0$memwr$\memory$Risco-5/src/peripheral/memory.v:50$1365_EN[31:0]$1375 [0] $flatten\SOC.\Memory.$0$memwr$\memory$Risco-5/src/peripheral/memory.v:50$1365_EN[31:0]$1375 [0] $flatten\SOC.\Memory.$0$memwr$\memory$Risco-5/src/peripheral/memory.v:50$1365_EN[31:0]$1375 [0] $flatten\SOC.\Memory.$0$memwr$\memory$Risco-5/src/peripheral/memory.v:50$1365_EN[31:0]$1375 [0] $flatten\SOC.\Memory.$0$memwr$\memory$Risco-5/src/peripheral/memory.v:50$1365_EN[31:0]$1375 [0] $flatten\SOC.\Memory.$0$memwr$\memory$Risco-5/src/peripheral/memory.v:50$1365_EN[31:0]$1375 [0] $flatten\SOC.\Memory.$0$memwr$\memory$Risco-5/src/peripheral/memory.v:50$1365_EN[31:0]$1375 [0] $flatten\SOC.\Memory.$0$memwr$\memory$Risco-5/src/peripheral/memory.v:50$1365_EN[31:0]$1375 [0] $flatten\SOC.\Memory.$0$memwr$\memory$Risco-5/src/peripheral/memory.v:50$1365_EN[31:0]$1375 [0] $flatten\SOC.\Memory.$0$memwr$\memory$Risco-5/src/peripheral/memory.v:50$1365_EN[31:0]$1375 [0] $flatten\SOC.\Memory.$0$memwr$\memory$Risco-5/src/peripheral/memory.v:50$1365_EN[31:0]$1375 [0] $flatten\SOC.\Memory.$0$memwr$\memory$Risco-5/src/peripheral/memory.v:50$1365_EN[31:0]$1375 [0] $flatten\SOC.\Memory.$0$memwr$\memory$Risco-5/src/peripheral/memory.v:50$1365_EN[31:0]$1375 [0] $flatten\SOC.\Memory.$0$memwr$\memory$Risco-5/src/peripheral/memory.v:50$1365_EN[31:0]$1375 [0] $flatten\SOC.\Memory.$0$memwr$\memory$Risco-5/src/peripheral/memory.v:50$1365_EN[31:0]$1375 [0] $flatten\SOC.\Memory.$0$memwr$\memory$Risco-5/src/peripheral/memory.v:50$1365_EN[31:0]$1375 [0] $flatten\SOC.\Memory.$0$memwr$\memory$Risco-5/src/peripheral/memory.v:50$1365_EN[31:0]$1375 [0] $flatten\SOC.\Memory.$0$memwr$\memory$Risco-5/src/peripheral/memory.v:50$1365_EN[31:0]$1375 [0] $flatten\SOC.\Memory.$0$memwr$\memory$Risco-5/src/peripheral/memory.v:50$1365_EN[31:0]$1375 [0] $flatten\SOC.\Memory.$0$memwr$\memory$Risco-5/src/peripheral/memory.v:50$1365_EN[31:0]$1375 [0] $flatten\SOC.\Memory.$0$memwr$\memory$Risco-5/src/peripheral/memory.v:50$1365_EN[31:0]$1375 [0] $flatten\SOC.\Memory.$0$memwr$\memory$Risco-5/src/peripheral/memory.v:50$1365_EN[31:0]$1375 [0] $flatten\SOC.\Memory.$0$memwr$\memory$Risco-5/src/peripheral/memory.v:50$1365_EN[31:0]$1375 [0] }
    Consolidated identical input bits for $mux cell $flatten\SOC.\Uart.\RX_FIFO.$procmux$2352:
      Old ports: A=$flatten\SOC.\Uart.\RX_FIFO.$2$memwr$\memory$Risco-5/src/peripheral/fifo.v:39$1506_EN[7:0]$1520, B=8'00000000, Y=$flatten\SOC.\Uart.\RX_FIFO.$0$memwr$\memory$Risco-5/src/peripheral/fifo.v:39$1506_EN[7:0]$1511
      New ports: A=$flatten\SOC.\Uart.\RX_FIFO.$procmux$2334_Y [0], B=1'0, Y=$flatten\SOC.\Uart.\RX_FIFO.$0$memwr$\memory$Risco-5/src/peripheral/fifo.v:39$1506_EN[7:0]$1511 [0]
      New connections: $flatten\SOC.\Uart.\RX_FIFO.$0$memwr$\memory$Risco-5/src/peripheral/fifo.v:39$1506_EN[7:0]$1511 [7:1] = { $flatten\SOC.\Uart.\RX_FIFO.$0$memwr$\memory$Risco-5/src/peripheral/fifo.v:39$1506_EN[7:0]$1511 [0] $flatten\SOC.\Uart.\RX_FIFO.$0$memwr$\memory$Risco-5/src/peripheral/fifo.v:39$1506_EN[7:0]$1511 [0] $flatten\SOC.\Uart.\RX_FIFO.$0$memwr$\memory$Risco-5/src/peripheral/fifo.v:39$1506_EN[7:0]$1511 [0] $flatten\SOC.\Uart.\RX_FIFO.$0$memwr$\memory$Risco-5/src/peripheral/fifo.v:39$1506_EN[7:0]$1511 [0] $flatten\SOC.\Uart.\RX_FIFO.$0$memwr$\memory$Risco-5/src/peripheral/fifo.v:39$1506_EN[7:0]$1511 [0] $flatten\SOC.\Uart.\RX_FIFO.$0$memwr$\memory$Risco-5/src/peripheral/fifo.v:39$1506_EN[7:0]$1511 [0] $flatten\SOC.\Uart.\RX_FIFO.$0$memwr$\memory$Risco-5/src/peripheral/fifo.v:39$1506_EN[7:0]$1511 [0] }
    Consolidated identical input bits for $mux cell $flatten\SOC.\Uart.\TX_FIFO.$procmux$2352:
      Old ports: A=$flatten\SOC.\Uart.\TX_FIFO.$2$memwr$\memory$Risco-5/src/peripheral/fifo.v:39$1506_EN[7:0]$1520, B=8'00000000, Y=$flatten\SOC.\Uart.\TX_FIFO.$0$memwr$\memory$Risco-5/src/peripheral/fifo.v:39$1506_EN[7:0]$1511
      New ports: A=$flatten\SOC.\Uart.\TX_FIFO.$procmux$2334_Y [0], B=1'0, Y=$flatten\SOC.\Uart.\TX_FIFO.$0$memwr$\memory$Risco-5/src/peripheral/fifo.v:39$1506_EN[7:0]$1511 [0]
      New connections: $flatten\SOC.\Uart.\TX_FIFO.$0$memwr$\memory$Risco-5/src/peripheral/fifo.v:39$1506_EN[7:0]$1511 [7:1] = { $flatten\SOC.\Uart.\TX_FIFO.$0$memwr$\memory$Risco-5/src/peripheral/fifo.v:39$1506_EN[7:0]$1511 [0] $flatten\SOC.\Uart.\TX_FIFO.$0$memwr$\memory$Risco-5/src/peripheral/fifo.v:39$1506_EN[7:0]$1511 [0] $flatten\SOC.\Uart.\TX_FIFO.$0$memwr$\memory$Risco-5/src/peripheral/fifo.v:39$1506_EN[7:0]$1511 [0] $flatten\SOC.\Uart.\TX_FIFO.$0$memwr$\memory$Risco-5/src/peripheral/fifo.v:39$1506_EN[7:0]$1511 [0] $flatten\SOC.\Uart.\TX_FIFO.$0$memwr$\memory$Risco-5/src/peripheral/fifo.v:39$1506_EN[7:0]$1511 [0] $flatten\SOC.\Uart.\TX_FIFO.$0$memwr$\memory$Risco-5/src/peripheral/fifo.v:39$1506_EN[7:0]$1511 [0] $flatten\SOC.\Uart.\TX_FIFO.$0$memwr$\memory$Risco-5/src/peripheral/fifo.v:39$1506_EN[7:0]$1511 [0] }
  Optimizing cells in module \top.
    Consolidated identical input bits for $mux cell $flatten\SOC.\GPIOS.$procmux$2250:
      Old ports: A=$flatten\SOC.\GPIOS.$2$memwr$\duty_cycle$Risco-5/src/peripheral/gpios.v:73$1275_EN[15:0]$1298, B=16'0000000000000000, Y=$flatten\SOC.\GPIOS.$0$memwr$\duty_cycle$Risco-5/src/peripheral/gpios.v:73$1275_EN[15:0]$1286
      New ports: A=$flatten\SOC.\GPIOS.$procmux$2214_Y [0], B=1'0, Y=$flatten\SOC.\GPIOS.$0$memwr$\duty_cycle$Risco-5/src/peripheral/gpios.v:73$1275_EN[15:0]$1286 [0]
      New connections: $flatten\SOC.\GPIOS.$0$memwr$\duty_cycle$Risco-5/src/peripheral/gpios.v:73$1275_EN[15:0]$1286 [15:1] = { $flatten\SOC.\GPIOS.$0$memwr$\duty_cycle$Risco-5/src/peripheral/gpios.v:73$1275_EN[15:0]$1286 [0] $flatten\SOC.\GPIOS.$0$memwr$\duty_cycle$Risco-5/src/peripheral/gpios.v:73$1275_EN[15:0]$1286 [0] $flatten\SOC.\GPIOS.$0$memwr$\duty_cycle$Risco-5/src/peripheral/gpios.v:73$1275_EN[15:0]$1286 [0] $flatten\SOC.\GPIOS.$0$memwr$\duty_cycle$Risco-5/src/peripheral/gpios.v:73$1275_EN[15:0]$1286 [0] $flatten\SOC.\GPIOS.$0$memwr$\duty_cycle$Risco-5/src/peripheral/gpios.v:73$1275_EN[15:0]$1286 [0] $flatten\SOC.\GPIOS.$0$memwr$\duty_cycle$Risco-5/src/peripheral/gpios.v:73$1275_EN[15:0]$1286 [0] $flatten\SOC.\GPIOS.$0$memwr$\duty_cycle$Risco-5/src/peripheral/gpios.v:73$1275_EN[15:0]$1286 [0] $flatten\SOC.\GPIOS.$0$memwr$\duty_cycle$Risco-5/src/peripheral/gpios.v:73$1275_EN[15:0]$1286 [0] $flatten\SOC.\GPIOS.$0$memwr$\duty_cycle$Risco-5/src/peripheral/gpios.v:73$1275_EN[15:0]$1286 [0] $flatten\SOC.\GPIOS.$0$memwr$\duty_cycle$Risco-5/src/peripheral/gpios.v:73$1275_EN[15:0]$1286 [0] $flatten\SOC.\GPIOS.$0$memwr$\duty_cycle$Risco-5/src/peripheral/gpios.v:73$1275_EN[15:0]$1286 [0] $flatten\SOC.\GPIOS.$0$memwr$\duty_cycle$Risco-5/src/peripheral/gpios.v:73$1275_EN[15:0]$1286 [0] $flatten\SOC.\GPIOS.$0$memwr$\duty_cycle$Risco-5/src/peripheral/gpios.v:73$1275_EN[15:0]$1286 [0] $flatten\SOC.\GPIOS.$0$memwr$\duty_cycle$Risco-5/src/peripheral/gpios.v:73$1275_EN[15:0]$1286 [0] $flatten\SOC.\GPIOS.$0$memwr$\duty_cycle$Risco-5/src/peripheral/gpios.v:73$1275_EN[15:0]$1286 [0] }
    Consolidated identical input bits for $mux cell $flatten\SOC.\GPIOS.$procmux$2259:
      Old ports: A=$flatten\SOC.\GPIOS.$2$memwr$\period$Risco-5/src/peripheral/gpios.v:72$1274_EN[15:0]$1295, B=16'0000000000000000, Y=$flatten\SOC.\GPIOS.$0$memwr$\period$Risco-5/src/peripheral/gpios.v:72$1274_EN[15:0]$1283
      New ports: A=$flatten\SOC.\GPIOS.$procmux$2232_Y [0], B=1'0, Y=$flatten\SOC.\GPIOS.$0$memwr$\period$Risco-5/src/peripheral/gpios.v:72$1274_EN[15:0]$1283 [0]
      New connections: $flatten\SOC.\GPIOS.$0$memwr$\period$Risco-5/src/peripheral/gpios.v:72$1274_EN[15:0]$1283 [15:1] = { $flatten\SOC.\GPIOS.$0$memwr$\period$Risco-5/src/peripheral/gpios.v:72$1274_EN[15:0]$1283 [0] $flatten\SOC.\GPIOS.$0$memwr$\period$Risco-5/src/peripheral/gpios.v:72$1274_EN[15:0]$1283 [0] $flatten\SOC.\GPIOS.$0$memwr$\period$Risco-5/src/peripheral/gpios.v:72$1274_EN[15:0]$1283 [0] $flatten\SOC.\GPIOS.$0$memwr$\period$Risco-5/src/peripheral/gpios.v:72$1274_EN[15:0]$1283 [0] $flatten\SOC.\GPIOS.$0$memwr$\period$Risco-5/src/peripheral/gpios.v:72$1274_EN[15:0]$1283 [0] $flatten\SOC.\GPIOS.$0$memwr$\period$Risco-5/src/peripheral/gpios.v:72$1274_EN[15:0]$1283 [0] $flatten\SOC.\GPIOS.$0$memwr$\period$Risco-5/src/peripheral/gpios.v:72$1274_EN[15:0]$1283 [0] $flatten\SOC.\GPIOS.$0$memwr$\period$Risco-5/src/peripheral/gpios.v:72$1274_EN[15:0]$1283 [0] $flatten\SOC.\GPIOS.$0$memwr$\period$Risco-5/src/peripheral/gpios.v:72$1274_EN[15:0]$1283 [0] $flatten\SOC.\GPIOS.$0$memwr$\period$Risco-5/src/peripheral/gpios.v:72$1274_EN[15:0]$1283 [0] $flatten\SOC.\GPIOS.$0$memwr$\period$Risco-5/src/peripheral/gpios.v:72$1274_EN[15:0]$1283 [0] $flatten\SOC.\GPIOS.$0$memwr$\period$Risco-5/src/peripheral/gpios.v:72$1274_EN[15:0]$1283 [0] $flatten\SOC.\GPIOS.$0$memwr$\period$Risco-5/src/peripheral/gpios.v:72$1274_EN[15:0]$1283 [0] $flatten\SOC.\GPIOS.$0$memwr$\period$Risco-5/src/peripheral/gpios.v:72$1274_EN[15:0]$1283 [0] $flatten\SOC.\GPIOS.$0$memwr$\period$Risco-5/src/peripheral/gpios.v:72$1274_EN[15:0]$1283 [0] }
    Consolidated identical input bits for $mux cell $flatten\SOC.\Memory.$procmux$1948:
      Old ports: A=0, B=$flatten\SOC.\Memory.$2$memwr$\memory$Risco-5/src/peripheral/memory.v:54$1367_EN[31:0]$1398, Y=$flatten\SOC.\Memory.$0$memwr$\memory$Risco-5/src/peripheral/memory.v:54$1367_EN[31:0]$1378
      New ports: A=1'0, B=$flatten\SOC.\Memory.$procmux$1919_Y [0], Y=$flatten\SOC.\Memory.$0$memwr$\memory$Risco-5/src/peripheral/memory.v:54$1367_EN[31:0]$1378 [0]
      New connections: $flatten\SOC.\Memory.$0$memwr$\memory$Risco-5/src/peripheral/memory.v:54$1367_EN[31:0]$1378 [31:1] = { $flatten\SOC.\Memory.$0$memwr$\memory$Risco-5/src/peripheral/memory.v:54$1367_EN[31:0]$1378 [0] $flatten\SOC.\Memory.$0$memwr$\memory$Risco-5/src/peripheral/memory.v:54$1367_EN[31:0]$1378 [0] $flatten\SOC.\Memory.$0$memwr$\memory$Risco-5/src/peripheral/memory.v:54$1367_EN[31:0]$1378 [0] $flatten\SOC.\Memory.$0$memwr$\memory$Risco-5/src/peripheral/memory.v:54$1367_EN[31:0]$1378 [0] $flatten\SOC.\Memory.$0$memwr$\memory$Risco-5/src/peripheral/memory.v:54$1367_EN[31:0]$1378 [0] $flatten\SOC.\Memory.$0$memwr$\memory$Risco-5/src/peripheral/memory.v:54$1367_EN[31:0]$1378 [0] $flatten\SOC.\Memory.$0$memwr$\memory$Risco-5/src/peripheral/memory.v:54$1367_EN[31:0]$1378 [0] $flatten\SOC.\Memory.$0$memwr$\memory$Risco-5/src/peripheral/memory.v:54$1367_EN[31:0]$1378 [0] $flatten\SOC.\Memory.$0$memwr$\memory$Risco-5/src/peripheral/memory.v:54$1367_EN[31:0]$1378 [0] $flatten\SOC.\Memory.$0$memwr$\memory$Risco-5/src/peripheral/memory.v:54$1367_EN[31:0]$1378 [0] $flatten\SOC.\Memory.$0$memwr$\memory$Risco-5/src/peripheral/memory.v:54$1367_EN[31:0]$1378 [0] $flatten\SOC.\Memory.$0$memwr$\memory$Risco-5/src/peripheral/memory.v:54$1367_EN[31:0]$1378 [0] $flatten\SOC.\Memory.$0$memwr$\memory$Risco-5/src/peripheral/memory.v:54$1367_EN[31:0]$1378 [0] $flatten\SOC.\Memory.$0$memwr$\memory$Risco-5/src/peripheral/memory.v:54$1367_EN[31:0]$1378 [0] $flatten\SOC.\Memory.$0$memwr$\memory$Risco-5/src/peripheral/memory.v:54$1367_EN[31:0]$1378 [0] $flatten\SOC.\Memory.$0$memwr$\memory$Risco-5/src/peripheral/memory.v:54$1367_EN[31:0]$1378 [0] $flatten\SOC.\Memory.$0$memwr$\memory$Risco-5/src/peripheral/memory.v:54$1367_EN[31:0]$1378 [0] $flatten\SOC.\Memory.$0$memwr$\memory$Risco-5/src/peripheral/memory.v:54$1367_EN[31:0]$1378 [0] $flatten\SOC.\Memory.$0$memwr$\memory$Risco-5/src/peripheral/memory.v:54$1367_EN[31:0]$1378 [0] $flatten\SOC.\Memory.$0$memwr$\memory$Risco-5/src/peripheral/memory.v:54$1367_EN[31:0]$1378 [0] $flatten\SOC.\Memory.$0$memwr$\memory$Risco-5/src/peripheral/memory.v:54$1367_EN[31:0]$1378 [0] $flatten\SOC.\Memory.$0$memwr$\memory$Risco-5/src/peripheral/memory.v:54$1367_EN[31:0]$1378 [0] $flatten\SOC.\Memory.$0$memwr$\memory$Risco-5/src/peripheral/memory.v:54$1367_EN[31:0]$1378 [0] $flatten\SOC.\Memory.$0$memwr$\memory$Risco-5/src/peripheral/memory.v:54$1367_EN[31:0]$1378 [0] $flatten\SOC.\Memory.$0$memwr$\memory$Risco-5/src/peripheral/memory.v:54$1367_EN[31:0]$1378 [0] $flatten\SOC.\Memory.$0$memwr$\memory$Risco-5/src/peripheral/memory.v:54$1367_EN[31:0]$1378 [0] $flatten\SOC.\Memory.$0$memwr$\memory$Risco-5/src/peripheral/memory.v:54$1367_EN[31:0]$1378 [0] $flatten\SOC.\Memory.$0$memwr$\memory$Risco-5/src/peripheral/memory.v:54$1367_EN[31:0]$1378 [0] $flatten\SOC.\Memory.$0$memwr$\memory$Risco-5/src/peripheral/memory.v:54$1367_EN[31:0]$1378 [0] $flatten\SOC.\Memory.$0$memwr$\memory$Risco-5/src/peripheral/memory.v:54$1367_EN[31:0]$1378 [0] $flatten\SOC.\Memory.$0$memwr$\memory$Risco-5/src/peripheral/memory.v:54$1367_EN[31:0]$1378 [0] }
    Consolidated identical input bits for $mux cell $flatten\SOC.\Memory.$procmux$1966:
      Old ports: A=0, B=$flatten\SOC.\Memory.$2$memwr$\memory$Risco-5/src/peripheral/memory.v:52$1366_EN[31:0]$1392, Y=$flatten\SOC.\Memory.$0$memwr$\memory$Risco-5/src/peripheral/memory.v:52$1366_EN[31:0]$1372
      New ports: A=1'0, B=$flatten\SOC.\Memory.$procmux$1937_Y [0], Y=$flatten\SOC.\Memory.$0$memwr$\memory$Risco-5/src/peripheral/memory.v:52$1366_EN[31:0]$1372 [0]
      New connections: $flatten\SOC.\Memory.$0$memwr$\memory$Risco-5/src/peripheral/memory.v:52$1366_EN[31:0]$1372 [31:1] = { $flatten\SOC.\Memory.$0$memwr$\memory$Risco-5/src/peripheral/memory.v:52$1366_EN[31:0]$1372 [0] $flatten\SOC.\Memory.$0$memwr$\memory$Risco-5/src/peripheral/memory.v:52$1366_EN[31:0]$1372 [0] $flatten\SOC.\Memory.$0$memwr$\memory$Risco-5/src/peripheral/memory.v:52$1366_EN[31:0]$1372 [0] $flatten\SOC.\Memory.$0$memwr$\memory$Risco-5/src/peripheral/memory.v:52$1366_EN[31:0]$1372 [0] $flatten\SOC.\Memory.$0$memwr$\memory$Risco-5/src/peripheral/memory.v:52$1366_EN[31:0]$1372 [0] $flatten\SOC.\Memory.$0$memwr$\memory$Risco-5/src/peripheral/memory.v:52$1366_EN[31:0]$1372 [0] $flatten\SOC.\Memory.$0$memwr$\memory$Risco-5/src/peripheral/memory.v:52$1366_EN[31:0]$1372 [0] $flatten\SOC.\Memory.$0$memwr$\memory$Risco-5/src/peripheral/memory.v:52$1366_EN[31:0]$1372 [0] $flatten\SOC.\Memory.$0$memwr$\memory$Risco-5/src/peripheral/memory.v:52$1366_EN[31:0]$1372 [0] $flatten\SOC.\Memory.$0$memwr$\memory$Risco-5/src/peripheral/memory.v:52$1366_EN[31:0]$1372 [0] $flatten\SOC.\Memory.$0$memwr$\memory$Risco-5/src/peripheral/memory.v:52$1366_EN[31:0]$1372 [0] $flatten\SOC.\Memory.$0$memwr$\memory$Risco-5/src/peripheral/memory.v:52$1366_EN[31:0]$1372 [0] $flatten\SOC.\Memory.$0$memwr$\memory$Risco-5/src/peripheral/memory.v:52$1366_EN[31:0]$1372 [0] $flatten\SOC.\Memory.$0$memwr$\memory$Risco-5/src/peripheral/memory.v:52$1366_EN[31:0]$1372 [0] $flatten\SOC.\Memory.$0$memwr$\memory$Risco-5/src/peripheral/memory.v:52$1366_EN[31:0]$1372 [0] $flatten\SOC.\Memory.$0$memwr$\memory$Risco-5/src/peripheral/memory.v:52$1366_EN[31:0]$1372 [0] $flatten\SOC.\Memory.$0$memwr$\memory$Risco-5/src/peripheral/memory.v:52$1366_EN[31:0]$1372 [0] $flatten\SOC.\Memory.$0$memwr$\memory$Risco-5/src/peripheral/memory.v:52$1366_EN[31:0]$1372 [0] $flatten\SOC.\Memory.$0$memwr$\memory$Risco-5/src/peripheral/memory.v:52$1366_EN[31:0]$1372 [0] $flatten\SOC.\Memory.$0$memwr$\memory$Risco-5/src/peripheral/memory.v:52$1366_EN[31:0]$1372 [0] $flatten\SOC.\Memory.$0$memwr$\memory$Risco-5/src/peripheral/memory.v:52$1366_EN[31:0]$1372 [0] $flatten\SOC.\Memory.$0$memwr$\memory$Risco-5/src/peripheral/memory.v:52$1366_EN[31:0]$1372 [0] $flatten\SOC.\Memory.$0$memwr$\memory$Risco-5/src/peripheral/memory.v:52$1366_EN[31:0]$1372 [0] $flatten\SOC.\Memory.$0$memwr$\memory$Risco-5/src/peripheral/memory.v:52$1366_EN[31:0]$1372 [0] $flatten\SOC.\Memory.$0$memwr$\memory$Risco-5/src/peripheral/memory.v:52$1366_EN[31:0]$1372 [0] $flatten\SOC.\Memory.$0$memwr$\memory$Risco-5/src/peripheral/memory.v:52$1366_EN[31:0]$1372 [0] $flatten\SOC.\Memory.$0$memwr$\memory$Risco-5/src/peripheral/memory.v:52$1366_EN[31:0]$1372 [0] $flatten\SOC.\Memory.$0$memwr$\memory$Risco-5/src/peripheral/memory.v:52$1366_EN[31:0]$1372 [0] $flatten\SOC.\Memory.$0$memwr$\memory$Risco-5/src/peripheral/memory.v:52$1366_EN[31:0]$1372 [0] $flatten\SOC.\Memory.$0$memwr$\memory$Risco-5/src/peripheral/memory.v:52$1366_EN[31:0]$1372 [0] $flatten\SOC.\Memory.$0$memwr$\memory$Risco-5/src/peripheral/memory.v:52$1366_EN[31:0]$1372 [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 ~24 debug messages>
Removed a total of 8 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 387 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$4002: { $flatten\SOC.\Core.\Alu.$procmux$4016_CMP $flatten\SOC.\Core.\Alu.$procmux$4015_CMP $flatten\SOC.\Core.\Alu.$procmux$4014_CMP $flatten\SOC.\Core.\Alu.$procmux$4013_CMP $auto$opt_reduce.cc:134:opt_pmux$4252 $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 $flatten\SOC.\Core.\Alu.$procmux$4005_CMP $auto$opt_reduce.cc:134:opt_pmux$4250 }
    New ctrl vector for $pmux cell $flatten\SOC.\Core.\Control_Unit.$procmux$3005: { $flatten\SOC.\Core.\Control_Unit.$procmux$2995_CMP $auto$opt_reduce.cc:134:opt_pmux$4232 $auto$opt_reduce.cc:134:opt_pmux$4230 $auto$opt_reduce.cc:134:opt_pmux$4228 $flatten\SOC.\Core.\Control_Unit.$procmux$2905_CMP $auto$opt_reduce.cc:134:opt_pmux$4226 $auto$opt_reduce.cc:134:opt_pmux$4256 $auto$opt_reduce.cc:134:opt_pmux$4254 $auto$opt_reduce.cc:134:opt_pmux$4224 $auto$opt_reduce.cc:134:opt_pmux$4222 $auto$opt_reduce.cc:134:opt_pmux$4220 }
    New ctrl vector for $pmux cell $flatten\SOC.\Uart.$procmux$2116: { $flatten\SOC.\Uart.$procmux$2110_CMP $flatten\SOC.\Uart.$procmux$2052_CMP $auto$opt_reduce.cc:134:opt_pmux$4258 $auto$opt_reduce.cc:134:opt_pmux$4238 $flatten\SOC.\Uart.$procmux$2034_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).

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).
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"

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$4026
  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$1469_Y
  found ctrl input: $flatten\SOC.\Uart.\i_uart_rx.$eq$Risco-5/src/peripheral/uart_rx.v:133$1482_Y
  found ctrl input: $flatten\SOC.\Uart.\i_uart_rx.$eq$Risco-5/src/peripheral/uart_rx.v:171$1495_Y
  found ctrl input: $flatten\SOC.\Uart.\i_uart_rx.$eq$Risco-5/src/peripheral/uart_rx.v:131$1481_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$1495_Y
  found ctrl output: $flatten\SOC.\Uart.\i_uart_rx.$ne$Risco-5/src/peripheral/uart_rx.v:146$1486_Y
  found ctrl output: $flatten\SOC.\Uart.\i_uart_rx.$eq$Risco-5/src/peripheral/uart_rx.v:133$1482_Y
  found ctrl output: $flatten\SOC.\Uart.\i_uart_rx.$eq$Risco-5/src/peripheral/uart_rx.v:131$1481_Y
  found ctrl output: $flatten\SOC.\Uart.\i_uart_rx.$eq$Risco-5/src/peripheral/uart_rx.v:105$1469_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$1469_Y $flatten\SOC.\Uart.\i_uart_rx.$eq$Risco-5/src/peripheral/uart_rx.v:131$1481_Y $flatten\SOC.\Uart.\i_uart_rx.$eq$Risco-5/src/peripheral/uart_rx.v:133$1482_Y $flatten\SOC.\Uart.\i_uart_rx.$ne$Risco-5/src/peripheral/uart_rx.v:146$1486_Y $flatten\SOC.\Uart.\i_uart_rx.$eq$Risco-5/src/peripheral/uart_rx.v:171$1495_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$4259' 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$4259' 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$4259' 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$4259' from module `top':
-------------------------------------

  Information on FSM $fsm$\SOC.Uart.i_uart_rx.fsm_state$4259 (\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$1495_Y
    1: $flatten\SOC.\Uart.\i_uart_rx.$ne$Risco-5/src/peripheral/uart_rx.v:146$1486_Y
    2: $flatten\SOC.\Uart.\i_uart_rx.$eq$Risco-5/src/peripheral/uart_rx.v:133$1482_Y
    3: $flatten\SOC.\Uart.\i_uart_rx.$eq$Risco-5/src/peripheral/uart_rx.v:131$1481_Y
    4: $flatten\SOC.\Uart.\i_uart_rx.$eq$Risco-5/src/peripheral/uart_rx.v:105$1469_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$4259' 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$4038 ($dff) from module top (D = { $flatten\SOC.\Uart.\i_uart_tx.$procmux$1806_Y $flatten\SOC.\Uart.\i_uart_tx.$procmux$1800_Y $flatten\SOC.\Uart.\i_uart_tx.$procmux$1791_Y $flatten\SOC.\Uart.\i_uart_tx.$procmux$1782_Y $flatten\SOC.\Uart.\i_uart_tx.$procmux$1773_Y $flatten\SOC.\Uart.\i_uart_tx.$procmux$1764_Y $flatten\SOC.\Uart.\i_uart_tx.$procmux$1746_Y $flatten\SOC.\Uart.\i_uart_tx.$procmux$1755_Y }, Q = \SOC.Uart.i_uart_tx.data_to_send, rval = 8'00000000).
Adding EN signal on $auto$ff.cc:266:slice$4309 ($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$4309 ($sdff) from module top (D = { $flatten\SOC.\Uart.\i_uart_tx.$procmux$1800_Y $flatten\SOC.\Uart.\i_uart_tx.$procmux$1791_Y $flatten\SOC.\Uart.\i_uart_tx.$procmux$1782_Y $flatten\SOC.\Uart.\i_uart_tx.$procmux$1773_Y $flatten\SOC.\Uart.\i_uart_tx.$procmux$1764_Y $flatten\SOC.\Uart.\i_uart_tx.$procmux$1746_Y $flatten\SOC.\Uart.\i_uart_tx.$procmux$1755_Y }, Q = \SOC.Uart.i_uart_tx.data_to_send [6:0]).
Adding SRST signal on $flatten\SOC.\Uart.\i_uart_tx.$procdff$4036 ($dff) from module top (D = $flatten\SOC.\Uart.\i_uart_tx.$procmux$1722_Y, Q = \SOC.Uart.i_uart_tx.bit_counter, rval = 4'0000).
Adding EN signal on $auto$ff.cc:266:slice$4314 ($sdff) from module top (D = $flatten\SOC.\Uart.\i_uart_tx.$procmux$1722_Y, Q = \SOC.Uart.i_uart_tx.bit_counter).
Adding SRST signal on $flatten\SOC.\Uart.\i_uart_tx.$procdff$4035 ($dff) from module top (D = $flatten\SOC.\Uart.\i_uart_tx.$procmux$1711_Y, Q = \SOC.Uart.i_uart_tx.cycle_counter, rval = 9'000000000).
Adding EN signal on $auto$ff.cc:266:slice$4320 ($sdff) from module top (D = $flatten\SOC.\Uart.\i_uart_tx.$add$Risco-5/src/peripheral/uart_tx.v:152$1449_Y, Q = \SOC.Uart.i_uart_tx.cycle_counter).
Adding SRST signal on $flatten\SOC.\Uart.\i_uart_tx.$procdff$4034 ($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$4033 ($dff) from module top (D = $flatten\SOC.\Uart.\i_uart_tx.$procmux$1700_Y, Q = \SOC.Uart.i_uart_tx.txd_reg, rval = 1'1).
Adding EN signal on $auto$ff.cc:266:slice$4325 ($sdff) from module top (D = $flatten\SOC.\Uart.\i_uart_tx.$procmux$1700_Y, Q = \SOC.Uart.i_uart_tx.txd_reg).
Adding SRST signal on $flatten\SOC.\Uart.\i_uart_rx.$procdff$4032 ($dff) from module top (D = $flatten\SOC.\Uart.\i_uart_rx.$procmux$1689_Y, Q = \SOC.Uart.i_uart_rx.uart_rx_data, rval = 8'00000000).
Adding EN signal on $auto$ff.cc:266:slice$4331 ($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$4030 ($dff) from module top (D = { $flatten\SOC.\Uart.\i_uart_rx.$procmux$1666_Y $flatten\SOC.\Uart.\i_uart_rx.$procmux$1657_Y $flatten\SOC.\Uart.\i_uart_rx.$procmux$1648_Y $flatten\SOC.\Uart.\i_uart_rx.$procmux$1639_Y $flatten\SOC.\Uart.\i_uart_rx.$procmux$1630_Y $flatten\SOC.\Uart.\i_uart_rx.$procmux$1621_Y $flatten\SOC.\Uart.\i_uart_rx.$procmux$1603_Y $flatten\SOC.\Uart.\i_uart_rx.$procmux$1612_Y }, Q = \SOC.Uart.i_uart_rx.recieved_data, rval = 8'00000000).
Adding EN signal on $auto$ff.cc:266:slice$4333 ($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$4029 ($dff) from module top (D = $flatten\SOC.\Uart.\i_uart_rx.$procmux$1585_Y, Q = \SOC.Uart.i_uart_rx.bit_counter, rval = 4'0000).
Adding EN signal on $auto$ff.cc:266:slice$4337 ($sdff) from module top (D = $flatten\SOC.\Uart.\i_uart_rx.$add$Risco-5/src/peripheral/uart_rx.v:149$1489_Y, Q = \SOC.Uart.i_uart_rx.bit_counter).
Adding SRST signal on $flatten\SOC.\Uart.\i_uart_rx.$procdff$4028 ($dff) from module top (D = $flatten\SOC.\Uart.\i_uart_rx.$procmux$1580_Y, Q = \SOC.Uart.i_uart_rx.bit_sample, rval = 1'0).
Adding EN signal on $auto$ff.cc:266:slice$4341 ($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$4027 ($dff) from module top (D = $flatten\SOC.\Uart.\i_uart_rx.$procmux$1572_Y, Q = \SOC.Uart.i_uart_rx.cycle_counter, rval = 9'000000000).
Adding EN signal on $auto$ff.cc:266:slice$4343 ($sdff) from module top (D = $flatten\SOC.\Uart.\i_uart_rx.$add$Risco-5/src/peripheral/uart_rx.v:174$1500_Y, Q = \SOC.Uart.i_uart_rx.cycle_counter).
Adding SRST signal on $flatten\SOC.\Uart.\i_uart_rx.$procdff$4025 ($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$4024 ($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$4083 ($dff) from module top (D = $flatten\SOC.\Uart.\TX_FIFO.$procmux$2361_Y, Q = \SOC.Uart.TX_FIFO.write_ptr, rval = 6'000000).
Adding EN signal on $auto$ff.cc:266:slice$4349 ($sdff) from module top (D = $flatten\SOC.\Uart.\TX_FIFO.$ternary$Risco-5/src/peripheral/fifo.v:40$1524_Y, Q = \SOC.Uart.TX_FIFO.write_ptr).
Adding SRST signal on $flatten\SOC.\Uart.\TX_FIFO.$procdff$4082 ($dff) from module top (D = $flatten\SOC.\Uart.\TX_FIFO.$procmux$2369_Y, Q = \SOC.Uart.TX_FIFO.read_ptr, rval = 6'000000).
Adding EN signal on $auto$ff.cc:266:slice$4351 ($sdff) from module top (D = $flatten\SOC.\Uart.\TX_FIFO.$ternary$Risco-5/src/peripheral/fifo.v:43$1530_Y [5:0], Q = \SOC.Uart.TX_FIFO.read_ptr).
Adding SRST signal on $flatten\SOC.\Uart.\TX_FIFO.$procdff$4081 ($dff) from module top (D = $flatten\SOC.\Uart.\TX_FIFO.$procmux$2377_Y, Q = \SOC.Uart.TX_FIFO.counter, rval = 6'000000).
Adding EN signal on $auto$ff.cc:266:slice$4357 ($sdff) from module top (D = $flatten\SOC.\Uart.\TX_FIFO.$procmux$2377_Y, Q = \SOC.Uart.TX_FIFO.counter).
Adding SRST signal on $flatten\SOC.\Uart.\RX_FIFO.$procdff$4083 ($dff) from module top (D = $flatten\SOC.\Uart.\RX_FIFO.$procmux$2361_Y, Q = \SOC.Uart.RX_FIFO.write_ptr, rval = 6'000000).
Adding EN signal on $auto$ff.cc:266:slice$4361 ($sdff) from module top (D = $flatten\SOC.\Uart.\RX_FIFO.$ternary$Risco-5/src/peripheral/fifo.v:40$1524_Y, Q = \SOC.Uart.RX_FIFO.write_ptr).
Adding SRST signal on $flatten\SOC.\Uart.\RX_FIFO.$procdff$4082 ($dff) from module top (D = $flatten\SOC.\Uart.\RX_FIFO.$procmux$2369_Y, Q = \SOC.Uart.RX_FIFO.read_ptr, rval = 6'000000).
Adding EN signal on $auto$ff.cc:266:slice$4363 ($sdff) from module top (D = $flatten\SOC.\Uart.\RX_FIFO.$ternary$Risco-5/src/peripheral/fifo.v:43$1530_Y [5:0], Q = \SOC.Uart.RX_FIFO.read_ptr).
Adding SRST signal on $flatten\SOC.\Uart.\RX_FIFO.$procdff$4081 ($dff) from module top (D = $flatten\SOC.\Uart.\RX_FIFO.$procmux$2377_Y, Q = \SOC.Uart.RX_FIFO.counter, rval = 6'000000).
Adding EN signal on $auto$ff.cc:266:slice$4369 ($sdff) from module top (D = $flatten\SOC.\Uart.\RX_FIFO.$procmux$2377_Y, Q = \SOC.Uart.RX_FIFO.counter).
Adding SRST signal on $flatten\SOC.\Uart.$procdff$4061 ($dff) from module top (D = $flatten\SOC.\Uart.$procmux$2050_Y, Q = \SOC.Uart.write_data_buffer, rval = 0).
Adding EN signal on $auto$ff.cc:266:slice$4373 ($sdff) from module top (D = $flatten\SOC.\Uart.$procmux$2050_Y, Q = \SOC.Uart.write_data_buffer).
Adding SRST signal on $flatten\SOC.\Uart.$procdff$4060 ($dff) from module top (D = $flatten\SOC.\Uart.$procmux$2068_Y, Q = \SOC.Uart.tx_fifo_write_data, rval = 8'00000000).
Adding EN signal on $auto$ff.cc:266:slice$4383 ($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$4059 ($dff) from module top (D = $flatten\SOC.\Uart.$procmux$2022_Y, Q = \SOC.Uart.rx_fifo_read, rval = 1'0).
Adding SRST signal on $flatten\SOC.\Uart.$procdff$4058 ($dff) from module top (D = $flatten\SOC.\Uart.$procmux$2003_Y, Q = \SOC.Uart.tx_fifo_write, rval = 1'0).
Adding SRST signal on $flatten\SOC.\Uart.$procdff$4057 ($dff) from module top (D = $flatten\SOC.\Uart.$procmux$2033_Y, Q = \SOC.Uart.response, rval = 1'0).
Adding SRST signal on $flatten\SOC.\Uart.$procdff$4056 ($dff) from module top (D = $flatten\SOC.\Uart.$procmux$2076_Y, Q = \SOC.Uart.read_data, rval = 0).
Adding EN signal on $auto$ff.cc:266:slice$4404 ($sdff) from module top (D = $flatten\SOC.\Uart.$procmux$2076_Y, Q = \SOC.Uart.read_data).
Adding EN signal on $flatten\SOC.\Uart.$procdff$4055 ($dff) from module top (D = $flatten\SOC.\Uart.$procmux$2102_Y, Q = \SOC.Uart.counter).
Adding SRST signal on $flatten\SOC.\Uart.$procdff$4054 ($dff) from module top (D = $flatten\SOC.\Uart.$procmux$2116_Y, Q = \SOC.Uart.state, rval = 4'0000).
Adding EN signal on $auto$ff.cc:266:slice$4429 ($sdff) from module top (D = $flatten\SOC.\Uart.$procmux$2116_Y, Q = \SOC.Uart.state).
Adding SRST signal on $flatten\SOC.\Uart.$procdff$4053 ($dff) from module top (D = $flatten\SOC.\Uart.$procmux$1985_Y, Q = \SOC.Uart.rx_fifo_write_data, rval = 8'00000000).
Adding EN signal on $auto$ff.cc:266:slice$4433 ($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$4052 ($dff) from module top (D = $flatten\SOC.\Uart.$procmux$1990_Y, Q = \SOC.Uart.uart_tx_data, rval = 8'00000000).
Adding EN signal on $auto$ff.cc:266:slice$4435 ($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$4051 ($dff) from module top (D = $flatten\SOC.\Uart.$procmux$1970_Y, Q = \SOC.Uart.rx_fifo_write, rval = 1'0).
Adding SRST signal on $flatten\SOC.\Uart.$procdff$4049 ($dff) from module top (D = $flatten\SOC.\Uart.$procmux$1975_Y, Q = \SOC.Uart.uart_tx_en, rval = 1'0).
Adding SRST signal on $flatten\SOC.\Leds.$procdff$4073 ($dff) from module top (D = $flatten\SOC.\Leds.$procmux$2303_Y, Q = \SOC.Leds.data, rval = 0).
Adding EN signal on $auto$ff.cc:266:slice$4439 ($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$4062 ($dff) from module top (D = $flatten\SOC.\GPIOS.\Pwm1.$add$Risco-5/src/peripheral/pwm.v:21$472_Y, Q = \SOC.GPIOS.Pwm1.counter, rval = 0).
Adding SRST signal on $flatten\SOC.\GPIOS.\Pwm0.$procdff$4062 ($dff) from module top (D = $flatten\SOC.\GPIOS.\Pwm0.$add$Risco-5/src/peripheral/pwm.v:21$472_Y, Q = \SOC.GPIOS.Pwm0.counter, rval = 0).
Adding EN signal on $flatten\SOC.\GPIOS.$procdff$4066 ($dff) from module top (D = \SOC.GPIOS.write_data [1:0], Q = \SOC.GPIOS.is_pwm).
Adding SRST signal on $flatten\SOC.\GPIOS.$procdff$4065 ($dff) from module top (D = $flatten\SOC.\GPIOS.$procmux$2285_Y, Q = \SOC.GPIOS.gpio_value, rval = 6'000000).
Adding EN signal on $auto$ff.cc:266:slice$4456 ($sdff) from module top (D = \SOC.GPIOS.write_data [5:0], Q = \SOC.GPIOS.gpio_value).
Adding SRST signal on $flatten\SOC.\GPIOS.$procdff$4064 ($dff) from module top (D = $flatten\SOC.\GPIOS.$procmux$2298_Y, Q = \SOC.GPIOS.gpio_direction, rval = 6'000000).
Adding EN signal on $auto$ff.cc:266:slice$4460 ($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$4092 ($dff) from module top (D = $flatten\SOC.\Core.\Pc.$procmux$2421_Y, Q = \SOC.Core.Pc.Output, rval = 0).
Adding EN signal on $auto$ff.cc:266:slice$4464 ($sdff) from module top (D = \SOC.Core.Pc.Input, Q = \SOC.Core.Pc.Output).
Adding EN signal on $flatten\SOC.\Core.\Mdu.$procdff$4106 ($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$4105 ($dff) from module top (D = $flatten\SOC.\Core.\Mdu.$procmux$2548_Y, Q = \SOC.Core.Mdu.MUL_RD, rval = 0).
Adding EN signal on $auto$ff.cc:266:slice$4471 ($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$4102 ($dff) from module top (D = $flatten\SOC.\Core.\Mdu.$procmux$2525_Y, Q = \SOC.Core.Mdu.state_mul, rval = 2'00).
Adding SRST signal on $flatten\SOC.\Core.\Mdu.$procdff$4101 ($dff) from module top (D = $flatten\SOC.\Core.\Mdu.$procmux$2535_Y, Q = \SOC.Core.Mdu.mul_done, rval = 1'0).
Adding EN signal on $flatten\SOC.\Core.\Mdu.$procdff$4100 ($dff) from module top (D = $flatten\SOC.\Core.\Mdu.$procmux$2457_Y, Q = \SOC.Core.Mdu.divisor).
Adding EN signal on $flatten\SOC.\Core.\Mdu.$procdff$4099 ($dff) from module top (D = $flatten\SOC.\Core.\Mdu.$procmux$2468_Y, Q = \SOC.Core.Mdu.DIV_RD).
Adding EN signal on $flatten\SOC.\Core.\Mdu.$procdff$4098 ($dff) from module top (D = $flatten\SOC.\Core.\Mdu.$procmux$2477_Y, Q = \SOC.Core.Mdu.quociente_msk).
Adding SRST signal on $flatten\SOC.\Core.\Mdu.$procdff$4097 ($dff) from module top (D = $flatten\SOC.\Core.\Mdu.$procmux$2490_Y, Q = \SOC.Core.Mdu.quociente, rval = 0).
Adding EN signal on $auto$ff.cc:266:slice$4498 ($sdff) from module top (D = $flatten\SOC.\Core.\Mdu.$procmux$2490_Y, Q = \SOC.Core.Mdu.quociente).
Adding EN signal on $flatten\SOC.\Core.\Mdu.$procdff$4096 ($dff) from module top (D = $flatten\SOC.\Core.\Mdu.$procmux$2503_Y, Q = \SOC.Core.Mdu.dividendo).
Adding EN signal on $flatten\SOC.\Core.\Mdu.$procdff$4095 ($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$4094 ($dff) from module top (D = $flatten\SOC.\Core.\Mdu.$procmux$2440_Y, Q = \SOC.Core.Mdu.state_div, rval = 2'00).
Adding SRST signal on $flatten\SOC.\Core.\Mdu.$procdff$4093 ($dff) from module top (D = $flatten\SOC.\Core.\Mdu.$procmux$2450_Y, Q = \SOC.Core.Mdu.div_done, rval = 1'0).
Adding SRST signal on $flatten\SOC.\Core.\Control_Unit.$procdff$4118 ($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$4114 ($dff) from module top (D = 64'0000000000000000000000000000000000000000000000000000000000000000, Q = \SOC.Core.CSR_Unit.utime).
Adding SRST signal on $flatten\SOC.\Core.\CSR_Unit.$procdff$4113 ($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$4112 ($dff) from module top (D = $flatten\SOC.\Core.\CSR_Unit.$procmux$2620_Y, Q = \SOC.Core.CSR_Unit.mtvec, rval = 0).
Adding EN signal on $auto$ff.cc:266:slice$4529 ($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$4111 ($dff) from module top (D = $flatten\SOC.\Core.\CSR_Unit.$procmux$2628_Y, Q = \SOC.Core.CSR_Unit.mtval, rval = 0).
Adding EN signal on $auto$ff.cc:266:slice$4533 ($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$4110 ($dff) from module top (D = $flatten\SOC.\Core.\CSR_Unit.$procmux$2637_Y, Q = \SOC.Core.CSR_Unit.mcause, rval = 0).
Adding EN signal on $auto$ff.cc:266:slice$4537 ($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$4109 ($dff) from module top (D = $flatten\SOC.\Core.\CSR_Unit.$procmux$2647_Y, Q = \SOC.Core.CSR_Unit.mscratch, rval = 0).
Adding EN signal on $auto$ff.cc:266:slice$4541 ($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$4108 ($dff) from module top (D = $flatten\SOC.\Core.\CSR_Unit.$procmux$2658_Y, Q = \SOC.Core.CSR_Unit.mepc, rval = 0).
Adding EN signal on $auto$ff.cc:266:slice$4545 ($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$4107 ($dff) from module top (D = $flatten\SOC.\Core.\CSR_Unit.$procmux$2607_Y, Q = \SOC.Core.CSR_Unit.minstret, rval = 64'0000000000000000000000000000000000000000000000000000000000000000).
Adding EN signal on $auto$ff.cc:266:slice$4549 ($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$4549 ($sdff) from module top (D = $flatten\SOC.\Core.\CSR_Unit.$procmux$2605_Y [31:0], Q = \SOC.Core.CSR_Unit.minstret [31:0]).
Adding EN signal on $flatten\SOC.\Core.$procdff$4080 ($dff) from module top (D = \SOC.Core.mdu_out, Q = \SOC.Core.mdu_out_reg).
Adding SRST signal on $flatten\SOC.\Core.$procdff$4079 ($dff) from module top (D = $flatten\SOC.\Core.$procmux$2323_Y, Q = \SOC.Core.pc_old, rval = 0).
Adding EN signal on $auto$ff.cc:266:slice$4563 ($sdff) from module top (D = \SOC.Core.Pc.Output, Q = \SOC.Core.pc_old).
Adding SRST signal on $flatten\SOC.\Core.$procdff$4078 ($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$4077 ($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$4076 ($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$4075 ($dff) from module top (D = \SOC.Core.read_data, Q = \SOC.Core.memory_register, rval = 0).
Adding SRST signal on $flatten\SOC.\Core.$procdff$4074 ($dff) from module top (D = $flatten\SOC.\Core.$procmux$2328_Y, Q = \SOC.Core.instruction_register, rval = 0).
Adding EN signal on $auto$ff.cc:266:slice$4569 ($sdff) from module top (D = \SOC.Core.read_data, Q = \SOC.Core.instruction_register).
Adding EN signal on $flatten\ResetBootSystem.$procdff$4117 ($dff) from module top (D = $flatten\ResetBootSystem.$0\counter[5:0], Q = \ResetBootSystem.counter).
Adding EN signal on $flatten\ResetBootSystem.$procdff$4116 ($dff) from module top (D = $flatten\ResetBootSystem.$0\state[1:0], Q = \ResetBootSystem.state).
Adding EN signal on $flatten\ResetBootSystem.$procdff$4115 ($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$4546 ($sdffe) from module top.
Setting constant 0-bit at position 1 on $auto$ff.cc:266:slice$4546 ($sdffe) from module top.
Setting constant 0-bit at position 0 on $auto$ff.cc:266:slice$4527 ($dffe) from module top.
Setting constant 0-bit at position 1 on $auto$ff.cc:266:slice$4527 ($dffe) from module top.
Setting constant 0-bit at position 2 on $auto$ff.cc:266:slice$4527 ($dffe) from module top.
Setting constant 0-bit at position 3 on $auto$ff.cc:266:slice$4527 ($dffe) from module top.
Setting constant 0-bit at position 4 on $auto$ff.cc:266:slice$4527 ($dffe) from module top.
Setting constant 0-bit at position 5 on $auto$ff.cc:266:slice$4527 ($dffe) from module top.
Setting constant 0-bit at position 6 on $auto$ff.cc:266:slice$4527 ($dffe) from module top.
Setting constant 0-bit at position 7 on $auto$ff.cc:266:slice$4527 ($dffe) from module top.
Setting constant 0-bit at position 8 on $auto$ff.cc:266:slice$4527 ($dffe) from module top.
Setting constant 0-bit at position 9 on $auto$ff.cc:266:slice$4527 ($dffe) from module top.
Setting constant 0-bit at position 10 on $auto$ff.cc:266:slice$4527 ($dffe) from module top.
Setting constant 0-bit at position 11 on $auto$ff.cc:266:slice$4527 ($dffe) from module top.
Setting constant 0-bit at position 12 on $auto$ff.cc:266:slice$4527 ($dffe) from module top.
Setting constant 0-bit at position 13 on $auto$ff.cc:266:slice$4527 ($dffe) from module top.
Setting constant 0-bit at position 14 on $auto$ff.cc:266:slice$4527 ($dffe) from module top.
Setting constant 0-bit at position 15 on $auto$ff.cc:266:slice$4527 ($dffe) from module top.
Setting constant 0-bit at position 16 on $auto$ff.cc:266:slice$4527 ($dffe) from module top.
Setting constant 0-bit at position 17 on $auto$ff.cc:266:slice$4527 ($dffe) from module top.
Setting constant 0-bit at position 18 on $auto$ff.cc:266:slice$4527 ($dffe) from module top.
Setting constant 0-bit at position 19 on $auto$ff.cc:266:slice$4527 ($dffe) from module top.
Setting constant 0-bit at position 20 on $auto$ff.cc:266:slice$4527 ($dffe) from module top.
Setting constant 0-bit at position 21 on $auto$ff.cc:266:slice$4527 ($dffe) from module top.
Setting constant 0-bit at position 22 on $auto$ff.cc:266:slice$4527 ($dffe) from module top.
Setting constant 0-bit at position 23 on $auto$ff.cc:266:slice$4527 ($dffe) from module top.
Setting constant 0-bit at position 24 on $auto$ff.cc:266:slice$4527 ($dffe) from module top.
Setting constant 0-bit at position 25 on $auto$ff.cc:266:slice$4527 ($dffe) from module top.
Setting constant 0-bit at position 26 on $auto$ff.cc:266:slice$4527 ($dffe) from module top.
Setting constant 0-bit at position 27 on $auto$ff.cc:266:slice$4527 ($dffe) from module top.
Setting constant 0-bit at position 28 on $auto$ff.cc:266:slice$4527 ($dffe) from module top.
Setting constant 0-bit at position 29 on $auto$ff.cc:266:slice$4527 ($dffe) from module top.
Setting constant 0-bit at position 30 on $auto$ff.cc:266:slice$4527 ($dffe) from module top.
Setting constant 0-bit at position 31 on $auto$ff.cc:266:slice$4527 ($dffe) from module top.
Setting constant 0-bit at position 32 on $auto$ff.cc:266:slice$4527 ($dffe) from module top.
Setting constant 0-bit at position 33 on $auto$ff.cc:266:slice$4527 ($dffe) from module top.
Setting constant 0-bit at position 34 on $auto$ff.cc:266:slice$4527 ($dffe) from module top.
Setting constant 0-bit at position 35 on $auto$ff.cc:266:slice$4527 ($dffe) from module top.
Setting constant 0-bit at position 36 on $auto$ff.cc:266:slice$4527 ($dffe) from module top.
Setting constant 0-bit at position 37 on $auto$ff.cc:266:slice$4527 ($dffe) from module top.
Setting constant 0-bit at position 38 on $auto$ff.cc:266:slice$4527 ($dffe) from module top.
Setting constant 0-bit at position 39 on $auto$ff.cc:266:slice$4527 ($dffe) from module top.
Setting constant 0-bit at position 40 on $auto$ff.cc:266:slice$4527 ($dffe) from module top.
Setting constant 0-bit at position 41 on $auto$ff.cc:266:slice$4527 ($dffe) from module top.
Setting constant 0-bit at position 42 on $auto$ff.cc:266:slice$4527 ($dffe) from module top.
Setting constant 0-bit at position 43 on $auto$ff.cc:266:slice$4527 ($dffe) from module top.
Setting constant 0-bit at position 44 on $auto$ff.cc:266:slice$4527 ($dffe) from module top.
Setting constant 0-bit at position 45 on $auto$ff.cc:266:slice$4527 ($dffe) from module top.
Setting constant 0-bit at position 46 on $auto$ff.cc:266:slice$4527 ($dffe) from module top.
Setting constant 0-bit at position 47 on $auto$ff.cc:266:slice$4527 ($dffe) from module top.
Setting constant 0-bit at position 48 on $auto$ff.cc:266:slice$4527 ($dffe) from module top.
Setting constant 0-bit at position 49 on $auto$ff.cc:266:slice$4527 ($dffe) from module top.
Setting constant 0-bit at position 50 on $auto$ff.cc:266:slice$4527 ($dffe) from module top.
Setting constant 0-bit at position 51 on $auto$ff.cc:266:slice$4527 ($dffe) from module top.
Setting constant 0-bit at position 52 on $auto$ff.cc:266:slice$4527 ($dffe) from module top.
Setting constant 0-bit at position 53 on $auto$ff.cc:266:slice$4527 ($dffe) from module top.
Setting constant 0-bit at position 54 on $auto$ff.cc:266:slice$4527 ($dffe) from module top.
Setting constant 0-bit at position 55 on $auto$ff.cc:266:slice$4527 ($dffe) from module top.
Setting constant 0-bit at position 56 on $auto$ff.cc:266:slice$4527 ($dffe) from module top.
Setting constant 0-bit at position 57 on $auto$ff.cc:266:slice$4527 ($dffe) from module top.
Setting constant 0-bit at position 58 on $auto$ff.cc:266:slice$4527 ($dffe) from module top.
Setting constant 0-bit at position 59 on $auto$ff.cc:266:slice$4527 ($dffe) from module top.
Setting constant 0-bit at position 60 on $auto$ff.cc:266:slice$4527 ($dffe) from module top.
Setting constant 0-bit at position 61 on $auto$ff.cc:266:slice$4527 ($dffe) from module top.
Setting constant 0-bit at position 62 on $auto$ff.cc:266:slice$4527 ($dffe) from module top.
Setting constant 0-bit at position 63 on $auto$ff.cc:266:slice$4527 ($dffe) from module top.

24.13.7. Executing OPT_CLEAN pass (remove unused cells and wires).
[5%] Running netlist conversion ...
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 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$4339: { \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$2664: { $flatten\SOC.\Core.\CSR_Unit.$procmux$2676_CMP $flatten\SOC.\Core.\CSR_Unit.$procmux$2675_CMP $flatten\SOC.\Core.\CSR_Unit.$procmux$2674_CMP $flatten\SOC.\Core.\CSR_Unit.$procmux$2619_CMP $flatten\SOC.\Core.\CSR_Unit.$procmux$2646_CMP $flatten\SOC.\Core.\CSR_Unit.$procmux$2657_CMP $flatten\SOC.\Core.\CSR_Unit.$procmux$2636_CMP $flatten\SOC.\Core.\CSR_Unit.$procmux$2627_CMP $auto$opt_reduce.cc:134:opt_pmux$4210 $auto$opt_reduce.cc:134:opt_pmux$4208 $auto$opt_reduce.cc:134:opt_pmux$4206 $auto$opt_reduce.cc:134:opt_pmux$4204 }
  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).
[10%] Optimizing Phase 0 completed
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$4125 (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$4127 (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$1341 (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$1343 (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$1342 (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$1344 (SOC.GPIOS.period).
Removed top 27 address bits (of 32) from memory init port top.$flatten\SOC.\Memory.$auto$proc_memwr.cc:45:proc_memwr$4119 (SOC.Memory.memory).
Removed top 27 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 27 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 27 address bits (of 32) from memory init port top.$flatten\SOC.\Memory.$meminit$\memory$Risco-5/src/peripheral/memory.v:0$1409 (SOC.Memory.memory).
Removed top 27 address bits (of 32) from memory read port top.$flatten\SOC.\Memory.$memrd$\memory$Risco-5/src/peripheral/memory.v:24$1368 (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$4124 (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$1507 (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$4124 (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$1507 (SOC.Uart.TX_FIFO.memory).
Removed top 1 bits (of 2) from port B of cell top.$flatten\ResetBootSystem.$procmux$2695_CMP0 ($eq).
Removed top 1 bits (of 6) from port B of cell top.$flatten\ResetBootSystem.$eq$Risco-5/debug/reset.v:38$820 ($eq).
Removed top 31 bits (of 32) from port B of cell top.$flatten\ResetBootSystem.$add$Risco-5/debug/reset.v:37$819 ($add).
Removed top 26 bits (of 32) from port Y of cell top.$flatten\ResetBootSystem.$add$Risco-5/debug/reset.v:37$819 ($add).
Removed top 27 bits (of 32) from port B of cell top.$flatten\ResetBootSystem.$lt$Risco-5/debug/reset.v:36$818 ($lt).
Removed top 1 bits (of 2) from port B of cell top.$auto$opt_dff.cc:195:make_patterns_logic$4582 ($ne).
Removed top 1 bits (of 2) from port B of cell top.$auto$opt_dff.cc:195:make_patterns_logic$4577 ($ne).
Removed top 1 bits (of 2) from port B of cell top.$auto$opt_dff.cc:195:make_patterns_logic$4559 ($ne).
Removed top 1 bits (of 2) from port B of cell top.$auto$opt_dff.cc:195:make_patterns_logic$4505 ($ne).
Removed top 1 bits (of 2) from port B of cell top.$auto$opt_dff.cc:195:make_patterns_logic$4479 ($ne).
Removed top 26 bits (of 32) from mux cell top.$flatten\SOC.\GPIOS.$ternary$Risco-5/src/peripheral/gpios.v:37$1279 ($mux).
Removed top 3 bits (of 8) from port B of cell top.$flatten\SOC.\GPIOS.$procmux$2159_CMP0 ($eq).
Removed top 4 bits (of 8) from port B of cell top.$flatten\SOC.\GPIOS.$procmux$2187_CMP0 ($eq).
Removed top 4 bits (of 8) from port B of cell top.$flatten\SOC.\GPIOS.$procmux$2272_CMP0 ($eq).
Removed top 5 bits (of 8) from port B of cell top.$flatten\SOC.\GPIOS.$procmux$2284_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$1348 ($ne).
Removed top 2 bits (of 4) from port B of cell top.$flatten\SOC.\Uart.$procmux$2008_CMP0 ($eq).
Removed top 3 bits (of 4) from port B of cell top.$flatten\SOC.\Uart.$procmux$2027_CMP0 ($eq).
Removed top 1 bits (of 4) from port B of cell top.$flatten\SOC.\Uart.$procmux$2034_CMP0 ($eq).
Removed top 1 bits (of 4) from port B of cell top.$flatten\SOC.\Uart.$procmux$2052_CMP0 ($eq).
Removed top 1 bits (of 4) from port B of cell top.$flatten\SOC.\Uart.$procmux$2079_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 3) from port B of cell top.$flatten\SOC.\Uart.$procmux$2135_CMP0 ($eq).
Removed top 1 bits (of 3) from port B of cell top.$flatten\SOC.\Uart.$procmux$2136_CMP0 ($eq).
Removed top 2 bits (of 3) from port B of cell top.$flatten\SOC.\Uart.$procmux$2137_CMP0 ($eq).
Removed top 2 bits (of 6) from mux cell top.$flatten\SOC.\Uart.\TX_FIFO.$procmux$2358 ($mux).
Removed top 2 bits (of 6) from mux cell top.$flatten\SOC.\Uart.\TX_FIFO.$procmux$2346 ($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$1531 ($eq).
Removed top 26 bits (of 32) from mux cell top.$flatten\SOC.\Uart.\TX_FIFO.$ternary$Risco-5/src/peripheral/fifo.v:43$1530 ($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$1529 ($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$1528 ($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$1522 ($eq).
Removed top 2 bits (of 6) from mux cell top.$flatten\SOC.\Uart.\RX_FIFO.$procmux$2358 ($mux).
Removed top 2 bits (of 6) from mux cell top.$flatten\SOC.\Uart.\RX_FIFO.$procmux$2346 ($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$1531 ($eq).
Removed top 26 bits (of 32) from mux cell top.$flatten\SOC.\Uart.\RX_FIFO.$ternary$Risco-5/src/peripheral/fifo.v:43$1530 ($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$1529 ($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$1528 ($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$1522 ($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$1478 ($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$1477 ($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$1476 ($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$1475 ($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$1470 ($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$1468 ($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$1444 ($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$1436 ($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$1434 ($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$1431 ($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$1430 ($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$1426 ($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$1421 ($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$1420 ($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$1419 ($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$1418 ($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$1414 ($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$1412 ($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$1831_CMP0 ($eq).
Removed top 27 bits (of 32) from mux cell top.$flatten\SOC.\Memory.$procmux$1942 ($mux).
Removed top 27 bits (of 32) from mux cell top.$flatten\SOC.\Memory.$procmux$1951 ($mux).
Removed top 27 bits (of 32) from mux cell top.$flatten\SOC.\Memory.$procmux$1960 ($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$2433_CMP0 ($eq).
Removed top 2 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 1 bits (of 3) from port B of cell top.$flatten\SOC.\Core.\MemoryDataMUX.$procmux$2431_CMP0 ($eq).
Removed top 2 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 1 bits (of 3) from port B of cell top.$flatten\SOC.\Core.\AluInputAMUX.$procmux$2431_CMP0 ($eq).
Removed top 2 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 3) from port B of cell top.$flatten\SOC.\Core.\AluInputBMUX.$procmux$2431_CMP0 ($eq).
Removed top 1 bits (of 2) from mux cell top.$flatten\SOC.\Core.\Mdu.$procmux$2528 ($mux).
Removed top 1 bits (of 2) from port B of cell top.$flatten\SOC.\Core.\Mdu.$procmux$2526_CMP0 ($eq).
Removed top 1 bits (of 2) from mux cell top.$flatten\SOC.\Core.\Mdu.$procmux$2443 ($mux).
Removed top 1 bits (of 2) from port B of cell top.$flatten\SOC.\Core.\Mdu.$procmux$2441_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$3867_CMP0 ($eq).
Removed top 2 bits (of 7) from port B of cell top.$flatten\SOC.\Core.\Control_Unit.$procmux$3865_CMP0 ($eq).
Removed top 2 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$3861_CMP0 ($eq).
Removed top 1 bits (of 7) from port B of cell top.$flatten\SOC.\Core.\Control_Unit.$procmux$3806_CMP0 ($eq).
Removed top 1 bits (of 6) from mux cell top.$flatten\SOC.\Core.\Control_Unit.$procmux$3688 ($mux).
Removed top 1 bits (of 6) from mux cell top.$flatten\SOC.\Core.\Control_Unit.$procmux$3632 ($mux).
Removed top 3 bits (of 6) from mux cell top.$flatten\SOC.\Core.\Control_Unit.$procmux$3580 ($mux).
Removed top 3 bits (of 6) from mux cell top.$flatten\SOC.\Core.\Control_Unit.$procmux$3529 ($mux).
Removed top 3 bits (of 6) from mux cell top.$flatten\SOC.\Core.\Control_Unit.$procmux$3480 ($mux).
Removed top 1 bits (of 6) from mux cell top.$flatten\SOC.\Core.\Control_Unit.$procmux$3442 ($mux).
Removed top 3 bits (of 6) from mux cell top.$flatten\SOC.\Core.\Control_Unit.$procmux$3406 ($mux).
Removed top 5 bits (of 6) from mux cell top.$flatten\SOC.\Core.\Control_Unit.$procmux$3373 ($mux).
Removed top 3 bits (of 6) from mux cell top.$flatten\SOC.\Core.\Control_Unit.$procmux$3343 ($mux).
Removed top 3 bits (of 6) from mux cell top.$flatten\SOC.\Core.\Control_Unit.$procmux$3291 ($mux).
Removed top 5 bits (of 6) from mux cell top.$flatten\SOC.\Core.\Control_Unit.$procmux$3231 ($mux).
Removed top 5 bits (of 6) from mux cell top.$flatten\SOC.\Core.\Control_Unit.$procmux$3206 ($mux).
Removed top 4 bits (of 6) from port B of cell top.$flatten\SOC.\Core.\Control_Unit.$procmux$3107_CMP0 ($eq).
Removed top 3 bits (of 6) from port B of cell top.$flatten\SOC.\Core.\Control_Unit.$procmux$3080_CMP0 ($eq).
Removed top 5 bits (of 6) from port B of cell top.$flatten\SOC.\Core.\Control_Unit.$procmux$3000_CMP0 ($eq).
Removed top 4 bits (of 6) from port B of cell top.$flatten\SOC.\Core.\Control_Unit.$procmux$2999_CMP0 ($eq).
Removed top 1 bits (of 6) from port B of cell top.$flatten\SOC.\Core.\Control_Unit.$procmux$2997_CMP0 ($eq).
Removed top 1 bits (of 6) from port B of cell top.$flatten\SOC.\Core.\Control_Unit.$procmux$2995_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 1 bits (of 6) from port B of cell top.$flatten\SOC.\Core.\Control_Unit.$procmux$2989_CMP0 ($eq).
Removed top 3 bits (of 6) from port B of cell top.$flatten\SOC.\Core.\Control_Unit.$procmux$2976_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$2972_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 2 bits (of 6) from port B of cell top.$flatten\SOC.\Core.\Control_Unit.$procmux$2969_CMP0 ($eq).
Removed top 3 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 1 bits (of 6) from port B of cell top.$flatten\SOC.\Core.\Control_Unit.$procmux$2962_CMP0 ($eq).
Removed top 3 bits (of 6) from port B of cell top.$flatten\SOC.\Core.\Control_Unit.$procmux$2961_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$2956_CMP0 ($eq).
Removed top 2 bits (of 6) from port B of cell top.$flatten\SOC.\Core.\Control_Unit.$procmux$2948_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$2906_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 6) from port B of cell top.$flatten\SOC.\Core.\Control_Unit.$procmux$2853_CMP0 ($eq).
Removed top 1 bits (of 3) from mux cell top.$flatten\SOC.\Core.\Control_Unit.$procmux$2727 ($pmux).
Removed top 1 bits (of 3) from port B of cell top.$flatten\SOC.\Core.\Control_Unit.$procmux$2725_CMP0 ($eq).
Removed top 2 bits (of 3) from port B of cell top.$flatten\SOC.\Core.\Control_Unit.$procmux$2724_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$3988 ($mux).
Removed top 2 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 3) from port B of cell top.$flatten\SOC.\Core.\ALU_Control.$procmux$3984_CMP0 ($eq).
Removed top 1 bits (of 2) from port B of cell top.$flatten\SOC.\Core.\ALU_Control.$procmux$4000_CMP0 ($eq).
Removed top 3 bits (of 4) from port B of cell top.$flatten\SOC.\Core.\Alu.$procmux$4015_CMP0 ($eq).
Removed top 2 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 1 bits (of 4) from port B of cell top.$flatten\SOC.\Core.\Alu.$procmux$4012_CMP0 ($eq).
Removed top 2 bits (of 4) from port B of cell top.$flatten\SOC.\Core.\Alu.$procmux$4005_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$2674_CMP0 ($eq).
Removed top 2 bits (of 12) from port B of cell top.$flatten\SOC.\Core.\CSR_Unit.$procmux$2657_CMP0 ($eq).
Removed top 2 bits (of 12) from port B of cell top.$flatten\SOC.\Core.\CSR_Unit.$procmux$2646_CMP0 ($eq).
Removed top 2 bits (of 12) from port B of cell top.$flatten\SOC.\Core.\CSR_Unit.$procmux$2636_CMP0 ($eq).
Removed top 2 bits (of 12) from port B of cell top.$flatten\SOC.\Core.\CSR_Unit.$procmux$2627_CMP0 ($eq).
Removed top 2 bits (of 12) from port B of cell top.$flatten\SOC.\Core.\CSR_Unit.$procmux$2619_CMP0 ($eq).
Removed top 32 bits (of 64) from mux cell top.$flatten\SOC.\Core.\CSR_Unit.$procmux$2605 ($mux).
Removed cell top.$flatten\SOC.\Core.\CSR_Unit.$procmux$2602 ($mux).
Removed top 27 bits (of 32) from mux cell top.$flatten\SOC.\Memory.$procmux$1901 ($mux).
Removed top 27 bits (of 32) from mux cell top.$flatten\SOC.\Memory.$procmux$1907 ($mux).
Removed top 27 bits (of 32) from mux cell top.$flatten\SOC.\Memory.$procmux$1925 ($mux).
Removed top 27 bits (of 32) from mux cell top.$flatten\SOC.\Memory.$procmux$1853 ($mux).
Removed top 27 bits (of 32) from mux cell top.$flatten\SOC.\Memory.$procmux$1862 ($mux).
Removed top 26 bits (of 32) from wire top.$flatten\ResetBootSystem.$add$Risco-5/debug/reset.v:37$819_Y.
Removed top 1 bits (of 4) from wire top.$flatten\SOC.\Core.\ALU_Control.$procmux$3988_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$2605_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 3 bits (of 6) from wire top.$flatten\SOC.\Core.\Control_Unit.$12\nextstate[5:0].
Removed top 5 bits (of 6) from wire top.$flatten\SOC.\Core.\Control_Unit.$13\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 31 bits (of 32) from wire top.$flatten\SOC.\Core.\Control_Unit.$ternary$Risco-5/src/core/control_unit.v:586$82_Y.
Removed top 1 bits (of 2) from wire top.$flatten\SOC.\Core.\Mdu.$procmux$2443_Y.
Removed top 1 bits (of 2) from wire top.$flatten\SOC.\Core.\Mdu.$procmux$2528_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 27 bits (of 32) from wire top.$flatten\SOC.\Memory.$0$memwr$\memory$Risco-5/src/peripheral/memory.v:50$1365_ADDR[31:0]$1377.
Removed top 27 bits (of 32) from wire top.$flatten\SOC.\Memory.$0$memwr$\memory$Risco-5/src/peripheral/memory.v:52$1366_ADDR[31:0]$1374.
Removed top 27 bits (of 32) from wire top.$flatten\SOC.\Memory.$0$memwr$\memory$Risco-5/src/peripheral/memory.v:54$1367_ADDR[31:0]$1380.
Removed top 27 bits (of 32) from wire top.$flatten\SOC.\Memory.$2$memwr$\memory$Risco-5/src/peripheral/memory.v:50$1365_ADDR[31:0]$1397.
Removed top 27 bits (of 32) from wire top.$flatten\SOC.\Memory.$2$memwr$\memory$Risco-5/src/peripheral/memory.v:52$1366_ADDR[31:0]$1394.
Removed top 27 bits (of 32) from wire top.$flatten\SOC.\Memory.$2$memwr$\memory$Risco-5/src/peripheral/memory.v:54$1367_ADDR[31:0]$1400.
Removed top 27 bits (of 32) from wire top.$flatten\SOC.\Memory.$3$memwr$\memory$Risco-5/src/peripheral/memory.v:52$1366_ADDR[31:0]$1404.
Removed top 27 bits (of 32) from wire top.$flatten\SOC.\Memory.$3$memwr$\memory$Risco-5/src/peripheral/memory.v:54$1367_ADDR[31:0]$1407.
Removed top 2 bits (of 6) from wire top.$flatten\SOC.\Uart.\RX_FIFO.$0$memwr$\memory$Risco-5/src/peripheral/fifo.v:39$1506_ADDR[5:0]$1509.
Removed top 2 bits (of 6) from wire top.$flatten\SOC.\Uart.\RX_FIFO.$2$memwr$\memory$Risco-5/src/peripheral/fifo.v:39$1506_ADDR[5:0]$1518.
Removed top 26 bits (of 32) from wire top.$flatten\SOC.\Uart.\RX_FIFO.$add$Risco-5/src/peripheral/fifo.v:43$1529_Y.
Removed top 26 bits (of 32) from wire top.$flatten\SOC.\Uart.\RX_FIFO.$ternary$Risco-5/src/peripheral/fifo.v:43$1530_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$1506_ADDR[5:0]$1509.
Removed top 2 bits (of 6) from wire top.$flatten\SOC.\Uart.\TX_FIFO.$2$memwr$\memory$Risco-5/src/peripheral/fifo.v:39$1506_ADDR[5:0]$1518.
Removed top 26 bits (of 32) from wire top.$flatten\SOC.\Uart.\TX_FIFO.$add$Risco-5/src/peripheral/fifo.v:43$1529_Y.
Removed top 26 bits (of 32) from wire top.$flatten\SOC.\Uart.\TX_FIFO.$ternary$Risco-5/src/peripheral/fifo.v:43$1530_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$1475_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$1476_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$1477_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$1478_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$1421_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$1418_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$1419_Y.

24.15. Executing PEEPOPT pass (run peephole optimizers).

24.16. Executing OPT_CLEAN pass (remove unused cells and wires).
Finding unused cells or wires in module \top..
Removed 0 unused cells and 47 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$1507 ($memrd):
    Found 1 activation_patterns using ctrl signal { \SOC.Uart.RX_FIFO.empty $flatten\SOC.\Uart.$procmux$2027_CMP $flatten\SOC.\Uart.$ne$Risco-5/src/peripheral/uart.v:100$1348_Y }.
    No candidates found.
  Analyzing resource sharing options for $flatten\SOC.\Memory.$memrd$\memory$Risco-5/src/peripheral/memory.v:24$1368 ($memrd):
    Found 7 activation_patterns using ctrl signal { $flatten\SOC.\Memory.$procmux$1832_CMP $flatten\SOC.\Memory.$procmux$1831_CMP $flatten\SOC.\Memory.$procmux$1830_CMP $flatten\SOC.\Memory.$procmux$1829_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$4005_CMP $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$4013_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.\AluInputBMUX.$procmux$2431_CMP $auto$opt_reduce.cc:134:opt_pmux$4252 $auto$opt_reduce.cc:134:opt_pmux$4250 }.
    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$4005_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$4006_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$4007_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$fac210dc6e441ade6153a47dcf32d681f9d41bee\_80_mul for cells of type $__mul.
Using template $paramod$de927ffa49f2a1327665483e9418148a52f3d36b\_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$0c59eac522c8fc6cf582c390b8c4bd5bae1bb887\_80_mul for cells of type $__mul.
Using template $paramod$84e4af21b083f56ce59bb3210f4da5751fbe9bb3\_80_mul for cells of type $__mul.
Using template $paramod$7c1afd677c664a6f211892c24ab4c74153b5be67\$__MUL18X18 for cells of type $__MUL18X18.
[15%] Optimizing Phase 1 completed
Using template $paramod$bef2a6330e4e8c17c10f220fb2d17af741212f04\$__MUL18X18 for cells of type $__MUL18X18.
Using template $paramod$e5ade21dea2c4d51df0cdca72b2a93a08fd8e7d1\$__MUL18X18 for cells of type $__MUL18X18.
Using template $paramod$ab0a030b3329c9db46a487d220064a2a8467942a\$__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[0].mul.$add$/eda/oss-cad-suite/lib/../share/yosys/mul2dsp.v:230$4650 ($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.last.$add$/eda/oss-cad-suite/lib/../share/yosys/mul2dsp.v:230$4647 ($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$4644 ($add).
  creating $macc model for $flatten\ResetBootSystem.$add$Risco-5/debug/reset.v:37$819 ($add).
  creating $macc model for $flatten\SOC.\Core.$add$Risco-5/src/core/core.v:167$966 ($add).
  creating $macc model for $flatten\SOC.\Core.$sub$Risco-5/src/core/core.v:165$965 ($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$472 ($add).
  creating $macc model for $flatten\SOC.\GPIOS.\Pwm1.$add$Risco-5/src/peripheral/pwm.v:21$472 ($add).
  creating $macc model for $flatten\SOC.\Uart.$add$Risco-5/src/peripheral/uart.v:102$1350 ($add).
  creating $macc model for $flatten\SOC.\Uart.\RX_FIFO.$add$Risco-5/src/peripheral/fifo.v:38$1521 ($add).
  creating $macc model for $flatten\SOC.\Uart.\RX_FIFO.$add$Risco-5/src/peripheral/fifo.v:40$1523 ($add).
  creating $macc model for $flatten\SOC.\Uart.\RX_FIFO.$add$Risco-5/src/peripheral/fifo.v:43$1529 ($add).
  creating $macc model for $flatten\SOC.\Uart.\RX_FIFO.$sub$Risco-5/src/peripheral/fifo.v:42$1527 ($sub).
  creating $macc model for $flatten\SOC.\Uart.\TX_FIFO.$add$Risco-5/src/peripheral/fifo.v:38$1521 ($add).
  creating $macc model for $flatten\SOC.\Uart.\TX_FIFO.$add$Risco-5/src/peripheral/fifo.v:40$1523 ($add).
  creating $macc model for $flatten\SOC.\Uart.\TX_FIFO.$add$Risco-5/src/peripheral/fifo.v:43$1529 ($add).
  creating $macc model for $flatten\SOC.\Uart.\TX_FIFO.$sub$Risco-5/src/peripheral/fifo.v:42$1527 ($sub).
  creating $macc model for $flatten\SOC.\Uart.\i_uart_rx.$add$Risco-5/src/peripheral/uart_rx.v:149$1489 ($add).
  creating $macc model for $flatten\SOC.\Uart.\i_uart_rx.$add$Risco-5/src/peripheral/uart_rx.v:174$1500 ($add).
  creating $macc model for $flatten\SOC.\Uart.\i_uart_tx.$add$Risco-5/src/peripheral/uart_tx.v:135$1438 ($add).
  creating $macc model for $flatten\SOC.\Uart.\i_uart_tx.$add$Risco-5/src/peripheral/uart_tx.v:152$1449 ($add).
  creating $alu model for $macc $flatten\SOC.\Uart.\i_uart_tx.$add$Risco-5/src/peripheral/uart_tx.v:152$1449.
  creating $alu model for $macc $flatten\SOC.\Uart.\i_uart_tx.$add$Risco-5/src/peripheral/uart_tx.v:135$1438.
  creating $alu model for $macc $flatten\SOC.\Uart.\i_uart_rx.$add$Risco-5/src/peripheral/uart_rx.v:174$1500.
  creating $alu model for $macc $flatten\SOC.\Uart.\i_uart_rx.$add$Risco-5/src/peripheral/uart_rx.v:149$1489.
  creating $alu model for $macc $flatten\SOC.\Uart.\TX_FIFO.$sub$Risco-5/src/peripheral/fifo.v:42$1527.
  creating $alu model for $macc $flatten\SOC.\Uart.\TX_FIFO.$add$Risco-5/src/peripheral/fifo.v:43$1529.
  creating $alu model for $macc $flatten\SOC.\Uart.\TX_FIFO.$add$Risco-5/src/peripheral/fifo.v:40$1523.
  creating $alu model for $macc $flatten\SOC.\Uart.\TX_FIFO.$add$Risco-5/src/peripheral/fifo.v:38$1521.
  creating $alu model for $macc $flatten\SOC.\Uart.\RX_FIFO.$sub$Risco-5/src/peripheral/fifo.v:42$1527.
  creating $alu model for $macc $flatten\SOC.\Uart.\RX_FIFO.$add$Risco-5/src/peripheral/fifo.v:43$1529.
  creating $alu model for $macc $flatten\SOC.\Uart.\RX_FIFO.$add$Risco-5/src/peripheral/fifo.v:40$1523.
  creating $alu model for $macc $flatten\SOC.\Uart.\RX_FIFO.$add$Risco-5/src/peripheral/fifo.v:38$1521.
  creating $alu model for $macc $flatten\SOC.\Uart.$add$Risco-5/src/peripheral/uart.v:102$1350.
  creating $alu model for $macc $flatten\SOC.\GPIOS.\Pwm1.$add$Risco-5/src/peripheral/pwm.v:21$472.
  creating $alu model for $macc $flatten\SOC.\GPIOS.\Pwm0.$add$Risco-5/src/peripheral/pwm.v:21$472.
  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$965.
  creating $alu model for $macc $flatten\SOC.\Core.$add$Risco-5/src/core/core.v:167$966.
  creating $alu model for $macc $flatten\ResetBootSystem.$add$Risco-5/debug/reset.v:37$819.
  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$4644.
  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$4647.
  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$4650.
  creating $alu model for $flatten\ResetBootSystem.$lt$Risco-5/debug/reset.v:36$818 ($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$471 ($lt): new $alu
  creating $alu model for $flatten\SOC.\GPIOS.\Pwm0.$lt$Risco-5/src/peripheral/pwm.v:27$473 ($lt): new $alu
  creating $alu model for $flatten\SOC.\GPIOS.\Pwm1.$lt$Risco-5/src/peripheral/pwm.v:20$471 ($lt): new $alu
  creating $alu model for $flatten\SOC.\GPIOS.\Pwm1.$lt$Risco-5/src/peripheral/pwm.v:27$473 ($lt): new $alu
  creating $alu model for $flatten\ResetBootSystem.$eq$Risco-5/debug/reset.v:38$820 ($eq): merged with $flatten\ResetBootSystem.$lt$Risco-5/debug/reset.v:36$818.
  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$473: $auto$alumacc.cc:485:replace_alu$4665
  creating $alu cell for $flatten\SOC.\GPIOS.\Pwm1.$lt$Risco-5/src/peripheral/pwm.v:20$471: $auto$alumacc.cc:485:replace_alu$4676
  creating $alu cell for $flatten\SOC.\GPIOS.\Pwm0.$lt$Risco-5/src/peripheral/pwm.v:27$473: $auto$alumacc.cc:485:replace_alu$4687
  creating $alu cell for $flatten\SOC.\GPIOS.\Pwm0.$lt$Risco-5/src/peripheral/pwm.v:20$471: $auto$alumacc.cc:485:replace_alu$4698
  creating $alu cell for $flatten\SOC.\Core.\Mdu.$le$Risco-5/src/core/mdu.v:115$151: $auto$alumacc.cc:485:replace_alu$4709
  creating $alu cell for $flatten\ResetBootSystem.$lt$Risco-5/debug/reset.v:36$818, $flatten\ResetBootSystem.$eq$Risco-5/debug/reset.v:38$820: $auto$alumacc.cc:485:replace_alu$4722
  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$4650: $auto$alumacc.cc:485:replace_alu$4733
  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$4647: $auto$alumacc.cc:485:replace_alu$4736
  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$4644: $auto$alumacc.cc:485:replace_alu$4739
  creating $alu cell for $flatten\ResetBootSystem.$add$Risco-5/debug/reset.v:37$819: $auto$alumacc.cc:485:replace_alu$4742
  creating $alu cell for $flatten\SOC.\Core.$add$Risco-5/src/core/core.v:167$966: $auto$alumacc.cc:485:replace_alu$4745
  creating $alu cell for $flatten\SOC.\Core.$sub$Risco-5/src/core/core.v:165$965: $auto$alumacc.cc:485:replace_alu$4748
  creating $alu cell for $flatten\SOC.\Core.\Alu.$add$Risco-5/src/core/alu.v:33$14: $auto$alumacc.cc:485:replace_alu$4751
  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$4754
  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$4767
  creating $alu cell for $flatten\SOC.\Core.\Mdu.$neg$Risco-5/src/core/mdu.v:127$158: $auto$alumacc.cc:485:replace_alu$4770
  creating $alu cell for $flatten\SOC.\Core.\Mdu.$neg$Risco-5/src/core/mdu.v:129$160: $auto$alumacc.cc:485:replace_alu$4773
  creating $alu cell for $flatten\SOC.\Core.\Mdu.$neg$Risco-5/src/core/mdu.v:97$134: $auto$alumacc.cc:485:replace_alu$4776
  creating $alu cell for $flatten\SOC.\Core.\Mdu.$neg$Risco-5/src/core/mdu.v:98$138: $auto$alumacc.cc:485:replace_alu$4779
  creating $alu cell for $flatten\SOC.\Core.\Mdu.$sub$Risco-5/src/core/mdu.v:116$152: $auto$alumacc.cc:485:replace_alu$4782
  creating $alu cell for $flatten\SOC.\GPIOS.\Pwm0.$add$Risco-5/src/peripheral/pwm.v:21$472: $auto$alumacc.cc:485:replace_alu$4785
  creating $alu cell for $flatten\SOC.\GPIOS.\Pwm1.$add$Risco-5/src/peripheral/pwm.v:21$472: $auto$alumacc.cc:485:replace_alu$4788
  creating $alu cell for $flatten\SOC.\Uart.$add$Risco-5/src/peripheral/uart.v:102$1350: $auto$alumacc.cc:485:replace_alu$4791
  creating $alu cell for $flatten\SOC.\Uart.\RX_FIFO.$add$Risco-5/src/peripheral/fifo.v:38$1521: $auto$alumacc.cc:485:replace_alu$4794
  creating $alu cell for $flatten\SOC.\Uart.\RX_FIFO.$add$Risco-5/src/peripheral/fifo.v:40$1523: $auto$alumacc.cc:485:replace_alu$4797
  creating $alu cell for $flatten\SOC.\Uart.\RX_FIFO.$add$Risco-5/src/peripheral/fifo.v:43$1529: $auto$alumacc.cc:485:replace_alu$4800
  creating $alu cell for $flatten\SOC.\Uart.\RX_FIFO.$sub$Risco-5/src/peripheral/fifo.v:42$1527: $auto$alumacc.cc:485:replace_alu$4803
  creating $alu cell for $flatten\SOC.\Uart.\TX_FIFO.$add$Risco-5/src/peripheral/fifo.v:38$1521: $auto$alumacc.cc:485:replace_alu$4806
  creating $alu cell for $flatten\SOC.\Uart.\TX_FIFO.$add$Risco-5/src/peripheral/fifo.v:40$1523: $auto$alumacc.cc:485:replace_alu$4809
  creating $alu cell for $flatten\SOC.\Uart.\TX_FIFO.$add$Risco-5/src/peripheral/fifo.v:43$1529: $auto$alumacc.cc:485:replace_alu$4812
  creating $alu cell for $flatten\SOC.\Uart.\TX_FIFO.$sub$Risco-5/src/peripheral/fifo.v:42$1527: $auto$alumacc.cc:485:replace_alu$4815
  creating $alu cell for $flatten\SOC.\Uart.\i_uart_rx.$add$Risco-5/src/peripheral/uart_rx.v:149$1489: $auto$alumacc.cc:485:replace_alu$4818
  creating $alu cell for $flatten\SOC.\Uart.\i_uart_rx.$add$Risco-5/src/peripheral/uart_rx.v:174$1500: $auto$alumacc.cc:485:replace_alu$4821
  creating $alu cell for $flatten\SOC.\Uart.\i_uart_tx.$add$Risco-5/src/peripheral/uart_tx.v:135$1438: $auto$alumacc.cc:485:replace_alu$4824
  creating $alu cell for $flatten\SOC.\Uart.\i_uart_tx.$add$Risco-5/src/peripheral/uart_tx.v:152$1449: $auto$alumacc.cc:485:replace_alu$4827
  created 35 $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).

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).
[25%] Optimizing Phase 2 completed
Running inference ...
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.GPIOS.address [6:2]).
  Merging ports 0, 2 (address \SOC.GPIOS.address [6: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).
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
[30%] Inferring Phase 0 completed
[40%] Inferring Phase 1 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$514fc941ac1ae997c717a8e6a1180ed8e0cf8fa9\$__TRELLIS_DPR16X4_ for cells of type $__TRELLIS_DPR16X4_.
Using template $paramod$04778961cc1285a5efea28f98f28381eb2862208\$__TRELLIS_DPR16X4_ for cells of type $__TRELLIS_DPR16X4_.
Using template $paramod$ad8eda0ac04584c80041382f18acc83bd7cf2460\$__TRELLIS_DPR16X4_ for cells of type $__TRELLIS_DPR16X4_.
Using template $paramod$f458c10c6c2555868d055fd78c4dddde09fb9ee6\$__TRELLIS_DPR16X4_ for cells of type $__TRELLIS_DPR16X4_.
Using template $paramod$794d4b3a9b67efbbe66bd5480f9e760642c9fd0f\$__TRELLIS_DPR16X4_ for cells of type $__TRELLIS_DPR16X4_.
Using template $paramod$401c6701ad06c89ced83dc458f3b90b7cc08ca12\$__TRELLIS_DPR16X4_ for cells of type $__TRELLIS_DPR16X4_.
Using template $paramod$e6e931acfb19b62a7006279f4af5899ed81aa39b\$__TRELLIS_DPR16X4_ for cells of type $__TRELLIS_DPR16X4_.
Using template $paramod$29182684153f2fb5ebfb27a421b2c2469028f00f\$__TRELLIS_DPR16X4_ for cells of type $__TRELLIS_DPR16X4_.
Using template $paramod$a286033e7753bc4ebe3b505fa5642ab810e63837\$__TRELLIS_DPR16X4_ for cells of type $__TRELLIS_DPR16X4_.
Using template $paramod$4cba2198ec7ad230820532105d9be1af3b14d6ee\$__TRELLIS_DPR16X4_ for cells of type $__TRELLIS_DPR16X4_.
Using template $paramod$885f339e618a6d3e49342a71b24df65f08b7749f\$__TRELLIS_DPR16X4_ for cells of type $__TRELLIS_DPR16X4_.
Using template $paramod$15a30c0adea1773747fb1e5409402feaeb43e8db\$__TRELLIS_DPR16X4_ for cells of type $__TRELLIS_DPR16X4_.
Using template $paramod$2222d9b7c61243c9bb79b209f46f9e0fe8e064a1\$__TRELLIS_DPR16X4_ for cells of type $__TRELLIS_DPR16X4_.
Using template $paramod$52ac46df0c79e47d52bcbca72d67a7d0abe0fc40\$__TRELLIS_DPR16X4_ for cells of type $__TRELLIS_DPR16X4_.
Using template $paramod$a5683bd256b1c48ab6324bd8811d61a4f852df7f\$__TRELLIS_DPR16X4_ for cells of type $__TRELLIS_DPR16X4_.
Using template $paramod$d7e07a2ca5f4ebc06480108dd0fbd70d117841a2\$__TRELLIS_DPR16X4_ for cells of type $__TRELLIS_DPR16X4_.
Using template $paramod$dd6769d6be4b97c08c655314d974b149d05ec29a\$__TRELLIS_DPR16X4_ for cells of type $__TRELLIS_DPR16X4_.
Using template $paramod$2981816adfcb6e17bcbba8ea14bfc7c9a6fe3086\$__TRELLIS_DPR16X4_ for cells of type $__TRELLIS_DPR16X4_.
No more expansions possible.
<suppressed ~307 debug messages>

24.28. Executing OPT pass (performing simple optimizations).

24.28.1. Executing OPT_EXPR pass (perform const folding).
Optimizing module top.
<suppressed ~294 debug messages>

24.28.2. Executing OPT_MERGE pass (detect identical cells).
[50%] Inferring Phase 2 completed
[55%] Inferring Phase 3 completed
Running technical mapping ...
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).
Adding SRST signal on $auto$ff.cc:266:slice$4571 ($dffe) from module top (D = $flatten\ResetBootSystem.$procmux$2692_Y, Q = \ResetBootSystem.counter, rval = 6'000000).
Adding SRST signal on $auto$ff.cc:266:slice$4489 ($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$4475 ($dffe) from module top (D = $flatten\SOC.\Core.\Mdu.$procmux$2460_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 619 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$5237 ($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$5233 ($sdffce) from module top (D = $auto$wreduce.cc:461:run$4595 [5:0], Q = \ResetBootSystem.counter, rval = 6'000000).
Setting constant 0-bit at position 0 on $auto$ff.cc:266:slice$5236 ($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).
Adding SRST signal on $auto$ff.cc:266:slice$5239 ($dffe) from module top (D = $flatten\SOC.\Core.\Mdu.$procmux$2460_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$4940: $auto$rtlil.cc:2489:ReduceOr$4934 -> 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$4925:
      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$4926
      New ports: A=\SOC.Memory.buffer [31:16], B=\SOC.Core.register_data_2 [31:16], Y=$auto$rtlil.cc:2603:Mux$4926 [31:16]
      New connections: $auto$rtlil.cc:2603:Mux$4926 [15:0] = \SOC.Core.register_data_2 [15:0]
    New ctrl vector for $pmux cell $flatten\ResetBootSystem.$procmux$2701: { $flatten\ResetBootSystem.$procmux$2696_CMP $flatten\ResetBootSystem.$procmux$2695_CMP }
    Consolidated identical input bits for $mux cell $flatten\ResetBootSystem.$procmux$2704:
      Old ports: A=2'00, B=2'10, Y=$flatten\ResetBootSystem.$procmux$2704_Y
      New ports: A=1'0, B=1'1, Y=$flatten\ResetBootSystem.$procmux$2704_Y [1]
      New connections: $flatten\ResetBootSystem.$procmux$2704_Y [0] = 1'0
    Consolidated identical input bits for $mux cell $flatten\SOC.\Core.\ALU_Control.$procmux$3980:
      Old ports: A=4'1001, B=4'0011, Y=$flatten\SOC.\Core.\ALU_Control.$procmux$3980_Y
      New ports: A=2'10, B=2'01, Y={ $flatten\SOC.\Core.\ALU_Control.$procmux$3980_Y [3] $flatten\SOC.\Core.\ALU_Control.$procmux$3980_Y [1] }
      New connections: { $flatten\SOC.\Core.\ALU_Control.$procmux$3980_Y [2] $flatten\SOC.\Core.\ALU_Control.$procmux$3980_Y [0] } = 2'01
    Consolidated identical input bits for $mux cell $flatten\SOC.\Core.\ALU_Control.$procmux$3988:
      Old ports: A=3'010, B=3'110, Y=$auto$wreduce.cc:461:run$4596 [2:0]
      New ports: A=1'0, B=1'1, Y=$auto$wreduce.cc:461:run$4596 [2]
      New connections: $auto$wreduce.cc:461:run$4596 [1:0] = 2'10
    Consolidated identical input bits for $pmux cell $flatten\SOC.\Core.\Control_Unit.$procmux$2898:
      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$3124:
      Old ports: A=2'00, B=2'10, Y=\SOC.Core.lorD
      New ports: A=1'0, B=1'1, Y=\SOC.Core.lorD [1]
      New connections: \SOC.Core.lorD [0] = 1'0
    Consolidated identical input bits for $mux cell $flatten\SOC.\Core.\Control_Unit.$procmux$3215:
      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$3250:
      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$3406:
      Old ports: A=3'011, B=3'100, Y=$auto$wreduce.cc:461:run$4603 [2:0]
      New ports: A=2'01, B=2'10, Y={ $auto$wreduce.cc:461:run$4603 [2] $auto$wreduce.cc:461:run$4603 [0] }
      New connections: $auto$wreduce.cc:461:run$4603 [1] = $auto$wreduce.cc:461:run$4603 [0]
    Consolidated identical input bits for $mux cell $flatten\SOC.\Core.\Control_Unit.$procmux$3442:
      Old ports: A=5'00000, B=5'10010, Y=$auto$wreduce.cc:461:run$4602 [4:0]
      New ports: A=1'0, B=1'1, Y=$auto$wreduce.cc:461:run$4602 [1]
      New connections: { $auto$wreduce.cc:461:run$4602 [4:2] $auto$wreduce.cc:461:run$4602 [0] } = { $auto$wreduce.cc:461:run$4602 [1] 3'000 }
    Consolidated identical input bits for $mux cell $flatten\SOC.\Core.\Control_Unit.$procmux$3480:
      Old ports: A=3'110, B=3'000, Y=$auto$wreduce.cc:461:run$4601 [2:0]
      New ports: A=1'1, B=1'0, Y=$auto$wreduce.cc:461:run$4601 [1]
      New connections: { $auto$wreduce.cc:461:run$4601 [2] $auto$wreduce.cc:461:run$4601 [0] } = { $auto$wreduce.cc:461:run$4601 [1] 1'0 }
    Consolidated identical input bits for $mux cell $flatten\SOC.\Core.\Control_Unit.$procmux$3529:
      Old ports: A=3'101, B=3'000, Y=$auto$wreduce.cc:461:run$4612 [2:0]
      New ports: A=1'1, B=1'0, Y=$auto$wreduce.cc:461:run$4612 [0]
      New connections: $auto$wreduce.cc:461:run$4612 [2:1] = { $auto$wreduce.cc:461:run$4612 [0] 1'0 }
    Consolidated identical input bits for $mux cell $flatten\SOC.\Core.\Control_Unit.$procmux$3632:
      Old ports: A=5'00101, B=5'11000, Y=$auto$wreduce.cc:461:run$4610 [4:0]
      New ports: A=2'01, B=2'10, Y={ $auto$wreduce.cc:461:run$4610 [3] $auto$wreduce.cc:461:run$4610 [0] }
      New connections: { $auto$wreduce.cc:461:run$4610 [4] $auto$wreduce.cc:461:run$4610 [2:1] } = { $auto$wreduce.cc:461:run$4610 [3] $auto$wreduce.cc:461:run$4610 [0] 1'0 }
    Consolidated identical input bits for $mux cell $flatten\SOC.\Core.\Control_Unit.$procmux$3688:
      Old ports: A=5'00011, B=5'10110, Y=$auto$wreduce.cc:461:run$4609 [4:0]
      New ports: A=2'01, B=2'10, Y={ $auto$wreduce.cc:461:run$4609 [2] $auto$wreduce.cc:461:run$4609 [0] }
      New connections: { $auto$wreduce.cc:461:run$4609 [4:3] $auto$wreduce.cc:461:run$4609 [1] } = { $auto$wreduce.cc:461:run$4609 [2] 2'01 }
    Consolidated identical input bits for $mux cell $flatten\SOC.\Core.\Control_Unit.$procmux$3742:
      Old ports: A={ 1'0 $auto$wreduce.cc:461:run$4610 [4:0] }, B={ 1'0 $auto$wreduce.cc:461:run$4609 [4:0] }, Y=$flatten\SOC.\Core.\Control_Unit.$5\nextstate[5:0]
      New ports: A=$auto$wreduce.cc:461:run$4610 [4:0], B=$auto$wreduce.cc:461:run$4609 [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$3803:
      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$3922:
      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$3928: { $flatten\SOC.\Core.\Control_Unit.$procmux$3109_CMP \SOC.Core.Control_Unit.ir_write $flatten\SOC.\Core.\Control_Unit.$procmux$3000_CMP $flatten\SOC.\Core.\Control_Unit.$procmux$2999_CMP $flatten\SOC.\Core.\Control_Unit.$procmux$3107_CMP $flatten\SOC.\Core.\Control_Unit.$procmux$3080_CMP $flatten\SOC.\Core.\Control_Unit.$procmux$2972_CMP $auto$opt_reduce.cc:134:opt_pmux$4202 $flatten\SOC.\Core.\Control_Unit.$procmux$2855_CMP $flatten\SOC.\Core.\Control_Unit.$procmux$2912_CMP $flatten\SOC.\Core.\Control_Unit.$procmux$2963_CMP $flatten\SOC.\Core.\Control_Unit.$procmux$2997_CMP $flatten\SOC.\Core.\Control_Unit.$procmux$2854_CMP $flatten\SOC.\Core.\Control_Unit.$procmux$2911_CMP $flatten\SOC.\Core.\Control_Unit.$procmux$2995_CMP $flatten\SOC.\Core.\Control_Unit.$procmux$2853_CMP $flatten\SOC.\Core.\Control_Unit.$procmux$2910_CMP $flatten\SOC.\Core.\Control_Unit.$procmux$2908_CMP $flatten\SOC.\Core.\Control_Unit.$procmux$2907_CMP $auto$opt_reduce.cc:134:opt_pmux$5278 $flatten\SOC.\Core.\Control_Unit.$procmux$2989_CMP $flatten\SOC.\Core.\Control_Unit.$procmux$2905_CMP $auto$opt_reduce.cc:134:opt_pmux$5276 $flatten\SOC.\Core.\Control_Unit.$procmux$2984_CMP $flatten\SOC.\Core.\Control_Unit.$procmux$2775_CMP $flatten\SOC.\Core.\Control_Unit.$procmux$2983_CMP $flatten\SOC.\Core.\Control_Unit.$procmux$2851_CMP $flatten\SOC.\Core.\Control_Unit.$procmux$2902_CMP $flatten\SOC.\Core.\Control_Unit.$procmux$2901_CMP $flatten\SOC.\Core.\Control_Unit.$procmux$2980_CMP $flatten\SOC.\Core.\Control_Unit.$procmux$2900_CMP $flatten\SOC.\Core.\Control_Unit.$procmux$2899_CMP $flatten\SOC.\Core.\Control_Unit.$procmux$2977_CMP $flatten\SOC.\Core.\Control_Unit.$procmux$2774_CMP \SOC.Core.Mdu.start $flatten\SOC.\Core.\Control_Unit.$procmux$2967_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$2585:
      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$2457:
      Old ports: A={ 1'0 $flatten\SOC.\Core.\Mdu.$procmux$2460_Y [62:31] 31'0000000000000000000000000000000 }, B={ 2'00 \SOC.Core.Mdu.divisor [62:1] }, Y=$flatten\SOC.\Core.\Mdu.$procmux$2457_Y
      New ports: A={ $flatten\SOC.\Core.\Mdu.$procmux$2460_Y [62:31] 31'0000000000000000000000000000000 }, B={ 1'0 \SOC.Core.Mdu.divisor [62:1] }, Y=$flatten\SOC.\Core.\Mdu.$procmux$2457_Y [62:0]
      New connections: $flatten\SOC.\Core.\Mdu.$procmux$2457_Y [63] = 1'0
    Consolidated identical input bits for $pmux cell $flatten\SOC.\Memory.$procmux$1828:
      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$2102: $auto$opt_reduce.cc:134:opt_pmux$5280
    New ctrl vector for $pmux cell $flatten\SOC.\Uart.$procmux$2116: { $flatten\SOC.\Uart.$procmux$2110_CMP $flatten\SOC.\Uart.$procmux$2052_CMP $auto$opt_reduce.cc:134:opt_pmux$5282 $flatten\SOC.\Uart.$procmux$2033_Y }
    Consolidated identical input bits for $pmux cell $flatten\SOC.\Uart.$procmux$2133:
      Old ports: A=4'0001, B=16'0110011110001001, Y=$flatten\SOC.\Uart.$procmux$2133_Y
      New ports: A=3'001, B=12'010011100101, Y={ $flatten\SOC.\Uart.$procmux$2133_Y [3] $flatten\SOC.\Uart.$procmux$2133_Y [1:0] }
      New connections: $flatten\SOC.\Uart.$procmux$2133_Y [2] = $flatten\SOC.\Uart.$procmux$2133_Y [1]
    Consolidated identical input bits for $pmux cell $flatten\SOC.\Uart.\i_uart_rx.$procmux$1684:
      Old ports: A=3'000, B={ 2'00 $auto$wreduce.cc:461:run$4634 [0] 1'0 $auto$wreduce.cc:461:run$4635 [1:0] 2'01 \SOC.Uart.i_uart_rx.payload_done 1'0 $auto$wreduce.cc:461:run$4637 [1:0] }, Y=\SOC.Uart.i_uart_rx.n_fsm_state
      New ports: A=2'00, B={ 1'0 $auto$wreduce.cc:461:run$4634 [0] $auto$wreduce.cc:461:run$4635 [1:0] 1'1 \SOC.Uart.i_uart_rx.payload_done $auto$wreduce.cc:461:run$4637 [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$1478:
      Old ports: A=2'11, B=2'00, Y=$auto$wreduce.cc:461:run$4637 [1:0]
      New ports: A=1'1, B=1'0, Y=$auto$wreduce.cc:461:run$4637 [0]
      New connections: $auto$wreduce.cc:461:run$4637 [1] = $auto$wreduce.cc:461:run$4637 [0]
    Consolidated identical input bits for $pmux cell $flatten\SOC.\Uart.\i_uart_tx.$procmux$1821:
      Old ports: A=3'000, B={ 2'00 \SOC.Uart.uart_tx_en 1'0 $auto$wreduce.cc:461:run$4640 [1:0] 2'01 \SOC.Uart.i_uart_tx.payload_done 1'0 $auto$wreduce.cc:461:run$4638 [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$4640 [1:0] 1'1 \SOC.Uart.i_uart_tx.payload_done $auto$wreduce.cc:461:run$4638 [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$1421:
      Old ports: A=2'11, B=2'00, Y=$auto$wreduce.cc:461:run$4638 [1:0]
      New ports: A=1'1, B=1'0, Y=$auto$wreduce.cc:461:run$4638 [0]
      New connections: $auto$wreduce.cc:461:run$4638 [1] = $auto$wreduce.cc:461:run$4638 [0]
    New input vector for $reduce_or cell $auto$opt_reduce.cc:128:opt_pmux$5275: { $flatten\SOC.\Core.\Control_Unit.$procmux$2903_CMP $flatten\SOC.\Core.\Control_Unit.$procmux$2904_CMP $flatten\SOC.\Core.\Control_Unit.$procmux$2906_CMP }
    New input vector for $reduce_or cell $auto$opt_reduce.cc:128:opt_pmux$5281: { $flatten\SOC.\Uart.$procmux$2080_CMP $flatten\SOC.\Uart.$procmux$2079_CMP $flatten\SOC.\Uart.$procmux$2078_CMP $flatten\SOC.\Uart.$procmux$2077_CMP $flatten\SOC.\Uart.$procmux$2027_CMP $flatten\SOC.\Uart.$procmux$2008_CMP }
  Optimizing cells in module \top.
    Consolidated identical input bits for $mux cell $auto$memory_share.cc:273:consolidate_wr_by_addr$4929:
      Old ports: A=$auto$rtlil.cc:2603:Mux$4926, B={ \SOC.Memory.buffer [31:8] \SOC.Core.register_data_2 [7:0] }, Y=$auto$rtlil.cc:2603:Mux$4930
      New ports: A={ $auto$rtlil.cc:2603:Mux$4926 [31:16] \SOC.Core.register_data_2 [15:8] }, B=\SOC.Memory.buffer [31:8], Y=$auto$rtlil.cc:2603:Mux$4930 [31:8]
      New connections: $auto$rtlil.cc:2603:Mux$4930 [7:0] = \SOC.Core.register_data_2 [7:0]
    Consolidated identical input bits for $mux cell $flatten\ResetBootSystem.$procmux$2710:
      Old ports: A=2'00, B=$flatten\ResetBootSystem.$procmux$2704_Y, Y=$flatten\ResetBootSystem.$procmux$2710_Y
      New ports: A=1'0, B=$flatten\ResetBootSystem.$procmux$2704_Y [1], Y=$flatten\ResetBootSystem.$procmux$2710_Y [1]
      New connections: $flatten\ResetBootSystem.$procmux$2710_Y [0] = 1'0
    Consolidated identical input bits for $mux cell $flatten\SOC.\Core.\Control_Unit.$procmux$3270:
      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$3858:
      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$2138:
      Old ports: A=4'0000, B=$flatten\SOC.\Uart.$procmux$2133_Y, Y=$flatten\SOC.\Uart.$procmux$2138_Y
      New ports: A=3'000, B={ $flatten\SOC.\Uart.$procmux$2133_Y [3] $flatten\SOC.\Uart.$procmux$2133_Y [1:0] }, Y={ $flatten\SOC.\Uart.$procmux$2138_Y [3] $flatten\SOC.\Uart.$procmux$2138_Y [1:0] }
      New connections: $flatten\SOC.\Uart.$procmux$2138_Y [2] = $flatten\SOC.\Uart.$procmux$2138_Y [1]
  Optimizing cells in module \top.
Performed a total of 41 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).
Adding SRST signal on $auto$ff.cc:266:slice$4414 ($dffe) from module top (D = $flatten\SOC.\Uart.$add$Risco-5/src/peripheral/uart.v:102$1350_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 ~4 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$3742:
      Old ports: A={ $auto$wreduce.cc:461:run$4609 [4] $auto$wreduce.cc:461:run$4609 [4] $auto$wreduce.cc:461:run$4609 [0] 1'0 $auto$wreduce.cc:461:run$4609 [0] }, B={ $auto$wreduce.cc:461:run$4609 [4] 1'0 $auto$wreduce.cc:461:run$4609 [4] 1'1 $auto$wreduce.cc:461:run$4609 [0] }, Y=$flatten\SOC.\Core.\Control_Unit.$5\nextstate[5:0] [4:0]
      New ports: A={ $auto$wreduce.cc:461:run$4609 [4] $auto$wreduce.cc:461:run$4609 [0] 1'0 }, B={ 1'0 $auto$wreduce.cc:461:run$4609 [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$4609 [4] $auto$wreduce.cc:461:run$4609 [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]$5265 ($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]$5263 ($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]$5249 ($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]$5247 ($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$4324 ($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 5 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 $not.
Using extmapper simplemap for cells of type $reduce_or.
Using extmapper simplemap for cells of type $dffe.
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$fbc7873bff55778c0b3173955b7e4bce1d9d6834\_80_ecp5_alu for cells of type $alu.
Using extmapper simplemap for cells of type $or.
Using extmapper simplemap for cells of type $reduce_and.
Using template $paramod$32efbfac1c4dc57230cf86180788fdfd12e3b511\_80_ecp5_alu for cells of type $alu.
Using extmapper simplemap for cells of type $sdffce.
Using template $paramod$8a99b868050f542c83270fc93de09787e35f2c64\_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$824a2ca00d29d886599434cf8ea60471635f2955\_90_demux for cells of type $demux.
Using extmapper simplemap for cells of type $and.
Using extmapper simplemap for cells of type $dff.
Using template $paramod$2126a3039e9678f6a4bd73d35a1f58ee2616afb2\_80_ecp5_alu for cells of type $alu.
Using template $paramod$6a42b6fefed750f8a1c58eab59479d960557103c\_80_ecp5_alu for cells of type $alu.
Using extmapper simplemap for cells of type $sdff.
Using template $paramod$3ef7d3dd227da7627a99c5e5a6a4deb817573e39\_90_alu for cells of type $alu.
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$19e9557905baa9d3741d0daa66e2ef076e9bab7d\_90_pmux for cells of type $pmux.
[60%] Tech-Mapping Phase 0 completed
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$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 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.
[65%] Tech-Mapping Phase 1 completed
[75%] Tech-Mapping Phase 2 completed
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'00000000000000000000000000000011 for cells of type $lcu.
Using template $paramod\_90_lcu_brent_kung\WIDTH=32'00000000000000000000000000000100 for cells of type $lcu.
No more expansions possible.
<suppressed ~4972 debug messages>

24.32. Executing OPT pass (performing simple optimizations).

24.32.1. Executing OPT_EXPR pass (perform const folding).
Optimizing module top.
<suppressed ~5347 debug messages>

24.32.2. Executing OPT_MERGE pass (detect identical cells).
Finding identical cells in module `\top'.
<suppressed ~5004 debug messages>
Removed a total of 1668 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 1147 unused cells and 4780 unused wires.
<suppressed ~1148 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 \$_SDFF_PP0_ for cells of type $_SDFF_PP0_.
Using template \$_SDFFE_PP0P_ for cells of type $_SDFFE_PP0P_.
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 $paramod\$_DFF_P_\_TECHMAP_WIREINIT_Q_=1'x for cells of type $_DFF_P_.
Using template \$_SDFF_PP1_ for cells of type $_SDFF_PP1_.
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 ~1 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$26440'.
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$26441 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$26465'.
Creating decoders for process `$paramod$d1cad21b87e74b01c8dcd657997284bb4d05c02a\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:221$26441'.
     1/3: $1$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:223$26439_EN[3:0]$26447
     2/3: $1$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:223$26439_DATA[3:0]$26446
     3/3: $1$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:223$26439_ADDR[3:0]$26445
Creating decoders for process `$paramod$d1cad21b87e74b01c8dcd657997284bb4d05c02a\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:213$26440'.

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$26465'.
  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$26435_EN' using process `$paramod$d1cad21b87e74b01c8dcd657997284bb4d05c02a\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$26465'.
  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$26431_EN' using process `$paramod$d1cad21b87e74b01c8dcd657997284bb4d05c02a\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$26465'.
  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$26427_EN' using process `$paramod$d1cad21b87e74b01c8dcd657997284bb4d05c02a\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$26465'.
  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$26432_EN' using process `$paramod$d1cad21b87e74b01c8dcd657997284bb4d05c02a\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$26465'.
  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$26437_EN' using process `$paramod$d1cad21b87e74b01c8dcd657997284bb4d05c02a\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$26465'.
  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$26438_EN' using process `$paramod$d1cad21b87e74b01c8dcd657997284bb4d05c02a\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$26465'.
  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$26433_EN' using process `$paramod$d1cad21b87e74b01c8dcd657997284bb4d05c02a\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$26465'.
  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$26428_EN' using process `$paramod$d1cad21b87e74b01c8dcd657997284bb4d05c02a\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$26465'.
  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$26423_EN' using process `$paramod$d1cad21b87e74b01c8dcd657997284bb4d05c02a\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$26465'.
  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$26424_EN' using process `$paramod$d1cad21b87e74b01c8dcd657997284bb4d05c02a\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$26465'.
  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$26436_EN' using process `$paramod$d1cad21b87e74b01c8dcd657997284bb4d05c02a\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$26465'.
  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$26425_EN' using process `$paramod$d1cad21b87e74b01c8dcd657997284bb4d05c02a\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$26465'.
  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$26429_EN' using process `$paramod$d1cad21b87e74b01c8dcd657997284bb4d05c02a\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$26465'.
  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$26426_EN' using process `$paramod$d1cad21b87e74b01c8dcd657997284bb4d05c02a\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$26465'.
  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$26434_EN' using process `$paramod$d1cad21b87e74b01c8dcd657997284bb4d05c02a\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$26465'.
  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$26430_EN' using process `$paramod$d1cad21b87e74b01c8dcd657997284bb4d05c02a\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$26465'.
  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$26439_ADDR' using process `$paramod$d1cad21b87e74b01c8dcd657997284bb4d05c02a\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:221$26441'.
  created $dff cell `$procdff$26491' 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$26439_DATA' using process `$paramod$d1cad21b87e74b01c8dcd657997284bb4d05c02a\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:221$26441'.
  created $dff cell `$procdff$26492' 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$26439_EN' using process `$paramod$d1cad21b87e74b01c8dcd657997284bb4d05c02a\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:221$26441'.
  created $dff cell `$procdff$26493' 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$26440'.
  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$26465'.
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$26441'.
Removing empty process `$paramod$d1cad21b87e74b01c8dcd657997284bb4d05c02a\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:213$26440'.
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$26511'.
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$26512 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$26536'.
Creating decoders for process `$paramod$2074b3813575c9ede27f9a04ee0bf291c9c7bf2f\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:221$26512'.
     1/3: $1$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:223$26510_EN[3:0]$26516
     2/3: $1$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:223$26510_DATA[3:0]$26518
     3/3: $1$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:223$26510_ADDR[3:0]$26517
Creating decoders for process `$paramod$2074b3813575c9ede27f9a04ee0bf291c9c7bf2f\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:213$26511'.

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$26504_EN' using process `$paramod$2074b3813575c9ede27f9a04ee0bf291c9c7bf2f\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$26536'.
  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$26497_EN' using process `$paramod$2074b3813575c9ede27f9a04ee0bf291c9c7bf2f\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$26536'.
  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$26536'.
  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$26500_EN' using process `$paramod$2074b3813575c9ede27f9a04ee0bf291c9c7bf2f\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$26536'.
  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$26509_EN' using process `$paramod$2074b3813575c9ede27f9a04ee0bf291c9c7bf2f\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$26536'.
  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$26505_EN' using process `$paramod$2074b3813575c9ede27f9a04ee0bf291c9c7bf2f\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$26536'.
  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$26506_EN' using process `$paramod$2074b3813575c9ede27f9a04ee0bf291c9c7bf2f\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$26536'.
  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$26501_EN' using process `$paramod$2074b3813575c9ede27f9a04ee0bf291c9c7bf2f\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$26536'.
  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$26496_EN' using process `$paramod$2074b3813575c9ede27f9a04ee0bf291c9c7bf2f\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$26536'.
  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$26494_EN' using process `$paramod$2074b3813575c9ede27f9a04ee0bf291c9c7bf2f\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$26536'.
  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$26495_EN' using process `$paramod$2074b3813575c9ede27f9a04ee0bf291c9c7bf2f\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$26536'.
  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$26499_EN' using process `$paramod$2074b3813575c9ede27f9a04ee0bf291c9c7bf2f\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$26536'.
  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$26508_EN' using process `$paramod$2074b3813575c9ede27f9a04ee0bf291c9c7bf2f\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$26536'.
  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$26498_EN' using process `$paramod$2074b3813575c9ede27f9a04ee0bf291c9c7bf2f\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$26536'.
  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$26502_EN' using process `$paramod$2074b3813575c9ede27f9a04ee0bf291c9c7bf2f\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$26536'.
  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$26503_EN' using process `$paramod$2074b3813575c9ede27f9a04ee0bf291c9c7bf2f\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$26536'.
  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$26507_EN' using process `$paramod$2074b3813575c9ede27f9a04ee0bf291c9c7bf2f\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$26536'.
  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$26510_EN' using process `$paramod$2074b3813575c9ede27f9a04ee0bf291c9c7bf2f\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:221$26512'.
  created $dff cell `$procdff$26562' 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$26510_ADDR' using process `$paramod$2074b3813575c9ede27f9a04ee0bf291c9c7bf2f\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:221$26512'.
  created $dff cell `$procdff$26563' 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$26510_DATA' using process `$paramod$2074b3813575c9ede27f9a04ee0bf291c9c7bf2f\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:221$26512'.
  created $dff cell `$procdff$26564' 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$26511'.
  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$26536'.
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$26512'.
Removing empty process `$paramod$2074b3813575c9ede27f9a04ee0bf291c9c7bf2f\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:213$26511'.
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$240b3d214c7091ed87f7feed01a813ca9ca1b727\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:213$26582'.
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$26583 in module $paramod$240b3d214c7091ed87f7feed01a813ca9ca1b727\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$240b3d214c7091ed87f7feed01a813ca9ca1b727\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$26607'.
Creating decoders for process `$paramod$240b3d214c7091ed87f7feed01a813ca9ca1b727\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:221$26583'.
     1/3: $1$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:223$26581_EN[3:0]$26589
     2/3: $1$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:223$26581_DATA[3:0]$26588
     3/3: $1$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:223$26581_ADDR[3:0]$26587
Creating decoders for process `$paramod$240b3d214c7091ed87f7feed01a813ca9ca1b727\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:213$26582'.

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$240b3d214c7091ed87f7feed01a813ca9ca1b727\TRELLIS_DPR16X4.\i' using process `$paramod$240b3d214c7091ed87f7feed01a813ca9ca1b727\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$26607'.
  created direct connection (no actual register cell created).
Creating register for signal `$paramod$240b3d214c7091ed87f7feed01a813ca9ca1b727\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$26580_EN' using process `$paramod$240b3d214c7091ed87f7feed01a813ca9ca1b727\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$26607'.
  created direct connection (no actual register cell created).
Creating register for signal `$paramod$240b3d214c7091ed87f7feed01a813ca9ca1b727\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$26565_EN' using process `$paramod$240b3d214c7091ed87f7feed01a813ca9ca1b727\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$26607'.
  created direct connection (no actual register cell created).
Creating register for signal `$paramod$240b3d214c7091ed87f7feed01a813ca9ca1b727\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$26568_EN' using process `$paramod$240b3d214c7091ed87f7feed01a813ca9ca1b727\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$26607'.
  created direct connection (no actual register cell created).
Creating register for signal `$paramod$240b3d214c7091ed87f7feed01a813ca9ca1b727\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$26579_EN' using process `$paramod$240b3d214c7091ed87f7feed01a813ca9ca1b727\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$26607'.
  created direct connection (no actual register cell created).
Creating register for signal `$paramod$240b3d214c7091ed87f7feed01a813ca9ca1b727\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$26574_EN' using process `$paramod$240b3d214c7091ed87f7feed01a813ca9ca1b727\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$26607'.
  created direct connection (no actual register cell created).
Creating register for signal `$paramod$240b3d214c7091ed87f7feed01a813ca9ca1b727\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$26573_EN' using process `$paramod$240b3d214c7091ed87f7feed01a813ca9ca1b727\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$26607'.
  created direct connection (no actual register cell created).
Creating register for signal `$paramod$240b3d214c7091ed87f7feed01a813ca9ca1b727\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$26570_EN' using process `$paramod$240b3d214c7091ed87f7feed01a813ca9ca1b727\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$26607'.
  created direct connection (no actual register cell created).
Creating register for signal `$paramod$240b3d214c7091ed87f7feed01a813ca9ca1b727\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$26571_EN' using process `$paramod$240b3d214c7091ed87f7feed01a813ca9ca1b727\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$26607'.
  created direct connection (no actual register cell created).
Creating register for signal `$paramod$240b3d214c7091ed87f7feed01a813ca9ca1b727\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$26576_EN' using process `$paramod$240b3d214c7091ed87f7feed01a813ca9ca1b727\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$26607'.
  created direct connection (no actual register cell created).
Creating register for signal `$paramod$240b3d214c7091ed87f7feed01a813ca9ca1b727\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$26577_EN' using process `$paramod$240b3d214c7091ed87f7feed01a813ca9ca1b727\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$26607'.
  created direct connection (no actual register cell created).
Creating register for signal `$paramod$240b3d214c7091ed87f7feed01a813ca9ca1b727\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$26578_EN' using process `$paramod$240b3d214c7091ed87f7feed01a813ca9ca1b727\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$26607'.
  created direct connection (no actual register cell created).
Creating register for signal `$paramod$240b3d214c7091ed87f7feed01a813ca9ca1b727\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$26572_EN' using process `$paramod$240b3d214c7091ed87f7feed01a813ca9ca1b727\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$26607'.
  created direct connection (no actual register cell created).
Creating register for signal `$paramod$240b3d214c7091ed87f7feed01a813ca9ca1b727\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$26566_EN' using process `$paramod$240b3d214c7091ed87f7feed01a813ca9ca1b727\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$26607'.
  created direct connection (no actual register cell created).
Creating register for signal `$paramod$240b3d214c7091ed87f7feed01a813ca9ca1b727\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$26569_EN' using process `$paramod$240b3d214c7091ed87f7feed01a813ca9ca1b727\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$26607'.
  created direct connection (no actual register cell created).
Creating register for signal `$paramod$240b3d214c7091ed87f7feed01a813ca9ca1b727\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$26575_EN' using process `$paramod$240b3d214c7091ed87f7feed01a813ca9ca1b727\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$26607'.
  created direct connection (no actual register cell created).
Creating register for signal `$paramod$240b3d214c7091ed87f7feed01a813ca9ca1b727\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$26567_EN' using process `$paramod$240b3d214c7091ed87f7feed01a813ca9ca1b727\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$26607'.
  created direct connection (no actual register cell created).
Creating register for signal `$paramod$240b3d214c7091ed87f7feed01a813ca9ca1b727\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:223$26581_ADDR' using process `$paramod$240b3d214c7091ed87f7feed01a813ca9ca1b727\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:221$26583'.
  created $dff cell `$procdff$26633' with positive edge clock.
Creating register for signal `$paramod$240b3d214c7091ed87f7feed01a813ca9ca1b727\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:223$26581_DATA' using process `$paramod$240b3d214c7091ed87f7feed01a813ca9ca1b727\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:221$26583'.
  created $dff cell `$procdff$26634' with positive edge clock.
Creating register for signal `$paramod$240b3d214c7091ed87f7feed01a813ca9ca1b727\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:223$26581_EN' using process `$paramod$240b3d214c7091ed87f7feed01a813ca9ca1b727\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:221$26583'.
  created $dff cell `$procdff$26635' with positive edge clock.
Creating register for signal `$paramod$240b3d214c7091ed87f7feed01a813ca9ca1b727\TRELLIS_DPR16X4.\muxwre' using process `$paramod$240b3d214c7091ed87f7feed01a813ca9ca1b727\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:213$26582'.
  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$240b3d214c7091ed87f7feed01a813ca9ca1b727\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$26607'.
Found and cleaned up 1 empty switch in `$paramod$240b3d214c7091ed87f7feed01a813ca9ca1b727\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:221$26583'.
Removing empty process `$paramod$240b3d214c7091ed87f7feed01a813ca9ca1b727\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:213$26582'.
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$54859518bee4eabb76b31063a8cd09e44ba7903d\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:213$26653'.
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$26654 in module $paramod$54859518bee4eabb76b31063a8cd09e44ba7903d\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$54859518bee4eabb76b31063a8cd09e44ba7903d\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$26678'.
Creating decoders for process `$paramod$54859518bee4eabb76b31063a8cd09e44ba7903d\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:221$26654'.
     1/3: $1$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:223$26652_EN[3:0]$26658
     2/3: $1$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:223$26652_DATA[3:0]$26659
     3/3: $1$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:223$26652_ADDR[3:0]$26660
Creating decoders for process `$paramod$54859518bee4eabb76b31063a8cd09e44ba7903d\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:213$26653'.

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$54859518bee4eabb76b31063a8cd09e44ba7903d\TRELLIS_DPR16X4.\i' using process `$paramod$54859518bee4eabb76b31063a8cd09e44ba7903d\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$26678'.
  created direct connection (no actual register cell created).
Creating register for signal `$paramod$54859518bee4eabb76b31063a8cd09e44ba7903d\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$26638_EN' using process `$paramod$54859518bee4eabb76b31063a8cd09e44ba7903d\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$26678'.
  created direct connection (no actual register cell created).
Creating register for signal `$paramod$54859518bee4eabb76b31063a8cd09e44ba7903d\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$26639_EN' using process `$paramod$54859518bee4eabb76b31063a8cd09e44ba7903d\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$26678'.
  created direct connection (no actual register cell created).
Creating register for signal `$paramod$54859518bee4eabb76b31063a8cd09e44ba7903d\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$26643_EN' using process `$paramod$54859518bee4eabb76b31063a8cd09e44ba7903d\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$26678'.
  created direct connection (no actual register cell created).
Creating register for signal `$paramod$54859518bee4eabb76b31063a8cd09e44ba7903d\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$26644_EN' using process `$paramod$54859518bee4eabb76b31063a8cd09e44ba7903d\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$26678'.
  created direct connection (no actual register cell created).
Creating register for signal `$paramod$54859518bee4eabb76b31063a8cd09e44ba7903d\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$26648_EN' using process `$paramod$54859518bee4eabb76b31063a8cd09e44ba7903d\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$26678'.
  created direct connection (no actual register cell created).
Creating register for signal `$paramod$54859518bee4eabb76b31063a8cd09e44ba7903d\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$26642_EN' using process `$paramod$54859518bee4eabb76b31063a8cd09e44ba7903d\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$26678'.
  created direct connection (no actual register cell created).
Creating register for signal `$paramod$54859518bee4eabb76b31063a8cd09e44ba7903d\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$26636_EN' using process `$paramod$54859518bee4eabb76b31063a8cd09e44ba7903d\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$26678'.
  created direct connection (no actual register cell created).
Creating register for signal `$paramod$54859518bee4eabb76b31063a8cd09e44ba7903d\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$26649_EN' using process `$paramod$54859518bee4eabb76b31063a8cd09e44ba7903d\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$26678'.
  created direct connection (no actual register cell created).
Creating register for signal `$paramod$54859518bee4eabb76b31063a8cd09e44ba7903d\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$26650_EN' using process `$paramod$54859518bee4eabb76b31063a8cd09e44ba7903d\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$26678'.
  created direct connection (no actual register cell created).
Creating register for signal `$paramod$54859518bee4eabb76b31063a8cd09e44ba7903d\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$26640_EN' using process `$paramod$54859518bee4eabb76b31063a8cd09e44ba7903d\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$26678'.
  created direct connection (no actual register cell created).
Creating register for signal `$paramod$54859518bee4eabb76b31063a8cd09e44ba7903d\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$26651_EN' using process `$paramod$54859518bee4eabb76b31063a8cd09e44ba7903d\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$26678'.
  created direct connection (no actual register cell created).
Creating register for signal `$paramod$54859518bee4eabb76b31063a8cd09e44ba7903d\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$26637_EN' using process `$paramod$54859518bee4eabb76b31063a8cd09e44ba7903d\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$26678'.
  created direct connection (no actual register cell created).
Creating register for signal `$paramod$54859518bee4eabb76b31063a8cd09e44ba7903d\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$26645_EN' using process `$paramod$54859518bee4eabb76b31063a8cd09e44ba7903d\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$26678'.
  created direct connection (no actual register cell created).
Creating register for signal `$paramod$54859518bee4eabb76b31063a8cd09e44ba7903d\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$26647_EN' using process `$paramod$54859518bee4eabb76b31063a8cd09e44ba7903d\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$26678'.
  created direct connection (no actual register cell created).
Creating register for signal `$paramod$54859518bee4eabb76b31063a8cd09e44ba7903d\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$26646_EN' using process `$paramod$54859518bee4eabb76b31063a8cd09e44ba7903d\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$26678'.
  created direct connection (no actual register cell created).
Creating register for signal `$paramod$54859518bee4eabb76b31063a8cd09e44ba7903d\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$26641_EN' using process `$paramod$54859518bee4eabb76b31063a8cd09e44ba7903d\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$26678'.
  created direct connection (no actual register cell created).
Creating register for signal `$paramod$54859518bee4eabb76b31063a8cd09e44ba7903d\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:223$26652_EN' using process `$paramod$54859518bee4eabb76b31063a8cd09e44ba7903d\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:221$26654'.
  created $dff cell `$procdff$26704' with positive edge clock.
Creating register for signal `$paramod$54859518bee4eabb76b31063a8cd09e44ba7903d\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:223$26652_DATA' using process `$paramod$54859518bee4eabb76b31063a8cd09e44ba7903d\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:221$26654'.
  created $dff cell `$procdff$26705' with positive edge clock.
Creating register for signal `$paramod$54859518bee4eabb76b31063a8cd09e44ba7903d\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:223$26652_ADDR' using process `$paramod$54859518bee4eabb76b31063a8cd09e44ba7903d\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:221$26654'.
  created $dff cell `$procdff$26706' with positive edge clock.
Creating register for signal `$paramod$54859518bee4eabb76b31063a8cd09e44ba7903d\TRELLIS_DPR16X4.\muxwre' using process `$paramod$54859518bee4eabb76b31063a8cd09e44ba7903d\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:213$26653'.
  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$54859518bee4eabb76b31063a8cd09e44ba7903d\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$26678'.
Found and cleaned up 1 empty switch in `$paramod$54859518bee4eabb76b31063a8cd09e44ba7903d\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:221$26654'.
Removing empty process `$paramod$54859518bee4eabb76b31063a8cd09e44ba7903d\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:213$26653'.
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$c58b622e748098fb95d7cce3391b5b90d49d749c\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:213$26724'.
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$26725 in module $paramod$c58b622e748098fb95d7cce3391b5b90d49d749c\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$c58b622e748098fb95d7cce3391b5b90d49d749c\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$26749'.
Creating decoders for process `$paramod$c58b622e748098fb95d7cce3391b5b90d49d749c\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:221$26725'.
     1/3: $1$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:223$26723_EN[3:0]$26731
     2/3: $1$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:223$26723_DATA[3:0]$26730
     3/3: $1$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:223$26723_ADDR[3:0]$26729
Creating decoders for process `$paramod$c58b622e748098fb95d7cce3391b5b90d49d749c\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:213$26724'.

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$c58b622e748098fb95d7cce3391b5b90d49d749c\TRELLIS_DPR16X4.\i' using process `$paramod$c58b622e748098fb95d7cce3391b5b90d49d749c\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$26749'.
  created direct connection (no actual register cell created).
Creating register for signal `$paramod$c58b622e748098fb95d7cce3391b5b90d49d749c\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$26720_EN' using process `$paramod$c58b622e748098fb95d7cce3391b5b90d49d749c\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$26749'.
  created direct connection (no actual register cell created).
Creating register for signal `$paramod$c58b622e748098fb95d7cce3391b5b90d49d749c\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$26709_EN' using process `$paramod$c58b622e748098fb95d7cce3391b5b90d49d749c\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$26749'.
  created direct connection (no actual register cell created).
Creating register for signal `$paramod$c58b622e748098fb95d7cce3391b5b90d49d749c\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$26713_EN' using process `$paramod$c58b622e748098fb95d7cce3391b5b90d49d749c\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$26749'.
  created direct connection (no actual register cell created).
Creating register for signal `$paramod$c58b622e748098fb95d7cce3391b5b90d49d749c\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$26707_EN' using process `$paramod$c58b622e748098fb95d7cce3391b5b90d49d749c\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$26749'.
  created direct connection (no actual register cell created).
Creating register for signal `$paramod$c58b622e748098fb95d7cce3391b5b90d49d749c\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$26717_EN' using process `$paramod$c58b622e748098fb95d7cce3391b5b90d49d749c\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$26749'.
  created direct connection (no actual register cell created).
Creating register for signal `$paramod$c58b622e748098fb95d7cce3391b5b90d49d749c\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$26722_EN' using process `$paramod$c58b622e748098fb95d7cce3391b5b90d49d749c\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$26749'.
  created direct connection (no actual register cell created).
Creating register for signal `$paramod$c58b622e748098fb95d7cce3391b5b90d49d749c\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$26718_EN' using process `$paramod$c58b622e748098fb95d7cce3391b5b90d49d749c\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$26749'.
  created direct connection (no actual register cell created).
Creating register for signal `$paramod$c58b622e748098fb95d7cce3391b5b90d49d749c\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$26712_EN' using process `$paramod$c58b622e748098fb95d7cce3391b5b90d49d749c\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$26749'.
  created direct connection (no actual register cell created).
Creating register for signal `$paramod$c58b622e748098fb95d7cce3391b5b90d49d749c\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$26719_EN' using process `$paramod$c58b622e748098fb95d7cce3391b5b90d49d749c\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$26749'.
  created direct connection (no actual register cell created).
Creating register for signal `$paramod$c58b622e748098fb95d7cce3391b5b90d49d749c\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$26714_EN' using process `$paramod$c58b622e748098fb95d7cce3391b5b90d49d749c\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$26749'.
  created direct connection (no actual register cell created).
Creating register for signal `$paramod$c58b622e748098fb95d7cce3391b5b90d49d749c\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$26721_EN' using process `$paramod$c58b622e748098fb95d7cce3391b5b90d49d749c\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$26749'.
  created direct connection (no actual register cell created).
Creating register for signal `$paramod$c58b622e748098fb95d7cce3391b5b90d49d749c\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$26716_EN' using process `$paramod$c58b622e748098fb95d7cce3391b5b90d49d749c\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$26749'.
  created direct connection (no actual register cell created).
Creating register for signal `$paramod$c58b622e748098fb95d7cce3391b5b90d49d749c\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$26711_EN' using process `$paramod$c58b622e748098fb95d7cce3391b5b90d49d749c\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$26749'.
  created direct connection (no actual register cell created).
Creating register for signal `$paramod$c58b622e748098fb95d7cce3391b5b90d49d749c\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$26710_EN' using process `$paramod$c58b622e748098fb95d7cce3391b5b90d49d749c\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$26749'.
  created direct connection (no actual register cell created).
Creating register for signal `$paramod$c58b622e748098fb95d7cce3391b5b90d49d749c\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$26715_EN' using process `$paramod$c58b622e748098fb95d7cce3391b5b90d49d749c\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$26749'.
  created direct connection (no actual register cell created).
Creating register for signal `$paramod$c58b622e748098fb95d7cce3391b5b90d49d749c\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$26708_EN' using process `$paramod$c58b622e748098fb95d7cce3391b5b90d49d749c\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$26749'.
  created direct connection (no actual register cell created).
Creating register for signal `$paramod$c58b622e748098fb95d7cce3391b5b90d49d749c\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:223$26723_ADDR' using process `$paramod$c58b622e748098fb95d7cce3391b5b90d49d749c\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:221$26725'.
  created $dff cell `$procdff$26775' with positive edge clock.
Creating register for signal `$paramod$c58b622e748098fb95d7cce3391b5b90d49d749c\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:223$26723_DATA' using process `$paramod$c58b622e748098fb95d7cce3391b5b90d49d749c\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:221$26725'.
  created $dff cell `$procdff$26776' with positive edge clock.
Creating register for signal `$paramod$c58b622e748098fb95d7cce3391b5b90d49d749c\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:223$26723_EN' using process `$paramod$c58b622e748098fb95d7cce3391b5b90d49d749c\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:221$26725'.
  created $dff cell `$procdff$26777' with positive edge clock.
Creating register for signal `$paramod$c58b622e748098fb95d7cce3391b5b90d49d749c\TRELLIS_DPR16X4.\muxwre' using process `$paramod$c58b622e748098fb95d7cce3391b5b90d49d749c\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:213$26724'.
  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$c58b622e748098fb95d7cce3391b5b90d49d749c\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$26749'.
Found and cleaned up 1 empty switch in `$paramod$c58b622e748098fb95d7cce3391b5b90d49d749c\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:221$26725'.
Removing empty process `$paramod$c58b622e748098fb95d7cce3391b5b90d49d749c\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:213$26724'.
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$4a126fa1688fbcbb97471f2a58f335ad46a1b683\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:213$26795'.
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$26796 in module $paramod$4a126fa1688fbcbb97471f2a58f335ad46a1b683\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$4a126fa1688fbcbb97471f2a58f335ad46a1b683\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$26820'.
Creating decoders for process `$paramod$4a126fa1688fbcbb97471f2a58f335ad46a1b683\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:221$26796'.
     1/3: $1$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:223$26794_EN[3:0]$26801
     2/3: $1$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:223$26794_DATA[3:0]$26800
     3/3: $1$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:223$26794_ADDR[3:0]$26802
Creating decoders for process `$paramod$4a126fa1688fbcbb97471f2a58f335ad46a1b683\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:213$26795'.

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$4a126fa1688fbcbb97471f2a58f335ad46a1b683\TRELLIS_DPR16X4.\i' using process `$paramod$4a126fa1688fbcbb97471f2a58f335ad46a1b683\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$26820'.
  created direct connection (no actual register cell created).
Creating register for signal `$paramod$4a126fa1688fbcbb97471f2a58f335ad46a1b683\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$26778_EN' using process `$paramod$4a126fa1688fbcbb97471f2a58f335ad46a1b683\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$26820'.
  created direct connection (no actual register cell created).
Creating register for signal `$paramod$4a126fa1688fbcbb97471f2a58f335ad46a1b683\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$26781_EN' using process `$paramod$4a126fa1688fbcbb97471f2a58f335ad46a1b683\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$26820'.
  created direct connection (no actual register cell created).
Creating register for signal `$paramod$4a126fa1688fbcbb97471f2a58f335ad46a1b683\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$26786_EN' using process `$paramod$4a126fa1688fbcbb97471f2a58f335ad46a1b683\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$26820'.
  created direct connection (no actual register cell created).
Creating register for signal `$paramod$4a126fa1688fbcbb97471f2a58f335ad46a1b683\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$26787_EN' using process `$paramod$4a126fa1688fbcbb97471f2a58f335ad46a1b683\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$26820'.
  created direct connection (no actual register cell created).
Creating register for signal `$paramod$4a126fa1688fbcbb97471f2a58f335ad46a1b683\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$26792_EN' using process `$paramod$4a126fa1688fbcbb97471f2a58f335ad46a1b683\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$26820'.
  created direct connection (no actual register cell created).
Creating register for signal `$paramod$4a126fa1688fbcbb97471f2a58f335ad46a1b683\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$26793_EN' using process `$paramod$4a126fa1688fbcbb97471f2a58f335ad46a1b683\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$26820'.
  created direct connection (no actual register cell created).
Creating register for signal `$paramod$4a126fa1688fbcbb97471f2a58f335ad46a1b683\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$26788_EN' using process `$paramod$4a126fa1688fbcbb97471f2a58f335ad46a1b683\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$26820'.
  created direct connection (no actual register cell created).
Creating register for signal `$paramod$4a126fa1688fbcbb97471f2a58f335ad46a1b683\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$26782_EN' using process `$paramod$4a126fa1688fbcbb97471f2a58f335ad46a1b683\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$26820'.
  created direct connection (no actual register cell created).
Creating register for signal `$paramod$4a126fa1688fbcbb97471f2a58f335ad46a1b683\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$26791_EN' using process `$paramod$4a126fa1688fbcbb97471f2a58f335ad46a1b683\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$26820'.
  created direct connection (no actual register cell created).
Creating register for signal `$paramod$4a126fa1688fbcbb97471f2a58f335ad46a1b683\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$26780_EN' using process `$paramod$4a126fa1688fbcbb97471f2a58f335ad46a1b683\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$26820'.
  created direct connection (no actual register cell created).
Creating register for signal `$paramod$4a126fa1688fbcbb97471f2a58f335ad46a1b683\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$26790_EN' using process `$paramod$4a126fa1688fbcbb97471f2a58f335ad46a1b683\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$26820'.
  created direct connection (no actual register cell created).
Creating register for signal `$paramod$4a126fa1688fbcbb97471f2a58f335ad46a1b683\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$26789_EN' using process `$paramod$4a126fa1688fbcbb97471f2a58f335ad46a1b683\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$26820'.
  created direct connection (no actual register cell created).
Creating register for signal `$paramod$4a126fa1688fbcbb97471f2a58f335ad46a1b683\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$26785_EN' using process `$paramod$4a126fa1688fbcbb97471f2a58f335ad46a1b683\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$26820'.
  created direct connection (no actual register cell created).
Creating register for signal `$paramod$4a126fa1688fbcbb97471f2a58f335ad46a1b683\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$26784_EN' using process `$paramod$4a126fa1688fbcbb97471f2a58f335ad46a1b683\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$26820'.
  created direct connection (no actual register cell created).
Creating register for signal `$paramod$4a126fa1688fbcbb97471f2a58f335ad46a1b683\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$26783_EN' using process `$paramod$4a126fa1688fbcbb97471f2a58f335ad46a1b683\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$26820'.
  created direct connection (no actual register cell created).
Creating register for signal `$paramod$4a126fa1688fbcbb97471f2a58f335ad46a1b683\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$26779_EN' using process `$paramod$4a126fa1688fbcbb97471f2a58f335ad46a1b683\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$26820'.
  created direct connection (no actual register cell created).
Creating register for signal `$paramod$4a126fa1688fbcbb97471f2a58f335ad46a1b683\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:223$26794_DATA' using process `$paramod$4a126fa1688fbcbb97471f2a58f335ad46a1b683\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:221$26796'.
  created $dff cell `$procdff$26846' with positive edge clock.
Creating register for signal `$paramod$4a126fa1688fbcbb97471f2a58f335ad46a1b683\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:223$26794_EN' using process `$paramod$4a126fa1688fbcbb97471f2a58f335ad46a1b683\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:221$26796'.
  created $dff cell `$procdff$26847' with positive edge clock.
Creating register for signal `$paramod$4a126fa1688fbcbb97471f2a58f335ad46a1b683\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:223$26794_ADDR' using process `$paramod$4a126fa1688fbcbb97471f2a58f335ad46a1b683\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:221$26796'.
  created $dff cell `$procdff$26848' with positive edge clock.
Creating register for signal `$paramod$4a126fa1688fbcbb97471f2a58f335ad46a1b683\TRELLIS_DPR16X4.\muxwre' using process `$paramod$4a126fa1688fbcbb97471f2a58f335ad46a1b683\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:213$26795'.
  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$4a126fa1688fbcbb97471f2a58f335ad46a1b683\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$26820'.
Found and cleaned up 1 empty switch in `$paramod$4a126fa1688fbcbb97471f2a58f335ad46a1b683\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:221$26796'.
Removing empty process `$paramod$4a126fa1688fbcbb97471f2a58f335ad46a1b683\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:213$26795'.
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$3fea245e43c817e3ab409ba408c64d50b3c3410d\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:213$26866'.
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$26867 in module $paramod$3fea245e43c817e3ab409ba408c64d50b3c3410d\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$3fea245e43c817e3ab409ba408c64d50b3c3410d\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$26891'.
Creating decoders for process `$paramod$3fea245e43c817e3ab409ba408c64d50b3c3410d\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:221$26867'.
     1/3: $1$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:223$26865_EN[3:0]$26872
     2/3: $1$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:223$26865_DATA[3:0]$26873
     3/3: $1$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:223$26865_ADDR[3:0]$26871
Creating decoders for process `$paramod$3fea245e43c817e3ab409ba408c64d50b3c3410d\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:213$26866'.

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$3fea245e43c817e3ab409ba408c64d50b3c3410d\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$26859_EN' using process `$paramod$3fea245e43c817e3ab409ba408c64d50b3c3410d\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$26891'.
  created direct connection (no actual register cell created).
Creating register for signal `$paramod$3fea245e43c817e3ab409ba408c64d50b3c3410d\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$26853_EN' using process `$paramod$3fea245e43c817e3ab409ba408c64d50b3c3410d\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$26891'.
  created direct connection (no actual register cell created).
Creating register for signal `$paramod$3fea245e43c817e3ab409ba408c64d50b3c3410d\TRELLIS_DPR16X4.\i' using process `$paramod$3fea245e43c817e3ab409ba408c64d50b3c3410d\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$26891'.
  created direct connection (no actual register cell created).
Creating register for signal `$paramod$3fea245e43c817e3ab409ba408c64d50b3c3410d\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$26863_EN' using process `$paramod$3fea245e43c817e3ab409ba408c64d50b3c3410d\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$26891'.
  created direct connection (no actual register cell created).
Creating register for signal `$paramod$3fea245e43c817e3ab409ba408c64d50b3c3410d\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$26862_EN' using process `$paramod$3fea245e43c817e3ab409ba408c64d50b3c3410d\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$26891'.
  created direct connection (no actual register cell created).
Creating register for signal `$paramod$3fea245e43c817e3ab409ba408c64d50b3c3410d\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$26856_EN' using process `$paramod$3fea245e43c817e3ab409ba408c64d50b3c3410d\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$26891'.
  created direct connection (no actual register cell created).
Creating register for signal `$paramod$3fea245e43c817e3ab409ba408c64d50b3c3410d\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$26861_EN' using process `$paramod$3fea245e43c817e3ab409ba408c64d50b3c3410d\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$26891'.
  created direct connection (no actual register cell created).
Creating register for signal `$paramod$3fea245e43c817e3ab409ba408c64d50b3c3410d\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$26850_EN' using process `$paramod$3fea245e43c817e3ab409ba408c64d50b3c3410d\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$26891'.
  created direct connection (no actual register cell created).
Creating register for signal `$paramod$3fea245e43c817e3ab409ba408c64d50b3c3410d\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$26851_EN' using process `$paramod$3fea245e43c817e3ab409ba408c64d50b3c3410d\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$26891'.
  created direct connection (no actual register cell created).
Creating register for signal `$paramod$3fea245e43c817e3ab409ba408c64d50b3c3410d\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$26854_EN' using process `$paramod$3fea245e43c817e3ab409ba408c64d50b3c3410d\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$26891'.
  created direct connection (no actual register cell created).
Creating register for signal `$paramod$3fea245e43c817e3ab409ba408c64d50b3c3410d\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$26855_EN' using process `$paramod$3fea245e43c817e3ab409ba408c64d50b3c3410d\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$26891'.
  created direct connection (no actual register cell created).
Creating register for signal `$paramod$3fea245e43c817e3ab409ba408c64d50b3c3410d\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$26864_EN' using process `$paramod$3fea245e43c817e3ab409ba408c64d50b3c3410d\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$26891'.
  created direct connection (no actual register cell created).
Creating register for signal `$paramod$3fea245e43c817e3ab409ba408c64d50b3c3410d\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$26858_EN' using process `$paramod$3fea245e43c817e3ab409ba408c64d50b3c3410d\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$26891'.
  created direct connection (no actual register cell created).
Creating register for signal `$paramod$3fea245e43c817e3ab409ba408c64d50b3c3410d\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$26852_EN' using process `$paramod$3fea245e43c817e3ab409ba408c64d50b3c3410d\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$26891'.
  created direct connection (no actual register cell created).
Creating register for signal `$paramod$3fea245e43c817e3ab409ba408c64d50b3c3410d\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$26860_EN' using process `$paramod$3fea245e43c817e3ab409ba408c64d50b3c3410d\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$26891'.
  created direct connection (no actual register cell created).
Creating register for signal `$paramod$3fea245e43c817e3ab409ba408c64d50b3c3410d\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$26857_EN' using process `$paramod$3fea245e43c817e3ab409ba408c64d50b3c3410d\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$26891'.
  created direct connection (no actual register cell created).
Creating register for signal `$paramod$3fea245e43c817e3ab409ba408c64d50b3c3410d\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$26849_EN' using process `$paramod$3fea245e43c817e3ab409ba408c64d50b3c3410d\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$26891'.
  created direct connection (no actual register cell created).
Creating register for signal `$paramod$3fea245e43c817e3ab409ba408c64d50b3c3410d\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:223$26865_ADDR' using process `$paramod$3fea245e43c817e3ab409ba408c64d50b3c3410d\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:221$26867'.
  created $dff cell `$procdff$26917' with positive edge clock.
Creating register for signal `$paramod$3fea245e43c817e3ab409ba408c64d50b3c3410d\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:223$26865_EN' using process `$paramod$3fea245e43c817e3ab409ba408c64d50b3c3410d\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:221$26867'.
  created $dff cell `$procdff$26918' with positive edge clock.
Creating register for signal `$paramod$3fea245e43c817e3ab409ba408c64d50b3c3410d\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:223$26865_DATA' using process `$paramod$3fea245e43c817e3ab409ba408c64d50b3c3410d\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:221$26867'.
  created $dff cell `$procdff$26919' with positive edge clock.
Creating register for signal `$paramod$3fea245e43c817e3ab409ba408c64d50b3c3410d\TRELLIS_DPR16X4.\muxwre' using process `$paramod$3fea245e43c817e3ab409ba408c64d50b3c3410d\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:213$26866'.
  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$3fea245e43c817e3ab409ba408c64d50b3c3410d\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$26891'.
Found and cleaned up 1 empty switch in `$paramod$3fea245e43c817e3ab409ba408c64d50b3c3410d\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:221$26867'.
Removing empty process `$paramod$3fea245e43c817e3ab409ba408c64d50b3c3410d\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:213$26866'.
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$828eab860e7ad1344f71b7dcac93a993e09abfc2\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:213$26937'.
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$26938 in module $paramod$828eab860e7ad1344f71b7dcac93a993e09abfc2\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$828eab860e7ad1344f71b7dcac93a993e09abfc2\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$26962'.
Creating decoders for process `$paramod$828eab860e7ad1344f71b7dcac93a993e09abfc2\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:221$26938'.
     1/3: $1$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:223$26936_EN[3:0]$26942
     2/3: $1$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:223$26936_DATA[3:0]$26943
     3/3: $1$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:223$26936_ADDR[3:0]$26944
Creating decoders for process `$paramod$828eab860e7ad1344f71b7dcac93a993e09abfc2\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:213$26937'.

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$828eab860e7ad1344f71b7dcac93a993e09abfc2\TRELLIS_DPR16X4.\i' using process `$paramod$828eab860e7ad1344f71b7dcac93a993e09abfc2\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$26962'.
  created direct connection (no actual register cell created).
Creating register for signal `$paramod$828eab860e7ad1344f71b7dcac93a993e09abfc2\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$26933_EN' using process `$paramod$828eab860e7ad1344f71b7dcac93a993e09abfc2\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$26962'.
  created direct connection (no actual register cell created).
Creating register for signal `$paramod$828eab860e7ad1344f71b7dcac93a993e09abfc2\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$26932_EN' using process `$paramod$828eab860e7ad1344f71b7dcac93a993e09abfc2\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$26962'.
  created direct connection (no actual register cell created).
Creating register for signal `$paramod$828eab860e7ad1344f71b7dcac93a993e09abfc2\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$26927_EN' using process `$paramod$828eab860e7ad1344f71b7dcac93a993e09abfc2\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$26962'.
  created direct connection (no actual register cell created).
Creating register for signal `$paramod$828eab860e7ad1344f71b7dcac93a993e09abfc2\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$26934_EN' using process `$paramod$828eab860e7ad1344f71b7dcac93a993e09abfc2\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$26962'.
  created direct connection (no actual register cell created).
Creating register for signal `$paramod$828eab860e7ad1344f71b7dcac93a993e09abfc2\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$26928_EN' using process `$paramod$828eab860e7ad1344f71b7dcac93a993e09abfc2\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$26962'.
  created direct connection (no actual register cell created).
Creating register for signal `$paramod$828eab860e7ad1344f71b7dcac93a993e09abfc2\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$26922_EN' using process `$paramod$828eab860e7ad1344f71b7dcac93a993e09abfc2\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$26962'.
  created direct connection (no actual register cell created).
Creating register for signal `$paramod$828eab860e7ad1344f71b7dcac93a993e09abfc2\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$26920_EN' using process `$paramod$828eab860e7ad1344f71b7dcac93a993e09abfc2\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$26962'.
  created direct connection (no actual register cell created).
Creating register for signal `$paramod$828eab860e7ad1344f71b7dcac93a993e09abfc2\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$26926_EN' using process `$paramod$828eab860e7ad1344f71b7dcac93a993e09abfc2\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$26962'.
  created direct connection (no actual register cell created).
Creating register for signal `$paramod$828eab860e7ad1344f71b7dcac93a993e09abfc2\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$26921_EN' using process `$paramod$828eab860e7ad1344f71b7dcac93a993e09abfc2\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$26962'.
  created direct connection (no actual register cell created).
Creating register for signal `$paramod$828eab860e7ad1344f71b7dcac93a993e09abfc2\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$26935_EN' using process `$paramod$828eab860e7ad1344f71b7dcac93a993e09abfc2\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$26962'.
  created direct connection (no actual register cell created).
Creating register for signal `$paramod$828eab860e7ad1344f71b7dcac93a993e09abfc2\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$26931_EN' using process `$paramod$828eab860e7ad1344f71b7dcac93a993e09abfc2\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$26962'.
  created direct connection (no actual register cell created).
Creating register for signal `$paramod$828eab860e7ad1344f71b7dcac93a993e09abfc2\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$26930_EN' using process `$paramod$828eab860e7ad1344f71b7dcac93a993e09abfc2\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$26962'.
  created direct connection (no actual register cell created).
Creating register for signal `$paramod$828eab860e7ad1344f71b7dcac93a993e09abfc2\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$26929_EN' using process `$paramod$828eab860e7ad1344f71b7dcac93a993e09abfc2\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$26962'.
  created direct connection (no actual register cell created).
Creating register for signal `$paramod$828eab860e7ad1344f71b7dcac93a993e09abfc2\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$26925_EN' using process `$paramod$828eab860e7ad1344f71b7dcac93a993e09abfc2\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$26962'.
  created direct connection (no actual register cell created).
Creating register for signal `$paramod$828eab860e7ad1344f71b7dcac93a993e09abfc2\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$26924_EN' using process `$paramod$828eab860e7ad1344f71b7dcac93a993e09abfc2\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$26962'.
  created direct connection (no actual register cell created).
Creating register for signal `$paramod$828eab860e7ad1344f71b7dcac93a993e09abfc2\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$26923_EN' using process `$paramod$828eab860e7ad1344f71b7dcac93a993e09abfc2\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$26962'.
  created direct connection (no actual register cell created).
Creating register for signal `$paramod$828eab860e7ad1344f71b7dcac93a993e09abfc2\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:223$26936_EN' using process `$paramod$828eab860e7ad1344f71b7dcac93a993e09abfc2\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:221$26938'.
  created $dff cell `$procdff$26988' with positive edge clock.
Creating register for signal `$paramod$828eab860e7ad1344f71b7dcac93a993e09abfc2\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:223$26936_DATA' using process `$paramod$828eab860e7ad1344f71b7dcac93a993e09abfc2\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:221$26938'.
  created $dff cell `$procdff$26989' with positive edge clock.
Creating register for signal `$paramod$828eab860e7ad1344f71b7dcac93a993e09abfc2\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:223$26936_ADDR' using process `$paramod$828eab860e7ad1344f71b7dcac93a993e09abfc2\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:221$26938'.
  created $dff cell `$procdff$26990' with positive edge clock.
Creating register for signal `$paramod$828eab860e7ad1344f71b7dcac93a993e09abfc2\TRELLIS_DPR16X4.\muxwre' using process `$paramod$828eab860e7ad1344f71b7dcac93a993e09abfc2\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:213$26937'.
  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$828eab860e7ad1344f71b7dcac93a993e09abfc2\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$26962'.
Found and cleaned up 1 empty switch in `$paramod$828eab860e7ad1344f71b7dcac93a993e09abfc2\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:221$26938'.
Removing empty process `$paramod$828eab860e7ad1344f71b7dcac93a993e09abfc2\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:213$26937'.
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$b4055cc4c76830d75a5da93152e34111ac58d5fb\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:213$27008'.
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$27009 in module $paramod$b4055cc4c76830d75a5da93152e34111ac58d5fb\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$b4055cc4c76830d75a5da93152e34111ac58d5fb\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$27033'.
Creating decoders for process `$paramod$b4055cc4c76830d75a5da93152e34111ac58d5fb\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:221$27009'.
     1/3: $1$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:223$27007_EN[3:0]$27015
     2/3: $1$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:223$27007_DATA[3:0]$27014
     3/3: $1$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:223$27007_ADDR[3:0]$27013
Creating decoders for process `$paramod$b4055cc4c76830d75a5da93152e34111ac58d5fb\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:213$27008'.

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$b4055cc4c76830d75a5da93152e34111ac58d5fb\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$27002_EN' using process `$paramod$b4055cc4c76830d75a5da93152e34111ac58d5fb\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$27033'.
  created direct connection (no actual register cell created).
Creating register for signal `$paramod$b4055cc4c76830d75a5da93152e34111ac58d5fb\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$26995_EN' using process `$paramod$b4055cc4c76830d75a5da93152e34111ac58d5fb\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$27033'.
  created direct connection (no actual register cell created).
Creating register for signal `$paramod$b4055cc4c76830d75a5da93152e34111ac58d5fb\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$26994_EN' using process `$paramod$b4055cc4c76830d75a5da93152e34111ac58d5fb\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$27033'.
  created direct connection (no actual register cell created).
Creating register for signal `$paramod$b4055cc4c76830d75a5da93152e34111ac58d5fb\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$26996_EN' using process `$paramod$b4055cc4c76830d75a5da93152e34111ac58d5fb\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$27033'.
  created direct connection (no actual register cell created).
Creating register for signal `$paramod$b4055cc4c76830d75a5da93152e34111ac58d5fb\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$27006_EN' using process `$paramod$b4055cc4c76830d75a5da93152e34111ac58d5fb\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$27033'.
  created direct connection (no actual register cell created).
Creating register for signal `$paramod$b4055cc4c76830d75a5da93152e34111ac58d5fb\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$26993_EN' using process `$paramod$b4055cc4c76830d75a5da93152e34111ac58d5fb\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$27033'.
  created direct connection (no actual register cell created).
Creating register for signal `$paramod$b4055cc4c76830d75a5da93152e34111ac58d5fb\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$27003_EN' using process `$paramod$b4055cc4c76830d75a5da93152e34111ac58d5fb\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$27033'.
  created direct connection (no actual register cell created).
Creating register for signal `$paramod$b4055cc4c76830d75a5da93152e34111ac58d5fb\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$27000_EN' using process `$paramod$b4055cc4c76830d75a5da93152e34111ac58d5fb\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$27033'.
  created direct connection (no actual register cell created).
Creating register for signal `$paramod$b4055cc4c76830d75a5da93152e34111ac58d5fb\TRELLIS_DPR16X4.\i' using process `$paramod$b4055cc4c76830d75a5da93152e34111ac58d5fb\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$27033'.
  created direct connection (no actual register cell created).
Creating register for signal `$paramod$b4055cc4c76830d75a5da93152e34111ac58d5fb\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$27001_EN' using process `$paramod$b4055cc4c76830d75a5da93152e34111ac58d5fb\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$27033'.
  created direct connection (no actual register cell created).
Creating register for signal `$paramod$b4055cc4c76830d75a5da93152e34111ac58d5fb\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$26999_EN' using process `$paramod$b4055cc4c76830d75a5da93152e34111ac58d5fb\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$27033'.
  created direct connection (no actual register cell created).
Creating register for signal `$paramod$b4055cc4c76830d75a5da93152e34111ac58d5fb\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$27005_EN' using process `$paramod$b4055cc4c76830d75a5da93152e34111ac58d5fb\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$27033'.
  created direct connection (no actual register cell created).
Creating register for signal `$paramod$b4055cc4c76830d75a5da93152e34111ac58d5fb\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$26991_EN' using process `$paramod$b4055cc4c76830d75a5da93152e34111ac58d5fb\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$27033'.
  created direct connection (no actual register cell created).
Creating register for signal `$paramod$b4055cc4c76830d75a5da93152e34111ac58d5fb\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$27004_EN' using process `$paramod$b4055cc4c76830d75a5da93152e34111ac58d5fb\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$27033'.
  created direct connection (no actual register cell created).
Creating register for signal `$paramod$b4055cc4c76830d75a5da93152e34111ac58d5fb\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$26998_EN' using process `$paramod$b4055cc4c76830d75a5da93152e34111ac58d5fb\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$27033'.
  created direct connection (no actual register cell created).
Creating register for signal `$paramod$b4055cc4c76830d75a5da93152e34111ac58d5fb\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$26992_EN' using process `$paramod$b4055cc4c76830d75a5da93152e34111ac58d5fb\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$27033'.
  created direct connection (no actual register cell created).
Creating register for signal `$paramod$b4055cc4c76830d75a5da93152e34111ac58d5fb\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$26997_EN' using process `$paramod$b4055cc4c76830d75a5da93152e34111ac58d5fb\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$27033'.
  created direct connection (no actual register cell created).
Creating register for signal `$paramod$b4055cc4c76830d75a5da93152e34111ac58d5fb\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:223$27007_ADDR' using process `$paramod$b4055cc4c76830d75a5da93152e34111ac58d5fb\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:221$27009'.
  created $dff cell `$procdff$27059' with positive edge clock.
Creating register for signal `$paramod$b4055cc4c76830d75a5da93152e34111ac58d5fb\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:223$27007_DATA' using process `$paramod$b4055cc4c76830d75a5da93152e34111ac58d5fb\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:221$27009'.
  created $dff cell `$procdff$27060' with positive edge clock.
Creating register for signal `$paramod$b4055cc4c76830d75a5da93152e34111ac58d5fb\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:223$27007_EN' using process `$paramod$b4055cc4c76830d75a5da93152e34111ac58d5fb\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:221$27009'.
  created $dff cell `$procdff$27061' with positive edge clock.
Creating register for signal `$paramod$b4055cc4c76830d75a5da93152e34111ac58d5fb\TRELLIS_DPR16X4.\muxwre' using process `$paramod$b4055cc4c76830d75a5da93152e34111ac58d5fb\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:213$27008'.
  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$b4055cc4c76830d75a5da93152e34111ac58d5fb\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$27033'.
Found and cleaned up 1 empty switch in `$paramod$b4055cc4c76830d75a5da93152e34111ac58d5fb\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:221$27009'.
Removing empty process `$paramod$b4055cc4c76830d75a5da93152e34111ac58d5fb\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:213$27008'.
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$28331dd642fda78247f997daeb218f7111f59a79\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:213$27079'.
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$27080 in module $paramod$28331dd642fda78247f997daeb218f7111f59a79\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$28331dd642fda78247f997daeb218f7111f59a79\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$27104'.
Creating decoders for process `$paramod$28331dd642fda78247f997daeb218f7111f59a79\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:221$27080'.
     1/3: $1$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:223$27078_EN[3:0]$27086
     2/3: $1$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:223$27078_DATA[3:0]$27085
     3/3: $1$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:223$27078_ADDR[3:0]$27084
Creating decoders for process `$paramod$28331dd642fda78247f997daeb218f7111f59a79\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:213$27079'.

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$28331dd642fda78247f997daeb218f7111f59a79\TRELLIS_DPR16X4.\i' using process `$paramod$28331dd642fda78247f997daeb218f7111f59a79\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$27104'.
  created direct connection (no actual register cell created).
Creating register for signal `$paramod$28331dd642fda78247f997daeb218f7111f59a79\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$27065_EN' using process `$paramod$28331dd642fda78247f997daeb218f7111f59a79\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$27104'.
  created direct connection (no actual register cell created).
Creating register for signal `$paramod$28331dd642fda78247f997daeb218f7111f59a79\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$27070_EN' using process `$paramod$28331dd642fda78247f997daeb218f7111f59a79\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$27104'.
  created direct connection (no actual register cell created).
Creating register for signal `$paramod$28331dd642fda78247f997daeb218f7111f59a79\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$27071_EN' using process `$paramod$28331dd642fda78247f997daeb218f7111f59a79\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$27104'.
  created direct connection (no actual register cell created).
Creating register for signal `$paramod$28331dd642fda78247f997daeb218f7111f59a79\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$27076_EN' using process `$paramod$28331dd642fda78247f997daeb218f7111f59a79\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$27104'.
  created direct connection (no actual register cell created).
Creating register for signal `$paramod$28331dd642fda78247f997daeb218f7111f59a79\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$27066_EN' using process `$paramod$28331dd642fda78247f997daeb218f7111f59a79\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$27104'.
  created direct connection (no actual register cell created).
Creating register for signal `$paramod$28331dd642fda78247f997daeb218f7111f59a79\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$27075_EN' using process `$paramod$28331dd642fda78247f997daeb218f7111f59a79\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$27104'.
  created direct connection (no actual register cell created).
Creating register for signal `$paramod$28331dd642fda78247f997daeb218f7111f59a79\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$27077_EN' using process `$paramod$28331dd642fda78247f997daeb218f7111f59a79\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$27104'.
  created direct connection (no actual register cell created).
Creating register for signal `$paramod$28331dd642fda78247f997daeb218f7111f59a79\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$27067_EN' using process `$paramod$28331dd642fda78247f997daeb218f7111f59a79\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$27104'.
  created direct connection (no actual register cell created).
Creating register for signal `$paramod$28331dd642fda78247f997daeb218f7111f59a79\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$27072_EN' using process `$paramod$28331dd642fda78247f997daeb218f7111f59a79\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$27104'.
  created direct connection (no actual register cell created).
Creating register for signal `$paramod$28331dd642fda78247f997daeb218f7111f59a79\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$27073_EN' using process `$paramod$28331dd642fda78247f997daeb218f7111f59a79\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$27104'.
  created direct connection (no actual register cell created).
Creating register for signal `$paramod$28331dd642fda78247f997daeb218f7111f59a79\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$27064_EN' using process `$paramod$28331dd642fda78247f997daeb218f7111f59a79\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$27104'.
  created direct connection (no actual register cell created).
Creating register for signal `$paramod$28331dd642fda78247f997daeb218f7111f59a79\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$27074_EN' using process `$paramod$28331dd642fda78247f997daeb218f7111f59a79\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$27104'.
  created direct connection (no actual register cell created).
Creating register for signal `$paramod$28331dd642fda78247f997daeb218f7111f59a79\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$27068_EN' using process `$paramod$28331dd642fda78247f997daeb218f7111f59a79\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$27104'.
  created direct connection (no actual register cell created).
Creating register for signal `$paramod$28331dd642fda78247f997daeb218f7111f59a79\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$27063_EN' using process `$paramod$28331dd642fda78247f997daeb218f7111f59a79\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$27104'.
  created direct connection (no actual register cell created).
Creating register for signal `$paramod$28331dd642fda78247f997daeb218f7111f59a79\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$27062_EN' using process `$paramod$28331dd642fda78247f997daeb218f7111f59a79\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$27104'.
  created direct connection (no actual register cell created).
Creating register for signal `$paramod$28331dd642fda78247f997daeb218f7111f59a79\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$27069_EN' using process `$paramod$28331dd642fda78247f997daeb218f7111f59a79\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$27104'.
  created direct connection (no actual register cell created).
Creating register for signal `$paramod$28331dd642fda78247f997daeb218f7111f59a79\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:223$27078_ADDR' using process `$paramod$28331dd642fda78247f997daeb218f7111f59a79\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:221$27080'.
  created $dff cell `$procdff$27130' with positive edge clock.
Creating register for signal `$paramod$28331dd642fda78247f997daeb218f7111f59a79\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:223$27078_DATA' using process `$paramod$28331dd642fda78247f997daeb218f7111f59a79\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:221$27080'.
  created $dff cell `$procdff$27131' with positive edge clock.
Creating register for signal `$paramod$28331dd642fda78247f997daeb218f7111f59a79\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:223$27078_EN' using process `$paramod$28331dd642fda78247f997daeb218f7111f59a79\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:221$27080'.
  created $dff cell `$procdff$27132' with positive edge clock.
Creating register for signal `$paramod$28331dd642fda78247f997daeb218f7111f59a79\TRELLIS_DPR16X4.\muxwre' using process `$paramod$28331dd642fda78247f997daeb218f7111f59a79\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:213$27079'.
  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$28331dd642fda78247f997daeb218f7111f59a79\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$27104'.
Found and cleaned up 1 empty switch in `$paramod$28331dd642fda78247f997daeb218f7111f59a79\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:221$27080'.
Removing empty process `$paramod$28331dd642fda78247f997daeb218f7111f59a79\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:213$27079'.
Cleaned up 1 empty switch.

24.42.12.12. Executing OPT_EXPR pass (perform const folding).

24.42.13. Executing PROC pass (convert processes to netlists).

24.42.13.1. Executing PROC_CLEAN pass (remove empty switches from decision trees).
Found and cleaned up 1 empty switch in `$paramod$242712b50c0a2a6b7d501d3b8f15d1e042886c7d\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:213$27150'.
Cleaned up 1 empty switch.

24.42.13.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$27151 in module $paramod$242712b50c0a2a6b7d501d3b8f15d1e042886c7d\TRELLIS_DPR16X4.
Removed a total of 0 dead cases.

24.42.13.3. Executing PROC_PRUNE pass (remove redundant assignments in processes).
Removed 0 redundant assignments.
Promoted 22 assignments to connections.

24.42.13.4. Executing PROC_INIT pass (extract init attributes).

24.42.13.5. Executing PROC_ARST pass (detect async resets in processes).

24.42.13.6. Executing PROC_ROM pass (convert switches to ROMs).
Converted 0 switches.
<suppressed ~1 debug messages>

24.42.13.7. Executing PROC_MUX pass (convert decision trees to multiplexers).
Creating decoders for process `$paramod$242712b50c0a2a6b7d501d3b8f15d1e042886c7d\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$27175'.
Creating decoders for process `$paramod$242712b50c0a2a6b7d501d3b8f15d1e042886c7d\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:221$27151'.
     1/3: $1$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:223$27149_EN[3:0]$27155
     2/3: $1$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:223$27149_DATA[3:0]$27156
     3/3: $1$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:223$27149_ADDR[3:0]$27157
Creating decoders for process `$paramod$242712b50c0a2a6b7d501d3b8f15d1e042886c7d\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:213$27150'.

24.42.13.8. Executing PROC_DLATCH pass (convert process syncs to latches).

24.42.13.9. Executing PROC_DFF pass (convert process syncs to FFs).
Creating register for signal `$paramod$242712b50c0a2a6b7d501d3b8f15d1e042886c7d\TRELLIS_DPR16X4.\i' using process `$paramod$242712b50c0a2a6b7d501d3b8f15d1e042886c7d\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$27175'.
  created direct connection (no actual register cell created).
Creating register for signal `$paramod$242712b50c0a2a6b7d501d3b8f15d1e042886c7d\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$27145_EN' using process `$paramod$242712b50c0a2a6b7d501d3b8f15d1e042886c7d\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$27175'.
  created direct connection (no actual register cell created).
Creating register for signal `$paramod$242712b50c0a2a6b7d501d3b8f15d1e042886c7d\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$27136_EN' using process `$paramod$242712b50c0a2a6b7d501d3b8f15d1e042886c7d\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$27175'.
  created direct connection (no actual register cell created).
Creating register for signal `$paramod$242712b50c0a2a6b7d501d3b8f15d1e042886c7d\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$27135_EN' using process `$paramod$242712b50c0a2a6b7d501d3b8f15d1e042886c7d\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$27175'.
  created direct connection (no actual register cell created).
Creating register for signal `$paramod$242712b50c0a2a6b7d501d3b8f15d1e042886c7d\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$27144_EN' using process `$paramod$242712b50c0a2a6b7d501d3b8f15d1e042886c7d\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$27175'.
  created direct connection (no actual register cell created).
Creating register for signal `$paramod$242712b50c0a2a6b7d501d3b8f15d1e042886c7d\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$27138_EN' using process `$paramod$242712b50c0a2a6b7d501d3b8f15d1e042886c7d\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$27175'.
  created direct connection (no actual register cell created).
Creating register for signal `$paramod$242712b50c0a2a6b7d501d3b8f15d1e042886c7d\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$27148_EN' using process `$paramod$242712b50c0a2a6b7d501d3b8f15d1e042886c7d\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$27175'.
  created direct connection (no actual register cell created).
Creating register for signal `$paramod$242712b50c0a2a6b7d501d3b8f15d1e042886c7d\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$27143_EN' using process `$paramod$242712b50c0a2a6b7d501d3b8f15d1e042886c7d\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$27175'.
  created direct connection (no actual register cell created).
Creating register for signal `$paramod$242712b50c0a2a6b7d501d3b8f15d1e042886c7d\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$27142_EN' using process `$paramod$242712b50c0a2a6b7d501d3b8f15d1e042886c7d\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$27175'.
  created direct connection (no actual register cell created).
Creating register for signal `$paramod$242712b50c0a2a6b7d501d3b8f15d1e042886c7d\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$27137_EN' using process `$paramod$242712b50c0a2a6b7d501d3b8f15d1e042886c7d\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$27175'.
  created direct connection (no actual register cell created).
Creating register for signal `$paramod$242712b50c0a2a6b7d501d3b8f15d1e042886c7d\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$27147_EN' using process `$paramod$242712b50c0a2a6b7d501d3b8f15d1e042886c7d\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$27175'.
  created direct connection (no actual register cell created).
Creating register for signal `$paramod$242712b50c0a2a6b7d501d3b8f15d1e042886c7d\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$27146_EN' using process `$paramod$242712b50c0a2a6b7d501d3b8f15d1e042886c7d\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$27175'.
  created direct connection (no actual register cell created).
Creating register for signal `$paramod$242712b50c0a2a6b7d501d3b8f15d1e042886c7d\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$27139_EN' using process `$paramod$242712b50c0a2a6b7d501d3b8f15d1e042886c7d\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$27175'.
  created direct connection (no actual register cell created).
Creating register for signal `$paramod$242712b50c0a2a6b7d501d3b8f15d1e042886c7d\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$27133_EN' using process `$paramod$242712b50c0a2a6b7d501d3b8f15d1e042886c7d\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$27175'.
  created direct connection (no actual register cell created).
Creating register for signal `$paramod$242712b50c0a2a6b7d501d3b8f15d1e042886c7d\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$27134_EN' using process `$paramod$242712b50c0a2a6b7d501d3b8f15d1e042886c7d\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$27175'.
  created direct connection (no actual register cell created).
Creating register for signal `$paramod$242712b50c0a2a6b7d501d3b8f15d1e042886c7d\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$27141_EN' using process `$paramod$242712b50c0a2a6b7d501d3b8f15d1e042886c7d\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$27175'.
  created direct connection (no actual register cell created).
Creating register for signal `$paramod$242712b50c0a2a6b7d501d3b8f15d1e042886c7d\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$27140_EN' using process `$paramod$242712b50c0a2a6b7d501d3b8f15d1e042886c7d\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$27175'.
  created direct connection (no actual register cell created).
Creating register for signal `$paramod$242712b50c0a2a6b7d501d3b8f15d1e042886c7d\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:223$27149_EN' using process `$paramod$242712b50c0a2a6b7d501d3b8f15d1e042886c7d\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:221$27151'.
  created $dff cell `$procdff$27201' with positive edge clock.
Creating register for signal `$paramod$242712b50c0a2a6b7d501d3b8f15d1e042886c7d\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:223$27149_DATA' using process `$paramod$242712b50c0a2a6b7d501d3b8f15d1e042886c7d\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:221$27151'.
  created $dff cell `$procdff$27202' with positive edge clock.
Creating register for signal `$paramod$242712b50c0a2a6b7d501d3b8f15d1e042886c7d\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:223$27149_ADDR' using process `$paramod$242712b50c0a2a6b7d501d3b8f15d1e042886c7d\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:221$27151'.
  created $dff cell `$procdff$27203' with positive edge clock.
Creating register for signal `$paramod$242712b50c0a2a6b7d501d3b8f15d1e042886c7d\TRELLIS_DPR16X4.\muxwre' using process `$paramod$242712b50c0a2a6b7d501d3b8f15d1e042886c7d\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:213$27150'.
  created direct connection (no actual register cell created).

24.42.13.10. Executing PROC_MEMWR pass (convert process memory writes to cells).

24.42.13.11. Executing PROC_CLEAN pass (remove empty switches from decision trees).
Removing empty process `$paramod$242712b50c0a2a6b7d501d3b8f15d1e042886c7d\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$27175'.
Found and cleaned up 1 empty switch in `$paramod$242712b50c0a2a6b7d501d3b8f15d1e042886c7d\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:221$27151'.
Removing empty process `$paramod$242712b50c0a2a6b7d501d3b8f15d1e042886c7d\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:213$27150'.
Cleaned up 1 empty switch.

24.42.13.12. Executing OPT_EXPR pass (perform const folding).

24.42.14. Executing PROC pass (convert processes to netlists).

24.42.14.1. Executing PROC_CLEAN pass (remove empty switches from decision trees).
Found and cleaned up 1 empty switch in `$paramod$896c13102149326c20257183c5d146c2879d74e6\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:213$27221'.
Cleaned up 1 empty switch.

24.42.14.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$27222 in module $paramod$896c13102149326c20257183c5d146c2879d74e6\TRELLIS_DPR16X4.
Removed a total of 0 dead cases.

24.42.14.3. Executing PROC_PRUNE pass (remove redundant assignments in processes).
Removed 0 redundant assignments.
Promoted 22 assignments to connections.

24.42.14.4. Executing PROC_INIT pass (extract init attributes).

24.42.14.5. Executing PROC_ARST pass (detect async resets in processes).

24.42.14.6. Executing PROC_ROM pass (convert switches to ROMs).
Converted 0 switches.
<suppressed ~1 debug messages>

24.42.14.7. Executing PROC_MUX pass (convert decision trees to multiplexers).
Creating decoders for process `$paramod$896c13102149326c20257183c5d146c2879d74e6\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$27246'.
Creating decoders for process `$paramod$896c13102149326c20257183c5d146c2879d74e6\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:221$27222'.
     1/3: $1$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:223$27220_EN[3:0]$27226
     2/3: $1$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:223$27220_DATA[3:0]$27228
     3/3: $1$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:223$27220_ADDR[3:0]$27227
Creating decoders for process `$paramod$896c13102149326c20257183c5d146c2879d74e6\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:213$27221'.

24.42.14.8. Executing PROC_DLATCH pass (convert process syncs to latches).

24.42.14.9. Executing PROC_DFF pass (convert process syncs to FFs).
Creating register for signal `$paramod$896c13102149326c20257183c5d146c2879d74e6\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$27207_EN' using process `$paramod$896c13102149326c20257183c5d146c2879d74e6\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$27246'.
  created direct connection (no actual register cell created).
Creating register for signal `$paramod$896c13102149326c20257183c5d146c2879d74e6\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$27219_EN' using process `$paramod$896c13102149326c20257183c5d146c2879d74e6\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$27246'.
  created direct connection (no actual register cell created).
Creating register for signal `$paramod$896c13102149326c20257183c5d146c2879d74e6\TRELLIS_DPR16X4.\i' using process `$paramod$896c13102149326c20257183c5d146c2879d74e6\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$27246'.
  created direct connection (no actual register cell created).
Creating register for signal `$paramod$896c13102149326c20257183c5d146c2879d74e6\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$27213_EN' using process `$paramod$896c13102149326c20257183c5d146c2879d74e6\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$27246'.
  created direct connection (no actual register cell created).
Creating register for signal `$paramod$896c13102149326c20257183c5d146c2879d74e6\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$27218_EN' using process `$paramod$896c13102149326c20257183c5d146c2879d74e6\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$27246'.
  created direct connection (no actual register cell created).
Creating register for signal `$paramod$896c13102149326c20257183c5d146c2879d74e6\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$27204_EN' using process `$paramod$896c13102149326c20257183c5d146c2879d74e6\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$27246'.
  created direct connection (no actual register cell created).
Creating register for signal `$paramod$896c13102149326c20257183c5d146c2879d74e6\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$27214_EN' using process `$paramod$896c13102149326c20257183c5d146c2879d74e6\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$27246'.
  created direct connection (no actual register cell created).
Creating register for signal `$paramod$896c13102149326c20257183c5d146c2879d74e6\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$27208_EN' using process `$paramod$896c13102149326c20257183c5d146c2879d74e6\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$27246'.
  created direct connection (no actual register cell created).
Creating register for signal `$paramod$896c13102149326c20257183c5d146c2879d74e6\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$27217_EN' using process `$paramod$896c13102149326c20257183c5d146c2879d74e6\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$27246'.
  created direct connection (no actual register cell created).
Creating register for signal `$paramod$896c13102149326c20257183c5d146c2879d74e6\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$27206_EN' using process `$paramod$896c13102149326c20257183c5d146c2879d74e6\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$27246'.
  created direct connection (no actual register cell created).
Creating register for signal `$paramod$896c13102149326c20257183c5d146c2879d74e6\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$27216_EN' using process `$paramod$896c13102149326c20257183c5d146c2879d74e6\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$27246'.
  created direct connection (no actual register cell created).
Creating register for signal `$paramod$896c13102149326c20257183c5d146c2879d74e6\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$27215_EN' using process `$paramod$896c13102149326c20257183c5d146c2879d74e6\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$27246'.
  created direct connection (no actual register cell created).
Creating register for signal `$paramod$896c13102149326c20257183c5d146c2879d74e6\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$27211_EN' using process `$paramod$896c13102149326c20257183c5d146c2879d74e6\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$27246'.
  created direct connection (no actual register cell created).
Creating register for signal `$paramod$896c13102149326c20257183c5d146c2879d74e6\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$27210_EN' using process `$paramod$896c13102149326c20257183c5d146c2879d74e6\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$27246'.
  created direct connection (no actual register cell created).
Creating register for signal `$paramod$896c13102149326c20257183c5d146c2879d74e6\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$27209_EN' using process `$paramod$896c13102149326c20257183c5d146c2879d74e6\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$27246'.
  created direct connection (no actual register cell created).
Creating register for signal `$paramod$896c13102149326c20257183c5d146c2879d74e6\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$27205_EN' using process `$paramod$896c13102149326c20257183c5d146c2879d74e6\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$27246'.
  created direct connection (no actual register cell created).
Creating register for signal `$paramod$896c13102149326c20257183c5d146c2879d74e6\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$27212_EN' using process `$paramod$896c13102149326c20257183c5d146c2879d74e6\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$27246'.
  created direct connection (no actual register cell created).
Creating register for signal `$paramod$896c13102149326c20257183c5d146c2879d74e6\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:223$27220_EN' using process `$paramod$896c13102149326c20257183c5d146c2879d74e6\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:221$27222'.
  created $dff cell `$procdff$27272' with positive edge clock.
Creating register for signal `$paramod$896c13102149326c20257183c5d146c2879d74e6\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:223$27220_ADDR' using process `$paramod$896c13102149326c20257183c5d146c2879d74e6\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:221$27222'.
  created $dff cell `$procdff$27273' with positive edge clock.
Creating register for signal `$paramod$896c13102149326c20257183c5d146c2879d74e6\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:223$27220_DATA' using process `$paramod$896c13102149326c20257183c5d146c2879d74e6\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:221$27222'.
  created $dff cell `$procdff$27274' with positive edge clock.
Creating register for signal `$paramod$896c13102149326c20257183c5d146c2879d74e6\TRELLIS_DPR16X4.\muxwre' using process `$paramod$896c13102149326c20257183c5d146c2879d74e6\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:213$27221'.
  created direct connection (no actual register cell created).

24.42.14.10. Executing PROC_MEMWR pass (convert process memory writes to cells).

24.42.14.11. Executing PROC_CLEAN pass (remove empty switches from decision trees).
Removing empty process `$paramod$896c13102149326c20257183c5d146c2879d74e6\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$27246'.
Found and cleaned up 1 empty switch in `$paramod$896c13102149326c20257183c5d146c2879d74e6\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:221$27222'.
Removing empty process `$paramod$896c13102149326c20257183c5d146c2879d74e6\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:213$27221'.
Cleaned up 1 empty switch.

24.42.14.12. Executing OPT_EXPR pass (perform const folding).

24.42.15. Executing PROC pass (convert processes to netlists).

24.42.15.1. Executing PROC_CLEAN pass (remove empty switches from decision trees).
Found and cleaned up 1 empty switch in `$paramod$53a840446cdc2b5aa298a080f49764e881c60b99\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:213$27292'.
Cleaned up 1 empty switch.

24.42.15.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$27293 in module $paramod$53a840446cdc2b5aa298a080f49764e881c60b99\TRELLIS_DPR16X4.
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 22 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.
<suppressed ~1 debug messages>

24.42.15.7. Executing PROC_MUX pass (convert decision trees to multiplexers).
Creating decoders for process `$paramod$53a840446cdc2b5aa298a080f49764e881c60b99\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$27317'.
Creating decoders for process `$paramod$53a840446cdc2b5aa298a080f49764e881c60b99\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:221$27293'.
     1/3: $1$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:223$27291_EN[3:0]$27299
     2/3: $1$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:223$27291_DATA[3:0]$27298
     3/3: $1$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:223$27291_ADDR[3:0]$27297
Creating decoders for process `$paramod$53a840446cdc2b5aa298a080f49764e881c60b99\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:213$27292'.

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).
Creating register for signal `$paramod$53a840446cdc2b5aa298a080f49764e881c60b99\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$27286_EN' using process `$paramod$53a840446cdc2b5aa298a080f49764e881c60b99\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$27317'.
  created direct connection (no actual register cell created).
Creating register for signal `$paramod$53a840446cdc2b5aa298a080f49764e881c60b99\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$27276_EN' using process `$paramod$53a840446cdc2b5aa298a080f49764e881c60b99\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$27317'.
  created direct connection (no actual register cell created).
Creating register for signal `$paramod$53a840446cdc2b5aa298a080f49764e881c60b99\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$27287_EN' using process `$paramod$53a840446cdc2b5aa298a080f49764e881c60b99\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$27317'.
  created direct connection (no actual register cell created).
Creating register for signal `$paramod$53a840446cdc2b5aa298a080f49764e881c60b99\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$27277_EN' using process `$paramod$53a840446cdc2b5aa298a080f49764e881c60b99\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$27317'.
  created direct connection (no actual register cell created).
Creating register for signal `$paramod$53a840446cdc2b5aa298a080f49764e881c60b99\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$27282_EN' using process `$paramod$53a840446cdc2b5aa298a080f49764e881c60b99\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$27317'.
  created direct connection (no actual register cell created).
Creating register for signal `$paramod$53a840446cdc2b5aa298a080f49764e881c60b99\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$27283_EN' using process `$paramod$53a840446cdc2b5aa298a080f49764e881c60b99\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$27317'.
  created direct connection (no actual register cell created).
Creating register for signal `$paramod$53a840446cdc2b5aa298a080f49764e881c60b99\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$27288_EN' using process `$paramod$53a840446cdc2b5aa298a080f49764e881c60b99\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$27317'.
  created direct connection (no actual register cell created).
Creating register for signal `$paramod$53a840446cdc2b5aa298a080f49764e881c60b99\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$27289_EN' using process `$paramod$53a840446cdc2b5aa298a080f49764e881c60b99\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$27317'.
  created direct connection (no actual register cell created).
Creating register for signal `$paramod$53a840446cdc2b5aa298a080f49764e881c60b99\TRELLIS_DPR16X4.\i' using process `$paramod$53a840446cdc2b5aa298a080f49764e881c60b99\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$27317'.
  created direct connection (no actual register cell created).
Creating register for signal `$paramod$53a840446cdc2b5aa298a080f49764e881c60b99\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$27275_EN' using process `$paramod$53a840446cdc2b5aa298a080f49764e881c60b99\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$27317'.
  created direct connection (no actual register cell created).
Creating register for signal `$paramod$53a840446cdc2b5aa298a080f49764e881c60b99\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$27281_EN' using process `$paramod$53a840446cdc2b5aa298a080f49764e881c60b99\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$27317'.
  created direct connection (no actual register cell created).
Creating register for signal `$paramod$53a840446cdc2b5aa298a080f49764e881c60b99\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$27285_EN' using process `$paramod$53a840446cdc2b5aa298a080f49764e881c60b99\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$27317'.
  created direct connection (no actual register cell created).
Creating register for signal `$paramod$53a840446cdc2b5aa298a080f49764e881c60b99\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$27279_EN' using process `$paramod$53a840446cdc2b5aa298a080f49764e881c60b99\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$27317'.
  created direct connection (no actual register cell created).
Creating register for signal `$paramod$53a840446cdc2b5aa298a080f49764e881c60b99\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$27290_EN' using process `$paramod$53a840446cdc2b5aa298a080f49764e881c60b99\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$27317'.
  created direct connection (no actual register cell created).
Creating register for signal `$paramod$53a840446cdc2b5aa298a080f49764e881c60b99\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$27284_EN' using process `$paramod$53a840446cdc2b5aa298a080f49764e881c60b99\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$27317'.
  created direct connection (no actual register cell created).
Creating register for signal `$paramod$53a840446cdc2b5aa298a080f49764e881c60b99\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$27278_EN' using process `$paramod$53a840446cdc2b5aa298a080f49764e881c60b99\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$27317'.
  created direct connection (no actual register cell created).
Creating register for signal `$paramod$53a840446cdc2b5aa298a080f49764e881c60b99\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$27280_EN' using process `$paramod$53a840446cdc2b5aa298a080f49764e881c60b99\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$27317'.
  created direct connection (no actual register cell created).
Creating register for signal `$paramod$53a840446cdc2b5aa298a080f49764e881c60b99\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:223$27291_ADDR' using process `$paramod$53a840446cdc2b5aa298a080f49764e881c60b99\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:221$27293'.
  created $dff cell `$procdff$27343' with positive edge clock.
Creating register for signal `$paramod$53a840446cdc2b5aa298a080f49764e881c60b99\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:223$27291_DATA' using process `$paramod$53a840446cdc2b5aa298a080f49764e881c60b99\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:221$27293'.
  created $dff cell `$procdff$27344' with positive edge clock.
Creating register for signal `$paramod$53a840446cdc2b5aa298a080f49764e881c60b99\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:223$27291_EN' using process `$paramod$53a840446cdc2b5aa298a080f49764e881c60b99\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:221$27293'.
  created $dff cell `$procdff$27345' with positive edge clock.
Creating register for signal `$paramod$53a840446cdc2b5aa298a080f49764e881c60b99\TRELLIS_DPR16X4.\muxwre' using process `$paramod$53a840446cdc2b5aa298a080f49764e881c60b99\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:213$27292'.
  created direct connection (no actual register cell created).

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).
Removing empty process `$paramod$53a840446cdc2b5aa298a080f49764e881c60b99\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$27317'.
Found and cleaned up 1 empty switch in `$paramod$53a840446cdc2b5aa298a080f49764e881c60b99\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:221$27293'.
Removing empty process `$paramod$53a840446cdc2b5aa298a080f49764e881c60b99\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:213$27292'.
Cleaned up 1 empty switch.

24.42.15.12. Executing OPT_EXPR pass (perform const folding).

24.42.16. Executing PROC pass (convert processes to netlists).

24.42.16.1. Executing PROC_CLEAN pass (remove empty switches from decision trees).
Found and cleaned up 1 empty switch in `$paramod$0ec150df0608fe9d13bbd7ba55d0b68aebde8574\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:213$27363'.
Cleaned up 1 empty switch.

24.42.16.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$27364 in module $paramod$0ec150df0608fe9d13bbd7ba55d0b68aebde8574\TRELLIS_DPR16X4.
Removed a total of 0 dead cases.

24.42.16.3. Executing PROC_PRUNE pass (remove redundant assignments in processes).
Removed 0 redundant assignments.
Promoted 22 assignments to connections.

24.42.16.4. Executing PROC_INIT pass (extract init attributes).

24.42.16.5. Executing PROC_ARST pass (detect async resets in processes).

24.42.16.6. Executing PROC_ROM pass (convert switches to ROMs).
Converted 0 switches.
<suppressed ~1 debug messages>

24.42.16.7. Executing PROC_MUX pass (convert decision trees to multiplexers).
Creating decoders for process `$paramod$0ec150df0608fe9d13bbd7ba55d0b68aebde8574\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$27388'.
Creating decoders for process `$paramod$0ec150df0608fe9d13bbd7ba55d0b68aebde8574\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:221$27364'.
     1/3: $1$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:223$27362_EN[3:0]$27370
     2/3: $1$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:223$27362_DATA[3:0]$27369
     3/3: $1$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:223$27362_ADDR[3:0]$27368
Creating decoders for process `$paramod$0ec150df0608fe9d13bbd7ba55d0b68aebde8574\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:213$27363'.

24.42.16.8. Executing PROC_DLATCH pass (convert process syncs to latches).

24.42.16.9. Executing PROC_DFF pass (convert process syncs to FFs).
Creating register for signal `$paramod$0ec150df0608fe9d13bbd7ba55d0b68aebde8574\TRELLIS_DPR16X4.\i' using process `$paramod$0ec150df0608fe9d13bbd7ba55d0b68aebde8574\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$27388'.
  created direct connection (no actual register cell created).
Creating register for signal `$paramod$0ec150df0608fe9d13bbd7ba55d0b68aebde8574\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$27349_EN' using process `$paramod$0ec150df0608fe9d13bbd7ba55d0b68aebde8574\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$27388'.
  created direct connection (no actual register cell created).
Creating register for signal `$paramod$0ec150df0608fe9d13bbd7ba55d0b68aebde8574\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$27350_EN' using process `$paramod$0ec150df0608fe9d13bbd7ba55d0b68aebde8574\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$27388'.
  created direct connection (no actual register cell created).
Creating register for signal `$paramod$0ec150df0608fe9d13bbd7ba55d0b68aebde8574\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$27351_EN' using process `$paramod$0ec150df0608fe9d13bbd7ba55d0b68aebde8574\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$27388'.
  created direct connection (no actual register cell created).
Creating register for signal `$paramod$0ec150df0608fe9d13bbd7ba55d0b68aebde8574\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$27355_EN' using process `$paramod$0ec150df0608fe9d13bbd7ba55d0b68aebde8574\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$27388'.
  created direct connection (no actual register cell created).
Creating register for signal `$paramod$0ec150df0608fe9d13bbd7ba55d0b68aebde8574\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$27356_EN' using process `$paramod$0ec150df0608fe9d13bbd7ba55d0b68aebde8574\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$27388'.
  created direct connection (no actual register cell created).
Creating register for signal `$paramod$0ec150df0608fe9d13bbd7ba55d0b68aebde8574\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$27357_EN' using process `$paramod$0ec150df0608fe9d13bbd7ba55d0b68aebde8574\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$27388'.
  created direct connection (no actual register cell created).
Creating register for signal `$paramod$0ec150df0608fe9d13bbd7ba55d0b68aebde8574\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$27361_EN' using process `$paramod$0ec150df0608fe9d13bbd7ba55d0b68aebde8574\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$27388'.
  created direct connection (no actual register cell created).
Creating register for signal `$paramod$0ec150df0608fe9d13bbd7ba55d0b68aebde8574\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$27347_EN' using process `$paramod$0ec150df0608fe9d13bbd7ba55d0b68aebde8574\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$27388'.
  created direct connection (no actual register cell created).
Creating register for signal `$paramod$0ec150df0608fe9d13bbd7ba55d0b68aebde8574\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$27352_EN' using process `$paramod$0ec150df0608fe9d13bbd7ba55d0b68aebde8574\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$27388'.
  created direct connection (no actual register cell created).
Creating register for signal `$paramod$0ec150df0608fe9d13bbd7ba55d0b68aebde8574\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$27353_EN' using process `$paramod$0ec150df0608fe9d13bbd7ba55d0b68aebde8574\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$27388'.
  created direct connection (no actual register cell created).
Creating register for signal `$paramod$0ec150df0608fe9d13bbd7ba55d0b68aebde8574\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$27358_EN' using process `$paramod$0ec150df0608fe9d13bbd7ba55d0b68aebde8574\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$27388'.
  created direct connection (no actual register cell created).
Creating register for signal `$paramod$0ec150df0608fe9d13bbd7ba55d0b68aebde8574\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$27359_EN' using process `$paramod$0ec150df0608fe9d13bbd7ba55d0b68aebde8574\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$27388'.
  created direct connection (no actual register cell created).
Creating register for signal `$paramod$0ec150df0608fe9d13bbd7ba55d0b68aebde8574\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$27360_EN' using process `$paramod$0ec150df0608fe9d13bbd7ba55d0b68aebde8574\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$27388'.
  created direct connection (no actual register cell created).
Creating register for signal `$paramod$0ec150df0608fe9d13bbd7ba55d0b68aebde8574\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$27354_EN' using process `$paramod$0ec150df0608fe9d13bbd7ba55d0b68aebde8574\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$27388'.
  created direct connection (no actual register cell created).
Creating register for signal `$paramod$0ec150df0608fe9d13bbd7ba55d0b68aebde8574\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$27348_EN' using process `$paramod$0ec150df0608fe9d13bbd7ba55d0b68aebde8574\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$27388'.
  created direct connection (no actual register cell created).
Creating register for signal `$paramod$0ec150df0608fe9d13bbd7ba55d0b68aebde8574\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$27346_EN' using process `$paramod$0ec150df0608fe9d13bbd7ba55d0b68aebde8574\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$27388'.
  created direct connection (no actual register cell created).
Creating register for signal `$paramod$0ec150df0608fe9d13bbd7ba55d0b68aebde8574\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:223$27362_ADDR' using process `$paramod$0ec150df0608fe9d13bbd7ba55d0b68aebde8574\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:221$27364'.
  created $dff cell `$procdff$27414' with positive edge clock.
Creating register for signal `$paramod$0ec150df0608fe9d13bbd7ba55d0b68aebde8574\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:223$27362_DATA' using process `$paramod$0ec150df0608fe9d13bbd7ba55d0b68aebde8574\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:221$27364'.
  created $dff cell `$procdff$27415' with positive edge clock.
Creating register for signal `$paramod$0ec150df0608fe9d13bbd7ba55d0b68aebde8574\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:223$27362_EN' using process `$paramod$0ec150df0608fe9d13bbd7ba55d0b68aebde8574\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:221$27364'.
  created $dff cell `$procdff$27416' with positive edge clock.
Creating register for signal `$paramod$0ec150df0608fe9d13bbd7ba55d0b68aebde8574\TRELLIS_DPR16X4.\muxwre' using process `$paramod$0ec150df0608fe9d13bbd7ba55d0b68aebde8574\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:213$27363'.
  created direct connection (no actual register cell created).

24.42.16.10. Executing PROC_MEMWR pass (convert process memory writes to cells).

24.42.16.11. Executing PROC_CLEAN pass (remove empty switches from decision trees).
Removing empty process `$paramod$0ec150df0608fe9d13bbd7ba55d0b68aebde8574\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$27388'.
Found and cleaned up 1 empty switch in `$paramod$0ec150df0608fe9d13bbd7ba55d0b68aebde8574\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:221$27364'.
Removing empty process `$paramod$0ec150df0608fe9d13bbd7ba55d0b68aebde8574\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:213$27363'.
Cleaned up 1 empty switch.

24.42.16.12. Executing OPT_EXPR pass (perform const folding).

24.42.17. Executing PROC pass (convert processes to netlists).

24.42.17.1. Executing PROC_CLEAN pass (remove empty switches from decision trees).
Found and cleaned up 1 empty switch in `$paramod$3cdce45cfe40dd4cba4b9a5e0edd92348d96d81f\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:213$27434'.
Cleaned up 1 empty switch.

24.42.17.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$27435 in module $paramod$3cdce45cfe40dd4cba4b9a5e0edd92348d96d81f\TRELLIS_DPR16X4.
Removed a total of 0 dead cases.

24.42.17.3. Executing PROC_PRUNE pass (remove redundant assignments in processes).
Removed 0 redundant assignments.
Promoted 22 assignments to connections.

24.42.17.4. Executing PROC_INIT pass (extract init attributes).

24.42.17.5. Executing PROC_ARST pass (detect async resets in processes).

24.42.17.6. Executing PROC_ROM pass (convert switches to ROMs).
Converted 0 switches.
<suppressed ~1 debug messages>

24.42.17.7. Executing PROC_MUX pass (convert decision trees to multiplexers).
Creating decoders for process `$paramod$3cdce45cfe40dd4cba4b9a5e0edd92348d96d81f\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$27459'.
Creating decoders for process `$paramod$3cdce45cfe40dd4cba4b9a5e0edd92348d96d81f\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:221$27435'.
     1/3: $1$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:223$27433_EN[3:0]$27441
     2/3: $1$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:223$27433_DATA[3:0]$27440
     3/3: $1$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:223$27433_ADDR[3:0]$27439
Creating decoders for process `$paramod$3cdce45cfe40dd4cba4b9a5e0edd92348d96d81f\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:213$27434'.

24.42.17.8. Executing PROC_DLATCH pass (convert process syncs to latches).

24.42.17.9. Executing PROC_DFF pass (convert process syncs to FFs).
Creating register for signal `$paramod$3cdce45cfe40dd4cba4b9a5e0edd92348d96d81f\TRELLIS_DPR16X4.\i' using process `$paramod$3cdce45cfe40dd4cba4b9a5e0edd92348d96d81f\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$27459'.
  created direct connection (no actual register cell created).
Creating register for signal `$paramod$3cdce45cfe40dd4cba4b9a5e0edd92348d96d81f\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$27417_EN' using process `$paramod$3cdce45cfe40dd4cba4b9a5e0edd92348d96d81f\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$27459'.
  created direct connection (no actual register cell created).
Creating register for signal `$paramod$3cdce45cfe40dd4cba4b9a5e0edd92348d96d81f\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$27419_EN' using process `$paramod$3cdce45cfe40dd4cba4b9a5e0edd92348d96d81f\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$27459'.
  created direct connection (no actual register cell created).
Creating register for signal `$paramod$3cdce45cfe40dd4cba4b9a5e0edd92348d96d81f\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$27420_EN' using process `$paramod$3cdce45cfe40dd4cba4b9a5e0edd92348d96d81f\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$27459'.
  created direct connection (no actual register cell created).
Creating register for signal `$paramod$3cdce45cfe40dd4cba4b9a5e0edd92348d96d81f\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$27421_EN' using process `$paramod$3cdce45cfe40dd4cba4b9a5e0edd92348d96d81f\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$27459'.
  created direct connection (no actual register cell created).
Creating register for signal `$paramod$3cdce45cfe40dd4cba4b9a5e0edd92348d96d81f\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$27425_EN' using process `$paramod$3cdce45cfe40dd4cba4b9a5e0edd92348d96d81f\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$27459'.
  created direct connection (no actual register cell created).
Creating register for signal `$paramod$3cdce45cfe40dd4cba4b9a5e0edd92348d96d81f\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$27426_EN' using process `$paramod$3cdce45cfe40dd4cba4b9a5e0edd92348d96d81f\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$27459'.
  created direct connection (no actual register cell created).
Creating register for signal `$paramod$3cdce45cfe40dd4cba4b9a5e0edd92348d96d81f\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$27427_EN' using process `$paramod$3cdce45cfe40dd4cba4b9a5e0edd92348d96d81f\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$27459'.
  created direct connection (no actual register cell created).
Creating register for signal `$paramod$3cdce45cfe40dd4cba4b9a5e0edd92348d96d81f\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$27431_EN' using process `$paramod$3cdce45cfe40dd4cba4b9a5e0edd92348d96d81f\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$27459'.
  created direct connection (no actual register cell created).
Creating register for signal `$paramod$3cdce45cfe40dd4cba4b9a5e0edd92348d96d81f\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$27432_EN' using process `$paramod$3cdce45cfe40dd4cba4b9a5e0edd92348d96d81f\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$27459'.
  created direct connection (no actual register cell created).
Creating register for signal `$paramod$3cdce45cfe40dd4cba4b9a5e0edd92348d96d81f\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$27422_EN' using process `$paramod$3cdce45cfe40dd4cba4b9a5e0edd92348d96d81f\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$27459'.
  created direct connection (no actual register cell created).
Creating register for signal `$paramod$3cdce45cfe40dd4cba4b9a5e0edd92348d96d81f\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$27423_EN' using process `$paramod$3cdce45cfe40dd4cba4b9a5e0edd92348d96d81f\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$27459'.
  created direct connection (no actual register cell created).
Creating register for signal `$paramod$3cdce45cfe40dd4cba4b9a5e0edd92348d96d81f\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$27428_EN' using process `$paramod$3cdce45cfe40dd4cba4b9a5e0edd92348d96d81f\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$27459'.
  created direct connection (no actual register cell created).
Creating register for signal `$paramod$3cdce45cfe40dd4cba4b9a5e0edd92348d96d81f\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$27429_EN' using process `$paramod$3cdce45cfe40dd4cba4b9a5e0edd92348d96d81f\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$27459'.
  created direct connection (no actual register cell created).
Creating register for signal `$paramod$3cdce45cfe40dd4cba4b9a5e0edd92348d96d81f\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$27430_EN' using process `$paramod$3cdce45cfe40dd4cba4b9a5e0edd92348d96d81f\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$27459'.
  created direct connection (no actual register cell created).
Creating register for signal `$paramod$3cdce45cfe40dd4cba4b9a5e0edd92348d96d81f\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$27424_EN' using process `$paramod$3cdce45cfe40dd4cba4b9a5e0edd92348d96d81f\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$27459'.
  created direct connection (no actual register cell created).
Creating register for signal `$paramod$3cdce45cfe40dd4cba4b9a5e0edd92348d96d81f\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$27418_EN' using process `$paramod$3cdce45cfe40dd4cba4b9a5e0edd92348d96d81f\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$27459'.
  created direct connection (no actual register cell created).
Creating register for signal `$paramod$3cdce45cfe40dd4cba4b9a5e0edd92348d96d81f\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:223$27433_ADDR' using process `$paramod$3cdce45cfe40dd4cba4b9a5e0edd92348d96d81f\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:221$27435'.
  created $dff cell `$procdff$27485' with positive edge clock.
Creating register for signal `$paramod$3cdce45cfe40dd4cba4b9a5e0edd92348d96d81f\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:223$27433_DATA' using process `$paramod$3cdce45cfe40dd4cba4b9a5e0edd92348d96d81f\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:221$27435'.
  created $dff cell `$procdff$27486' with positive edge clock.
Creating register for signal `$paramod$3cdce45cfe40dd4cba4b9a5e0edd92348d96d81f\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:223$27433_EN' using process `$paramod$3cdce45cfe40dd4cba4b9a5e0edd92348d96d81f\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:221$27435'.
  created $dff cell `$procdff$27487' with positive edge clock.
Creating register for signal `$paramod$3cdce45cfe40dd4cba4b9a5e0edd92348d96d81f\TRELLIS_DPR16X4.\muxwre' using process `$paramod$3cdce45cfe40dd4cba4b9a5e0edd92348d96d81f\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:213$27434'.
  created direct connection (no actual register cell created).

24.42.17.10. Executing PROC_MEMWR pass (convert process memory writes to cells).

24.42.17.11. Executing PROC_CLEAN pass (remove empty switches from decision trees).
Removing empty process `$paramod$3cdce45cfe40dd4cba4b9a5e0edd92348d96d81f\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$27459'.
Found and cleaned up 1 empty switch in `$paramod$3cdce45cfe40dd4cba4b9a5e0edd92348d96d81f\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:221$27435'.
Removing empty process `$paramod$3cdce45cfe40dd4cba4b9a5e0edd92348d96d81f\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:213$27434'.
Cleaned up 1 empty switch.

24.42.17.12. Executing OPT_EXPR pass (perform const folding).

24.42.18. Executing PROC pass (convert processes to netlists).

24.42.18.1. Executing PROC_CLEAN pass (remove empty switches from decision trees).
Found and cleaned up 1 empty switch in `$paramod$50a3456423815ea2ad88f4cd62b0b75c0753cc69\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:213$27505'.
Cleaned up 1 empty switch.

24.42.18.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$27506 in module $paramod$50a3456423815ea2ad88f4cd62b0b75c0753cc69\TRELLIS_DPR16X4.
Removed a total of 0 dead cases.

24.42.18.3. Executing PROC_PRUNE pass (remove redundant assignments in processes).
Removed 0 redundant assignments.
Promoted 22 assignments to connections.

24.42.18.4. Executing PROC_INIT pass (extract init attributes).

24.42.18.5. Executing PROC_ARST pass (detect async resets in processes).

24.42.18.6. Executing PROC_ROM pass (convert switches to ROMs).
Converted 0 switches.
<suppressed ~1 debug messages>

24.42.18.7. Executing PROC_MUX pass (convert decision trees to multiplexers).
Creating decoders for process `$paramod$50a3456423815ea2ad88f4cd62b0b75c0753cc69\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$27530'.
Creating decoders for process `$paramod$50a3456423815ea2ad88f4cd62b0b75c0753cc69\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:221$27506'.
     1/3: $1$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:223$27504_EN[3:0]$27512
     2/3: $1$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:223$27504_DATA[3:0]$27511
     3/3: $1$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:223$27504_ADDR[3:0]$27510
Creating decoders for process `$paramod$50a3456423815ea2ad88f4cd62b0b75c0753cc69\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:213$27505'.

24.42.18.8. Executing PROC_DLATCH pass (convert process syncs to latches).

24.42.18.9. Executing PROC_DFF pass (convert process syncs to FFs).
Creating register for signal `$paramod$50a3456423815ea2ad88f4cd62b0b75c0753cc69\TRELLIS_DPR16X4.\i' using process `$paramod$50a3456423815ea2ad88f4cd62b0b75c0753cc69\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$27530'.
  created direct connection (no actual register cell created).
Creating register for signal `$paramod$50a3456423815ea2ad88f4cd62b0b75c0753cc69\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$27488_EN' using process `$paramod$50a3456423815ea2ad88f4cd62b0b75c0753cc69\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$27530'.
  created direct connection (no actual register cell created).
Creating register for signal `$paramod$50a3456423815ea2ad88f4cd62b0b75c0753cc69\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$27489_EN' using process `$paramod$50a3456423815ea2ad88f4cd62b0b75c0753cc69\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$27530'.
  created direct connection (no actual register cell created).
Creating register for signal `$paramod$50a3456423815ea2ad88f4cd62b0b75c0753cc69\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$27490_EN' using process `$paramod$50a3456423815ea2ad88f4cd62b0b75c0753cc69\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$27530'.
  created direct connection (no actual register cell created).
Creating register for signal `$paramod$50a3456423815ea2ad88f4cd62b0b75c0753cc69\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$27494_EN' using process `$paramod$50a3456423815ea2ad88f4cd62b0b75c0753cc69\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$27530'.
  created direct connection (no actual register cell created).
Creating register for signal `$paramod$50a3456423815ea2ad88f4cd62b0b75c0753cc69\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$27495_EN' using process `$paramod$50a3456423815ea2ad88f4cd62b0b75c0753cc69\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$27530'.
  created direct connection (no actual register cell created).
Creating register for signal `$paramod$50a3456423815ea2ad88f4cd62b0b75c0753cc69\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$27499_EN' using process `$paramod$50a3456423815ea2ad88f4cd62b0b75c0753cc69\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$27530'.
  created direct connection (no actual register cell created).
Creating register for signal `$paramod$50a3456423815ea2ad88f4cd62b0b75c0753cc69\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$27491_EN' using process `$paramod$50a3456423815ea2ad88f4cd62b0b75c0753cc69\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$27530'.
  created direct connection (no actual register cell created).
Creating register for signal `$paramod$50a3456423815ea2ad88f4cd62b0b75c0753cc69\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$27500_EN' using process `$paramod$50a3456423815ea2ad88f4cd62b0b75c0753cc69\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$27530'.
  created direct connection (no actual register cell created).
Creating register for signal `$paramod$50a3456423815ea2ad88f4cd62b0b75c0753cc69\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$27496_EN' using process `$paramod$50a3456423815ea2ad88f4cd62b0b75c0753cc69\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$27530'.
  created direct connection (no actual register cell created).
Creating register for signal `$paramod$50a3456423815ea2ad88f4cd62b0b75c0753cc69\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$27492_EN' using process `$paramod$50a3456423815ea2ad88f4cd62b0b75c0753cc69\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$27530'.
  created direct connection (no actual register cell created).
Creating register for signal `$paramod$50a3456423815ea2ad88f4cd62b0b75c0753cc69\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$27501_EN' using process `$paramod$50a3456423815ea2ad88f4cd62b0b75c0753cc69\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$27530'.
  created direct connection (no actual register cell created).
Creating register for signal `$paramod$50a3456423815ea2ad88f4cd62b0b75c0753cc69\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$27497_EN' using process `$paramod$50a3456423815ea2ad88f4cd62b0b75c0753cc69\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$27530'.
  created direct connection (no actual register cell created).
Creating register for signal `$paramod$50a3456423815ea2ad88f4cd62b0b75c0753cc69\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$27502_EN' using process `$paramod$50a3456423815ea2ad88f4cd62b0b75c0753cc69\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$27530'.
  created direct connection (no actual register cell created).
Creating register for signal `$paramod$50a3456423815ea2ad88f4cd62b0b75c0753cc69\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$27503_EN' using process `$paramod$50a3456423815ea2ad88f4cd62b0b75c0753cc69\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$27530'.
  created direct connection (no actual register cell created).
Creating register for signal `$paramod$50a3456423815ea2ad88f4cd62b0b75c0753cc69\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$27498_EN' using process `$paramod$50a3456423815ea2ad88f4cd62b0b75c0753cc69\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$27530'.
  created direct connection (no actual register cell created).
Creating register for signal `$paramod$50a3456423815ea2ad88f4cd62b0b75c0753cc69\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$27493_EN' using process `$paramod$50a3456423815ea2ad88f4cd62b0b75c0753cc69\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$27530'.
  created direct connection (no actual register cell created).
Creating register for signal `$paramod$50a3456423815ea2ad88f4cd62b0b75c0753cc69\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:223$27504_ADDR' using process `$paramod$50a3456423815ea2ad88f4cd62b0b75c0753cc69\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:221$27506'.
  created $dff cell `$procdff$27556' with positive edge clock.
Creating register for signal `$paramod$50a3456423815ea2ad88f4cd62b0b75c0753cc69\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:223$27504_DATA' using process `$paramod$50a3456423815ea2ad88f4cd62b0b75c0753cc69\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:221$27506'.
  created $dff cell `$procdff$27557' with positive edge clock.
Creating register for signal `$paramod$50a3456423815ea2ad88f4cd62b0b75c0753cc69\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:223$27504_EN' using process `$paramod$50a3456423815ea2ad88f4cd62b0b75c0753cc69\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:221$27506'.
  created $dff cell `$procdff$27558' with positive edge clock.
Creating register for signal `$paramod$50a3456423815ea2ad88f4cd62b0b75c0753cc69\TRELLIS_DPR16X4.\muxwre' using process `$paramod$50a3456423815ea2ad88f4cd62b0b75c0753cc69\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:213$27505'.
  created direct connection (no actual register cell created).

24.42.18.10. Executing PROC_MEMWR pass (convert process memory writes to cells).

24.42.18.11. Executing PROC_CLEAN pass (remove empty switches from decision trees).
Removing empty process `$paramod$50a3456423815ea2ad88f4cd62b0b75c0753cc69\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$27530'.
Found and cleaned up 1 empty switch in `$paramod$50a3456423815ea2ad88f4cd62b0b75c0753cc69\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:221$27506'.
Removing empty process `$paramod$50a3456423815ea2ad88f4cd62b0b75c0753cc69\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:213$27505'.
Cleaned up 1 empty switch.

24.42.18.12. Executing OPT_EXPR pass (perform const folding).

24.42.19. Executing PROC pass (convert processes to netlists).

24.42.19.1. Executing PROC_CLEAN pass (remove empty switches from decision trees).
Found and cleaned up 1 empty switch in `$paramod$55d7bec832f9f63c717e9458c8d5bd2bb91537b6\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:213$27576'.
Cleaned up 1 empty switch.

24.42.19.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$27577 in module $paramod$55d7bec832f9f63c717e9458c8d5bd2bb91537b6\TRELLIS_DPR16X4.
Removed a total of 0 dead cases.

24.42.19.3. Executing PROC_PRUNE pass (remove redundant assignments in processes).
Removed 0 redundant assignments.
Promoted 22 assignments to connections.

24.42.19.4. Executing PROC_INIT pass (extract init attributes).

24.42.19.5. Executing PROC_ARST pass (detect async resets in processes).

24.42.19.6. Executing PROC_ROM pass (convert switches to ROMs).
Converted 0 switches.
<suppressed ~1 debug messages>

24.42.19.7. Executing PROC_MUX pass (convert decision trees to multiplexers).
Creating decoders for process `$paramod$55d7bec832f9f63c717e9458c8d5bd2bb91537b6\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$27601'.
Creating decoders for process `$paramod$55d7bec832f9f63c717e9458c8d5bd2bb91537b6\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:221$27577'.
     1/3: $1$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:223$27575_EN[3:0]$27581
     2/3: $1$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:223$27575_DATA[3:0]$27583
     3/3: $1$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:223$27575_ADDR[3:0]$27582
Creating decoders for process `$paramod$55d7bec832f9f63c717e9458c8d5bd2bb91537b6\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:213$27576'.

24.42.19.8. Executing PROC_DLATCH pass (convert process syncs to latches).

24.42.19.9. Executing PROC_DFF pass (convert process syncs to FFs).
Creating register for signal `$paramod$55d7bec832f9f63c717e9458c8d5bd2bb91537b6\TRELLIS_DPR16X4.\i' using process `$paramod$55d7bec832f9f63c717e9458c8d5bd2bb91537b6\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$27601'.
  created direct connection (no actual register cell created).
Creating register for signal `$paramod$55d7bec832f9f63c717e9458c8d5bd2bb91537b6\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$27562_EN' using process `$paramod$55d7bec832f9f63c717e9458c8d5bd2bb91537b6\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$27601'.
  created direct connection (no actual register cell created).
Creating register for signal `$paramod$55d7bec832f9f63c717e9458c8d5bd2bb91537b6\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$27563_EN' using process `$paramod$55d7bec832f9f63c717e9458c8d5bd2bb91537b6\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$27601'.
  created direct connection (no actual register cell created).
Creating register for signal `$paramod$55d7bec832f9f63c717e9458c8d5bd2bb91537b6\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$27567_EN' using process `$paramod$55d7bec832f9f63c717e9458c8d5bd2bb91537b6\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$27601'.
  created direct connection (no actual register cell created).
Creating register for signal `$paramod$55d7bec832f9f63c717e9458c8d5bd2bb91537b6\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$27568_EN' using process `$paramod$55d7bec832f9f63c717e9458c8d5bd2bb91537b6\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$27601'.
  created direct connection (no actual register cell created).
Creating register for signal `$paramod$55d7bec832f9f63c717e9458c8d5bd2bb91537b6\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$27572_EN' using process `$paramod$55d7bec832f9f63c717e9458c8d5bd2bb91537b6\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$27601'.
  created direct connection (no actual register cell created).
Creating register for signal `$paramod$55d7bec832f9f63c717e9458c8d5bd2bb91537b6\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$27564_EN' using process `$paramod$55d7bec832f9f63c717e9458c8d5bd2bb91537b6\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$27601'.
  created direct connection (no actual register cell created).
Creating register for signal `$paramod$55d7bec832f9f63c717e9458c8d5bd2bb91537b6\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$27573_EN' using process `$paramod$55d7bec832f9f63c717e9458c8d5bd2bb91537b6\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$27601'.
  created direct connection (no actual register cell created).
Creating register for signal `$paramod$55d7bec832f9f63c717e9458c8d5bd2bb91537b6\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$27560_EN' using process `$paramod$55d7bec832f9f63c717e9458c8d5bd2bb91537b6\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$27601'.
  created direct connection (no actual register cell created).
Creating register for signal `$paramod$55d7bec832f9f63c717e9458c8d5bd2bb91537b6\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$27569_EN' using process `$paramod$55d7bec832f9f63c717e9458c8d5bd2bb91537b6\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$27601'.
  created direct connection (no actual register cell created).
Creating register for signal `$paramod$55d7bec832f9f63c717e9458c8d5bd2bb91537b6\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$27565_EN' using process `$paramod$55d7bec832f9f63c717e9458c8d5bd2bb91537b6\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$27601'.
  created direct connection (no actual register cell created).
Creating register for signal `$paramod$55d7bec832f9f63c717e9458c8d5bd2bb91537b6\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$27574_EN' using process `$paramod$55d7bec832f9f63c717e9458c8d5bd2bb91537b6\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$27601'.
  created direct connection (no actual register cell created).
Creating register for signal `$paramod$55d7bec832f9f63c717e9458c8d5bd2bb91537b6\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$27570_EN' using process `$paramod$55d7bec832f9f63c717e9458c8d5bd2bb91537b6\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$27601'.
  created direct connection (no actual register cell created).
Creating register for signal `$paramod$55d7bec832f9f63c717e9458c8d5bd2bb91537b6\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$27571_EN' using process `$paramod$55d7bec832f9f63c717e9458c8d5bd2bb91537b6\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$27601'.
  created direct connection (no actual register cell created).
Creating register for signal `$paramod$55d7bec832f9f63c717e9458c8d5bd2bb91537b6\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$27566_EN' using process `$paramod$55d7bec832f9f63c717e9458c8d5bd2bb91537b6\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$27601'.
  created direct connection (no actual register cell created).
Creating register for signal `$paramod$55d7bec832f9f63c717e9458c8d5bd2bb91537b6\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$27561_EN' using process `$paramod$55d7bec832f9f63c717e9458c8d5bd2bb91537b6\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$27601'.
  created direct connection (no actual register cell created).
Creating register for signal `$paramod$55d7bec832f9f63c717e9458c8d5bd2bb91537b6\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$27559_EN' using process `$paramod$55d7bec832f9f63c717e9458c8d5bd2bb91537b6\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$27601'.
  created direct connection (no actual register cell created).
Creating register for signal `$paramod$55d7bec832f9f63c717e9458c8d5bd2bb91537b6\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:223$27575_EN' using process `$paramod$55d7bec832f9f63c717e9458c8d5bd2bb91537b6\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:221$27577'.
  created $dff cell `$procdff$27627' with positive edge clock.
Creating register for signal `$paramod$55d7bec832f9f63c717e9458c8d5bd2bb91537b6\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:223$27575_ADDR' using process `$paramod$55d7bec832f9f63c717e9458c8d5bd2bb91537b6\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:221$27577'.
  created $dff cell `$procdff$27628' with positive edge clock.
Creating register for signal `$paramod$55d7bec832f9f63c717e9458c8d5bd2bb91537b6\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:223$27575_DATA' using process `$paramod$55d7bec832f9f63c717e9458c8d5bd2bb91537b6\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:221$27577'.
  created $dff cell `$procdff$27629' with positive edge clock.
Creating register for signal `$paramod$55d7bec832f9f63c717e9458c8d5bd2bb91537b6\TRELLIS_DPR16X4.\muxwre' using process `$paramod$55d7bec832f9f63c717e9458c8d5bd2bb91537b6\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:213$27576'.
  created direct connection (no actual register cell created).

24.42.19.10. Executing PROC_MEMWR pass (convert process memory writes to cells).

24.42.19.11. Executing PROC_CLEAN pass (remove empty switches from decision trees).
Removing empty process `$paramod$55d7bec832f9f63c717e9458c8d5bd2bb91537b6\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$27601'.
Found and cleaned up 1 empty switch in `$paramod$55d7bec832f9f63c717e9458c8d5bd2bb91537b6\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:221$27577'.
Removing empty process `$paramod$55d7bec832f9f63c717e9458c8d5bd2bb91537b6\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:213$27576'.
Cleaned up 1 empty switch.

24.42.19.12. Executing OPT_EXPR pass (perform const folding).

24.42.20. Executing PROC pass (convert processes to netlists).

24.42.20.1. Executing PROC_CLEAN pass (remove empty switches from decision trees).
Found and cleaned up 1 empty switch in `$paramod$6f6b0ecb6502c3a0ff5a34ccfc87ee0dc217c0aa\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:213$27647'.
Cleaned up 1 empty switch.

24.42.20.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$27648 in module $paramod$6f6b0ecb6502c3a0ff5a34ccfc87ee0dc217c0aa\TRELLIS_DPR16X4.
Removed a total of 0 dead cases.

24.42.20.3. Executing PROC_PRUNE pass (remove redundant assignments in processes).
Removed 0 redundant assignments.
Promoted 22 assignments to connections.

24.42.20.4. Executing PROC_INIT pass (extract init attributes).

24.42.20.5. Executing PROC_ARST pass (detect async resets in processes).

24.42.20.6. Executing PROC_ROM pass (convert switches to ROMs).
Converted 0 switches.
<suppressed ~1 debug messages>

24.42.20.7. Executing PROC_MUX pass (convert decision trees to multiplexers).
Creating decoders for process `$paramod$6f6b0ecb6502c3a0ff5a34ccfc87ee0dc217c0aa\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$27672'.
Creating decoders for process `$paramod$6f6b0ecb6502c3a0ff5a34ccfc87ee0dc217c0aa\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:221$27648'.
     1/3: $1$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:223$27646_EN[3:0]$27654
     2/3: $1$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:223$27646_DATA[3:0]$27653
     3/3: $1$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:223$27646_ADDR[3:0]$27652
Creating decoders for process `$paramod$6f6b0ecb6502c3a0ff5a34ccfc87ee0dc217c0aa\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:213$27647'.

24.42.20.8. Executing PROC_DLATCH pass (convert process syncs to latches).

24.42.20.9. Executing PROC_DFF pass (convert process syncs to FFs).
Creating register for signal `$paramod$6f6b0ecb6502c3a0ff5a34ccfc87ee0dc217c0aa\TRELLIS_DPR16X4.\i' using process `$paramod$6f6b0ecb6502c3a0ff5a34ccfc87ee0dc217c0aa\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$27672'.
  created direct connection (no actual register cell created).
Creating register for signal `$paramod$6f6b0ecb6502c3a0ff5a34ccfc87ee0dc217c0aa\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$27630_EN' using process `$paramod$6f6b0ecb6502c3a0ff5a34ccfc87ee0dc217c0aa\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$27672'.
  created direct connection (no actual register cell created).
Creating register for signal `$paramod$6f6b0ecb6502c3a0ff5a34ccfc87ee0dc217c0aa\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$27632_EN' using process `$paramod$6f6b0ecb6502c3a0ff5a34ccfc87ee0dc217c0aa\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$27672'.
  created direct connection (no actual register cell created).
Creating register for signal `$paramod$6f6b0ecb6502c3a0ff5a34ccfc87ee0dc217c0aa\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$27633_EN' using process `$paramod$6f6b0ecb6502c3a0ff5a34ccfc87ee0dc217c0aa\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$27672'.
  created direct connection (no actual register cell created).
Creating register for signal `$paramod$6f6b0ecb6502c3a0ff5a34ccfc87ee0dc217c0aa\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$27634_EN' using process `$paramod$6f6b0ecb6502c3a0ff5a34ccfc87ee0dc217c0aa\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$27672'.
  created direct connection (no actual register cell created).
Creating register for signal `$paramod$6f6b0ecb6502c3a0ff5a34ccfc87ee0dc217c0aa\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$27638_EN' using process `$paramod$6f6b0ecb6502c3a0ff5a34ccfc87ee0dc217c0aa\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$27672'.
  created direct connection (no actual register cell created).
Creating register for signal `$paramod$6f6b0ecb6502c3a0ff5a34ccfc87ee0dc217c0aa\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$27639_EN' using process `$paramod$6f6b0ecb6502c3a0ff5a34ccfc87ee0dc217c0aa\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$27672'.
  created direct connection (no actual register cell created).
Creating register for signal `$paramod$6f6b0ecb6502c3a0ff5a34ccfc87ee0dc217c0aa\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$27640_EN' using process `$paramod$6f6b0ecb6502c3a0ff5a34ccfc87ee0dc217c0aa\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$27672'.
  created direct connection (no actual register cell created).
Creating register for signal `$paramod$6f6b0ecb6502c3a0ff5a34ccfc87ee0dc217c0aa\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$27644_EN' using process `$paramod$6f6b0ecb6502c3a0ff5a34ccfc87ee0dc217c0aa\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$27672'.
  created direct connection (no actual register cell created).
Creating register for signal `$paramod$6f6b0ecb6502c3a0ff5a34ccfc87ee0dc217c0aa\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$27645_EN' using process `$paramod$6f6b0ecb6502c3a0ff5a34ccfc87ee0dc217c0aa\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$27672'.
  created direct connection (no actual register cell created).
Creating register for signal `$paramod$6f6b0ecb6502c3a0ff5a34ccfc87ee0dc217c0aa\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$27635_EN' using process `$paramod$6f6b0ecb6502c3a0ff5a34ccfc87ee0dc217c0aa\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$27672'.
  created direct connection (no actual register cell created).
Creating register for signal `$paramod$6f6b0ecb6502c3a0ff5a34ccfc87ee0dc217c0aa\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$27642_EN' using process `$paramod$6f6b0ecb6502c3a0ff5a34ccfc87ee0dc217c0aa\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$27672'.
  created direct connection (no actual register cell created).
Creating register for signal `$paramod$6f6b0ecb6502c3a0ff5a34ccfc87ee0dc217c0aa\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$27636_EN' using process `$paramod$6f6b0ecb6502c3a0ff5a34ccfc87ee0dc217c0aa\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$27672'.
  created direct connection (no actual register cell created).
Creating register for signal `$paramod$6f6b0ecb6502c3a0ff5a34ccfc87ee0dc217c0aa\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$27641_EN' using process `$paramod$6f6b0ecb6502c3a0ff5a34ccfc87ee0dc217c0aa\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$27672'.
  created direct connection (no actual register cell created).
Creating register for signal `$paramod$6f6b0ecb6502c3a0ff5a34ccfc87ee0dc217c0aa\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$27643_EN' using process `$paramod$6f6b0ecb6502c3a0ff5a34ccfc87ee0dc217c0aa\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$27672'.
  created direct connection (no actual register cell created).
Creating register for signal `$paramod$6f6b0ecb6502c3a0ff5a34ccfc87ee0dc217c0aa\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$27637_EN' using process `$paramod$6f6b0ecb6502c3a0ff5a34ccfc87ee0dc217c0aa\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$27672'.
  created direct connection (no actual register cell created).
Creating register for signal `$paramod$6f6b0ecb6502c3a0ff5a34ccfc87ee0dc217c0aa\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:207$27631_EN' using process `$paramod$6f6b0ecb6502c3a0ff5a34ccfc87ee0dc217c0aa\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$27672'.
  created direct connection (no actual register cell created).
Creating register for signal `$paramod$6f6b0ecb6502c3a0ff5a34ccfc87ee0dc217c0aa\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:223$27646_ADDR' using process `$paramod$6f6b0ecb6502c3a0ff5a34ccfc87ee0dc217c0aa\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:221$27648'.
  created $dff cell `$procdff$27698' with positive edge clock.
Creating register for signal `$paramod$6f6b0ecb6502c3a0ff5a34ccfc87ee0dc217c0aa\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:223$27646_DATA' using process `$paramod$6f6b0ecb6502c3a0ff5a34ccfc87ee0dc217c0aa\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:221$27648'.
  created $dff cell `$procdff$27699' with positive edge clock.
Creating register for signal `$paramod$6f6b0ecb6502c3a0ff5a34ccfc87ee0dc217c0aa\TRELLIS_DPR16X4.$memwr$\mem$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:223$27646_EN' using process `$paramod$6f6b0ecb6502c3a0ff5a34ccfc87ee0dc217c0aa\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:221$27648'.
  created $dff cell `$procdff$27700' with positive edge clock.
Creating register for signal `$paramod$6f6b0ecb6502c3a0ff5a34ccfc87ee0dc217c0aa\TRELLIS_DPR16X4.\muxwre' using process `$paramod$6f6b0ecb6502c3a0ff5a34ccfc87ee0dc217c0aa\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:213$27647'.
  created direct connection (no actual register cell created).

24.42.20.10. Executing PROC_MEMWR pass (convert process memory writes to cells).

24.42.20.11. Executing PROC_CLEAN pass (remove empty switches from decision trees).
Removing empty process `$paramod$6f6b0ecb6502c3a0ff5a34ccfc87ee0dc217c0aa\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:0$27672'.
Found and cleaned up 1 empty switch in `$paramod$6f6b0ecb6502c3a0ff5a34ccfc87ee0dc217c0aa\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:221$27648'.
Removing empty process `$paramod$6f6b0ecb6502c3a0ff5a34ccfc87ee0dc217c0aa\TRELLIS_DPR16X4.$proc$/eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_sim.v:213$27647'.
Cleaned up 1 empty switch.

24.42.20.12. Executing OPT_EXPR pass (perform const folding).

24.42.21. Executing SCC pass (detecting logic loops).
Found an SCC: $auto$simplemap.cc:38:simplemap_not$19392 $auto$ff.cc:266:slice$7001 $auto$simplemap.cc:38:simplemap_not$20914 $auto$ff.cc:266:slice$6998 $auto$simplemap.cc:38:simplemap_not$19388 $auto$ff.cc:266:slice$6997 $auto$simplemap.cc:126:simplemap_reduce$6450 $auto$simplemap.cc:38:simplemap_not$20912 $auto$ff.cc:266:slice$6996 $auto$simplemap.cc:38:simplemap_not$19386 $auto$ff.cc:266:slice$6995 $auto$simplemap.cc:126:simplemap_reduce$6460 $auto$simplemap.cc:126:simplemap_reduce$6449 $auto$simplemap.cc:38:simplemap_not$19385 $auto$ff.cc:266:slice$6994 $auto$simplemap.cc:38:simplemap_not$19384 $auto$ff.cc:266:slice$6993 $auto$simplemap.cc:126:simplemap_reduce$6448 $auto$simplemap.cc:38:simplemap_not$19383 $auto$ff.cc:266:slice$6992 $auto$simplemap.cc:38:simplemap_not$19382 $auto$ff.cc:266:slice$6991 $auto$simplemap.cc:126:simplemap_reduce$6459 $auto$simplemap.cc:126:simplemap_reduce$6447 $auto$simplemap.cc:38:simplemap_not$19381 $auto$ff.cc:266:slice$6990 $auto$simplemap.cc:38:simplemap_not$19380 $auto$ff.cc:266:slice$6989 $auto$simplemap.cc:126:simplemap_reduce$6446 $auto$simplemap.cc:38:simplemap_not$19379 $auto$ff.cc:266:slice$6988 $auto$simplemap.cc:38:simplemap_not$19378 $auto$ff.cc:266:slice$6987 $auto$simplemap.cc:126:simplemap_reduce$6465 $auto$simplemap.cc:126:simplemap_reduce$6458 $auto$simplemap.cc:126:simplemap_reduce$6445 $auto$simplemap.cc:38:simplemap_not$19377 $auto$ff.cc:266:slice$6986 $auto$simplemap.cc:75:simplemap_bitop$20499 $auto$simplemap.cc:38:simplemap_not$19376 $auto$ff.cc:266:slice$6985 $auto$simplemap.cc:126:simplemap_reduce$6444 $auto$simplemap.cc:75:simplemap_bitop$20498 $auto$simplemap.cc:38:simplemap_not$19375 $auto$ff.cc:266:slice$6984 $auto$simplemap.cc:75:simplemap_bitop$20497 $auto$simplemap.cc:38:simplemap_not$19374 $auto$ff.cc:266:slice$6983 $auto$simplemap.cc:126:simplemap_reduce$6457 $auto$simplemap.cc:126:simplemap_reduce$6443 $auto$simplemap.cc:75:simplemap_bitop$20496 $auto$simplemap.cc:38:simplemap_not$19373 $auto$ff.cc:266:slice$6982 $auto$simplemap.cc:75:simplemap_bitop$20494 $auto$simplemap.cc:38:simplemap_not$19371 $auto$ff.cc:266:slice$6980 $auto$simplemap.cc:75:simplemap_bitop$20493 $auto$simplemap.cc:38:simplemap_not$19370 $auto$ff.cc:266:slice$6979 $auto$simplemap.cc:126:simplemap_reduce$6441 $auto$simplemap.cc:75:simplemap_bitop$20492 $auto$simplemap.cc:38:simplemap_not$19369 $auto$ff.cc:266:slice$6978 $auto$simplemap.cc:75:simplemap_bitop$20485 $auto$simplemap.cc:38:simplemap_not$20887 $auto$ff.cc:266:slice$6971 $auto$simplemap.cc:75:simplemap_bitop$20486 $auto$simplemap.cc:38:simplemap_not$20422 $auto$ff.cc:266:slice$6972 $auto$ff.cc:266:slice$6973 $auto$simplemap.cc:75:simplemap_bitop$20488 $auto$simplemap.cc:38:simplemap_not$19365 $auto$ff.cc:266:slice$6974 $auto$simplemap.cc:126:simplemap_reduce$6439 $auto$simplemap.cc:75:simplemap_bitop$20489 $auto$simplemap.cc:38:simplemap_not$19366 $auto$ff.cc:266:slice$6975 $auto$simplemap.cc:75:simplemap_bitop$20490 $auto$simplemap.cc:38:simplemap_not$19367 $auto$ff.cc:266:slice$6976 $auto$simplemap.cc:126:simplemap_reduce$6464 $auto$simplemap.cc:126:simplemap_reduce$6456 $auto$simplemap.cc:126:simplemap_reduce$6442 $auto$simplemap.cc:75:simplemap_bitop$20495 $auto$simplemap.cc:38:simplemap_not$19372 $auto$ff.cc:266:slice$6981 $auto$simplemap.cc:126:simplemap_reduce$6437 $auto$simplemap.cc:75:simplemap_bitop$20484 $auto$opt_expr.cc:613:replace_const_cells$24753 $auto$alumacc.cc:485:replace_alu$4698.slice[4].ccu2c_i $auto$alumacc.cc:485:replace_alu$4698.slice[2].ccu2c_i $auto$alumacc.cc:485:replace_alu$4698.slice[0].ccu2c_i $auto$ff.cc:266:slice$6970 $auto$simplemap.cc:126:simplemap_reduce$6451 $auto$simplemap.cc:38:simplemap_not$20915 $auto$ff.cc:266:slice$6999 $auto$simplemap.cc:126:simplemap_reduce$6469 $auto$simplemap.cc:126:simplemap_reduce$6466 $auto$simplemap.cc:126:simplemap_reduce$6461 $auto$simplemap.cc:126:simplemap_reduce$6452 $auto$simplemap.cc:38:simplemap_not$20916 $auto$ff.cc:266:slice$7000 $auto$simplemap.cc:38:simplemap_not$5562 $auto$alumacc.cc:485:replace_alu$4698.slice[30].ccu2c_i $auto$alumacc.cc:485:replace_alu$4698.slice[28].ccu2c_i $auto$alumacc.cc:485:replace_alu$4698.slice[26].ccu2c_i $auto$alumacc.cc:485:replace_alu$4698.slice[24].ccu2c_i $auto$alumacc.cc:485:replace_alu$4698.slice[22].ccu2c_i $auto$alumacc.cc:485:replace_alu$4698.slice[20].ccu2c_i $auto$alumacc.cc:485:replace_alu$4698.slice[18].ccu2c_i $auto$alumacc.cc:485:replace_alu$4698.slice[16].ccu2c_i $auto$alumacc.cc:485:replace_alu$4698.slice[14].ccu2c_i $auto$alumacc.cc:485:replace_alu$4698.slice[12].ccu2c_i $auto$alumacc.cc:485:replace_alu$4698.slice[10].ccu2c_i $auto$alumacc.cc:485:replace_alu$4698.slice[8].ccu2c_i $auto$alumacc.cc:485:replace_alu$4698.slice[6].ccu2c_i $auto$simplemap.cc:126:simplemap_reduce$6455 $auto$simplemap.cc:126:simplemap_reduce$6440 $auto$simplemap.cc:75:simplemap_bitop$20491 $auto$simplemap.cc:38:simplemap_not$19368 $auto$ff.cc:266:slice$6977 $auto$simplemap.cc:126:simplemap_reduce$6085 $auto$simplemap.cc:75:simplemap_bitop$5563 $auto$simplemap.cc:126:simplemap_reduce$6471 $auto$simplemap.cc:126:simplemap_reduce$6468 $auto$simplemap.cc:126:simplemap_reduce$6463 $auto$simplemap.cc:126:simplemap_reduce$6454 $auto$simplemap.cc:126:simplemap_reduce$6438 $auto$simplemap.cc:75:simplemap_bitop$20487 $auto$simplemap.cc:38:simplemap_not$19364
Found an SCC: $auto$opt_expr.cc:613:replace_const_cells$24773 $auto$ff.cc:266:slice$7876 $auto$simplemap.cc:126:simplemap_reduce$7999 $auto$simplemap.cc:126:simplemap_reduce$7984 $auto$ff.cc:266:slice$7875 $auto$ff.cc:266:slice$7874 $auto$opt_expr.cc:613:replace_const_cells$24793 $auto$simplemap.cc:267:simplemap_mux$20635 $auto$simplemap.cc:126:simplemap_reduce$20649 $auto$simplemap.cc:126:simplemap_reduce$20646 $auto$simplemap.cc:75:simplemap_bitop$20639 $auto$simplemap.cc:196:simplemap_lognot$8003 $auto$simplemap.cc:126:simplemap_reduce$8001 $auto$simplemap.cc:126:simplemap_reduce$7998 $auto$simplemap.cc:225:simplemap_logbin$7973 $auto$simplemap.cc:196:simplemap_lognot$7988 $auto$simplemap.cc:126:simplemap_reduce$7986 $auto$simplemap.cc:126:simplemap_reduce$7983 $auto$opt_expr.cc:613:replace_const_cells$24775 $auto$ff.cc:266:slice$7873 $auto$simplemap.cc:126:simplemap_reduce$6307 $auto$simplemap.cc:126:simplemap_reduce$6305 $auto$simplemap.cc:225:simplemap_logbin$7929 $auto$simplemap.cc:196:simplemap_lognot$7939 $auto$simplemap.cc:126:simplemap_reduce$7937 $auto$opt_expr.cc:613:replace_const_cells$24791 $auto$simplemap.cc:267:simplemap_mux$20636 $auto$simplemap.cc:126:simplemap_reduce$20654 $auto$simplemap.cc:126:simplemap_reduce$20651 $auto$simplemap.cc:75:simplemap_bitop$20637 $auto$simplemap.cc:267:simplemap_mux$7970
Found an SCC: $auto$simplemap.cc:126:simplemap_reduce$5974 $auto$simplemap.cc:38:simplemap_not$5673 $auto$opt_expr.cc:613:replace_const_cells$24927 $auto$ff.cc:266:slice$8991 $auto$ff.cc:479:convert_ce_over_srst$25091 $auto$simplemap.cc:38:simplemap_not$17861 $auto$ff.cc:266:slice$8996 $auto$ff.cc:479:convert_ce_over_srst$25101 $auto$simplemap.cc:126:simplemap_reduce$5667 $auto$ff.cc:266:slice$8995 $auto$ff.cc:479:convert_ce_over_srst$25099 $auto$simplemap.cc:38:simplemap_not$17859 $auto$ff.cc:266:slice$8994 $auto$ff.cc:479:convert_ce_over_srst$25097 $auto$simplemap.cc:126:simplemap_reduce$5665 $auto$simplemap.cc:38:simplemap_not$17857 $auto$simplemap.cc:38:simplemap_not$5663 $auto$alumacc.cc:485:replace_alu$4722.slice[4].ccu2c_i $auto$alumacc.cc:485:replace_alu$4722.slice[2].ccu2c_i $auto$alumacc.cc:485:replace_alu$4722.slice[0].ccu2c_i $auto$ff.cc:266:slice$8992 $auto$ff.cc:479:convert_ce_over_srst$25093 $auto$simplemap.cc:126:simplemap_reduce$5944 $auto$simplemap.cc:75:simplemap_bitop$5672 $auto$simplemap.cc:126:simplemap_reduce$5955 $auto$simplemap.cc:126:simplemap_reduce$5976 $auto$simplemap.cc:126:simplemap_reduce$5973 $auto$simplemap.cc:126:simplemap_reduce$5671 $auto$simplemap.cc:126:simplemap_reduce$5669 $auto$simplemap.cc:126:simplemap_reduce$5666 $auto$ff.cc:266:slice$8993 $auto$ff.cc:479:convert_ce_over_srst$25095 $auto$simplemap.cc:126:simplemap_reduce$5957
Found an SCC: $auto$ff.cc:266:slice$7885 $auto$opt_expr.cc:613:replace_const_cells$24099 $auto$ff.cc:266:slice$7884 $auto$simplemap.cc:126:simplemap_reduce$8021 $auto$opt_expr.cc:613:replace_const_cells$24579 $auto$ff.cc:266:slice$7883 $auto$ff.cc:266:slice$7882 $auto$simplemap.cc:126:simplemap_reduce$8020 $auto$opt_expr.cc:613:replace_const_cells$24061 $auto$ff.cc:266:slice$7881 $auto$opt_expr.cc:613:replace_const_cells$24063 $auto$ff.cc:266:slice$7880 $auto$simplemap.cc:126:simplemap_reduce$8019 $auto$ff.cc:266:slice$7879 $auto$ff.cc:266:slice$7878 $auto$simplemap.cc:126:simplemap_reduce$8023 $auto$simplemap.cc:126:simplemap_reduce$8018 $auto$opt_expr.cc:613:replace_const_cells$24319 $auto$ff.cc:266:slice$7877 $auto$simplemap.cc:126:simplemap_reduce$6301 $auto$simplemap.cc:196:simplemap_lognot$8030 $auto$simplemap.cc:126:simplemap_reduce$8028 $auto$simplemap.cc:126:simplemap_reduce$8026 $auto$simplemap.cc:126:simplemap_reduce$8024
Found an SCC: $auto$simplemap.cc:75:simplemap_bitop$20174 $auto$simplemap.cc:38:simplemap_not$20110 $auto$ff.cc:266:slice$7383 $auto$simplemap.cc:126:simplemap_reduce$9992 $auto$simplemap.cc:75:simplemap_bitop$20175 $auto$simplemap.cc:38:simplemap_not$20111 $auto$ff.cc:266:slice$7384 $auto$simplemap.cc:75:simplemap_bitop$20172 $auto$simplemap.cc:38:simplemap_not$20108 $auto$ff.cc:266:slice$7381 $auto$simplemap.cc:75:simplemap_bitop$20165 $auto$simplemap.cc:38:simplemap_not$20101 $auto$ff.cc:266:slice$7374 $auto$simplemap.cc:75:simplemap_bitop$20171 $auto$simplemap.cc:38:simplemap_not$22108 $auto$ff.cc:266:slice$7380 $auto$simplemap.cc:126:simplemap_reduce$9990 $auto$simplemap.cc:75:simplemap_bitop$20170 $auto$simplemap.cc:38:simplemap_not$22107 $auto$ff.cc:266:slice$7379 $auto$simplemap.cc:126:simplemap_reduce$10006 $auto$simplemap.cc:126:simplemap_reduce$9991 $auto$simplemap.cc:75:simplemap_bitop$20173 $auto$simplemap.cc:38:simplemap_not$20109 $auto$ff.cc:266:slice$7382 $auto$simplemap.cc:75:simplemap_bitop$20169 $auto$simplemap.cc:38:simplemap_not$22106 $auto$ff.cc:266:slice$7378 $auto$simplemap.cc:38:simplemap_not$20131 $auto$ff.cc:266:slice$7404 $auto$simplemap.cc:126:simplemap_reduce$10002 $auto$simplemap.cc:38:simplemap_not$20130 $auto$ff.cc:266:slice$7403 $auto$simplemap.cc:38:simplemap_not$22130 $auto$ff.cc:266:slice$7402 $auto$simplemap.cc:126:simplemap_reduce$10011 $auto$simplemap.cc:126:simplemap_reduce$10001 $auto$simplemap.cc:38:simplemap_not$20128 $auto$ff.cc:266:slice$7401 $auto$simplemap.cc:38:simplemap_not$22128 $auto$ff.cc:266:slice$7400 $auto$simplemap.cc:126:simplemap_reduce$10000 $auto$simplemap.cc:38:simplemap_not$20126 $auto$ff.cc:266:slice$7399 $auto$simplemap.cc:38:simplemap_not$22126 $auto$ff.cc:266:slice$7398 $auto$simplemap.cc:126:simplemap_reduce$10016 $auto$simplemap.cc:126:simplemap_reduce$10010 $auto$simplemap.cc:126:simplemap_reduce$9999 $auto$simplemap.cc:38:simplemap_not$22125 $auto$ff.cc:266:slice$7397 $auto$simplemap.cc:38:simplemap_not$22124 $auto$ff.cc:266:slice$7396 $auto$simplemap.cc:126:simplemap_reduce$9998 $auto$simplemap.cc:38:simplemap_not$22123 $auto$ff.cc:266:slice$7395 $auto$simplemap.cc:38:simplemap_not$20121 $auto$ff.cc:266:slice$7394 $auto$simplemap.cc:126:simplemap_reduce$10009 $auto$simplemap.cc:126:simplemap_reduce$9997 $auto$simplemap.cc:38:simplemap_not$20120 $auto$ff.cc:266:slice$7393 $auto$simplemap.cc:38:simplemap_not$20119 $auto$ff.cc:266:slice$7392 $auto$simplemap.cc:126:simplemap_reduce$10005 $auto$simplemap.cc:126:simplemap_reduce$9989 $auto$simplemap.cc:75:simplemap_bitop$20168 $auto$simplemap.cc:38:simplemap_not$20104 $auto$ff.cc:266:slice$7377 $auto$simplemap.cc:75:simplemap_bitop$20167 $auto$simplemap.cc:38:simplemap_not$22104 $auto$ff.cc:266:slice$7376 $auto$simplemap.cc:126:simplemap_reduce$9988 $auto$simplemap.cc:75:simplemap_bitop$20166 $auto$simplemap.cc:38:simplemap_not$20102 $auto$ff.cc:266:slice$7375 $auto$simplemap.cc:38:simplemap_not$20100 $auto$alumacc.cc:485:replace_alu$4676.slice[10].ccu2c_i $auto$alumacc.cc:485:replace_alu$4676.slice[8].ccu2c_i $auto$alumacc.cc:485:replace_alu$4676.slice[6].ccu2c_i $auto$alumacc.cc:485:replace_alu$4676.slice[4].ccu2c_i $auto$alumacc.cc:485:replace_alu$4676.slice[2].ccu2c_i $auto$alumacc.cc:485:replace_alu$4676.slice[0].ccu2c_i $auto$ff.cc:266:slice$7373 $auto$simplemap.cc:75:simplemap_bitop$20177 $auto$simplemap.cc:38:simplemap_not$22114 $auto$ff.cc:266:slice$7386 $auto$simplemap.cc:75:simplemap_bitop$20178 $auto$simplemap.cc:38:simplemap_not$22115 $auto$ff.cc:266:slice$7387 $auto$simplemap.cc:126:simplemap_reduce$9994 $auto$simplemap.cc:75:simplemap_bitop$20179 $auto$simplemap.cc:38:simplemap_not$22116 $auto$ff.cc:266:slice$7388 $auto$alumacc.cc:485:replace_alu$4676.slice[14].ccu2c_i $auto$alumacc.cc:485:replace_alu$4676.slice[12].ccu2c_i $auto$simplemap.cc:126:simplemap_reduce$10014 $auto$simplemap.cc:126:simplemap_reduce$10007 $auto$simplemap.cc:126:simplemap_reduce$9993 $auto$simplemap.cc:75:simplemap_bitop$20176 $auto$simplemap.cc:38:simplemap_not$20112 $auto$ff.cc:266:slice$7385 $auto$simplemap.cc:38:simplemap_not$22117 $auto$ff.cc:266:slice$7389 $auto$alumacc.cc:485:replace_alu$4676.slice[16].ccu2c_i $auto$simplemap.cc:126:simplemap_reduce$9995 $auto$simplemap.cc:38:simplemap_not$22118 $auto$ff.cc:266:slice$7390 $auto$simplemap.cc:38:simplemap_not$5886 $auto$alumacc.cc:485:replace_alu$4676.slice[30].ccu2c_i $auto$alumacc.cc:485:replace_alu$4676.slice[28].ccu2c_i $auto$alumacc.cc:485:replace_alu$4676.slice[26].ccu2c_i $auto$alumacc.cc:485:replace_alu$4676.slice[24].ccu2c_i $auto$alumacc.cc:485:replace_alu$4676.slice[22].ccu2c_i $auto$alumacc.cc:485:replace_alu$4676.slice[20].ccu2c_i $auto$alumacc.cc:485:replace_alu$4676.slice[18].ccu2c_i $auto$simplemap.cc:126:simplemap_reduce$10019 $auto$simplemap.cc:126:simplemap_reduce$10015 $auto$simplemap.cc:126:simplemap_reduce$10008 $auto$simplemap.cc:126:simplemap_reduce$9996 $auto$simplemap.cc:38:simplemap_not$20118 $auto$ff.cc:266:slice$7391 $auto$simplemap.cc:126:simplemap_reduce$6087 $auto$simplemap.cc:75:simplemap_bitop$5675 $auto$simplemap.cc:126:simplemap_reduce$10021 $auto$simplemap.cc:126:simplemap_reduce$10018 $auto$simplemap.cc:126:simplemap_reduce$10013 $auto$simplemap.cc:126:simplemap_reduce$10004 $auto$simplemap.cc:126:simplemap_reduce$9987 $auto$simplemap.cc:75:simplemap_bitop$20164
Found an SCC: $auto$ff.cc:266:slice$7741 $auto$simplemap.cc:38:simplemap_not$20662 $auto$ff.cc:266:slice$7740 $auto$simplemap.cc:126:simplemap_reduce$7858 $auto$simplemap.cc:126:simplemap_reduce$7831 $auto$opt_expr.cc:613:replace_const_cells$24799 $auto$ff.cc:266:slice$7739 $auto$simplemap.cc:38:simplemap_not$20660 $auto$ff.cc:266:slice$7738 $auto$simplemap.cc:126:simplemap_reduce$7834 $auto$simplemap.cc:126:simplemap_reduce$7830 $auto$simplemap.cc:126:simplemap_reduce$7861 $auto$simplemap.cc:126:simplemap_reduce$7857 $auto$simplemap.cc:38:simplemap_not$20659 $auto$ff.cc:266:slice$7737 $auto$simplemap.cc:38:simplemap_not$20658 $auto$ff.cc:266:slice$7736 $auto$simplemap.cc:126:simplemap_reduce$7856 $auto$simplemap.cc:126:simplemap_reduce$7829 $auto$simplemap.cc:38:simplemap_not$20657 $auto$ff.cc:266:slice$7735 $auto$ff.cc:266:slice$7734 $auto$simplemap.cc:196:simplemap_lognot$7867 $auto$simplemap.cc:126:simplemap_reduce$7865 $auto$simplemap.cc:126:simplemap_reduce$7863 $auto$simplemap.cc:126:simplemap_reduce$7860 $auto$simplemap.cc:126:simplemap_reduce$7855 $auto$opt_expr.cc:613:replace_const_cells$24805 $auto$simplemap.cc:126:simplemap_reduce$7833 $auto$simplemap.cc:126:simplemap_reduce$7828 $auto$ff.cc:266:slice$7733 $auto$simplemap.cc:167:logic_reduce$6312 $auto$simplemap.cc:225:simplemap_logbin$7812 $auto$simplemap.cc:225:simplemap_logbin$7813 $auto$simplemap.cc:196:simplemap_lognot$7840 $auto$simplemap.cc:126:simplemap_reduce$7838 $auto$simplemap.cc:126:simplemap_reduce$7836
Found an SCC: $auto$ff.cc:266:slice$10381 $auto$dfflegalize.cc:941:flip_pol$24961 $auto$ff.cc:485:convert_ce_over_srst$24959 $auto$simplemap.cc:38:simplemap_not$20075 $auto$ff.cc:266:slice$10379 $auto$dfflegalize.cc:941:flip_pol$24953 $auto$ff.cc:485:convert_ce_over_srst$24951 $auto$simplemap.cc:126:simplemap_reduce$6274 $auto$simplemap.cc:126:simplemap_reduce$6228 $auto$simplemap.cc:126:simplemap_reduce$6226 $auto$opt_expr.cc:613:replace_const_cells$24885 $auto$simplemap.cc:126:simplemap_reduce$6100 $auto$simplemap.cc:126:simplemap_reduce$6097 $auto$simplemap.cc:126:simplemap_reduce$6235 $auto$simplemap.cc:126:simplemap_reduce$7049 $auto$simplemap.cc:126:simplemap_reduce$7047 $auto$ff.cc:266:slice$10380 $auto$dfflegalize.cc:941:flip_pol$24957 $auto$ff.cc:485:convert_ce_over_srst$24955 $auto$simplemap.cc:126:simplemap_reduce$6102 $auto$simplemap.cc:126:simplemap_reduce$6098 $auto$simplemap.cc:126:simplemap_reduce$6267 $auto$simplemap.cc:126:simplemap_reduce$6265
Found 7 SCCs in module top.
Found 7 SCCs.

24.42.22. Executing ABC9_OPS pass (helper functions for ABC9).

24.42.23. Executing PROC pass (convert processes to netlists).

24.42.23.1. Executing PROC_CLEAN pass (remove empty switches from decision trees).
Cleaned up 0 empty switches.

24.42.23.2. Executing PROC_RMDEAD pass (remove dead branches from decision trees).
Removed a total of 0 dead cases.

24.42.23.3. Executing PROC_PRUNE pass (remove redundant assignments in processes).
Removed 0 redundant assignments.
Promoted 0 assignments to connections.

24.42.23.4. Executing PROC_INIT pass (extract init attributes).

24.42.23.5. Executing PROC_ARST pass (detect async resets in processes).

24.42.23.6. Executing PROC_ROM pass (convert switches to ROMs).
Converted 0 switches.

24.42.23.7. Executing PROC_MUX pass (convert decision trees to multiplexers).

24.42.23.8. Executing PROC_DLATCH pass (convert process syncs to latches).

24.42.23.9. Executing PROC_DFF pass (convert process syncs to FFs).

24.42.23.10. Executing PROC_MEMWR pass (convert process memory writes to cells).

24.42.23.11. Executing PROC_CLEAN pass (remove empty switches from decision trees).
Cleaned up 0 empty switches.

24.42.23.12. Executing OPT_EXPR pass (perform const folding).

24.42.24. Executing TECHMAP pass (map to technology primitives).

24.42.24.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.24.2. Continuing TECHMAP pass.
No more expansions possible.
<suppressed ~196 debug messages>

24.42.25. Executing OPT pass (performing simple optimizations).

24.42.25.1. Executing OPT_EXPR pass (perform const folding).
Optimizing module $paramod$d1cad21b87e74b01c8dcd657997284bb4d05c02a\TRELLIS_DPR16X4.
Optimizing module $paramod$2074b3813575c9ede27f9a04ee0bf291c9c7bf2f\TRELLIS_DPR16X4.
Optimizing module $paramod$240b3d214c7091ed87f7feed01a813ca9ca1b727\TRELLIS_DPR16X4.
Optimizing module $paramod$54859518bee4eabb76b31063a8cd09e44ba7903d\TRELLIS_DPR16X4.
Optimizing module $paramod$c58b622e748098fb95d7cce3391b5b90d49d749c\TRELLIS_DPR16X4.
Optimizing module $paramod$4a126fa1688fbcbb97471f2a58f335ad46a1b683\TRELLIS_DPR16X4.
Optimizing module $paramod$3fea245e43c817e3ab409ba408c64d50b3c3410d\TRELLIS_DPR16X4.
Optimizing module $paramod$828eab860e7ad1344f71b7dcac93a993e09abfc2\TRELLIS_DPR16X4.
Optimizing module $paramod$b4055cc4c76830d75a5da93152e34111ac58d5fb\TRELLIS_DPR16X4.
Optimizing module $paramod$28331dd642fda78247f997daeb218f7111f59a79\TRELLIS_DPR16X4.
Optimizing module $paramod$242712b50c0a2a6b7d501d3b8f15d1e042886c7d\TRELLIS_DPR16X4.
Optimizing module $paramod$896c13102149326c20257183c5d146c2879d74e6\TRELLIS_DPR16X4.
Optimizing module $paramod$53a840446cdc2b5aa298a080f49764e881c60b99\TRELLIS_DPR16X4.
Optimizing module $paramod$0ec150df0608fe9d13bbd7ba55d0b68aebde8574\TRELLIS_DPR16X4.
Optimizing module $paramod$3cdce45cfe40dd4cba4b9a5e0edd92348d96d81f\TRELLIS_DPR16X4.
Optimizing module $paramod$50a3456423815ea2ad88f4cd62b0b75c0753cc69\TRELLIS_DPR16X4.
Optimizing module $paramod$55d7bec832f9f63c717e9458c8d5bd2bb91537b6\TRELLIS_DPR16X4.
Optimizing module $paramod$6f6b0ecb6502c3a0ff5a34ccfc87ee0dc217c0aa\TRELLIS_DPR16X4.

24.42.25.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$240b3d214c7091ed87f7feed01a813ca9ca1b727\TRELLIS_DPR16X4'.
Finding identical cells in module `$paramod$54859518bee4eabb76b31063a8cd09e44ba7903d\TRELLIS_DPR16X4'.
Finding identical cells in module `$paramod$c58b622e748098fb95d7cce3391b5b90d49d749c\TRELLIS_DPR16X4'.
Finding identical cells in module `$paramod$4a126fa1688fbcbb97471f2a58f335ad46a1b683\TRELLIS_DPR16X4'.
Finding identical cells in module `$paramod$3fea245e43c817e3ab409ba408c64d50b3c3410d\TRELLIS_DPR16X4'.
Finding identical cells in module `$paramod$828eab860e7ad1344f71b7dcac93a993e09abfc2\TRELLIS_DPR16X4'.
Finding identical cells in module `$paramod$b4055cc4c76830d75a5da93152e34111ac58d5fb\TRELLIS_DPR16X4'.
Finding identical cells in module `$paramod$28331dd642fda78247f997daeb218f7111f59a79\TRELLIS_DPR16X4'.
Finding identical cells in module `$paramod$242712b50c0a2a6b7d501d3b8f15d1e042886c7d\TRELLIS_DPR16X4'.
Finding identical cells in module `$paramod$896c13102149326c20257183c5d146c2879d74e6\TRELLIS_DPR16X4'.
Finding identical cells in module `$paramod$53a840446cdc2b5aa298a080f49764e881c60b99\TRELLIS_DPR16X4'.
Finding identical cells in module `$paramod$0ec150df0608fe9d13bbd7ba55d0b68aebde8574\TRELLIS_DPR16X4'.
Finding identical cells in module `$paramod$3cdce45cfe40dd4cba4b9a5e0edd92348d96d81f\TRELLIS_DPR16X4'.
Finding identical cells in module `$paramod$50a3456423815ea2ad88f4cd62b0b75c0753cc69\TRELLIS_DPR16X4'.
Finding identical cells in module `$paramod$55d7bec832f9f63c717e9458c8d5bd2bb91537b6\TRELLIS_DPR16X4'.
Finding identical cells in module `$paramod$6f6b0ecb6502c3a0ff5a34ccfc87ee0dc217c0aa\TRELLIS_DPR16X4'.
Removed a total of 0 cells.

24.42.25.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$240b3d214c7091ed87f7feed01a813ca9ca1b727\TRELLIS_DPR16X4..
  Creating internal representation of mux trees.
  No muxes found in this module.
Running muxtree optimizer on module $paramod$54859518bee4eabb76b31063a8cd09e44ba7903d\TRELLIS_DPR16X4..
  Creating internal representation of mux trees.
  No muxes found in this module.
Running muxtree optimizer on module $paramod$c58b622e748098fb95d7cce3391b5b90d49d749c\TRELLIS_DPR16X4..
  Creating internal representation of mux trees.
  No muxes found in this module.
Running muxtree optimizer on module $paramod$4a126fa1688fbcbb97471f2a58f335ad46a1b683\TRELLIS_DPR16X4..
  Creating internal representation of mux trees.
  No muxes found in this module.
Running muxtree optimizer on module $paramod$3fea245e43c817e3ab409ba408c64d50b3c3410d\TRELLIS_DPR16X4..
  Creating internal representation of mux trees.
  No muxes found in this module.
Running muxtree optimizer on module $paramod$828eab860e7ad1344f71b7dcac93a993e09abfc2\TRELLIS_DPR16X4..
  Creating internal representation of mux trees.
  No muxes found in this module.
Running muxtree optimizer on module $paramod$b4055cc4c76830d75a5da93152e34111ac58d5fb\TRELLIS_DPR16X4..
  Creating internal representation of mux trees.
  No muxes found in this module.
Running muxtree optimizer on module $paramod$28331dd642fda78247f997daeb218f7111f59a79\TRELLIS_DPR16X4..
  Creating internal representation of mux trees.
  No muxes found in this module.
Running muxtree optimizer on module $paramod$242712b50c0a2a6b7d501d3b8f15d1e042886c7d\TRELLIS_DPR16X4..
  Creating internal representation of mux trees.
  No muxes found in this module.
Running muxtree optimizer on module $paramod$896c13102149326c20257183c5d146c2879d74e6\TRELLIS_DPR16X4..
  Creating internal representation of mux trees.
  No muxes found in this module.
Running muxtree optimizer on module $paramod$53a840446cdc2b5aa298a080f49764e881c60b99\TRELLIS_DPR16X4..
  Creating internal representation of mux trees.
  No muxes found in this module.
Running muxtree optimizer on module $paramod$0ec150df0608fe9d13bbd7ba55d0b68aebde8574\TRELLIS_DPR16X4..
  Creating internal representation of mux trees.
  No muxes found in this module.
Running muxtree optimizer on module $paramod$3cdce45cfe40dd4cba4b9a5e0edd92348d96d81f\TRELLIS_DPR16X4..
  Creating internal representation of mux trees.
  No muxes found in this module.
Running muxtree optimizer on module $paramod$50a3456423815ea2ad88f4cd62b0b75c0753cc69\TRELLIS_DPR16X4..
  Creating internal representation of mux trees.
  No muxes found in this module.
Running muxtree optimizer on module $paramod$55d7bec832f9f63c717e9458c8d5bd2bb91537b6\TRELLIS_DPR16X4..
  Creating internal representation of mux trees.
  No muxes found in this module.
Running muxtree optimizer on module $paramod$6f6b0ecb6502c3a0ff5a34ccfc87ee0dc217c0aa\TRELLIS_DPR16X4..
  Creating internal representation of mux trees.
  No muxes found in this module.
Removed 0 multiplexer ports.

24.42.25.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$240b3d214c7091ed87f7feed01a813ca9ca1b727\TRELLIS_DPR16X4.
  Optimizing cells in module $paramod$54859518bee4eabb76b31063a8cd09e44ba7903d\TRELLIS_DPR16X4.
  Optimizing cells in module $paramod$c58b622e748098fb95d7cce3391b5b90d49d749c\TRELLIS_DPR16X4.
  Optimizing cells in module $paramod$4a126fa1688fbcbb97471f2a58f335ad46a1b683\TRELLIS_DPR16X4.
  Optimizing cells in module $paramod$3fea245e43c817e3ab409ba408c64d50b3c3410d\TRELLIS_DPR16X4.
  Optimizing cells in module $paramod$828eab860e7ad1344f71b7dcac93a993e09abfc2\TRELLIS_DPR16X4.
  Optimizing cells in module $paramod$b4055cc4c76830d75a5da93152e34111ac58d5fb\TRELLIS_DPR16X4.
  Optimizing cells in module $paramod$28331dd642fda78247f997daeb218f7111f59a79\TRELLIS_DPR16X4.
  Optimizing cells in module $paramod$242712b50c0a2a6b7d501d3b8f15d1e042886c7d\TRELLIS_DPR16X4.
  Optimizing cells in module $paramod$896c13102149326c20257183c5d146c2879d74e6\TRELLIS_DPR16X4.
  Optimizing cells in module $paramod$53a840446cdc2b5aa298a080f49764e881c60b99\TRELLIS_DPR16X4.
  Optimizing cells in module $paramod$0ec150df0608fe9d13bbd7ba55d0b68aebde8574\TRELLIS_DPR16X4.
  Optimizing cells in module $paramod$3cdce45cfe40dd4cba4b9a5e0edd92348d96d81f\TRELLIS_DPR16X4.
  Optimizing cells in module $paramod$50a3456423815ea2ad88f4cd62b0b75c0753cc69\TRELLIS_DPR16X4.
  Optimizing cells in module $paramod$55d7bec832f9f63c717e9458c8d5bd2bb91537b6\TRELLIS_DPR16X4.
  Optimizing cells in module $paramod$6f6b0ecb6502c3a0ff5a34ccfc87ee0dc217c0aa\TRELLIS_DPR16X4.
Performed a total of 0 changes.

24.42.25.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$240b3d214c7091ed87f7feed01a813ca9ca1b727\TRELLIS_DPR16X4'.
Finding identical cells in module `$paramod$54859518bee4eabb76b31063a8cd09e44ba7903d\TRELLIS_DPR16X4'.
Finding identical cells in module `$paramod$c58b622e748098fb95d7cce3391b5b90d49d749c\TRELLIS_DPR16X4'.
Finding identical cells in module `$paramod$4a126fa1688fbcbb97471f2a58f335ad46a1b683\TRELLIS_DPR16X4'.
Finding identical cells in module `$paramod$3fea245e43c817e3ab409ba408c64d50b3c3410d\TRELLIS_DPR16X4'.
Finding identical cells in module `$paramod$828eab860e7ad1344f71b7dcac93a993e09abfc2\TRELLIS_DPR16X4'.
Finding identical cells in module `$paramod$b4055cc4c76830d75a5da93152e34111ac58d5fb\TRELLIS_DPR16X4'.
Finding identical cells in module `$paramod$28331dd642fda78247f997daeb218f7111f59a79\TRELLIS_DPR16X4'.
Finding identical cells in module `$paramod$242712b50c0a2a6b7d501d3b8f15d1e042886c7d\TRELLIS_DPR16X4'.
Finding identical cells in module `$paramod$896c13102149326c20257183c5d146c2879d74e6\TRELLIS_DPR16X4'.
Finding identical cells in module `$paramod$53a840446cdc2b5aa298a080f49764e881c60b99\TRELLIS_DPR16X4'.
Finding identical cells in module `$paramod$0ec150df0608fe9d13bbd7ba55d0b68aebde8574\TRELLIS_DPR16X4'.
Finding identical cells in module `$paramod$3cdce45cfe40dd4cba4b9a5e0edd92348d96d81f\TRELLIS_DPR16X4'.
Finding identical cells in module `$paramod$50a3456423815ea2ad88f4cd62b0b75c0753cc69\TRELLIS_DPR16X4'.
Finding identical cells in module `$paramod$55d7bec832f9f63c717e9458c8d5bd2bb91537b6\TRELLIS_DPR16X4'.
Finding identical cells in module `$paramod$6f6b0ecb6502c3a0ff5a34ccfc87ee0dc217c0aa\TRELLIS_DPR16X4'.
Removed a total of 0 cells.

24.42.25.6. Executing OPT_DFF pass (perform DFF optimizations).

24.42.25.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$240b3d214c7091ed87f7feed01a813ca9ca1b727\TRELLIS_DPR16X4..
Finding unused cells or wires in module $paramod$54859518bee4eabb76b31063a8cd09e44ba7903d\TRELLIS_DPR16X4..
Finding unused cells or wires in module $paramod$c58b622e748098fb95d7cce3391b5b90d49d749c\TRELLIS_DPR16X4..
Finding unused cells or wires in module $paramod$4a126fa1688fbcbb97471f2a58f335ad46a1b683\TRELLIS_DPR16X4..
Finding unused cells or wires in module $paramod$3fea245e43c817e3ab409ba408c64d50b3c3410d\TRELLIS_DPR16X4..
Finding unused cells or wires in module $paramod$828eab860e7ad1344f71b7dcac93a993e09abfc2\TRELLIS_DPR16X4..
Finding unused cells or wires in module $paramod$b4055cc4c76830d75a5da93152e34111ac58d5fb\TRELLIS_DPR16X4..
Finding unused cells or wires in module $paramod$28331dd642fda78247f997daeb218f7111f59a79\TRELLIS_DPR16X4..
Finding unused cells or wires in module $paramod$242712b50c0a2a6b7d501d3b8f15d1e042886c7d\TRELLIS_DPR16X4..
Finding unused cells or wires in module $paramod$896c13102149326c20257183c5d146c2879d74e6\TRELLIS_DPR16X4..
Finding unused cells or wires in module $paramod$53a840446cdc2b5aa298a080f49764e881c60b99\TRELLIS_DPR16X4..
Finding unused cells or wires in module $paramod$0ec150df0608fe9d13bbd7ba55d0b68aebde8574\TRELLIS_DPR16X4..
Finding unused cells or wires in module $paramod$3cdce45cfe40dd4cba4b9a5e0edd92348d96d81f\TRELLIS_DPR16X4..
Finding unused cells or wires in module $paramod$50a3456423815ea2ad88f4cd62b0b75c0753cc69\TRELLIS_DPR16X4..
Finding unused cells or wires in module $paramod$55d7bec832f9f63c717e9458c8d5bd2bb91537b6\TRELLIS_DPR16X4..
Finding unused cells or wires in module $paramod$6f6b0ecb6502c3a0ff5a34ccfc87ee0dc217c0aa\TRELLIS_DPR16X4..

24.42.25.8. Executing OPT_EXPR pass (perform const folding).
Optimizing module $paramod$0ec150df0608fe9d13bbd7ba55d0b68aebde8574\TRELLIS_DPR16X4.
Optimizing module $paramod$2074b3813575c9ede27f9a04ee0bf291c9c7bf2f\TRELLIS_DPR16X4.
Optimizing module $paramod$240b3d214c7091ed87f7feed01a813ca9ca1b727\TRELLIS_DPR16X4.
Optimizing module $paramod$242712b50c0a2a6b7d501d3b8f15d1e042886c7d\TRELLIS_DPR16X4.
Optimizing module $paramod$28331dd642fda78247f997daeb218f7111f59a79\TRELLIS_DPR16X4.
Optimizing module $paramod$3cdce45cfe40dd4cba4b9a5e0edd92348d96d81f\TRELLIS_DPR16X4.
Optimizing module $paramod$3fea245e43c817e3ab409ba408c64d50b3c3410d\TRELLIS_DPR16X4.
Optimizing module $paramod$4a126fa1688fbcbb97471f2a58f335ad46a1b683\TRELLIS_DPR16X4.
Optimizing module $paramod$50a3456423815ea2ad88f4cd62b0b75c0753cc69\TRELLIS_DPR16X4.
Optimizing module $paramod$53a840446cdc2b5aa298a080f49764e881c60b99\TRELLIS_DPR16X4.
Optimizing module $paramod$54859518bee4eabb76b31063a8cd09e44ba7903d\TRELLIS_DPR16X4.
Optimizing module $paramod$55d7bec832f9f63c717e9458c8d5bd2bb91537b6\TRELLIS_DPR16X4.
Optimizing module $paramod$6f6b0ecb6502c3a0ff5a34ccfc87ee0dc217c0aa\TRELLIS_DPR16X4.
Optimizing module $paramod$828eab860e7ad1344f71b7dcac93a993e09abfc2\TRELLIS_DPR16X4.
Optimizing module $paramod$896c13102149326c20257183c5d146c2879d74e6\TRELLIS_DPR16X4.
Optimizing module $paramod$b4055cc4c76830d75a5da93152e34111ac58d5fb\TRELLIS_DPR16X4.
Optimizing module $paramod$c58b622e748098fb95d7cce3391b5b90d49d749c\TRELLIS_DPR16X4.
Optimizing module $paramod$d1cad21b87e74b01c8dcd657997284bb4d05c02a\TRELLIS_DPR16X4.

24.42.25.9. Finished OPT passes. (There is nothing left to do.)

24.42.26. Executing TECHMAP pass (map to technology primitives).

24.42.26.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.26.2. Continuing TECHMAP pass.
Using template $paramod$d1cad21b87e74b01c8dcd657997284bb4d05c02a\TRELLIS_DPR16X4 for cells of type $paramod$d1cad21b87e74b01c8dcd657997284bb4d05c02a\TRELLIS_DPR16X4.
Using template $paramod$2074b3813575c9ede27f9a04ee0bf291c9c7bf2f\TRELLIS_DPR16X4 for cells of type $paramod$2074b3813575c9ede27f9a04ee0bf291c9c7bf2f\TRELLIS_DPR16X4.
Using template $paramod$28331dd642fda78247f997daeb218f7111f59a79\TRELLIS_DPR16X4 for cells of type $paramod$28331dd642fda78247f997daeb218f7111f59a79\TRELLIS_DPR16X4.
Using template $paramod$b4055cc4c76830d75a5da93152e34111ac58d5fb\TRELLIS_DPR16X4 for cells of type $paramod$b4055cc4c76830d75a5da93152e34111ac58d5fb\TRELLIS_DPR16X4.
Using template $paramod$828eab860e7ad1344f71b7dcac93a993e09abfc2\TRELLIS_DPR16X4 for cells of type $paramod$828eab860e7ad1344f71b7dcac93a993e09abfc2\TRELLIS_DPR16X4.
Using template $paramod$55d7bec832f9f63c717e9458c8d5bd2bb91537b6\TRELLIS_DPR16X4 for cells of type $paramod$55d7bec832f9f63c717e9458c8d5bd2bb91537b6\TRELLIS_DPR16X4.
Using template $paramod$50a3456423815ea2ad88f4cd62b0b75c0753cc69\TRELLIS_DPR16X4 for cells of type $paramod$50a3456423815ea2ad88f4cd62b0b75c0753cc69\TRELLIS_DPR16X4.
Using template $paramod$3cdce45cfe40dd4cba4b9a5e0edd92348d96d81f\TRELLIS_DPR16X4 for cells of type $paramod$3cdce45cfe40dd4cba4b9a5e0edd92348d96d81f\TRELLIS_DPR16X4.
Using template $paramod$0ec150df0608fe9d13bbd7ba55d0b68aebde8574\TRELLIS_DPR16X4 for cells of type $paramod$0ec150df0608fe9d13bbd7ba55d0b68aebde8574\TRELLIS_DPR16X4.
Using template $paramod$53a840446cdc2b5aa298a080f49764e881c60b99\TRELLIS_DPR16X4 for cells of type $paramod$53a840446cdc2b5aa298a080f49764e881c60b99\TRELLIS_DPR16X4.
Using template $paramod$896c13102149326c20257183c5d146c2879d74e6\TRELLIS_DPR16X4 for cells of type $paramod$896c13102149326c20257183c5d146c2879d74e6\TRELLIS_DPR16X4.
Using template $paramod$242712b50c0a2a6b7d501d3b8f15d1e042886c7d\TRELLIS_DPR16X4 for cells of type $paramod$242712b50c0a2a6b7d501d3b8f15d1e042886c7d\TRELLIS_DPR16X4.
Using template $paramod$54859518bee4eabb76b31063a8cd09e44ba7903d\TRELLIS_DPR16X4 for cells of type $paramod$54859518bee4eabb76b31063a8cd09e44ba7903d\TRELLIS_DPR16X4.
Using template $paramod$240b3d214c7091ed87f7feed01a813ca9ca1b727\TRELLIS_DPR16X4 for cells of type $paramod$240b3d214c7091ed87f7feed01a813ca9ca1b727\TRELLIS_DPR16X4.
Using template $paramod$6f6b0ecb6502c3a0ff5a34ccfc87ee0dc217c0aa\TRELLIS_DPR16X4 for cells of type $paramod$6f6b0ecb6502c3a0ff5a34ccfc87ee0dc217c0aa\TRELLIS_DPR16X4.
Using template $paramod$c58b622e748098fb95d7cce3391b5b90d49d749c\TRELLIS_DPR16X4 for cells of type $paramod$c58b622e748098fb95d7cce3391b5b90d49d749c\TRELLIS_DPR16X4.
Using template $paramod$3fea245e43c817e3ab409ba408c64d50b3c3410d\TRELLIS_DPR16X4 for cells of type $paramod$3fea245e43c817e3ab409ba408c64d50b3c3410d\TRELLIS_DPR16X4.
Using template $paramod$4a126fa1688fbcbb97471f2a58f335ad46a1b683\TRELLIS_DPR16X4 for cells of type $paramod$4a126fa1688fbcbb97471f2a58f335ad46a1b683\TRELLIS_DPR16X4.
No more expansions possible.
<suppressed ~88 debug messages>

24.42.27. 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.28. Executing ABC9_OPS pass (helper functions for ABC9).
<suppressed ~2 debug messages>

24.42.29. Executing ABC9_OPS pass (helper functions for ABC9).

24.42.30. Executing ABC9_OPS pass (helper functions for ABC9).
<suppressed ~2 debug messages>

24.42.31. Executing TECHMAP pass (map to technology primitives).

24.42.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.42.31.2. Continuing TECHMAP pass.
Using template $paramod$838872d5a4bab89607f53482b205c0fd50d8b82e\CCU2C for cells of type $paramod$838872d5a4bab89607f53482b205c0fd50d8b82e\CCU2C.
Using extmapper simplemap for cells of type $and.
Using extmapper simplemap for cells of type $not.
Using template $paramod\LUT2\INIT=4'1010 for cells of type LUT2.
Using extmapper simplemap for cells of type $xor.
Using extmapper simplemap for cells of type $or.
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 ~235 debug messages>

24.42.32. Executing OPT pass (performing simple optimizations).

24.42.32.1. Executing OPT_EXPR pass (perform const folding).
Optimizing module top.
<suppressed ~18 debug messages>

24.42.32.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.32.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.32.4. Executing OPT_REDUCE pass (consolidate $*mux and $reduce_* inputs).
  Optimizing cells in module \top.
Performed a total of 0 changes.

24.42.32.5. Executing OPT_MERGE pass (detect identical cells).
Finding identical cells in module `\top'.
Removed a total of 0 cells.

24.42.32.6. Executing OPT_DFF pass (perform DFF optimizations).

24.42.32.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.32.8. Executing OPT_EXPR pass (perform const folding).
Optimizing module top.

24.42.32.9. Rerunning OPT passes. (Maybe there is more to do..)

24.42.32.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.32.11. Executing OPT_REDUCE pass (consolidate $*mux and $reduce_* inputs).
  Optimizing cells in module \top.
Performed a total of 0 changes.

24.42.32.12. Executing OPT_MERGE pass (detect identical cells).
Finding identical cells in module `\top'.
Removed a total of 0 cells.

24.42.32.13. Executing OPT_DFF pass (perform DFF optimizations).

24.42.32.14. Executing OPT_CLEAN pass (remove unused cells and wires).
Finding unused cells or wires in module \top..

24.42.32.15. Executing OPT_EXPR pass (perform const folding).
Optimizing module top.

24.42.32.16. Finished OPT passes. (There is nothing left to do.)

24.42.33. 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.34. Executing AIGMAP pass (map logic to AIG).
Module top: replaced 3571 cells with 19128 new cells, skipped 3781 cells.
  replaced 4 cell types:
    1951 $_OR_
     169 $_XOR_
       4 $_ORNOT_
    1447 $_MUX_
  not replaced 44 cell types:
      33 $scopeinfo
     515 $_NOT_
    1497 $_AND_
       6 $_TBUF_
       1 $paramod$0ec150df0608fe9d13bbd7ba55d0b68aebde8574\TRELLIS_DPR16X4
       1 $paramod$53a840446cdc2b5aa298a080f49764e881c60b99\TRELLIS_DPR16X4
     365 $paramod$838872d5a4bab89607f53482b205c0fd50d8b82e\CCU2C
       1 $paramod$240b3d214c7091ed87f7feed01a813ca9ca1b727\TRELLIS_DPR16X4_$abc9_byp
    1224 TRELLIS_FF
       4 MULT18X18D
       1 $paramod$6f6b0ecb6502c3a0ff5a34ccfc87ee0dc217c0aa\TRELLIS_DPR16X4_$abc9_byp
       1 $paramod$50a3456423815ea2ad88f4cd62b0b75c0753cc69\TRELLIS_DPR16X4_$abc9_byp
       1 $__ABC9_SCC_BREAKER
       1 $paramod$c58b622e748098fb95d7cce3391b5b90d49d749c\TRELLIS_DPR16X4_$abc9_byp
       1 $paramod$55d7bec832f9f63c717e9458c8d5bd2bb91537b6\TRELLIS_DPR16X4_$abc9_byp
       1 $paramod$3cdce45cfe40dd4cba4b9a5e0edd92348d96d81f\TRELLIS_DPR16X4_$abc9_byp
       1 $paramod$240b3d214c7091ed87f7feed01a813ca9ca1b727\TRELLIS_DPR16X4
       1 $paramod$4a126fa1688fbcbb97471f2a58f335ad46a1b683\TRELLIS_DPR16X4_$abc9_byp
       1 $paramod$242712b50c0a2a6b7d501d3b8f15d1e042886c7d\TRELLIS_DPR16X4
       1 $paramod$b4055cc4c76830d75a5da93152e34111ac58d5fb\TRELLIS_DPR16X4_$abc9_byp
       1 $paramod$28331dd642fda78247f997daeb218f7111f59a79\TRELLIS_DPR16X4_$abc9_byp
       1 $paramod$242712b50c0a2a6b7d501d3b8f15d1e042886c7d\TRELLIS_DPR16X4_$abc9_byp
       1 $paramod$3cdce45cfe40dd4cba4b9a5e0edd92348d96d81f\TRELLIS_DPR16X4
      24 $paramod$d1cad21b87e74b01c8dcd657997284bb4d05c02a\TRELLIS_DPR16X4
       1 $paramod$55d7bec832f9f63c717e9458c8d5bd2bb91537b6\TRELLIS_DPR16X4
       1 $paramod$6f6b0ecb6502c3a0ff5a34ccfc87ee0dc217c0aa\TRELLIS_DPR16X4
       1 $paramod$3fea245e43c817e3ab409ba408c64d50b3c3410d\TRELLIS_DPR16X4
      28 $paramod$2074b3813575c9ede27f9a04ee0bf291c9c7bf2f\TRELLIS_DPR16X4
       1 $paramod$b4055cc4c76830d75a5da93152e34111ac58d5fb\TRELLIS_DPR16X4
       1 $paramod$50a3456423815ea2ad88f4cd62b0b75c0753cc69\TRELLIS_DPR16X4
       1 $paramod$28331dd642fda78247f997daeb218f7111f59a79\TRELLIS_DPR16X4
       1 $paramod$54859518bee4eabb76b31063a8cd09e44ba7903d\TRELLIS_DPR16X4
      28 $paramod$2074b3813575c9ede27f9a04ee0bf291c9c7bf2f\TRELLIS_DPR16X4_$abc9_byp
       1 $paramod$0ec150df0608fe9d13bbd7ba55d0b68aebde8574\TRELLIS_DPR16X4_$abc9_byp
       1 $paramod$53a840446cdc2b5aa298a080f49764e881c60b99\TRELLIS_DPR16X4_$abc9_byp
       1 $paramod$3fea245e43c817e3ab409ba408c64d50b3c3410d\TRELLIS_DPR16X4_$abc9_byp
       1 $paramod$54859518bee4eabb76b31063a8cd09e44ba7903d\TRELLIS_DPR16X4_$abc9_byp
       1 $paramod$828eab860e7ad1344f71b7dcac93a993e09abfc2\TRELLIS_DPR16X4
       1 $paramod$828eab860e7ad1344f71b7dcac93a993e09abfc2\TRELLIS_DPR16X4_$abc9_byp
       1 $paramod$896c13102149326c20257183c5d146c2879d74e6\TRELLIS_DPR16X4
       1 $paramod$896c13102149326c20257183c5d146c2879d74e6\TRELLIS_DPR16X4_$abc9_byp
      24 $paramod$d1cad21b87e74b01c8dcd657997284bb4d05c02a\TRELLIS_DPR16X4_$abc9_byp
       1 $paramod$4a126fa1688fbcbb97471f2a58f335ad46a1b683\TRELLIS_DPR16X4
       1 $paramod$c58b622e748098fb95d7cce3391b5b90d49d749c\TRELLIS_DPR16X4

24.42.34.1. Executing ABC9_OPS pass (helper functions for ABC9).

24.42.34.2. Executing ABC9_OPS pass (helper functions for ABC9).

24.42.34.3. Executing XAIGER backend.
<suppressed ~11 debug messages>
Extracted 8300 AND gates and 24846 wires from module `top' to a netlist network with 1640 inputs and 1190 outputs.

24.42.34.4. Executing ABC9_EXE pass (technology mapping using ABC9).

24.42.34.5. Executing ABC9.
Running ABC command: "<yosys-exe-dir>/yosys-abc" -s -f <abc-temp-dir>/abc.script 2>&1
ABC: ABC command line: "source <abc-temp-dir>/abc.script".
ABC: 
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 =   1640/   1190  and =    7238  lev =   44 (1.87)  mem = 0.21 MB  box = 433  bb = 68
ABC: + &scorr 
ABC: Warning: The network is combinational.
ABC: + &sweep 
ABC: + &dc2 
ABC: + &dch -f 
ABC: + &ps 
ABC: <abc-temp-dir>/input : i/o =   1640/   1190  and =   10167  lev =   56 (1.44)  mem = 0.24 MB  ch = 1158  box = 417  bb = 68
ABC: + &if -W 300 -v 
ABC: K = 7. Memory (bytes): Truth =    0. Cut =   64. Obj =  148. Set =  672. CutMin = no
ABC: Node =   10167.  Ch =  1028.  Total mem =    2.82 MB. Peak cut mem =    0.21 MB.
ABC: P:  Del = 5994.00.  Ar =    9001.0.  Edge =    11593.  Cut =   121664.  T =     0.03 sec
ABC: P:  Del = 5759.00.  Ar =    9209.0.  Edge =    11862.  Cut =   119652.  T =     0.03 sec
ABC: P:  Del = 5759.00.  Ar =    5818.0.  Edge =     9875.  Cut =   263644.  T =     0.07 sec
ABC: F:  Del = 5759.00.  Ar =    4167.0.  Edge =     8612.  Cut =   186781.  T =     0.05 sec
ABC: A:  Del = 5759.00.  Ar =    3983.0.  Edge =     8248.  Cut =   176210.  T =     0.07 sec
ABC: A:  Del = 5759.00.  Ar =    3963.0.  Edge =     8210.  Cut =   178266.  T =     0.07 sec
ABC: Total time =     0.33 sec
ABC: + &write -n <abc-temp-dir>/output.aig 
ABC: + &mfs 
ABC: + &ps -l 
ABC: <abc-temp-dir>/input : i/o =   1640/   1190  and =    9022  lev =   33 (1.41)  mem = 0.22 MB  box = 417  bb = 68
ABC: Mapping (K=7)  :  lut =   2051  edge =    7996  lev =   11 (0.65)  Boxes are not in a topological order. Switching to level computation without boxes.
ABC: levB =   33  mem = 0.11 MB
ABC: LUT = 2051 : 2=260 12.7 %  3=698 34.0 %  4=542 26.4 %  5=247 12.0 %  6=149 7.3 %  7=155 7.6 %  Ave = 3.90
ABC: + &write -n <abc-temp-dir>/output.aig 
ABC: + time 
ABC: elapse: 5.52 seconds, total: 5.52 seconds

24.42.34.6. Executing AIGER frontend.
<suppressed ~5688 debug messages>
Removed 13482 unused cells and 22193 unused wires.

24.42.34.7. Executing ABC9_OPS pass (helper functions for ABC9).
ABC RESULTS:              $lut cells:     2079
ABC RESULTS:   $paramod$838872d5a4bab89607f53482b205c0fd50d8b82e\CCU2C cells:      349
ABC RESULTS:   $paramod$240b3d214c7091ed87f7feed01a813ca9ca1b727\TRELLIS_DPR16X4_$abc9_byp cells:        1
ABC RESULTS:   $paramod$6f6b0ecb6502c3a0ff5a34ccfc87ee0dc217c0aa\TRELLIS_DPR16X4_$abc9_byp cells:        1
ABC RESULTS:   $paramod$50a3456423815ea2ad88f4cd62b0b75c0753cc69\TRELLIS_DPR16X4_$abc9_byp cells:        1
ABC RESULTS:   $paramod$c58b622e748098fb95d7cce3391b5b90d49d749c\TRELLIS_DPR16X4_$abc9_byp cells:        1
ABC RESULTS:   $paramod$55d7bec832f9f63c717e9458c8d5bd2bb91537b6\TRELLIS_DPR16X4_$abc9_byp cells:        1
ABC RESULTS:   $paramod$3cdce45cfe40dd4cba4b9a5e0edd92348d96d81f\TRELLIS_DPR16X4_$abc9_byp cells:        1
ABC RESULTS:   $paramod$4a126fa1688fbcbb97471f2a58f335ad46a1b683\TRELLIS_DPR16X4_$abc9_byp cells:        1
ABC RESULTS:   $paramod$b4055cc4c76830d75a5da93152e34111ac58d5fb\TRELLIS_DPR16X4_$abc9_byp cells:        1
ABC RESULTS:   $paramod$28331dd642fda78247f997daeb218f7111f59a79\TRELLIS_DPR16X4_$abc9_byp cells:        1
ABC RESULTS:   $paramod$242712b50c0a2a6b7d501d3b8f15d1e042886c7d\TRELLIS_DPR16X4_$abc9_byp cells:        1
ABC RESULTS:   $paramod$2074b3813575c9ede27f9a04ee0bf291c9c7bf2f\TRELLIS_DPR16X4_$abc9_byp cells:       28
ABC RESULTS:   $paramod$0ec150df0608fe9d13bbd7ba55d0b68aebde8574\TRELLIS_DPR16X4_$abc9_byp cells:        1
ABC RESULTS:   $paramod$53a840446cdc2b5aa298a080f49764e881c60b99\TRELLIS_DPR16X4_$abc9_byp cells:        1
ABC RESULTS:   $paramod$3fea245e43c817e3ab409ba408c64d50b3c3410d\TRELLIS_DPR16X4_$abc9_byp cells:        1
ABC RESULTS:   $paramod$54859518bee4eabb76b31063a8cd09e44ba7903d\TRELLIS_DPR16X4_$abc9_byp cells:        1
ABC RESULTS:   $paramod$828eab860e7ad1344f71b7dcac93a993e09abfc2\TRELLIS_DPR16X4_$abc9_byp cells:        1
ABC RESULTS:   $paramod$896c13102149326c20257183c5d146c2879d74e6\TRELLIS_DPR16X4_$abc9_byp cells:        1
ABC RESULTS:   $paramod$d1cad21b87e74b01c8dcd657997284bb4d05c02a\TRELLIS_DPR16X4_$abc9_byp cells:       24
ABC RESULTS:           input signals:      137
ABC RESULTS:          output signals:      241
Removing temp directory.

24.42.35. Executing TECHMAP pass (map to technology primitives).

24.42.35.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.35.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\$__ABC9_SCC_BREAKER\WIDTH=32'00000000000000000000000000000111 for cells of type $__ABC9_SCC_BREAKER.
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$28331dd642fda78247f997daeb218f7111f59a79\TRELLIS_DPR16X4 for cells of type $paramod$28331dd642fda78247f997daeb218f7111f59a79\TRELLIS_DPR16X4.
Using template $paramod$28331dd642fda78247f997daeb218f7111f59a79\TRELLIS_DPR16X4_$abc9_byp for cells of type $paramod$28331dd642fda78247f997daeb218f7111f59a79\TRELLIS_DPR16X4_$abc9_byp.
Using template $paramod$896c13102149326c20257183c5d146c2879d74e6\TRELLIS_DPR16X4 for cells of type $paramod$896c13102149326c20257183c5d146c2879d74e6\TRELLIS_DPR16X4.
Using template $paramod$896c13102149326c20257183c5d146c2879d74e6\TRELLIS_DPR16X4_$abc9_byp for cells of type $paramod$896c13102149326c20257183c5d146c2879d74e6\TRELLIS_DPR16X4_$abc9_byp.
Using template $paramod$b4055cc4c76830d75a5da93152e34111ac58d5fb\TRELLIS_DPR16X4 for cells of type $paramod$b4055cc4c76830d75a5da93152e34111ac58d5fb\TRELLIS_DPR16X4.
Using template $paramod$828eab860e7ad1344f71b7dcac93a993e09abfc2\TRELLIS_DPR16X4 for cells of type $paramod$828eab860e7ad1344f71b7dcac93a993e09abfc2\TRELLIS_DPR16X4.
Using template $paramod$55d7bec832f9f63c717e9458c8d5bd2bb91537b6\TRELLIS_DPR16X4 for cells of type $paramod$55d7bec832f9f63c717e9458c8d5bd2bb91537b6\TRELLIS_DPR16X4.
Using template $paramod$50a3456423815ea2ad88f4cd62b0b75c0753cc69\TRELLIS_DPR16X4 for cells of type $paramod$50a3456423815ea2ad88f4cd62b0b75c0753cc69\TRELLIS_DPR16X4.
Using template $paramod$3cdce45cfe40dd4cba4b9a5e0edd92348d96d81f\TRELLIS_DPR16X4 for cells of type $paramod$3cdce45cfe40dd4cba4b9a5e0edd92348d96d81f\TRELLIS_DPR16X4.
Using template $paramod$0ec150df0608fe9d13bbd7ba55d0b68aebde8574\TRELLIS_DPR16X4 for cells of type $paramod$0ec150df0608fe9d13bbd7ba55d0b68aebde8574\TRELLIS_DPR16X4.
Using template $paramod$53a840446cdc2b5aa298a080f49764e881c60b99\TRELLIS_DPR16X4 for cells of type $paramod$53a840446cdc2b5aa298a080f49764e881c60b99\TRELLIS_DPR16X4.
Using template $paramod$242712b50c0a2a6b7d501d3b8f15d1e042886c7d\TRELLIS_DPR16X4 for cells of type $paramod$242712b50c0a2a6b7d501d3b8f15d1e042886c7d\TRELLIS_DPR16X4.
Using template $paramod$54859518bee4eabb76b31063a8cd09e44ba7903d\TRELLIS_DPR16X4 for cells of type $paramod$54859518bee4eabb76b31063a8cd09e44ba7903d\TRELLIS_DPR16X4.
Using template $paramod$240b3d214c7091ed87f7feed01a813ca9ca1b727\TRELLIS_DPR16X4 for cells of type $paramod$240b3d214c7091ed87f7feed01a813ca9ca1b727\TRELLIS_DPR16X4.
Using template $paramod$6f6b0ecb6502c3a0ff5a34ccfc87ee0dc217c0aa\TRELLIS_DPR16X4 for cells of type $paramod$6f6b0ecb6502c3a0ff5a34ccfc87ee0dc217c0aa\TRELLIS_DPR16X4.
Using template $paramod$c58b622e748098fb95d7cce3391b5b90d49d749c\TRELLIS_DPR16X4 for cells of type $paramod$c58b622e748098fb95d7cce3391b5b90d49d749c\TRELLIS_DPR16X4.
Using template $paramod$3fea245e43c817e3ab409ba408c64d50b3c3410d\TRELLIS_DPR16X4 for cells of type $paramod$3fea245e43c817e3ab409ba408c64d50b3c3410d\TRELLIS_DPR16X4.
Using template $paramod$4a126fa1688fbcbb97471f2a58f335ad46a1b683\TRELLIS_DPR16X4 for cells of type $paramod$4a126fa1688fbcbb97471f2a58f335ad46a1b683\TRELLIS_DPR16X4.
Using template $paramod$828eab860e7ad1344f71b7dcac93a993e09abfc2\TRELLIS_DPR16X4_$abc9_byp for cells of type $paramod$828eab860e7ad1344f71b7dcac93a993e09abfc2\TRELLIS_DPR16X4_$abc9_byp.
Using template $paramod$b4055cc4c76830d75a5da93152e34111ac58d5fb\TRELLIS_DPR16X4_$abc9_byp for cells of type $paramod$b4055cc4c76830d75a5da93152e34111ac58d5fb\TRELLIS_DPR16X4_$abc9_byp.
Using template $paramod$50a3456423815ea2ad88f4cd62b0b75c0753cc69\TRELLIS_DPR16X4_$abc9_byp for cells of type $paramod$50a3456423815ea2ad88f4cd62b0b75c0753cc69\TRELLIS_DPR16X4_$abc9_byp.
Using template $paramod$55d7bec832f9f63c717e9458c8d5bd2bb91537b6\TRELLIS_DPR16X4_$abc9_byp for cells of type $paramod$55d7bec832f9f63c717e9458c8d5bd2bb91537b6\TRELLIS_DPR16X4_$abc9_byp.
Using template $paramod$3cdce45cfe40dd4cba4b9a5e0edd92348d96d81f\TRELLIS_DPR16X4_$abc9_byp for cells of type $paramod$3cdce45cfe40dd4cba4b9a5e0edd92348d96d81f\TRELLIS_DPR16X4_$abc9_byp.
Using template $paramod$0ec150df0608fe9d13bbd7ba55d0b68aebde8574\TRELLIS_DPR16X4_$abc9_byp for cells of type $paramod$0ec150df0608fe9d13bbd7ba55d0b68aebde8574\TRELLIS_DPR16X4_$abc9_byp.
Using template $paramod$53a840446cdc2b5aa298a080f49764e881c60b99\TRELLIS_DPR16X4_$abc9_byp for cells of type $paramod$53a840446cdc2b5aa298a080f49764e881c60b99\TRELLIS_DPR16X4_$abc9_byp.
Using template $paramod$54859518bee4eabb76b31063a8cd09e44ba7903d\TRELLIS_DPR16X4_$abc9_byp for cells of type $paramod$54859518bee4eabb76b31063a8cd09e44ba7903d\TRELLIS_DPR16X4_$abc9_byp.
Using template $paramod$242712b50c0a2a6b7d501d3b8f15d1e042886c7d\TRELLIS_DPR16X4_$abc9_byp for cells of type $paramod$242712b50c0a2a6b7d501d3b8f15d1e042886c7d\TRELLIS_DPR16X4_$abc9_byp.
Using template $paramod$240b3d214c7091ed87f7feed01a813ca9ca1b727\TRELLIS_DPR16X4_$abc9_byp for cells of type $paramod$240b3d214c7091ed87f7feed01a813ca9ca1b727\TRELLIS_DPR16X4_$abc9_byp.
Using template $paramod$6f6b0ecb6502c3a0ff5a34ccfc87ee0dc217c0aa\TRELLIS_DPR16X4_$abc9_byp for cells of type $paramod$6f6b0ecb6502c3a0ff5a34ccfc87ee0dc217c0aa\TRELLIS_DPR16X4_$abc9_byp.
Using template $paramod$3fea245e43c817e3ab409ba408c64d50b3c3410d\TRELLIS_DPR16X4_$abc9_byp for cells of type $paramod$3fea245e43c817e3ab409ba408c64d50b3c3410d\TRELLIS_DPR16X4_$abc9_byp.
Using template $paramod$4a126fa1688fbcbb97471f2a58f335ad46a1b683\TRELLIS_DPR16X4_$abc9_byp for cells of type $paramod$4a126fa1688fbcbb97471f2a58f335ad46a1b683\TRELLIS_DPR16X4_$abc9_byp.
Using template $paramod$c58b622e748098fb95d7cce3391b5b90d49d749c\TRELLIS_DPR16X4_$abc9_byp for cells of type $paramod$c58b622e748098fb95d7cce3391b5b90d49d749c\TRELLIS_DPR16X4_$abc9_byp.
No more expansions possible.
<suppressed ~539 debug messages>
Removed 289 unused cells and 28366 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\$lut\WIDTH=32'00000000000000000000000000000011\LUT=8'10101100 for cells of type $lut.
Using template $paramod$658b9ed803f0d3d335616d3858b53e0a2522f1e8\$lut for cells of type $lut.
Using template $paramod$272652f6c6fbe9a75eff76e45cc7e2788835518b\$lut for cells of type $lut.
Using template $paramod\$lut\WIDTH=32'00000000000000000000000000000010\LUT=4'0100 for cells of type $lut.
Using template $paramod\$lut\WIDTH=32'00000000000000000000000000000011\LUT=8'01000000 for cells of type $lut.
Using template $paramod\$lut\WIDTH=32'00000000000000000000000000000010\LUT=4'1000 for cells of type $lut.
Using template $paramod$ccd3e15dc00d71b9284dff48e88ccef5be7362c8\$lut for cells of type $lut.
Using template $paramod\$lut\WIDTH=32'00000000000000000000000000000011\LUT=8'10101000 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\$lut\WIDTH=32'00000000000000000000000000000011\LUT=8'00100011 for cells of type $lut.
Using template $paramod$df5c8730c0a53792c3f54c2192a2221c27162fb5\$lut for cells of type $lut.
Using template $paramod\$lut\WIDTH=32'00000000000000000000000000000011\LUT=8'00100000 for cells of type $lut.
Using template $paramod\$lut\WIDTH=32'00000000000000000000000000000011\LUT=8'00001000 for cells of type $lut.
Using template $paramod$571404c0889eaf57f492cb5e37f8acb5df5852f9\$lut for cells of type $lut.
Using template $paramod$240e171f8bae87a2fe4bee672a3055fa35afe320\$lut for cells of type $lut.
Using template $paramod$5c3294d2efb88caf0474e72690e5c12ab871a3e8\$lut for cells of type $lut.
Using template $paramod$338ce46cf7ff44b9974887dd2adee6c4e0530bed\$lut for cells of type $lut.
Using template $paramod$2844c7fef2a755a9af80c70990cd830291c4b71c\$lut for cells of type $lut.
Using template $paramod$e85b6eba0dacefc5f73f8748159b8b9599212afc\$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'00000000000000000000000000000010\LUT=4'0001 for cells of type $lut.
Using template $paramod$40bf400bfab4b5cf32dcfe01e14f0900ac7f6b1b\$lut for cells of type $lut.
Using template $paramod$9264cd5418c36d754331aa206e64072e8dbf89db\$lut for cells of type $lut.
Using template $paramod\$lut\WIDTH=32'00000000000000000000000000000010\LUT=4'0010 for cells of type $lut.
Using template $paramod\$lut\WIDTH=32'00000000000000000000000000000011\LUT=8'00000111 for cells of type $lut.
Using template $paramod$873c285bdccf0ac2b60d2304ea5cd14bf211d2a6\$lut for cells of type $lut.
Using template $paramod$7bb6a37e65823eeb4b38c370fec30ab082759a14\$lut for cells of type $lut.
Using template $paramod\$lut\WIDTH=32'00000000000000000000000000000010\LUT=4'1011 for cells of type $lut.
Using template $paramod$6e238df02989b317f10820a22773676e71120644\$lut for cells of type $lut.
Using template $paramod\$lut\WIDTH=32'00000000000000000000000000000001\LUT=2'01 for cells of type $lut.
Using template $paramod\$lut\WIDTH=32'00000000000000000000000000000011\LUT=8'00000001 for cells of type $lut.
Using template $paramod\$lut\WIDTH=32'00000000000000000000000000000011\LUT=8'10001100 for cells of type $lut.
Using template $paramod$097592bb16245531f0716c5ddb18d7090f9c7d9d\$lut for cells of type $lut.
Using template $paramod$146c3d74b760399097f06f4c955dab18eadf6cb8\$lut for cells of type $lut.
Using template $paramod$a292eff5d230e73f0956d5731886fecca39cdaea\$lut for cells of type $lut.
Using template $paramod$8e1c82b304528085a78e4651c993ce9e1ef6b8a8\$lut for cells of type $lut.
Using template $paramod$d6e6d411b16e057eae3ca70523bb1b2722704525\$lut 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$19f4fa446d94767b8a3977abee599cf6b53b2330\$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$f0169807cabb208126f94e3f71552cc012e8013f\$lut for cells of type $lut.
Using template $paramod$968eab3ef4eb2bb73594ceb0b398e7f4472dbb27\$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$81d8a60fd95b1a9f9ef71c12a774ae6988cb9fd5\$lut for cells of type $lut.
Using template $paramod\$lut\WIDTH=32'00000000000000000000000000000011\LUT=8'01101100 for cells of type $lut.
Using template $paramod$24304e162322598c37733974a10c547e903b6a60\$lut for cells of type $lut.
Using template $paramod$2f161af66c975ce6c2df10f7e51cd10b3b0567a9\$lut for cells of type $lut.
Using template $paramod$4fd3428c4b8b1accf8f8fb4bb88555a2b5fa688d\$lut for cells of type $lut.
Using template $paramod$6e2b27a23561eba4d5d7a3612a01502854865858\$lut for cells of type $lut.
Using template $paramod$e327f9e0701415f8f154451a71f752f7ab5c3bf0\$lut for cells of type $lut.
Using template $paramod$94e65f323749ab2f501acf5577af42456678fff9\$lut for cells of type $lut.
Using template $paramod$a4df2b5be2b644499880e088a11556935f22b401\$lut for cells of type $lut.
Using template $paramod$dd8f09456cc0557d76e7a209e6cf5c8b8adde891\$lut for cells of type $lut.
Using template $paramod$6d6beead1425af15cf78b27fd9b11b41b5d4bce8\$lut for cells of type $lut.
Using template $paramod$512255fe99ac01283a4af777a290480422ff1d9f\$lut for cells of type $lut.
Using template $paramod$06e62c2045624c211a1abe4f2f36c8f22c688165\$lut for cells of type $lut.
Using template $paramod$f9a0ee47e847498cc2c73a71676b0bb314dba181\$lut for cells of type $lut.
Using template $paramod$145732f5b0c7fbb4dc839c3daf00b8ec7377a159\$lut for cells of type $lut.
Using template $paramod\$lut\WIDTH=32'00000000000000000000000000000011\LUT=8'01010011 for cells of type $lut.
Using template $paramod$cff760671c8808a77fd0b87e8acfd7128f4b3b67\$lut for cells of type $lut.
Using template $paramod$4fbe4dc9f3fee9159066d8f320d17210b02542e3\$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$692c4ee85d95f8cc4959911841a85a43ebfd3f05\$lut for cells of type $lut.
Using template $paramod$8dc7036079d7be3e5b8905f947c0888c82aab734\$lut for cells of type $lut.
Using template $paramod$384dd8fd176e9fb45aae56ef8f5af5a6b7507981\$lut for cells of type $lut.
Using template $paramod$80fd3f90b6a7b38da9d25588666decbe3adaf5ec\$lut for cells of type $lut.
Using template $paramod$03d0edf20ed1469b09ef5ea8e93986bf65c1867c\$lut for cells of type $lut.
Using template $paramod\$lut\WIDTH=32'00000000000000000000000000000011\LUT=8'00001101 for cells of type $lut.
Using template $paramod$323fbd8da0ac5986920f0496885d4acac13656a5\$lut for cells of type $lut.
Using template $paramod$88e557ff47f35512152dcd123e39a7dd2f3f82eb\$lut for cells of type $lut.
Using template $paramod$7b54c032a14a5e1a61ea1a64d6c59bd1b3d1b914\$lut for cells of type $lut.
Using template $paramod$8d08395e9a4e4cded27c9198dd6b7fb30a5dc6be\$lut for cells of type $lut.
Using template $paramod$86b3760cb96b770d612108cec5e7aac5497f3312\$lut for cells of type $lut.
Using template $paramod$a2f8c0f49f5179aa0ab5b87e4b39f0b9aaf82f5a\$lut for cells of type $lut.
Using template $paramod$991f5fcb82fd10139056a359ffc4a67f44aea8ab\$lut for cells of type $lut.
Using template $paramod$796a976cd67711f2c509e1e9b3c47121c5427850\$lut for cells of type $lut.
Using template $paramod$e800d193f17c895194d1649dde3e5037bf808d28\$lut for cells of type $lut.
Using template $paramod$97f3b6ab014042030ef7d90b63ad321dcdb251a4\$lut for cells of type $lut.
Using template $paramod$edd625d80832ce53a0e34e2dfecb195286968da2\$lut for cells of type $lut.
Using template $paramod$6b9cd69b1e76a46d20d4fcfe7e78c87a68771565\$lut for cells of type $lut.
Using template $paramod$760cbd2b0865be4df85054ed8df8a4e88164e55a\$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$7ac0d693e8b843c95e28e03fd4fd6964982c85ff\$lut for cells of type $lut.
Using template $paramod$f587be5dee6fb7e49a5d3ac9ec8f717822a31ea2\$lut for cells of type $lut.
Using template $paramod$d3813b08e7bb29971c19859221b321b5494c6d5b\$lut for cells of type $lut.
Using template $paramod\$lut\WIDTH=32'00000000000000000000000000000011\LUT=8'00010000 for cells of type $lut.
Using template $paramod$ec43436b8d880859bf46e6c0bcaf01845f798873\$lut for cells of type $lut.
Using template $paramod$de5d1812e8087669c4e10a59313e0bc878b774db\$lut for cells of type $lut.
Using template $paramod$a5516fc31d1e552de2435200bb732b4d4ad63a9c\$lut for cells of type $lut.
Using template $paramod$9f2fa76df7d4a34596ce23043e90c912756d63b8\$lut for cells of type $lut.
Using template $paramod$7052bb73849c84c4a3e13a9f5c8c1cfa327a857f\$lut for cells of type $lut.
Using template $paramod$1b4942fad7257f60532954b1eb94a6b84f2e5ae3\$lut for cells of type $lut.
Using template $paramod$f3d0758839f6eea434ae8a77aa88876671ab8d18\$lut for cells of type $lut.
Using template $paramod$6b7c9c56fc2a32a479d463d5f3b0d3f4673b67f1\$lut for cells of type $lut.
Using template $paramod\$lut\WIDTH=32'00000000000000000000000000000011\LUT=8'11100100 for cells of type $lut.
Using template $paramod$2ec6422db00d358fc7469efce6208bffbc8521cd\$lut for cells of type $lut.
Using template $paramod$68e1ef427c0ad0553e0e29800a596a6ae20aafdd\$lut for cells of type $lut.
Using template $paramod$d6ca727e39f31d51d29072e0f33aa09c65e37336\$lut for cells of type $lut.
Using template $paramod$de81bb4f24bddd9c01fb4a8d2c0db4e04ac2517e\$lut for cells of type $lut.
Using template $paramod$434563130e5565704ac6f845397506b51fb04af7\$lut for cells of type $lut.
Using template $paramod$df196ed0a1da5c4a58c5e08a1dac304fd3fccaab\$lut for cells of type $lut.
Using template $paramod$32abbd1d449a67fb913b4733374e345d4c17175b\$lut for cells of type $lut.
Using template $paramod$c1a19a87ccbbb03d43a72335db63f692ddf82cc1\$lut for cells of type $lut.
Using template $paramod$3382e471e94f5905aadd3f35347b7aa50239bf5d\$lut for cells of type $lut.
Using template $paramod\$lut\WIDTH=32'00000000000000000000000000000011\LUT=8'01001000 for cells of type $lut.
Using template $paramod\$lut\WIDTH=32'00000000000000000000000000000011\LUT=8'11001000 for cells of type $lut.
Using template $paramod$2731f51c9112d7289345f502e051a90b73e27fad\$lut for cells of type $lut.
Using template $paramod$9d9ab875eb678726cea5b8c40d14c105d2e6b04d\$lut for cells of type $lut.
Using template $paramod$b431bfd938e35871dd0b7668e1503c7e8b9d491c\$lut for cells of type $lut.
Using template $paramod\$lut\WIDTH=32'00000000000000000000000000000011\LUT=8'10111000 for cells of type $lut.
Using template $paramod$ac2ea6024ab66d57878b75ea4ad42990a018eb08\$lut for cells of type $lut.
Using template $paramod$ddace04fba544e6adc4cdda6a50048ddd7c111af\$lut for cells of type $lut.
Using template $paramod$f8f63b209b7230e81958663ff24fef1613156af7\$lut for cells of type $lut.
Using template $paramod$101238f3d8d49ab12a9b49a2f01cd503b26e9c61\$lut for cells of type $lut.
Using template $paramod$f3b4f70f83b4fad4bafcc347ba5e929e791ac7fb\$lut for cells of type $lut.
Using template $paramod$f3ada871809f362efd8eb0c4fb952bb5c98f0750\$lut for cells of type $lut.
Using template $paramod\$lut\WIDTH=32'00000000000000000000000000000011\LUT=8'01110000 for cells of type $lut.
Using template $paramod$865395c0228487a64a8e4011cecafc2c64b79f2b\$lut for cells of type $lut.
Using template $paramod\$lut\WIDTH=32'00000000000000000000000000000011\LUT=8'00001011 for cells of type $lut.
Using template $paramod\$lut\WIDTH=32'00000000000000000000000000000010\LUT=4'0110 for cells of type $lut.
Using template $paramod$ea79e410ad0f4fc3326666c891e1f3992816d636\$lut 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$18b66a2dc66be2a0d172c3d50ba03932f5924e22\$lut for cells of type $lut.
Using template $paramod$364c9ffbffac467d60dfec81bba4e18476c15602\$lut for cells of type $lut.
Using template $paramod$41017bbfbc4d5b6aa9cc0bcf2514b82848f08ba8\$lut for cells of type $lut.
Using template $paramod$9750e16f3e098edd3aae4fa4112f9c7d170a1631\$lut for cells of type $lut.
Using template $paramod\$lut\WIDTH=32'00000000000000000000000000000011\LUT=8'01100000 for cells of type $lut.
Using template $paramod$09d501de9636f68e753c183208126335e95d594e\$lut for cells of type $lut.
Using template $paramod$e5b0f22f83f020b05a42d75bb524674fbfd068eb\$lut for cells of type $lut.
Using template $paramod\$lut\WIDTH=32'00000000000000000000000000000011\LUT=8'11011000 for cells of type $lut.
Using template $paramod$728e616c918eb05878d70b2bb240e381ea2847b9\$lut for cells of type $lut.
Using template $paramod$712505941a295086314c22735153725461a87f4a\$lut for cells of type $lut.
Using template $paramod$7b9c1ffc37b4a2e2b4ba4f9fbdb7ee067ced2985\$lut for cells of type $lut.
Using template $paramod$303006157173efafc1854e8f051b79c4bb5dfa0b\$lut for cells of type $lut.
Using template $paramod\$lut\WIDTH=32'00000000000000000000000000000011\LUT=8'10111101 for cells of type $lut.
Using template $paramod$b5ef04ad6f1419b140ac377ad9670f629913112e\$lut for cells of type $lut.
Using template $paramod$c74abe2efb3eca3053845500f88227ae275639ee\$lut for cells of type $lut.
Using template $paramod$8d64e576629e8d7c655e0c65958ea61e649cd93e\$lut for cells of type $lut.
Using template $paramod$62fc4ac57a0b73f1d95465f30f5df060addcd3ec\$lut for cells of type $lut.
Using template $paramod$89b6ef7311413ce47090bbed18a43f8a84d2ecef\$lut for cells of type $lut.
Using template $paramod$6a68ae497b18bdb9f77745d4dd1819e390737773\$lut for cells of type $lut.
Using template $paramod$f23433e0a993f1df8dedca092e511523ae05225b\$lut for cells of type $lut.
Using template $paramod$5ccde5e491b644bcd98a7e285d452fcd061dbef1\$lut for cells of type $lut.
Using template $paramod$e49f6e3576ef1a6d2f58c54414dbb786af8cc869\$lut for cells of type $lut.
Using template $paramod\$lut\WIDTH=32'00000000000000000000000000000010\LUT=4'0111 for cells of type $lut.
Using template $paramod$179512a187da069f3b79ef6612a41e494e7d54b6\$lut for cells of type $lut.
Using template $paramod$b4410865e8124402796f9dfbf73ef8d279fdbd08\$lut for cells of type $lut.
Using template $paramod$498daa9936ffa1c0b12d774cacc95a35d14b818e\$lut for cells of type $lut.
Using template $paramod$11ec7271d8e6e5aeaace08c13e4c601f10e31038\$lut for cells of type $lut.
Using template $paramod\$lut\WIDTH=32'00000000000000000000000000000011\LUT=8'01001100 for cells of type $lut.
Using template $paramod$305eb7dbb8b85462f2ab8d937e9d3604aaaac11b\$lut for cells of type $lut.
Using template $paramod$ee8b592e6fd536573784e7bace718ea4269bf818\$lut for cells of type $lut.
Using template $paramod$c8e8bcf62f0304b50c9defdb183934c92f3cc913\$lut for cells of type $lut.
Using template $paramod$75d5c453cca75cc7a7ca320c4fb7be0932b6aaa7\$lut for cells of type $lut.
Using template $paramod$95a7cc83889035df950b9e186ceac5dfd3e6d77c\$lut for cells of type $lut.
Using template $paramod$8d7a8d6e3356de09670738ba85f2c6b874f6b06d\$lut for cells of type $lut.
Using template $paramod$8512f4fb47fa9596f76cdbe5b407a5b54df368e7\$lut for cells of type $lut.
Using template $paramod$115b33a94acd0d35393b7ffd17f6f80c031f9c76\$lut for cells of type $lut.
Using template $paramod$3681b2d3435960729195b0e19c518599e89fb0f5\$lut for cells of type $lut.
Using template $paramod$34ccb0403abd26609d9a7a8ea9a44b40cc4b3caf\$lut for cells of type $lut.
Using template $paramod$5f99aa1a31b4f0c356281a67e16706e1e689d29f\$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'00010011 for cells of type $lut.
Using template $paramod$783ee9e5d4b4c2baefacb6e47ca72b4a9e2a3e3d\$lut for cells of type $lut.
Using template $paramod$3053e09429de4ef5cfa2f021ab481b80295047a2\$lut for cells of type $lut.
Using template $paramod$269fa94a87363bc7cb912dab3d3b32c50692db48\$lut for cells of type $lut.
Using template $paramod$20c55f302aeb21aef0ad8584091d443ba690a64b\$lut for cells of type $lut.
Using template $paramod\$lut\WIDTH=32'00000000000000000000000000000010\LUT=4'1001 for cells of type $lut.
Using template $paramod$536bb42e4a958cd55766f00c7b0003d7392b507d\$lut for cells of type $lut.
Using template $paramod$a5f20fb2f07da47fc82a54256d711012d9ea90d3\$lut for cells of type $lut.
Using template $paramod$fe980542c68e544128aae3607660540a3f5c2fba\$lut for cells of type $lut.
Using template $paramod$a6597eda4608f36e684c1dd07ed552fcbec112b2\$lut for cells of type $lut.
Using template $paramod$2649632427059f17a6997e51dd7f224fd1802b32\$lut for cells of type $lut.
Using template $paramod$6bf74d43098222579e639c5a64a5885252736467\$lut for cells of type $lut.
Using template $paramod$f16218c8f9c393b5c6bd90d35c425d9183ca5ae3\$lut for cells of type $lut.
Using template $paramod$d3be1fc2f0d4e985bc49244552adad1e21f34e88\$lut for cells of type $lut.
Using template $paramod$bf6de8dce6d7dd51475db454722c4388347732a0\$lut for cells of type $lut.
Using template $paramod$5bc4b34d04423f5c10a1f36d396093524460bd02\$lut for cells of type $lut.
Using template $paramod$554da1ff48a32a28e6852499fa9066611e14754c\$lut for cells of type $lut.
Using template $paramod$79b9e3b5b4d5055d8f7b4df884a3d9fa422809b9\$lut for cells of type $lut.
Using template $paramod$c078756a5eee24746ec1cfb3824decc1ad0554b7\$lut for cells of type $lut.
Using template $paramod$65c8d9c34a3cb9692fde79d89e81dd998ebee6e9\$lut for cells of type $lut.
Using template $paramod$108edcbe612d08d272b0b4cbd494a893bfd7fa35\$lut for cells of type $lut.
Using template $paramod$f45429e380905f064bb0bad3a8bdb941708e63a7\$lut for cells of type $lut.
Using template $paramod$33e58adf67c6b686a154c9ce8ebbc4b04b8cabc5\$lut for cells of type $lut.
Using template $paramod$1b0438fa86106f4801a417cb3ec08d347742870e\$lut for cells of type $lut.
Using template $paramod$8c511ecc39a73b7025cd36ecb3562498546aa7b3\$lut for cells of type $lut.
Using template $paramod\$lut\WIDTH=32'00000000000000000000000000000011\LUT=8'11100000 for cells of type $lut.
Using template $paramod$316cbeef0d304ed22e847b1f3751db44d1cb1e88\$lut for cells of type $lut.
Using template $paramod$7b4be8d87578c2c5a0c7163e1563fb1da9910167\$lut for cells of type $lut.
Using template $paramod$4a8554d0a765102353ca9705f6a3cc329f4379e7\$lut for cells of type $lut.
Using template $paramod$331cdbc1ddbdc5bf56b9323fb1e1793597f6588a\$lut for cells of type $lut.
Using template $paramod$86935d5ce6499068b93c240d4bb1c24a183d2b1c\$lut for cells of type $lut.
Using template $paramod$127d42c61791e2b6b8fd39133e126a67cbdb52bc\$lut for cells of type $lut.
Using template $paramod$cf652acbfbf67d2248e3045cd0f09c58ca55886c\$lut for cells of type $lut.
Using template $paramod$4b23d751b3e1d7cde9cd1766bf20ceee12e38a3d\$lut for cells of type $lut.
Using template $paramod$448496cb53eb7c1242b5786d67bd117d88f563fb\$lut for cells of type $lut.
Using template $paramod$2265b733ea5bda69dba60508134323da5d5b62c4\$lut for cells of type $lut.
Using template $paramod$221832ea6a41a3208cd6f3411a952b5811695f4c\$lut for cells of type $lut.
Using template $paramod$9c1cf907237533ba939b79f92dda012c91adb311\$lut for cells of type $lut.
Using template $paramod$6e424bd4a747f8421ac946af3d9bb3a47fd0b233\$lut for cells of type $lut.
Using template $paramod$5502a85110dbca29ac631107f0b0635e7fade476\$lut for cells of type $lut.
Using template $paramod$ffeabad369d5f343a57a8cf782e3b79504bde11b\$lut for cells of type $lut.
Using template $paramod$f3e1547c4b47e64c590e75cf09078b2507c8cc75\$lut 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$8cac5452d526045503c5864c3a1dac0121c7053e\$lut for cells of type $lut.
Using template $paramod$7fbbe26328640df11a92b71229330243ce2cea7e\$lut for cells of type $lut.
Using template $paramod$37d04cf29151015d6446e206445f92b25ef45e2b\$lut for cells of type $lut.
Using template $paramod$e74ac1f2fe62025b2c21c6760bb42f363fcb2760\$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'00000100 for cells of type $lut.
Using template $paramod$6e4a86e6f1a5dc8f826898a131e83cdba4a4fc9e\$lut for cells of type $lut.
Using template $paramod$a50be0e6fa3a01511bb234559cb74fb8bd3e2061\$lut for cells of type $lut.
Using template $paramod$c600b4b1adc22857e1c1ba3b6aeb516fabe09da0\$lut for cells of type $lut.
Using template $paramod\$lut\WIDTH=32'00000000000000000000000000000011\LUT=8'00011101 for cells of type $lut.
Using template $paramod$5050f70d78e29f4c2caab4bdc486ea89578b2de1\$lut for cells of type $lut.
Using template $paramod$4c0221505c29b55a66f4801128a7e9ab143964dc\$lut for cells of type $lut.
Using template $paramod$32ccf11af11aeaa1ca1e718fed6c56a200a1ae90\$lut for cells of type $lut.
Using template $paramod\$lut\WIDTH=32'00000000000000000000000000000010\LUT=4'1101 for cells of type $lut.
Using template $paramod$f58e0d90afc57a738914697b6a4a7319b30d7e7e\$lut for cells of type $lut.
Using template $paramod$c7017ce6f918370601990fdcd7ae7caf301de017\$lut for cells of type $lut.
Using template $paramod\$lut\WIDTH=32'00000000000000000000000000000011\LUT=8'00001110 for cells of type $lut.
Using template $paramod$a50bbaf70b48eb6d78317eddf4f7e11e8988acec\$lut for cells of type $lut.
Using template $paramod$37c9af120c85145419565a9ccf4ceb7397fbbe92\$lut for cells of type $lut.
Using template $paramod$3e672ed4d74fb09d1bbc1e2b7e987d5fc7d32e5b\$lut for cells of type $lut.
Using template $paramod$d79e8c7f0cb3bd049a34d82ec5fe688d444e5a52\$lut for cells of type $lut.
Using template $paramod$ffc2ea81a65101fbef8a332deddf112494d27163\$lut for cells of type $lut.
Using template $paramod$b419810ab1d51da1962917a1949cecc5f27935eb\$lut for cells of type $lut.
Using template $paramod$5d16e795d6c582b27c818459b159f81a7f4525c4\$lut for cells of type $lut.
Using template $paramod$60096d1cdb5f7f55fdf4ed3aab322b5c7375f61e\$lut for cells of type $lut.
Using template $paramod$826a7c31fafd32ac633e525e864cad2708103db2\$lut for cells of type $lut.
Using template $paramod$c9d86860d7b8a94fe4e147db4941c14e73dd3281\$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'10001101 for cells of type $lut.
Using template $paramod$82b4a585d1edcb5c6e755dc9bd3392228a1c1304\$lut for cells of type $lut.
Using template $paramod$a156531c011228c9f7fe4e218a355d4fad615f52\$lut for cells of type $lut.
Using template $paramod$89f79d27281dc84f00f8f0c6de79cd1b091e2005\$lut for cells of type $lut.
Using template $paramod\$lut\WIDTH=32'00000000000000000000000000000011\LUT=8'11010000 for cells of type $lut.
Using template $paramod$66658cbed86a8310f9b7ba1190d35eff90ee749b\$lut for cells of type $lut.
Using template $paramod$4d7dc822e6ac78c7574e16060f5e26124cddca40\$lut for cells of type $lut.
Using template $paramod$58f99f02725c8dce1b7300215b15fb389f806c1e\$lut for cells of type $lut.
Using template $paramod$312c8bab003b975d614e2bfaf49ff0fa7926f2d1\$lut for cells of type $lut.
Using template $paramod$b21af956e406e2b64d24aece260d73818e7c7318\$lut for cells of type $lut.
Using template $paramod$db08fd84fb3c4d6a41eaec6adfffe445fb7eb17f\$lut for cells of type $lut.
Using template $paramod$018d71a0fe325d6362687fe53ac13dd6340e400d\$lut for cells of type $lut.
Using template $paramod$a6b2d4693fada6bebbe4480262641915d709d280\$lut for cells of type $lut.
Using template $paramod$de97368890ede8e57dda90b22a77a439c105d451\$lut for cells of type $lut.
Using template $paramod$5289dac6f25369a9a495c69c724c25ee83ad0e78\$lut for cells of type $lut.
Using template $paramod$a1d323730045824cfc84bb9f4ee8031f1c4dcc9e\$lut for cells of type $lut.
Using template $paramod$9306ea148b95eabb4303a97173663db28f0d29ed\$lut for cells of type $lut.
Using template $paramod$49a3f6ab8f8346cf2ace3353f08779649f8e62e8\$lut for cells of type $lut.
Using template $paramod$08b1a3bb94ba893d92c76bfb1ea024b7364aa7aa\$lut for cells of type $lut.
Using template $paramod$c43e8c2e5f3297e846a846892175bfe79c8bfa69\$lut for cells of type $lut.
Using template $paramod$be48d952fcad8a16b8d84daa4c48a3065f343e5e\$lut for cells of type $lut.
Using template $paramod$d35161d1d7976dcc02e7c7d51172431be85143b4\$lut for cells of type $lut.
Using template $paramod$a8e892d237ba4fb5160d86d8dd1d1ea14e2ee03a\$lut for cells of type $lut.
Using template $paramod$6ae4b1e60c63ce9d50fe39399e50e2c0b298fef6\$lut for cells of type $lut.
Using template $paramod$55405c184723e0c981beae197deafc4b247b3004\$lut for cells of type $lut.
Using template $paramod$21bf59b5f9419065cc419c568a33ff06633ec12b\$lut for cells of type $lut.
Using template $paramod\$lut\WIDTH=32'00000000000000000000000000000011\LUT=8'11101111 for cells of type $lut.
Using template $paramod$ede67ae6159d4864b11272c4fe0692c3419120cd\$lut for cells of type $lut.
Using template $paramod\$lut\WIDTH=32'00000000000000000000000000000011\LUT=8'10001011 for cells of type $lut.
Using template $paramod\$lut\WIDTH=32'00000000000000000000000000000010\LUT=4'1110 for cells of type $lut.
Using template $paramod$8e44661def013b6bf9fe6f8b049ef2c838d749f9\$lut for cells of type $lut.
Using template $paramod\$lut\WIDTH=32'00000000000000000000000000000011\LUT=8'11111000 for cells of type $lut.
Using template $paramod$769bdbbde83614df0f4ab5f54e777ded51bb10ce\$lut for cells of type $lut.
Using template $paramod\$lut\WIDTH=32'00000000000000000000000000000011\LUT=8'11111110 for cells of type $lut.
Using template $paramod$27102b9cbeb32c3f0f3712aec95903cf8e16c53e\$lut for cells of type $lut.
Using template $paramod$4a9f20a18e16e687c50b1afb238d77d575a68f2d\$lut for cells of type $lut.
Using template $paramod$b090d5cebeb408777ce2f47d3398e33176a8fe9b\$lut for cells of type $lut.
Using template $paramod$ed15ce309f0e9cc1a0a56b9ebd3a7f0f503b5307\$lut for cells of type $lut.
Using template $paramod$a785815ff5ea5442f9643fbfb81ea45b4271ee65\$lut for cells of type $lut.
Using template $paramod$b765fb71f81832bb569c368c69da0286187ab0db\$lut for cells of type $lut.
Using template $paramod$3398676c3411b3afe8e1553c70ac074c8aee04be\$lut for cells of type $lut.
Using template $paramod$7e6ff6767275bfce613ba19d09b0f1d294f5dd16\$lut for cells of type $lut.
Using template $paramod$4db3f0d067a6794efd5979ea33ffc0ce06e2e75c\$lut for cells of type $lut.
Using template $paramod$99804075993cab06fb5670df830de9b13283c5d6\$lut for cells of type $lut.
Using template $paramod$2fcba14cc5beab18338a51e8cf6b04d51f73f359\$lut for cells of type $lut.
Using template $paramod$71b8d0059c9d5766b60ab8dc3a1d5da875b6a7e5\$lut for cells of type $lut.
Using template $paramod$733738f0e650b207c7ee27faf33e277f013a2eaf\$lut for cells of type $lut.
Using template $paramod$8f34d4054cf5358a4b69d8011df4261d5f5a5fc7\$lut for cells of type $lut.
Using template $paramod$17087967d5b06f73682a4be57fe09ecae078cdf7\$lut for cells of type $lut.
Using template $paramod$77b566652a2449bae604a937e67f0c9bd49bb4a7\$lut for cells of type $lut.
Using template $paramod$c1a909080ec76944fa258a19c3ca35c98563249f\$lut for cells of type $lut.
Using template $paramod$7f277fc1d46dbf4a4685221e02cda0cbe9e2b221\$lut for cells of type $lut.
Using template $paramod$ca8e619db22b6f83f776947a8a3b98dd8a9709ea\$lut for cells of type $lut.
Using template $paramod$dc5e5023f841e626f467d1c6d88b5043bf71a844\$lut for cells of type $lut.
Using template $paramod$f1921817553e56bbb34dffde4bcec012922345e3\$lut for cells of type $lut.
Using template $paramod$e9e1c716021b6e72172b262f7d88c3fdc5b3406c\$lut for cells of type $lut.
Using template $paramod$a0041d1d0cf262e2fb474e5390829c9a8c2966f6\$lut for cells of type $lut.
Using template $paramod$d72b39aae547bf5473b4f5b33fc824040e0dc79c\$lut for cells of type $lut.
Using template $paramod$dbd7752cebfffda2f7237bd51529740e7d59568b\$lut for cells of type $lut.
Using template $paramod$1e90c163b88a582513540aa9a45ccee04371dc78\$lut for cells of type $lut.
Using template $paramod$52f77736eefd1eda3f9b12135d148d9954b10f3e\$lut for cells of type $lut.
Using template $paramod$d3fa51338ccf6c61609da9c53994e3d444d3e602\$lut for cells of type $lut.
Using template $paramod$219b71aec9a19e7a27754ed85a7d6cdad9e5ec96\$lut for cells of type $lut.
Using template $paramod$91835f20beb56819eb0afb0e18869f29b999e46a\$lut for cells of type $lut.
Using template $paramod$8e997c8c8620b2771c40a4f24f9fb2f15572b135\$lut for cells of type $lut.
Using template $paramod$ecf124f29d451eda4ab293b043910e913ee9c6ad\$lut for cells of type $lut.
Using template $paramod$fb309b0d73dea5c92c45a200b2bdb1ce2e974bb1\$lut for cells of type $lut.
Using template $paramod$5a2f55042744172e6c493e6086ecada49bb131fc\$lut for cells of type $lut.
Using template $paramod$52793028f7a10670b202499a8c2cfefc325d042f\$lut for cells of type $lut.
Using template $paramod$2869f8542082d788a17a67ec4af6ed586e6c4eac\$lut for cells of type $lut.
Using template $paramod$993a2044bae9e2f987bba692162e23bf80e406a7\$lut for cells of type $lut.
Using template $paramod$e66ddd071de3be1d112de63078d882cb12c0fbe3\$lut for cells of type $lut.
Using template $paramod$48dd29393a5fca3ff82f92fb85fc1552968fa69c\$lut for cells of type $lut.
Using template $paramod$baa9d2fb2d21010939721b85aa9f11effe0b53c4\$lut for cells of type $lut.
Using template $paramod$8b2d4da05a775f7705e7bcda27120d70b71d57db\$lut for cells of type $lut.
Using template $paramod$928e07ca1b8e367b25200edd317338e19186fef1\$lut for cells of type $lut.
Using template $paramod$000fa2164e1f538c16460571efee2b6209a086cc\$lut for cells of type $lut.
Using template $paramod$e202e39dca1670242956aa7aaaffa9d01f4661a0\$lut for cells of type $lut.
Using template $paramod$c0262e34631074b16c3f9acdc8998d6fc579f3a5\$lut for cells of type $lut.
Using template $paramod$f6237aabc588eff7ee9b4f827dabc5f8e6a972a0\$lut for cells of type $lut.
Using template $paramod$8a9a78afa86f2f3f1df8e13e91932c4fa64d2e6a\$lut for cells of type $lut.
Using template $paramod$d3e8bb6d235f74996a6dc91d192fba44c919e86d\$lut for cells of type $lut.
Using template $paramod$cfb7b422d7d6811632973246eedf316c255bfe90\$lut for cells of type $lut.
Using template $paramod$8759174d270d551afcd4f083de21241c3714d122\$lut for cells of type $lut.
Using template $paramod$6069048ea7c45159713a0558424cdfb243a46dfe\$lut for cells of type $lut.
Using template $paramod$9ae0f136c9ed34a2deb323e9b2a3a520eea61514\$lut for cells of type $lut.
Using template $paramod$b45308ffeb4031bc5d55ef31b149afd94d3d7565\$lut for cells of type $lut.
Using template $paramod$5a26d1521909d11b6ee7625ee32c14d65c13bc08\$lut for cells of type $lut.
Using template $paramod$6b0849254d6c87461fb93e37cc18f089f61eb912\$lut for cells of type $lut.
Using template $paramod$5c0eb292ef891be47277bee5c25eaa71b34b43e2\$lut for cells of type $lut.
Using template $paramod$fca82610c4582bae0c561edc640eb928b48fbdcf\$lut for cells of type $lut.
Using template $paramod$6be53ab59e0a69757fc32adb071ddcb64e8c87b6\$lut for cells of type $lut.
Using template $paramod$11342bb7b1147dc710c89840f2c7cf53a5c5e67b\$lut for cells of type $lut.
Using template $paramod$20f3f4b8e32f8a8b038b0056872dc94926194798\$lut for cells of type $lut.
Using template $paramod$1049530cf627fa05860fb078755d05f27571133a\$lut for cells of type $lut.
Using template $paramod$6d23198eb2b8f79a41c7626605a61009695893b1\$lut for cells of type $lut.
Using template $paramod$bba54c1ef87367812b4c15f4aed5ac70773df775\$lut for cells of type $lut.
Using template $paramod$f2972f00f781f1a033cecbb6cc420de13224764a\$lut for cells of type $lut.
Using template $paramod\$lut\WIDTH=32'00000000000000000000000000000011\LUT=8'10111001 for cells of type $lut.
Using template $paramod$6023c671e114c4eb0467aa8a0b08e183f33ec2fd\$lut for cells of type $lut.
Using template $paramod\$lut\WIDTH=32'00000000000000000000000000000011\LUT=8'10001010 for cells of type $lut.
Using template $paramod$d546db88fc169832512e499a9cdf9a41b89ab74e\$lut for cells of type $lut.
Using template $paramod$dd9047df8afc1543e47f4200533bb1ad5f56e5fc\$lut for cells of type $lut.
Using template $paramod$2d07c1a6c53c7b878509360922c4fa5ebedc3011\$lut for cells of type $lut.
Using template $paramod\$lut\WIDTH=32'00000000000000000000000000000011\LUT=8'10010000 for cells of type $lut.
Using template $paramod$2382b0dd4cb27fd4312681c40a6dd179c2a7a26a\$lut for cells of type $lut.
Using template $paramod\$lut\WIDTH=32'00000000000000000000000000000011\LUT=8'10111111 for cells of type $lut.
Using template $paramod$b009a26b33c3ca109c016cf968a774c0d66687bb\$lut for cells of type $lut.
Using template $paramod\$lut\WIDTH=32'00000000000000000000000000000011\LUT=8'00110001 for cells of type $lut.
Using template $paramod$1f313f85ef575d13bac75382f04905a8c8be8f57\$lut for cells of type $lut.
Using template $paramod$9506ecf18c91672f3dae4008b6ad1f2863e8019f\$lut for cells of type $lut.
Using template $paramod$a76afe794e55ba422468b9db09d48da3f250b812\$lut for cells of type $lut.
Using template $paramod$9a269ffb0efb6ad342cb106a4e0636e23fdfd547\$lut for cells of type $lut.
Using template $paramod$beae4210b922fc9ba2fcc4008a7474b475e38c50\$lut for cells of type $lut.
Using template $paramod$c958b3a888f937f082b94811ff62d71e32a2b4eb\$lut for cells of type $lut.
Using template $paramod$a5dd9ee10fc2202a29791f7d68d4afcce241aee5\$lut for cells of type $lut.
Using template $paramod$b4f85a6321a00b090afc4e21d68e7b99eb94d149\$lut for cells of type $lut.
Using template $paramod$faeedcc045c5fd2fbd2cb0c24e50ae83fb289140\$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$3c113f47a14d3df8f2933a6990f1690802de34db\$lut for cells of type $lut.
Using template $paramod$eba7de026ff587370e320127e266317dae097a89\$lut for cells of type $lut.
Using template $paramod$a2657580ee705348a33a1ee3bd7383820950f23b\$lut for cells of type $lut.
Using template $paramod\$lut\WIDTH=32'00000000000000000000000000000011\LUT=8'10010011 for cells of type $lut.
Using template $paramod$23764ef6208c0eba4ffe4afe904943e1ed80e8a4\$lut for cells of type $lut.
Using template $paramod$f47c9942b80255e65b27a48da140e9cf783a70bd\$lut for cells of type $lut.
Using template $paramod$984ca0c6352e12d6ffd84922066097b4751db8a6\$lut for cells of type $lut.
Using template $paramod$a8b2b0f3a3fd7b01c99e8d61bb72f602bd41af54\$lut for cells of type $lut.
Using template $paramod\$lut\WIDTH=32'00000000000000000000000000000011\LUT=8'10011100 for cells of type $lut.
Using template $paramod$a5627e8ad36aa9b4fe2f6188097d151d45fefa8a\$lut for cells of type $lut.
Using template $paramod$7f7628783c4bce0004ad33a8b19eb7a98c9598af\$lut for cells of type $lut.
Using template $paramod$011998c9bc40e79d3b9378981668ce5683b7cfe4\$lut for cells of type $lut.
Using template $paramod$47a8214374025465e226fa66bee690ff33268a25\$lut for cells of type $lut.
Using template $paramod$332a399730bfc61adea04021a76b1c4e4030f37d\$lut for cells of type $lut.
Using template $paramod$84c5cfa8d7481774250caab0fcdd6d249a376a31\$lut for cells of type $lut.
Using template $paramod\$lut\WIDTH=32'00000000000000000000000000000011\LUT=8'01001110 for cells of type $lut.
Using template $paramod$619b7c9a4d44585e10b42f7fb79b16304cca97c5\$lut for cells of type $lut.
Using template $paramod$5307f40f1b453046eb68ee1a10c3f82d605af6fc\$lut for cells of type $lut.
Using template $paramod$3a9a6d5b055c76282a7ee170a30baed4efb67018\$lut for cells of type $lut.
Using template $paramod\$lut\WIDTH=32'00000000000000000000000000000011\LUT=8'01101010 for cells of type $lut.
read_verilog: Time (s): cpu = 00:00:08 ; elapsed = 00:00:08 . Memory (MB): peak = 1317.094 ; gain = 0.023 ; free physical = 3590 ; free virtual = 25516
# 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'
Using template $paramod$4721519bef85e75f87d1f147d88c627c84abf942\$lut for cells of type $lut.
Using template $paramod$bf8a2eb9c34204449ae734db198784b474646269\$lut for cells of type $lut.
Using template $paramod$fb5496753f4cd235e71c284b2ffee9d41a960ca2\$lut for cells of type $lut.
Using template $paramod$899a7d400185b4f778bea81a50f62c95a0b19d77\$lut for cells of type $lut.
Using template $paramod$1843b3c15f2447d117e2d5de9b00f791ef5f9fa3\$lut for cells of type $lut.
Using template $paramod$d0cfbfa794431f7e2ccafbbeaaefbd5ed7deeac7\$lut for cells of type $lut.
Using template $paramod$127c0f065cbdbfc01465fd58161d13b20251be83\$lut for cells of type $lut.
Using template $paramod\$lut\WIDTH=32'00000000000000000000000000000011\LUT=8'11111011 for cells of type $lut.
Using template $paramod$6412804cb0fd6afe6bd79dd313e2dde7540b92b9\$lut for cells of type $lut.
Using template $paramod\$lut\WIDTH=32'00000000000000000000000000000011\LUT=8'11001101 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'11110111 for cells of type $lut.
Using template $paramod$b18f60dfd13c21d3e472b89652353f3f5342b450\$lut for cells of type $lut.
Using template $paramod$200bfa1af4537bfa0969ae1c8a557ed2f1470811\$lut for cells of type $lut.
Using template $paramod$e1ac894a2723e96ae103a1941dc871fbb0ccd216\$lut for cells of type $lut.
Using template $paramod\$lut\WIDTH=32'00000000000000000000000000000011\LUT=8'11101100 for cells of type $lut.
Using template $paramod$61594d0f3b142edd1b56a1b06b880d35bf44947b\$lut for cells of type $lut.
No more expansions possible.
<suppressed ~7333 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$66591.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 3)
  Optimizing lut $abc$66540$lut$auto$rtlil.cc:2603:Mux$4938[11].genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut2 (4 -> 3)
  Optimizing lut $abc$66540$lut$auto$rtlil.cc:2603:Mux$4938[10].genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut2 (4 -> 3)
  Optimizing lut $abc$66540$lut$auto$rtlil.cc:2603:Mux$4938[9].genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut2 (4 -> 3)
  Optimizing lut $abc$66540$lut$auto$rtlil.cc:2603:Mux$4938[7].genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut2 (4 -> 3)
  Optimizing lut $abc$66540$lut$auto$rtlil.cc:2603:Mux$4938[6].genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut2 (4 -> 3)
  Optimizing lut $abc$66540$lut$auto$rtlil.cc:2603:Mux$4938[5].genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut2 (4 -> 3)
  Optimizing lut $abc$66540$lut$auto$rtlil.cc:2603:Mux$4938[4].genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut2 (4 -> 3)
  Optimizing lut $abc$66540$lut$auto$rtlil.cc:2603:Mux$4938[3].genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut2 (4 -> 3)
  Optimizing lut $abc$66540$lut$auto$rtlil.cc:2603:Mux$4938[0].genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut2 (4 -> 3)
  Optimizing lut $abc$66540$lut$auto$rtlil.cc:2603:Mux$4938[31].genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut2 (4 -> 3)
  Optimizing lut $abc$66540$lut$auto$rtlil.cc:2603:Mux$4938[30].genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut2 (4 -> 3)
  Optimizing lut $abc$66540$lut$auto$rtlil.cc:2603:Mux$4938[29].genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut2 (4 -> 3)
  Optimizing lut $abc$66540$lut$auto$rtlil.cc:2603:Mux$4938[28].genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut2 (4 -> 3)
  Optimizing lut $abc$66540$lut$auto$rtlil.cc:2603:Mux$4938[27].genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut2 (4 -> 3)
  Optimizing lut $abc$66540$lut$auto$rtlil.cc:2603:Mux$4938[25].genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut2 (4 -> 3)
  Optimizing lut $abc$66540$lut$auto$rtlil.cc:2603:Mux$4938[24].genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut2 (4 -> 3)
  Optimizing lut $abc$66540$lut$auto$rtlil.cc:2603:Mux$4938[23].genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut2 (4 -> 3)
  Optimizing lut $abc$66540$lut$auto$rtlil.cc:2603:Mux$4938[19].genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut2 (4 -> 3)
  Optimizing lut $abc$66540$lut$auto$rtlil.cc:2603:Mux$4938[18].genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut2 (4 -> 3)
  Optimizing lut $abc$66540$lut$auto$rtlil.cc:2603:Mux$4938[17].genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut2 (4 -> 3)
  Optimizing lut $abc$66540$lut$auto$rtlil.cc:2603:Mux$4938[16].genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut2 (4 -> 3)
  Optimizing lut $abc$66540$lut$auto$rtlil.cc:2603:Mux$4938[14].genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut2 (4 -> 3)
  Optimizing lut $abc$66540$lut$auto$rtlil.cc:2603:Mux$4938[13].genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut2 (4 -> 3)
  Optimizing lut $abc$66540$lut$auto$rtlil.cc:2603:Mux$4938[12].genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut2 (4 -> 3)
  Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$66613.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut2 (4 -> 1)
  Optimizing lut $abc$66540$lut$aiger66539$8088.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut3 (4 -> 3)
  Optimizing lut $abc$66540$lut$aiger66539$8083.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$8083.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut2 (4 -> 3)
  Optimizing lut $abc$66540$lut$aiger66539$8083.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut3 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$8083.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut4 (4 -> 3)
  Optimizing lut $abc$66540$lut$aiger66539$8083.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut5 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$8083.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut7 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$7203.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut2 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$6767.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut2 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$6767.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut3 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$6767.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut4 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$6767.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut5 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$6767.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut6 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$8046.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$8046.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut2 (4 -> 3)
  Optimizing lut $abc$66540$lut$aiger66539$8046.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut3 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$8046.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut4 (4 -> 3)
  Optimizing lut $abc$66540$lut$aiger66539$8046.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut5 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$8046.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut7 (4 -> 0)
  Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$66616.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
  Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$66616.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut2 (4 -> 0)
  Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$66616.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut3 (4 -> 0)
  Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$66616.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut4 (4 -> 0)
  Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$66616.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut5 (4 -> 0)
  Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$66616.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut6 (4 -> 3)
  Optimizing lut $abc$66540$lut$aiger66539$7915.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut2 (4 -> 3)
  Optimizing lut $abc$66540$lut$aiger66539$7890.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut3 (4 -> 2)
  Optimizing lut $abc$66540$lut$aiger66539$7848.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut2 (4 -> 3)
  Optimizing lut $abc$66540$lut$aiger66539$7848.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut4 (4 -> 3)
  Optimizing lut $abc$66540$lut$aiger66539$7848.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut5 (4 -> 3)
  Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$66619.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut3 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$7782.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$7782.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut2 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$7782.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut3 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$7755.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$7755.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut2 (4 -> 3)
  Optimizing lut $abc$66540$lut$aiger66539$7755.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut3 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$7755.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut4 (4 -> 3)
  Optimizing lut $abc$66540$lut$aiger66539$7755.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut5 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$7755.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut7 (4 -> 0)
  Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$66621.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut3 (4 -> 3)
  Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$66621.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut4 (4 -> 0)
  Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$66621.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut5 (4 -> 0)
  Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$66621.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut6 (4 -> 0)
  Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$66621.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut7 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$7361.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 3)
  Optimizing lut $abc$66540$lut$aiger66539$7357.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut3 (4 -> 2)
  Optimizing lut $abc$66540$lut$aiger66539$7329.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$7329.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut2 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$7329.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut3 (4 -> 0)
  Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$66622.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut3 (4 -> 3)
  Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$66622.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut4 (4 -> 0)
  Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$66622.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut5 (4 -> 0)
  Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$66622.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut6 (4 -> 0)
  Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$66622.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut7 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$7293.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut2 (4 -> 2)
  Optimizing lut $abc$66540$lut$aiger66539$7293.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut3 (4 -> 3)
  Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$66623.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut2 (4 -> 0)
  Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$66623.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut3 (4 -> 0)
  Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$66624.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut2 (4 -> 0)
  Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$66624.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut3 (4 -> 0)
  Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$66624.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut5 (4 -> 3)
  Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$66624.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut6 (4 -> 0)
  Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$66624.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut7 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$7144.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
  Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$66625.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
  Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$66625.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut2 (4 -> 0)
  Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$66625.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut3 (4 -> 0)
  Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$66625.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut5 (4 -> 3)
  Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$66625.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut6 (4 -> 0)
  Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$66625.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut7 (4 -> 0)
  Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$66627.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
  Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$66627.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut2 (4 -> 0)
  Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$66627.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut3 (4 -> 0)
  Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$66627.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut5 (4 -> 3)
  Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$66627.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut6 (4 -> 0)
  Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$66627.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut7 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$6958.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut2 (4 -> 2)
  Optimizing lut $abc$66540$lut$aiger66539$6958.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut3 (4 -> 3)
  Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$66629.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
  Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$66629.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut2 (4 -> 0)
  Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$66629.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut3 (4 -> 0)
  Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$66629.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut5 (4 -> 3)
  Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$66629.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut6 (4 -> 0)
  Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$66629.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut7 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$6810.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut2 (4 -> 3)
  Optimizing lut $abc$66540$lut$aiger66539$6810.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut4 (4 -> 2)
  Optimizing lut $abc$66540$lut$aiger66539$6810.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut5 (4 -> 2)
  Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$66630.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut2 (4 -> 0)
  Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$66630.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut3 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$6756.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$6756.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut2 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$6756.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut3 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$6718.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut2 (4 -> 3)
  Optimizing lut $abc$66540$lut$aiger66539$6718.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut3 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$6718.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut4 (4 -> 3)
  Optimizing lut $abc$66540$lut$aiger66539$6718.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut5 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$6718.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut7 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$6712.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 3)
  Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$66631.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut2 (4 -> 0)
  Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$66631.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut3 (4 -> 0)
  Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$66631.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut5 (4 -> 3)
  Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$66631.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut6 (4 -> 0)
  Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$66631.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut7 (4 -> 0)
  Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$66632.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut2 (4 -> 3)
  Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$66632.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut4 (4 -> 0)
  Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$66632.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut5 (4 -> 0)
  Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$66632.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut6 (4 -> 0)
  Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$66632.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut7 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$6528.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 3)
  Optimizing lut $abc$66540$lut$aiger66539$6495.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
  Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$66635.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut3 (4 -> 3)
  Optimizing lut $abc$66540$lut$aiger66539$6255.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut3 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$6255.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut4 (4 -> 2)
  Optimizing lut $abc$66540$lut$aiger66539$6255.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut5 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$6255.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut6 (4 -> 3)
  Optimizing lut $abc$66540$lut$aiger66539$6255.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut7 (4 -> 0)
  Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$66636.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut2 (4 -> 0)
  Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$66636.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut3 (4 -> 0)
  Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$66636.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut5 (4 -> 3)
  Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$66636.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut6 (4 -> 0)
  Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$66636.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut7 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$6163.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut3 (4 -> 2)
  Optimizing lut $abc$66540$lut$aiger66539$6140.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
  Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$66637.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
  Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$66637.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut2 (4 -> 0)
  Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$66637.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut3 (4 -> 0)
  Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$66637.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut5 (4 -> 3)
  Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$66637.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut6 (4 -> 0)
  Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$66637.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut7 (4 -> 0)
  Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$66638.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
  Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$66638.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut2 (4 -> 0)
  Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$66638.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut3 (4 -> 0)
  Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$66638.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut5 (4 -> 3)
  Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$66638.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut6 (4 -> 0)
  Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$66638.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut7 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$6331.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut2 (4 -> 3)
  Optimizing lut $abc$66540$lut$aiger66539$6331.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut3 (4 -> 3)
  Optimizing lut $abc$66540$lut$aiger66539$6331.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut4 (4 -> 3)
  Optimizing lut $abc$66540$lut$aiger66539$11684.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$7740.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$7740.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut2 (4 -> 3)
  Optimizing lut $abc$66540$lut$aiger66539$7740.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut3 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$7740.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut4 (4 -> 3)
  Optimizing lut $abc$66540$lut$aiger66539$7740.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut5 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$7740.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut7 (4 -> 0)
  Optimizing lut $abc$66540$lut$auto$rtlil.cc:2603:Mux$4938[20].genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut2 (4 -> 3)
  Optimizing lut $abc$66540$lut$auto$rtlil.cc:2603:Mux$4938[21].genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut2 (4 -> 3)
  Optimizing lut $abc$66540$lut$auto$rtlil.cc:2603:Mux$4938[22].genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut2 (4 -> 3)
  Optimizing lut $abc$66540$lut$aiger66539$7989.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$7989.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut2 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$7989.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut3 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$7980.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$7980.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut2 (4 -> 3)
  Optimizing lut $abc$66540$lut$aiger66539$7980.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut3 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$7980.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut4 (4 -> 3)
  Optimizing lut $abc$66540$lut$aiger66539$7980.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut5 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$7980.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut7 (4 -> 0)
  Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$66634.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut2 (4 -> 0)
  Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$66634.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut3 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$6405.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$6364.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$6364.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut2 (4 -> 3)
  Optimizing lut $abc$66540$lut$aiger66539$6364.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut3 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$6364.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut4 (4 -> 3)
  Optimizing lut $abc$66540$lut$aiger66539$6364.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut5 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$6364.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut7 (4 -> 0)
  Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$66618.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut2 (4 -> 0)
  Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$66618.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut3 (4 -> 0)
  Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$66618.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut4 (4 -> 3)
  Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$66618.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut5 (4 -> 3)
  Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$66618.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut7 (4 -> 0)
  Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$66620.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut2 (4 -> 0)
  Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$66620.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut3 (4 -> 0)
  Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$66620.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut4 (4 -> 0)
  Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$66620.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut5 (4 -> 0)
  Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$66620.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut6 (4 -> 0)
  Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$66620.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut7 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$7696.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut2 (4 -> 3)
  Optimizing lut $abc$66540$lut$aiger66539$7696.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut3 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$7678.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$7678.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut2 (4 -> 0)
  Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$66802.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut2 (4 -> 0)
  Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$66802.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut3 (4 -> 0)
  Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$66802.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut4 (4 -> 0)
  Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$66802.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut5 (4 -> 0)
  Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$66802.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut6 (4 -> 0)
  Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$66802.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut7 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$7618.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$7605.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut2 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$7605.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut3 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$7579.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut2 (4 -> 0)
  Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$66755.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut2 (4 -> 3)
  Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$66763.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut2 (4 -> 3)
  Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$66774.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut2 (4 -> 3)
  Optimizing lut $abc$66540$lut$aiger66539$6026.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut2 (4 -> 1)
  Optimizing lut $abc$66540$lut$aiger66539$6026.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut3 (4 -> 1)
  Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$66782.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 3)
  Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$66782.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut2 (4 -> 3)
  Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$66783.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut2 (4 -> 3)
  Optimizing lut $abc$66540$lut$aiger66539$7515.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut2 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$7515.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut3 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$7515.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut4 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$7515.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut5 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$7502.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut2 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$7502.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut3 (4 -> 0)
  Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$66787.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut2 (4 -> 2)
  Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$66787.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut3 (4 -> 0)
  Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$66787.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut4 (4 -> 3)
  Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$66787.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut5 (4 -> 0)
  Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$66787.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut7 (4 -> 0)
  Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$66759.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut2 (4 -> 3)
  Optimizing lut $abc$66540$lut$aiger66539$7458.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut2 (4 -> 1)
  Optimizing lut $abc$66540$lut$aiger66539$7458.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut3 (4 -> 1)
  Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$66778.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut2 (4 -> 3)
  Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$66786.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut2 (4 -> 2)
  Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$66786.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut3 (4 -> 0)
  Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$66786.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut4 (4 -> 3)
  Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$66786.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut5 (4 -> 0)
  Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$66786.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut7 (4 -> 0)
  Optimizing lut $abc$66540$lut$auto$rtlil.cc:2603:Mux$4938[2].genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut2 (4 -> 3)
  Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$66628.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut2 (4 -> 0)
  Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$66628.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut3 (4 -> 0)
  Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$66628.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut4 (4 -> 3)
  Optimizing lut $abc$66540$lut$aiger66539$6860.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut3 (4 -> 0)
  Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$66626.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut3 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$7058.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$7058.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut2 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$7058.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut3 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$7028.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut2 (4 -> 1)
  Optimizing lut $abc$66540$lut$aiger66539$7028.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut3 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$7008.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut2 (4 -> 3)
  Optimizing lut $abc$66540$lut$aiger66539$7008.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut3 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$7008.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut4 (4 -> 3)
  Optimizing lut $abc$66540$lut$aiger66539$7008.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut5 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$7008.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut7 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$6913.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$6913.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut2 (4 -> 3)
  Optimizing lut $abc$66540$lut$aiger66539$6913.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut3 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$6913.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut4 (4 -> 3)
  Optimizing lut $abc$66540$lut$aiger66539$6913.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut5 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$6913.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut7 (4 -> 0)
  Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$66767.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut2 (4 -> 3)
  Optimizing lut $abc$66540$lut$aiger66539$4804.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut2 (4 -> 3)
  Optimizing lut $abc$66540$lut$aiger66539$4796.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$3807.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$3798.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$3798.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut2 (4 -> 3)
  Optimizing lut $abc$66540$lut$aiger66539$3798.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut3 (4 -> 3)
  Optimizing lut $abc$66540$lut$aiger66539$3798.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut4 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$3798.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut5 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$3798.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut6 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$3781.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut3 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$3781.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut4 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$3781.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut5 (4 -> 3)
  Optimizing lut $abc$66540$lut$aiger66539$3781.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut6 (4 -> 3)
  Optimizing lut $abc$66540$lut$aiger66539$3657.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$3648.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$3648.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut2 (4 -> 3)
  Optimizing lut $abc$66540$lut$aiger66539$3648.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut3 (4 -> 3)
  Optimizing lut $abc$66540$lut$aiger66539$3648.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut4 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$3648.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut5 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$3648.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut6 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$3593.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$3584.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$3584.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut2 (4 -> 3)
  Optimizing lut $abc$66540$lut$aiger66539$3584.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut3 (4 -> 3)
  Optimizing lut $abc$66540$lut$aiger66539$3584.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut4 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$3584.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut5 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$3584.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut6 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$3495.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$3486.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$3486.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut2 (4 -> 3)
  Optimizing lut $abc$66540$lut$aiger66539$3486.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut3 (4 -> 3)
  Optimizing lut $abc$66540$lut$aiger66539$3486.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut4 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$3486.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut5 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$3486.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut6 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$3469.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut3 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$3469.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut4 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$3469.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut5 (4 -> 3)
  Optimizing lut $abc$66540$lut$aiger66539$3469.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut6 (4 -> 3)
  Optimizing lut $abc$66540$lut$aiger66539$3163.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$3154.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$3154.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut2 (4 -> 3)
  Optimizing lut $abc$66540$lut$aiger66539$3154.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut3 (4 -> 3)
  Optimizing lut $abc$66540$lut$aiger66539$3154.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut4 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$3154.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut5 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$3154.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut6 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$4193.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$4184.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut2 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$4184.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut3 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$4184.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut5 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$4184.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut6 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$4168.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$4168.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut2 (4 -> 3)
  Optimizing lut $abc$66540$lut$aiger66539$4168.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut3 (4 -> 3)
  Optimizing lut $abc$66540$lut$aiger66539$4168.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut4 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$4168.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut5 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$4168.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut6 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$3414.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$3405.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$3405.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut2 (4 -> 3)
  Optimizing lut $abc$66540$lut$aiger66539$3405.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut3 (4 -> 3)
  Optimizing lut $abc$66540$lut$aiger66539$3405.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut4 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$3405.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut5 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$3405.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut6 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$3242.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$3233.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$3233.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut2 (4 -> 3)
  Optimizing lut $abc$66540$lut$aiger66539$3233.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut3 (4 -> 3)
  Optimizing lut $abc$66540$lut$aiger66539$3233.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut4 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$3233.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut5 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$3233.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut6 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$3216.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut2 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$3216.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut3 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$3216.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut5 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$3216.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut6 (4 -> 0)
  Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$66776.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut2 (4 -> 0)
  Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$66776.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut3 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$4973.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$4964.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$4964.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut2 (4 -> 3)
  Optimizing lut $abc$66540$lut$aiger66539$4964.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut3 (4 -> 3)
  Optimizing lut $abc$66540$lut$aiger66539$4964.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut4 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$4964.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut5 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$4964.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut6 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$4910.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$4910.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut2 (4 -> 3)
  Optimizing lut $abc$66540$lut$aiger66539$4910.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut3 (4 -> 3)
  Optimizing lut $abc$66540$lut$aiger66539$4910.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut4 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$4910.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut5 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$4910.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut6 (4 -> 0)
  Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$66780.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut2 (4 -> 0)
  Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$66780.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut3 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$5040.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$5031.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$5031.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut2 (4 -> 3)
  Optimizing lut $abc$66540$lut$aiger66539$5031.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut3 (4 -> 3)
  Optimizing lut $abc$66540$lut$aiger66539$5031.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut4 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$5031.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut5 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$5031.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut6 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$3726.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$3726.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut2 (4 -> 3)
  Optimizing lut $abc$66540$lut$aiger66539$3726.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut3 (4 -> 3)
  Optimizing lut $abc$66540$lut$aiger66539$3726.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut4 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$3726.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut5 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$3726.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut6 (4 -> 0)
  Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$66773.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut2 (4 -> 0)
  Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$66773.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut3 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$5110.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$5101.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$5101.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut2 (4 -> 3)
  Optimizing lut $abc$66540$lut$aiger66539$5101.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut3 (4 -> 3)
  Optimizing lut $abc$66540$lut$aiger66539$5101.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut4 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$5101.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut5 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$5101.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut6 (4 -> 0)
  Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$66772.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut2 (4 -> 0)
  Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$66772.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut3 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$5320.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$5311.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$5311.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut2 (4 -> 3)
  Optimizing lut $abc$66540$lut$aiger66539$5311.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut3 (4 -> 3)
  Optimizing lut $abc$66540$lut$aiger66539$5311.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut4 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$5311.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut5 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$5311.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut6 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$5257.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$5248.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$5248.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut2 (4 -> 3)
  Optimizing lut $abc$66540$lut$aiger66539$5248.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut3 (4 -> 3)
  Optimizing lut $abc$66540$lut$aiger66539$5248.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut4 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$5248.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut5 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$5248.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut6 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$5776.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$5767.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$5767.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut2 (4 -> 3)
  Optimizing lut $abc$66540$lut$aiger66539$5767.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut3 (4 -> 3)
  Optimizing lut $abc$66540$lut$aiger66539$5767.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut4 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$5767.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut5 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$5767.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut6 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$5750.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut2 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$5750.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut3 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$5750.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut5 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$5750.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut6 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$4759.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$4750.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$4750.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut2 (4 -> 3)
  Optimizing lut $abc$66540$lut$aiger66539$4750.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut3 (4 -> 3)
  Optimizing lut $abc$66540$lut$aiger66539$4750.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut4 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$4750.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut5 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$4750.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut6 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$4733.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut3 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$4733.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut4 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$4733.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut5 (4 -> 3)
  Optimizing lut $abc$66540$lut$aiger66539$4733.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut6 (4 -> 3)
  Optimizing lut $abc$66540$lut$aiger66539$5845.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$5836.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$5836.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut2 (4 -> 3)
  Optimizing lut $abc$66540$lut$aiger66539$5836.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut3 (4 -> 3)
  Optimizing lut $abc$66540$lut$aiger66539$5836.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut4 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$5836.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut5 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$5836.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut6 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$5476.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$5467.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut2 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$5467.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut3 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$5467.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut5 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$5467.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut6 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$5451.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$5451.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut2 (4 -> 3)
  Optimizing lut $abc$66540$lut$aiger66539$5451.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut3 (4 -> 3)
  Optimizing lut $abc$66540$lut$aiger66539$5451.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut4 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$5451.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut5 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$5451.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut6 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$5926.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$5917.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$5917.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut2 (4 -> 3)
  Optimizing lut $abc$66540$lut$aiger66539$5917.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut3 (4 -> 3)
  Optimizing lut $abc$66540$lut$aiger66539$5917.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut4 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$5917.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut5 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$5917.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut6 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$5900.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut3 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$5900.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut4 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$5900.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut5 (4 -> 3)
  Optimizing lut $abc$66540$lut$aiger66539$5900.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut6 (4 -> 3)
  Optimizing lut $abc$66540$lut$aiger66539$5697.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$5688.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$5688.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut2 (4 -> 3)
  Optimizing lut $abc$66540$lut$aiger66539$5688.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut3 (4 -> 3)
  Optimizing lut $abc$66540$lut$aiger66539$5688.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut4 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$5688.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut5 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$5688.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut6 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$5543.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$5534.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$5534.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut2 (4 -> 3)
  Optimizing lut $abc$66540$lut$aiger66539$5534.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut3 (4 -> 3)
  Optimizing lut $abc$66540$lut$aiger66539$5534.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut4 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$5534.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut5 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$5534.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut6 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$5397.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$5388.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$5388.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut2 (4 -> 3)
  Optimizing lut $abc$66540$lut$aiger66539$5388.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut3 (4 -> 3)
  Optimizing lut $abc$66540$lut$aiger66539$5388.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut4 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$5388.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut5 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$5388.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut6 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$5624.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$5615.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$5615.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut2 (4 -> 3)
  Optimizing lut $abc$66540$lut$aiger66539$5615.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut3 (4 -> 3)
  Optimizing lut $abc$66540$lut$aiger66539$5615.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut4 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$5615.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut5 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$5615.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut6 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$5598.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut3 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$5598.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut4 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$5598.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut5 (4 -> 3)
  Optimizing lut $abc$66540$lut$aiger66539$5598.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut6 (4 -> 3)
  Optimizing lut $abc$66540$lut$aiger66539$5190.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$5181.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut2 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$5181.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut3 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$5181.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut5 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$5181.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut6 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$5165.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$5165.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut2 (4 -> 3)
  Optimizing lut $abc$66540$lut$aiger66539$5165.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut3 (4 -> 3)
  Optimizing lut $abc$66540$lut$aiger66539$5165.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut4 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$5165.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut5 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$5165.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut6 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$6553.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$6553.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut2 (4 -> 1)
  Optimizing lut $abc$66540$lut$aiger66539$6553.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut3 (4 -> 0)
  Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$66811.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut2 (4 -> 0)
  Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$66811.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut3 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$4259.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$4259.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut2 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$4250.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$4250.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut2 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$4250.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut3 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$4250.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut5 (4 -> 2)
  Optimizing lut $abc$66540$lut$aiger66539$4250.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut6 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$4233.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$4233.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut2 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$4233.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut3 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$4047.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$4038.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$4038.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut2 (4 -> 3)
  Optimizing lut $abc$66540$lut$aiger66539$4038.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut3 (4 -> 3)
  Optimizing lut $abc$66540$lut$aiger66539$4038.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut4 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$4038.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut5 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$4038.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut6 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$4021.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut2 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$4021.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut4 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$4021.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut5 (4 -> 3)
  Optimizing lut $abc$66540$lut$aiger66539$4021.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut6 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$4003.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut2 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$4003.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut4 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$4003.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut6 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$4341.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$4332.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut2 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$4332.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut3 (4 -> 2)
  Optimizing lut $abc$66540$lut$aiger66539$4332.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut4 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$4332.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut5 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$4332.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut6 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$4315.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$4315.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut4 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$4315.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut5 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$4315.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut6 (4 -> 3)
  Optimizing lut $abc$66540$lut$aiger66539$4297.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$4297.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut4 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$4297.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut5 (4 -> 0)
  Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$66805.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut2 (4 -> 0)
  Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$66805.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut3 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$4407.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$4398.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$4398.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut2 (4 -> 3)
  Optimizing lut $abc$66540$lut$aiger66539$4398.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut3 (4 -> 3)
  Optimizing lut $abc$66540$lut$aiger66539$4398.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut4 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$4398.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut5 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$4398.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut6 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$3966.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$3966.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut2 (4 -> 3)
  Optimizing lut $abc$66540$lut$aiger66539$3966.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut3 (4 -> 3)
  Optimizing lut $abc$66540$lut$aiger66539$3966.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut4 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$3966.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut5 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$3966.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut6 (4 -> 0)
  Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$66812.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$3349.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut2 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$3349.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut3 (4 -> 3)
  Optimizing lut $abc$66540$lut$aiger66539$3349.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut4 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$3349.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut5 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$3349.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut6 (4 -> 1)
  Optimizing lut $abc$66540$lut$aiger66539$4114.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$4114.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut2 (4 -> 3)
  Optimizing lut $abc$66540$lut$aiger66539$4114.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut3 (4 -> 3)
  Optimizing lut $abc$66540$lut$aiger66539$4114.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut4 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$4114.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut5 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$4114.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut6 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$3104.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
  Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$66804.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$4487.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$4478.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut2 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$4478.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut3 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$4478.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut5 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$4478.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut6 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$4462.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$4462.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut2 (4 -> 3)
  Optimizing lut $abc$66540$lut$aiger66539$4462.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut3 (4 -> 3)
  Optimizing lut $abc$66540$lut$aiger66539$4462.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut4 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$4462.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut5 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$4462.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut6 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$3088.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut2 (4 -> 3)
  Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$66808.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$3885.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut4 (4 -> 0)
  Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$66809.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut2 (4 -> 0)
  Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$66809.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut3 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$3849.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 2)
  Optimizing lut $abc$66540$lut$aiger66539$3849.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut2 (4 -> 2)
  Optimizing lut $abc$66540$lut$aiger66539$3520.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut2 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$4638.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut2 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$4620.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut2 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$4620.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut3 (4 -> 3)
  Optimizing lut $abc$66540$lut$aiger66539$4608.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut2 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$4608.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut6 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$4519.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut2 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$4519.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut4 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$4519.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut6 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$3339.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut3 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$3272.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut2 (4 -> 3)
  Optimizing lut $abc$66540$lut$aiger66539$3272.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut3 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$3272.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut4 (4 -> 3)
  Optimizing lut $abc$66540$lut$aiger66539$3272.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut5 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$3272.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut7 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$6429.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut2 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$6429.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut3 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$6429.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut5 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$6429.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut7 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$3515.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut3 (4 -> 3)
  Optimizing lut $abc$66540$lut$aiger66539$7594.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$7594.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut2 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$7594.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut3 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$7594.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut5 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$6216.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut3 (4 -> 3)
  Optimizing lut $abc$66540$lut$auto$rtlil.cc:2603:Mux$4938[28].genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 3)
  Optimizing lut $abc$66540$lut$auto$rtlil.cc:2603:Mux$4938[13].genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 3)
  Optimizing lut $abc$66540$lut$auto$rtlil.cc:2603:Mux$4938[14].genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 3)
  Optimizing lut $abc$66540$lut$auto$rtlil.cc:2603:Mux$4938[2].genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 3)
  Optimizing lut $abc$66540$lut$auto$rtlil.cc:2603:Mux$4938[6].genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 3)
  Optimizing lut $abc$66540$lut$aiger66539$10079.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$10084.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$10089.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$10181.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$10228.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$10324.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$10328.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$10394.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$10458.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$10704.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$10780.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$10826.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
  Optimizing lut $abc$66540$lut$auto$rtlil.cc:2603:Mux$4938[22].genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 3)
  Optimizing lut $abc$66540$lut$aiger66539$10886.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$11023.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$11090.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$11212.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$11219.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$11242.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$11377.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$11517.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$11581.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$11641.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
  Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$66800.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$3104.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 3)
  Optimizing lut $abc$66540$lut$aiger66539$3163.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$3242.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$3272.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$3326.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$3339.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 3)
  Optimizing lut $abc$66540$lut$aiger66539$3349.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
  Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$66796.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$3414.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$3469.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 3)
  Optimizing lut $abc$66540$lut$aiger66539$3495.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$3515.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$3520.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$3520.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 3)
  Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$66792.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$3593.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$3657.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$3675.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$3675.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
  Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$66788.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$3781.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 3)
  Optimizing lut $abc$66540$lut$aiger66539$3807.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
  Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$66813.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
  Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$66809.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$3885.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$3915.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$3915.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
  Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$66810.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$4003.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$4021.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$4047.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$4063.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$4063.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$4193.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
  Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$66806.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$4233.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$4250.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$4259.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$4297.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$4315.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$4332.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$4341.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$4407.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$4487.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$4519.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$4519.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$4526.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$4533.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$4608.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$4620.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$4638.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$4733.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 3)
  Optimizing lut $abc$66540$lut$aiger66539$4759.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$4771.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 3)
  Optimizing lut $abc$66540$lut$aiger66539$4789.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 1)
  Optimizing lut $abc$66540$lut$aiger66539$4804.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$7515.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
  Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$66767.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 3)
  Optimizing lut $abc$66540$lut$aiger66539$4840.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 3)
  Optimizing lut $abc$66540$lut$aiger66539$4847.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 3)
  Optimizing lut $abc$66540$lut$aiger66539$4859.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$4859.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$4973.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$5040.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$5110.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$5946.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$5190.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$7008.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$5257.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
  Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$66775.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$5320.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$5397.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$5476.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
  Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$66765.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$5543.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
  Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$66769.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$5598.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 3)
  Optimizing lut $abc$66540$lut$aiger66539$5624.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$5697.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
  Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$66753.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$5776.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
  Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$66761.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$5845.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
  Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$66757.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$5900.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 3)
  Optimizing lut $abc$66540$lut$aiger66539$5926.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$6860.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
  Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$66768.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
  Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$66764.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
  Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$66756.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
  Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$66760.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
  Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$66811.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$6016.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$6021.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$6026.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 1)
  Optimizing lut $abc$66540$lut$aiger66539$6045.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 3)
  Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$66793.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
  Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$66789.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
  Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$66780.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
  Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$66784.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
  Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$66797.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$3349.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
  Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$66805.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$6132.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$6140.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
  Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$66790.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 3)
  Optimizing lut $abc$66540$lut$aiger66539$6163.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$6167.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 3)
  Optimizing lut $abc$66540$lut$aiger66539$6216.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
  Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$66787.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
  Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$66636.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
  Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$66798.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$6255.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 3)
  Optimizing lut $abc$66540$lut$aiger66539$6255.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$6272.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 3)
  Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$66752.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$4682.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
  Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$66755.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 3)
  Optimizing lut $abc$66540$lut$aiger66539$6331.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 2)
  Optimizing lut $abc$66540$lut$aiger66539$6364.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 2)
  Optimizing lut $abc$66540$lut$aiger66539$6405.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$6417.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$6429.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$6429.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$6444.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 3)
  Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$66635.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$6495.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$4804.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$7560.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$6524.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 3)
  Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$66633.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$6564.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
  Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$66783.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 3)
  Optimizing lut $abc$66540$lut$aiger66539$6571.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$6591.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 3)
  Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$66776.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
  Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$66772.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
  Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$66773.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
  Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$66632.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
  Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$66750.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 3)
  Optimizing lut $abc$66540$lut$aiger66539$6660.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 3)
  Optimizing lut $abc$66540$lut$aiger66539$6664.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 3)
  Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$66631.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$6718.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 2)
  Optimizing lut $abc$66540$lut$aiger66539$6718.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$6756.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$6767.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$6804.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 3)
  Optimizing lut $abc$66540$lut$aiger66539$6810.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 1)
  Optimizing lut $abc$66540$lut$aiger66539$6810.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 2)
  Optimizing lut $abc$66540$lut$aiger66539$6767.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$6843.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 3)
  Optimizing lut $abc$66540$lut$aiger66539$6849.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$6849.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$6860.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$6913.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 2)
  Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$66774.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 3)
  Optimizing lut $abc$66540$lut$aiger66539$6953.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 3)
  Optimizing lut $abc$66540$lut$aiger66539$6958.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 3)
  Optimizing lut $abc$66540$lut$aiger66539$6986.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
  Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$66771.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 3)
  Optimizing lut $abc$66540$lut$aiger66539$7008.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 2)
  Optimizing lut $abc$66540$lut$aiger66539$7028.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$7058.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$7084.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
  Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$66786.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$7103.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 3)
  Optimizing lut $abc$66540$lut$aiger66539$7107.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 3)
  Optimizing lut $abc$66540$lut$aiger66539$7144.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$7174.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 3)
  Optimizing lut $abc$66540$lut$aiger66539$7203.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
  Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$66624.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
  Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$66759.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 3)
  Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$66623.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$7502.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$7285.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 3)
  Optimizing lut $abc$66540$lut$aiger66539$7293.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 3)
  Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$66622.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$7329.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$7357.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$7371.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$7403.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 1)
  Optimizing lut $abc$66540$lut$aiger66539$7203.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
  Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$66778.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 3)
  Optimizing lut $abc$66540$lut$aiger66539$7458.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 3)
  Optimizing lut $abc$66540$lut$aiger66539$7502.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$7515.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$7530.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
  Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$66763.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 3)
  Optimizing lut $abc$66540$lut$aiger66539$7538.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$7542.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$7560.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$6316.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$7579.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
  Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$66794.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$7594.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$7600.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 1)
  Optimizing lut $abc$66540$lut$aiger66539$7605.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$7618.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$6216.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$7579.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$7659.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 3)
  Optimizing lut $abc$66540$lut$aiger66539$7673.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$7678.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$7696.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 3)
  Optimizing lut $abc$66540$lut$aiger66539$7696.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$7740.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 2)
  Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$66621.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$7755.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 2)
  Optimizing lut $abc$66540$lut$aiger66539$7782.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$7791.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 3)
  Optimizing lut $abc$66540$lut$aiger66539$7795.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$7799.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 3)
  Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$66619.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$7848.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 2)
  Optimizing lut $abc$66540$lut$aiger66539$7848.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 3)
  Optimizing lut $abc$66540$lut$aiger66539$7854.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 3)
  Optimizing lut $abc$66540$lut$aiger66539$7898.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 3)
  Optimizing lut $abc$66540$lut$aiger66539$7890.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 3)
  Optimizing lut $abc$66540$lut$aiger66539$7915.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 2)
  Optimizing lut $abc$66540$lut$aiger66539$7915.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 3)
  Optimizing lut $abc$66540$lut$aiger66539$7963.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$7980.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 2)
  Optimizing lut $abc$66540$lut$aiger66539$7989.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$8016.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 3)
  Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$66799.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$8025.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 3)
  Optimizing lut $abc$66540$lut$aiger66539$8040.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$8046.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 2)
  Optimizing lut $abc$66540$lut$aiger66539$7882.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$8083.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 2)
  Optimizing lut $abc$66540$lut$aiger66539$8088.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$8088.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
  Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$66613.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 1)
  Optimizing lut $abc$66540$lut$aiger66539$2981.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 3)
  Optimizing lut $abc$66540$lut$aiger66539$3515.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$3326.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$8343.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$8409.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$8413.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
  Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$66618.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$8774.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$8784.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$8818.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$8861.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$8921.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$8928.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$9001.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 3)
  Optimizing lut $abc$66540$lut$aiger66539$9150.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$8759.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 3)
  Optimizing lut $abc$66540$lut$aiger66539$9280.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
  Optimizing lut $abc$66540$lut$auto$rtlil.cc:2603:Mux$4938[3].genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 3)
  Optimizing lut $abc$66540$lut$aiger66539$10775.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$9371.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$9375.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 3)
  Optimizing lut $abc$66540$lut$aiger66539$9380.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$9501.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$9546.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$9598.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$9722.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$9733.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$9819.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$9894.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
  Optimizing lut $abc$66540$lut$auto$rtlil.cc:2603:Mux$4938[10].genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 3)
  Optimizing lut $abc$66540$lut$aiger66539$9953.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
  Optimizing lut $abc$66540$lut$auto$opt_dff.cc:219:make_patterns_logic$4522.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
  Optimizing lut $abc$66540$lut$auto$rtlil.cc:2603:Mux$4938[29].genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 3)
  Optimizing lut $abc$66540$lut$auto$rtlil.cc:2603:Mux$4938[31].genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 3)
  Optimizing lut $abc$66540$lut$auto$rtlil.cc:2603:Mux$4938[0].genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 3)
  Optimizing lut $abc$66540$lut$auto$fsm_map.cc:170:map_fsm$4266[1].genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 3)
  Optimizing lut $abc$66540$lut$auto$rtlil.cc:2603:Mux$4938[0].genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 3)
  Optimizing lut $abc$66540$lut$auto$rtlil.cc:2603:Mux$4938[10].genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 3)
  Optimizing lut $abc$66540$lut$auto$rtlil.cc:2603:Mux$4938[11].genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 3)
  Optimizing lut $abc$66540$lut$auto$rtlil.cc:2603:Mux$4938[12].genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 3)
  Optimizing lut $abc$66540$lut$auto$rtlil.cc:2603:Mux$4938[13].genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 3)
  Optimizing lut $abc$66540$lut$auto$rtlil.cc:2603:Mux$4938[14].genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 3)
  Optimizing lut $abc$66540$lut$auto$rtlil.cc:2603:Mux$4938[15].genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 3)
  Optimizing lut $abc$66540$lut$auto$rtlil.cc:2603:Mux$4938[16].genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 3)
  Optimizing lut $abc$66540$lut$auto$rtlil.cc:2603:Mux$4938[17].genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 3)
  Optimizing lut $abc$66540$lut$auto$rtlil.cc:2603:Mux$4938[18].genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 3)
  Optimizing lut $abc$66540$lut$auto$rtlil.cc:2603:Mux$4938[19].genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 3)
  Optimizing lut $abc$66540$lut$auto$rtlil.cc:2603:Mux$4938[1].genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 3)
  Optimizing lut $abc$66540$lut$auto$rtlil.cc:2603:Mux$4938[20].genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 3)
  Optimizing lut $abc$66540$lut$auto$rtlil.cc:2603:Mux$4938[21].genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 3)
  Optimizing lut $abc$66540$lut$auto$rtlil.cc:2603:Mux$4938[22].genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 3)
  Optimizing lut $abc$66540$lut$auto$rtlil.cc:2603:Mux$4938[23].genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 3)
  Optimizing lut $abc$66540$lut$auto$rtlil.cc:2603:Mux$4938[24].genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 3)
  Optimizing lut $abc$66540$lut$auto$rtlil.cc:2603:Mux$4938[25].genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 3)
  Optimizing lut $abc$66540$lut$auto$rtlil.cc:2603:Mux$4938[26].genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 3)
  Optimizing lut $abc$66540$lut$auto$rtlil.cc:2603:Mux$4938[27].genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 3)
  Optimizing lut $abc$66540$lut$auto$rtlil.cc:2603:Mux$4938[28].genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 3)
  Optimizing lut $abc$66540$lut$auto$rtlil.cc:2603:Mux$4938[29].genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 3)
  Optimizing lut $abc$66540$lut$auto$rtlil.cc:2603:Mux$4938[2].genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 3)
  Optimizing lut $abc$66540$lut$auto$rtlil.cc:2603:Mux$4938[30].genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 3)
  Optimizing lut $abc$66540$lut$auto$rtlil.cc:2603:Mux$4938[31].genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 3)
  Optimizing lut $abc$66540$lut$auto$rtlil.cc:2603:Mux$4938[3].genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 3)
  Optimizing lut $abc$66540$lut$auto$rtlil.cc:2603:Mux$4938[4].genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 3)
  Optimizing lut $abc$66540$lut$auto$rtlil.cc:2603:Mux$4938[5].genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 3)
  Optimizing lut $abc$66540$lut$auto$rtlil.cc:2603:Mux$4938[6].genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 3)
  Optimizing lut $abc$66540$lut$auto$rtlil.cc:2603:Mux$4938[7].genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 3)
  Optimizing lut $abc$66540$lut$auto$rtlil.cc:2603:Mux$4938[8].genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 3)
  Optimizing lut $abc$66540$lut$auto$rtlil.cc:2603:Mux$4938[9].genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 3)
  Optimizing lut $abc$66540$lut$auto$opt_dff.cc:219:make_patterns_logic$4578.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 3)
  Optimizing lut $abc$66540$lut$auto$rtlil.cc:2603:Mux$4938[21].genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 3)
  Optimizing lut $abc$66540$lut$auto$rtlil.cc:2603:Mux$4938[24].genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 3)
  Optimizing lut $abc$66540$lut$auto$rtlil.cc:2603:Mux$4938[17].genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 3)
  Optimizing lut $abc$66540$lut$auto$rtlil.cc:2603:Mux$4938[20].genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 3)
  Optimizing lut $abc$66540$lut$auto$rtlil.cc:2603:Mux$4938[23].genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 3)
  Optimizing lut $abc$66540$lut$auto$rtlil.cc:2603:Mux$4938[7].genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 3)
  Optimizing lut $abc$66540$lut$auto$rtlil.cc:2603:Mux$4938[9].genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 3)
  Optimizing lut $abc$66540$lut$auto$rtlil.cc:2603:Mux$4938[16].genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 3)
  Optimizing lut $abc$66540$lut$auto$rtlil.cc:2603:Mux$4938[25].genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 3)
  Optimizing lut $abc$66540$lut$auto$rtlil.cc:2603:Mux$4938[27].genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 3)
  Optimizing lut $abc$66540$lut$auto$rtlil.cc:2603:Mux$4938[5].genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 3)
  Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$66542.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 3)
  Optimizing lut $abc$66540$lut$auto$rtlil.cc:2603:Mux$4938[12].genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 3)
  Optimizing lut $abc$66540$lut$auto$rtlil.cc:2603:Mux$4938[18].genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 3)
  Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$66626.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
  Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$66628.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
  Optimizing lut $abc$66540$lut$auto$rtlil.cc:2603:Mux$4938[4].genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 3)
  Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$66615.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 3)
  Optimizing lut $abc$66540$lut$auto$rtlil.cc:2603:Mux$4938[19].genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 3)
  Optimizing lut $abc$66540$lut$auto$rtlil.cc:2603:Mux$4938[30].genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 3)
  Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$66545.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
  Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$66547.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
  Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$66549.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
  Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$66575.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
  Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$66556.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 3)
  Optimizing lut $abc$66540$lut$auto$rtlil.cc:2603:Mux$4938[11].genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 3)
  Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$66601.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
  Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$66594.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 3)
  Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$66598.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 2)
  Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$66613.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 1)
  Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$66614.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
  Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$66616.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
  Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$66617.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
  Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$66618.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
  Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$66619.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
  Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$66620.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
  Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$66621.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
  Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$66622.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
  Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$66624.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
  Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$66625.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
  Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$66626.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
  Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$66627.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
  Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$66628.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
  Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$66629.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
  Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$66630.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
  Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$66631.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
  Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$66632.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
  Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$66634.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
  Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$66635.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
  Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$66636.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
  Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$66637.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
  Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$66638.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$3028.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 0)
  Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$66684.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
  Optimizing lut $abc$66540$lut$aiger66539$6331.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut1 (4 -> 3)
  Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$66688.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
  Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$66690.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
  Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$66694.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
  Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$66697.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
  Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$66698.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
  Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$66704.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
  Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$66707.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
  Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$66709.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
  Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$66710.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
  Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$66712.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
  Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$66713.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
  Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$66717.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
  Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$66721.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
  Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$66724.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
  Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$66725.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
  Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$66726.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
  Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$66730.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
  Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$66734.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
  Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$66737.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
  Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$66739.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
  Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$66742.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
  Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$66745.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
  Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$66749.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
  Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$66755.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 2)
  Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$66759.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 2)
  Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$66762.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 3)
  Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$66763.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 2)
  Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$66766.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 3)
  Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$66767.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 2)
  Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$66774.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 2)
  Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$66778.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 2)
  Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$66781.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
  Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$66782.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 2)
  Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$66783.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 2)
  Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$66785.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
  Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$66786.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 1)
  Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$66787.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 1)
  Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$66791.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 3)
  Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$66795.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 3)
  Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$66801.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
  Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$66803.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 3)
  Optimizing lut $auto$abc9_ops.cc:1550:reintegrate$66807.genblk1.genblk1.genblk1.genblk1.genblk1.lut0 (4 -> 0)
Removed 0 unused cells and 5130 unused wires.

24.45. Executing AUTONAME pass.
INFO: [Device 21-403] Loading part xc7a100tcsg324-1
Renamed 501033 objects in module top (280 iterations).
<suppressed ~12448 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:               5529
   Number of wire bits:          13700
   Number of public wires:        5529
   Number of public wire bits:   13700
   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:               7304
     $_TBUF_                         6
     $scopeinfo                     33
     CCU2C                         345
     L6MUX21                       614
     LUT4                         3853
     MULT18X18D                      4
     PFUMX                        1165
     TRELLIS_DPR16X4                68
     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: 38406db051, CPU: user 9.29s system 0.10s, MEM: 225.10 MB peak
Yosys 0.42+36 (git sha1 07daf61ae, clang++ 14.0.0-1ubuntu1.1 -fPIC -Os)
Time spent: 37% 1x abc9_exe (5 sec), 10% 11x techmap (1 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:      4951/43848    11%
Info:         logic LUTs:   3853/43848     8%
Info:         carry LUTs:    690/43848     1%
Info:           RAM LUTs:    272/ 5481     4%
Info:          RAMW LUTs:    136/10962     1%

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:     613 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: 0x9cd20c2a

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:    5075/  43848    11%
Info: 	        TRELLIS_RAMW:      68/   5481     1%

Info: Placed 18 cells based on constraints.
Info: Creating initial analytic placement for 2786 cells, random placement wirelen = 243224.
Info:     at initial placer iter 0, wirelen = 2741
Info:     at initial placer iter 1, wirelen = 2207
Info:     at initial placer iter 2, wirelen = 2149
Info:     at initial placer iter 3, wirelen = 2225
Info: Running main analytical placer, max placement attempts per cell = 5091240.
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 2875943
Info:     at iteration #1, type ALL: wirelen solved = 2250, spread = 36854, legal = 40973; time = 0.16s
Info:     at iteration #2, type ALL: wirelen solved = 4489, spread = 31050, legal = 33356; time = 0.19s
Info:     at iteration #3, type ALL: wirelen solved = 6026, spread = 29241, legal = 32485; time = 0.19s
Info:     at iteration #4, type ALL: wirelen solved = 6922, spread = 27282, legal = 30366; time = 0.19s
Info:     at iteration #5, type ALL: wirelen solved = 8021, spread = 26402, legal = 28773; time = 0.18s
Info:     at iteration #6, type ALL: wirelen solved = 9466, spread = 25732, legal = 28187; time = 0.18s
Info:     at iteration #7, type ALL: wirelen solved = 11137, spread = 24574, legal = 27123; time = 0.18s
Info:     at iteration #8, type ALL: wirelen solved = 12265, spread = 26286, legal = 28679; time = 0.17s
Info:     at iteration #9, type ALL: wirelen solved = 13045, spread = 25658, legal = 27706; time = 0.18s
Info:     at iteration #10, type ALL: wirelen solved = 13676, spread = 26092, legal = 27707; time = 0.18s
Info:     at iteration #11, type ALL: wirelen solved = 14363, spread = 25636, legal = 26781; time = 0.18s
Info:     at iteration #12, type ALL: wirelen solved = 15223, spread = 24927, legal = 25735; time = 0.18s
Info:     at iteration #13, type ALL: wirelen solved = 15803, spread = 24620, legal = 25524; time = 0.18s
Info:     at iteration #14, type ALL: wirelen solved = 15740, spread = 22871, legal = 24210; time = 0.17s
Info:     at iteration #15, type ALL: wirelen solved = 15784, spread = 23709, legal = 24679; time = 0.14s
Info:     at iteration #16, type ALL: wirelen solved = 16415, spread = 23525, legal = 24948; time = 0.17s
Info:     at iteration #17, type ALL: wirelen solved = 16482, spread = 23628, legal = 25076; time = 0.17s
Info:     at iteration #18, type ALL: wirelen solved = 17134, spread = 22851, legal = 24272; time = 0.17s
Info:     at iteration #19, type ALL: wirelen solved = 17130, spread = 24199, legal = 25573; time = 0.12s
Info: HeAP Placer Time: 4.78s
Info:   of which solving equations: 3.01s
Info:   of which spreading cells: 0.36s
Info:   of which strict legalisation: 0.16s

Info: Running simulated annealing placer for refinement.
Info:   at iteration #1: temp = 0.000000, timing cost = 4636, wirelen = 24210
---------------------------------------------------------------------------------
Starting RTL Elaboration : Time (s): cpu = 00:00:05 ; elapsed = 00:00:05 . Memory (MB): peak = 2028.848 ; gain = 403.715 ; free physical = 2508 ; free virtual = 24442
---------------------------------------------------------------------------------
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 #5: temp = 0.000000, timing cost = 4382, wirelen = 21207
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.816 ; gain = 493.684 ; free physical = 2406 ; free virtual = 24342
---------------------------------------------------------------------------------
---------------------------------------------------------------------------------
Start Handling Custom Attributes
---------------------------------------------------------------------------------
---------------------------------------------------------------------------------
Finished Handling Custom Attributes : Time (s): cpu = 00:00:07 ; elapsed = 00:00:08 . Memory (MB): peak = 2136.629 ; gain = 511.496 ; free physical = 2403 ; free virtual = 24338
---------------------------------------------------------------------------------
---------------------------------------------------------------------------------
Finished RTL Optimization Phase 1 : Time (s): cpu = 00:00:07 ; elapsed = 00:00:08 . Memory (MB): peak = 2136.629 ; gain = 511.496 ; free physical = 2403 ; free virtual = 24338
---------------------------------------------------------------------------------
Netlist sorting complete. Time (s): cpu = 00:00:00.04 ; elapsed = 00:00:00.05 . Memory (MB): peak = 2136.629 ; gain = 0.000 ; free physical = 2403 ; free virtual = 24338
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 = 2285.410 ; gain = 0.000 ; free physical = 2378 ; free virtual = 24313
INFO: [Project 1-111] Unisim Transformation Summary:
No Unisim elements were transformed.

Constraint Validation Runtime : Time (s): cpu = 00:00:00.01 ; elapsed = 00:00:00.01 . Memory (MB): peak = 2285.445 ; gain = 0.000 ; free physical = 2378 ; free virtual = 24313
Info:   at iteration #10: temp = 0.000000, timing cost = 4297, wirelen = 20415
Info:   at iteration #15: temp = 0.000000, timing cost = 3959, wirelen = 20103
Info:   at iteration #20: temp = 0.000000, timing cost = 4002, wirelen = 19957
---------------------------------------------------------------------------------
Finished Constraint Validation : Time (s): cpu = 00:00:15 ; elapsed = 00:00:15 . Memory (MB): peak = 2285.445 ; gain = 660.312 ; free physical = 2379 ; free virtual = 24314
---------------------------------------------------------------------------------
---------------------------------------------------------------------------------
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 = 2285.445 ; gain = 660.312 ; free physical = 2379 ; free virtual = 24314
---------------------------------------------------------------------------------
---------------------------------------------------------------------------------
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 = 2285.445 ; gain = 660.312 ; free physical = 2379 ; free virtual = 24314
---------------------------------------------------------------------------------
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 = 2285.445 ; gain = 660.312 ; free physical = 2320 ; free virtual = 24259
---------------------------------------------------------------------------------
Info:   at iteration #20: temp = 0.000000, timing cost = 3995, wirelen = 19960 
Info: SA placement time 12.46s

Info: Max frequency for clock '$glbnet$clk$TRELLIS_IO_IN': 43.87 MHz (PASS at 25.00 MHz)

Info: Max delay <async>                           -> posedge $glbnet$clk$TRELLIS_IO_IN: 7.19 ns
Info: Max delay posedge $glbnet$clk$TRELLIS_IO_IN -> <async>                          : 9.72 ns

Info: Slack histogram:
Info:  legend: * represents 9 endpoint(s)
Info:          + represents [1,9) endpoint(s)
Info: [ 17207,  18309) |*+
Info: [ 18309,  19411) |*+
Info: [ 19411,  20513) |+
Info: [ 20513,  21615) |**+
Info: [ 21615,  22717) |******+
Info: [ 22717,  23819) |****+
Info: [ 23819,  24921) |******************************+
Info: [ 24921,  26023) |****************************************************+
Info: [ 26023,  27125) |************************************************+
Info: [ 27125,  28227) |******************+
Info: [ 28227,  29329) |*************+
Info: [ 29329,  30431) |****************+
Info: [ 30431,  31533) |********+
Info: [ 31533,  32635) |*********+
Info: [ 32635,  33737) |********************+
Info: [ 33737,  34839) |************************************************+
Info: [ 34839,  35941) |**************************************************+
Info: [ 35941,  37043) |************************************************************ 
Info: [ 37043,  38145) |******************************************+
Info: [ 38145,  39247) |***********************************+
Info: Checksum: 0x9b49a7e6
---------------------------------------------------------------------------------
Start RTL Component Statistics 
---------------------------------------------------------------------------------
Detailed RTL Component Info : 
+---Adders : 
	   2 Input   32 Bit       Adders := 5     
	   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
---------------------------------------------------------------------------------
Info: Routing globals...
Info:     routing clock net $glbnet$clk$TRELLIS_IO_IN using global 0

Info: Routing..
Info: Setting up routing queue.
Info: Routing 22349 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 |      484        515 |  484   515 |     21927|       0.56       0.56|
[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)
WARN  (NL0002) : The module "GPIOS" instantiated to "GPIOS" is swept in optimizing("/var/lib/jenkins/workspace/Risco_5/Risco-5/src/peripheral/soc.v":159)
WARN  (NL0002) : The module "GPIO" instantiated to "Gpios[0]" is swept in optimizing("/var/lib/jenkins/workspace/Risco_5/Risco-5/src/peripheral/gpios.v":45)
WARN  (NL0002) : The module "GPIO" instantiated to "Gpios[1]" is swept in optimizing("/var/lib/jenkins/workspace/Risco_5/Risco-5/src/peripheral/gpios.v":45)
WARN  (NL0002) : The module "GPIO" instantiated to "Gpios[2]" is swept in optimizing("/var/lib/jenkins/workspace/Risco_5/Risco-5/src/peripheral/gpios.v":45)
WARN  (NL0002) : The module "GPIO" instantiated to "Gpios[3]" is swept in optimizing("/var/lib/jenkins/workspace/Risco_5/Risco-5/src/peripheral/gpios.v":45)
WARN  (NL0002) : The module "GPIO" instantiated to "Gpios[4]" is swept in optimizing("/var/lib/jenkins/workspace/Risco_5/Risco-5/src/peripheral/gpios.v":45)
WARN  (NL0002) : The module "PWM" instantiated to "Pwm0" is swept in optimizing("/var/lib/jenkins/workspace/Risco_5/Risco-5/src/peripheral/gpios.v":53)
WARN  (NL0002) : The module "PWM" instantiated to "Pwm1" is swept in optimizing("/var/lib/jenkins/workspace/Risco_5/Risco-5/src/peripheral/gpios.v":61)
WARN  (NL0002) : The module "LEDs" instantiated to "Leds" is swept in optimizing("/var/lib/jenkins/workspace/Risco_5/Risco-5/src/peripheral/soc.v":121)
[95%] Generate netlist file "/var/lib/jenkins/workspace/Risco_5/Risco-5/fpga/tangnano20k/impl/gwsynthesis/project.vg" completed
[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
Info:       2000 |      898       1101 |  414   586 |     21459|       0.28       0.84|
Info:       3000 |     1363       1636 |  465   535 |     21003|       0.25       1.09|
---------------------------------------------------------------------------------
Start Cross Boundary and Area Optimization
---------------------------------------------------------------------------------
WARNING: [Synth 8-7080] Parallel synthesis criteria is not met
Info:       4000 |     1765       2234 |  402   598 |     20746|       0.29       1.38|
Processing netlist completed
Reading constraint file: "/var/lib/jenkins/workspace/Risco_5/Risco-5/fpga/tangnano20k/pinout.cst"
Physical Constraint parsed completed
Running placement......
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:       5000 |     2243       2756 |  478   522 |     20397|       0.35       1.73|
Info:       6000 |     2715       3284 |  472   528 |     20069|       0.27       2.00|
Info:       7000 |     3091       3908 |  376   624 |     19759|       0.24       2.24|
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. 
Info:       8000 |     3566       4433 |  475   525 |     19322|       0.29       2.52|
Info:       9000 |     4005       4994 |  439   561 |     18891|       0.28       2.80|
Info:      10000 |     4399       5600 |  394   606 |     18600|       0.28       3.08|
Info:      11000 |     4773       6226 |  374   626 |     18231|       0.26       3.34|
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.
Info:      12000 |     5131       6868 |  358   642 |     17829|       0.31       3.65|
Info:      13000 |     5405       7594 |  274   726 |     17613|       0.24       3.90|
Info:      14000 |     5673       8326 |  268   732 |     17096|       0.28       4.18|
Info:      15000 |     5994       9005 |  321   679 |     16629|       0.37       4.55|
Info:      16000 |     6327       9672 |  333   667 |     16181|       0.33       4.88|
Info:      17000 |     6734      10265 |  407   593 |     15915|       0.35       5.23|
Info:      18000 |     7061      10938 |  327   673 |     15482|       0.33       5.56|
Info:      19000 |     7536      11463 |  475   525 |     15069|       0.39       5.95|
Info:      20000 |     7871      12128 |  335   665 |     14814|       0.34       6.30|
Info:      21000 |     8271      12728 |  400   600 |     14593|       0.34       6.63|
Info:      22000 |     8685      13314 |  414   586 |     14143|       0.33       6.97|
Info:      23000 |     9074      13925 |  389   611 |     13613|       0.32       7.28|
Info:      24000 |     9497      14502 |  423   577 |     13260|       0.32       7.60|
[10%] Placement Phase 0 completed
Info:      25000 |     9972      15027 |  475   525 |     12937|       0.33       7.93|
Info:      26000 |    10406      15593 |  434   566 |     12522|       0.34       8.26|
[20%] Placement Phase 1 completed
Info:      27000 |    10825      16174 |  419   581 |     12170|       0.35       8.62|
Info:      28000 |    11226      16773 |  401   599 |     12159|       0.36       8.97|
Info:      29000 |    11601      17398 |  375   625 |     11994|       0.33       9.30|
Info:      30000 |    12157      17842 |  556   444 |     11671|       0.34       9.64|
Info:      31000 |    12673      18326 |  516   484 |     11352|       0.35       9.98|
Info:      32000 |    13091      18908 |  418   582 |     11025|       0.35      10.33|
Info:      33000 |    13626      19373 |  535   465 |     10659|       0.39      10.72|
Info:      34000 |    13996      20003 |  370   630 |     10320|       0.37      11.08|
Info:      35000 |    14244      20615 |  248   612 |      9619|       0.24      11.33|
Info:      36000 |    14418      21203 |  174   588 |      8845|       0.23      11.55|
Info:      37000 |    14617      21807 |  199   604 |      8073|       0.18      11.73|
Info:      38000 |    14931      22396 |  314   589 |      7447|       0.25      11.98|
Info:      39000 |    15201      23088 |  270   692 |      6843|       0.31      12.29|
Info:      40000 |    15313      23916 |  112   828 |      6025|       0.24      12.53|
Info:      41000 |    15419      24723 |  106   807 |      5146|       0.24      12.76|
Info:      42000 |    15541      25562 |  122   839 |      4271|       0.32      13.08|
Info:      43000 |    15661      26332 |  120   770 |      3395|       0.29      13.37|
Info:      44000 |    15801      27114 |  140   782 |      2585|       0.26      13.63|
Info:      45000 |    15893      27961 |   92   847 |      1704|       0.31      13.93|
Info:      46000 |    15972      28863 |   79   902 |       804|       0.27      14.20|
Info:      46817 |    15986      29263 |   14   400 |         0|       0.14      14.33|
Info: Routing complete.
Info: Router1 time 14.33s
Info: Checksum: 0xff21d021

Info: Critical path report for clock '$glbnet$clk$TRELLIS_IO_IN' (posedge -> posedge):
Info: curr total
Info:  0.5  0.5  Source SOC.Core.instruction_register_TRELLIS_FF_Q_22.Q
Info:  1.4  1.9    Net SOC.Core.instruction_register[8] (11,35) -> (10,33)
Info:                Sink SOC.Core.RegisterBank.registers.0.8$DPRAM_COMB1.B
Info:                Defined in:
Info:                  Risco-5/src/core/core.v:63.12-63.32
Info:  0.2  2.1  Source SOC.Core.RegisterBank.registers.0.8$DPRAM_COMB1.F
Info:  0.9  3.0    Net SOC.Core.RegisterBank.registers.0.0_DO_2[0] (10,33) -> (12,33)
Info:                Sink SOC.Core.RegisterBank.registers.0.0_DO_2_LUT4_B.B
Info:                Defined in:
Info:                  /eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_map.v:108.23-108.24
Info:  0.2  3.2  Source SOC.Core.RegisterBank.registers.0.0_DO_2_LUT4_B.F
Info:  0.9  4.1    Net SOC.Core.RegisterBank.registers.0.0_DO_2_LUT4_B_Z[2] (12,33) -> (14,35)
Info:                Sink SOC.Core.RegisterBank.registers.0.0_DO_2_LUT4_B_Z_LUT4_C.C
Info:                Defined in:
Info:                  /eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_map.v:108.23-108.24
Info:  0.2  4.4  Source SOC.Core.RegisterBank.registers.0.0_DO_2_LUT4_B_Z_LUT4_C.F
Info:  1.2  5.5    Net SOC.Core.RegisterBank.registers.0.0_DO_2_LUT4_B_Z_LUT4_C_Z[3] (14,35) -> (21,35)
Info:                Sink SOC.Core.RegisterBank.registers.0.0_DO_2_LUT4_B_Z_LUT4_C_Z_LUT4_D.D
Info:                Defined in:
Info:                  /eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_map.v:108.23-108.24
Info:  0.4  5.9  Source SOC.Core.RegisterBank.registers.0.0_DO_2_LUT4_B_Z_LUT4_C_Z_LUT4_D.OFX
Info:  1.5  7.4    Net SOC.Core.Alu.ALU_out_S_L6MUX21_Z_19_SD_PFUMX_Z_BLUT_LUT4_Z_D[0] (21,35) -> (16,38)
Info:                Sink SOC.Core.RegisterBank.registers.0.1_DO_1_LUT4_A_Z_PFUMX_C0_Z_CCU2C_B0_CIN_CCU2C_COUT_CIN_CCU2C_COUT_CIN_CCU2C_COUT$CCU2_COMB1.B
Info:                Defined in:
Info:                  /eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_map.v:108.23-108.24
Info:  0.4  7.8  Source SOC.Core.RegisterBank.registers.0.1_DO_1_LUT4_A_Z_PFUMX_C0_Z_CCU2C_B0_CIN_CCU2C_COUT_CIN_CCU2C_COUT_CIN_CCU2C_COUT$CCU2_COMB1.FCO
Info:  0.0  7.8    Net SOC.Core.RegisterBank.registers.0.1_DO_1_LUT4_A_Z_PFUMX_C0_Z_CCU2C_B0_CIN_CCU2C_COUT_CIN_CCU2C_COUT_CIN (16,38) -> (16,38)
Info:                Sink SOC.Core.RegisterBank.registers.0.1_DO_1_LUT4_A_Z_PFUMX_C0_Z_CCU2C_B0_CIN_CCU2C_COUT_CIN_CCU2C_COUT$CCU2_COMB0.FCI
Info:                Defined in:
Info:                  Risco-5/src/core/alu.v:35.26-35.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.4  8.3  Source SOC.Core.RegisterBank.registers.0.1_DO_1_LUT4_A_Z_PFUMX_C0_Z_CCU2C_B0_CIN_CCU2C_COUT_CIN_CCU2C_COUT$CCU2_COMB0.F
Info:  0.7  9.0    Net SOC.Core.RegisterBank.registers.0.1_DO_1_LUT4_A_Z_PFUMX_C0_Z_CCU2C_B0_CIN_CCU2C_COUT_CIN_CCU2C_COUT_S0[4] (16,38) -> (16,37)
Info:                Sink SOC.Core.RegisterBank.registers.0.1_DO_1_LUT4_A_Z_PFUMX_C0_Z_CCU2C_B0_1_CIN_CCU2C_COUT_CIN_CCU2C_COUT_S0_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  9.3  Source SOC.Core.RegisterBank.registers.0.1_DO_1_LUT4_A_Z_PFUMX_C0_Z_CCU2C_B0_1_CIN_CCU2C_COUT_CIN_CCU2C_COUT_S0_PFUMX_Z_BLUT_LUT4_Z.OFX
Info:  0.9 10.2    Net SOC.Core.RegisterBank.registers.0.1_DO_1_LUT4_A_Z_PFUMX_C0_Z_CCU2C_B0_1_CIN_CCU2C_COUT_CIN_CCU2C_COUT_S0[5] (16,37) -> (16,33)
Info:                Sink SOC.Core.Alu.ALU_out_S_L6MUX21_Z_9_SD_L6MUX21_Z_2_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 10.5  Source SOC.Core.Alu.ALU_out_S_L6MUX21_Z_9_SD_L6MUX21_Z_2_D1_PFUMX_Z_ALUT_LUT4_Z.OFX
Info:  1.3 11.7    Net SOC.Core.Alu.ALU_out_S_L6MUX21_Z_9_SD[6] (16,33) -> (23,30)
Info:                Sink SOC.Core.Alu.ALU_out_S_L6MUX21_Z_9_D1_L6MUX21_Z_D0_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 12.0  Source SOC.Core.Alu.ALU_out_S_L6MUX21_Z_9_D1_L6MUX21_Z_D0_PFUMX_Z_ALUT_LUT4_Z.OFX
Info:  1.4 13.4    Net SOC.Core.alu_out[2] (23,30) -> (21,41)
Info:                Sink SOC.Core.Alu.ALU_out_S_LUT4_Z_2_D_LUT4_A_Z_L6MUX21_Z_SD_LUT4_Z.D
Info:                Defined in:
Info:                  Risco-5/src/core/core.v:60.31-60.38
Info:  0.2 13.6  Source SOC.Core.Alu.ALU_out_S_LUT4_Z_2_D_LUT4_A_Z_L6MUX21_Z_SD_LUT4_Z.F
Info:  0.4 14.0    Net SOC.Core.Alu.ALU_out_S_LUT4_Z_2_D_LUT4_A_Z_L6MUX21_Z_SD[4] (21,41) -> (21,41)
Info:                Sink SOC.Core.Alu.ALU_out_S_LUT4_Z_2_D_LUT4_A_Z_L6MUX21_Z_D1_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 14.3  Source SOC.Core.Alu.ALU_out_S_LUT4_Z_2_D_LUT4_A_Z_L6MUX21_Z_D1_PFUMX_Z_BLUT_LUT4_Z.OFX
Info:  0.0 14.3    Net SOC.Core.Alu.ALU_out_S_LUT4_Z_2_D_LUT4_A_Z_L6MUX21_Z_D1 (21,41) -> (21,41)
Info:                Sink SOC.Core.Alu.ALU_out_S_LUT4_Z_2_D_LUT4_A_Z_L6MUX21_Z_D1_PFUMX_Z_ALUT_LUT4_Z.FXB
Info:                Defined in:
Info:                  /eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_map.v:141.38-141.40
Info:  0.2 14.5  Source SOC.Core.Alu.ALU_out_S_LUT4_Z_2_D_LUT4_A_Z_L6MUX21_Z_D1_PFUMX_Z_ALUT_LUT4_Z.OFX
Info:  0.7 15.2    Net SOC.Core.Alu.ALU_out_S_LUT4_Z_2_D_LUT4_A_Z[4] (21,41) -> (18,41)
Info:                Sink SOC.Core.Pc.load_L6MUX21_Z_D1_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 15.5  Source SOC.Core.Pc.load_L6MUX21_Z_D1_PFUMX_Z_BLUT_LUT4_Z.OFX
Info:  0.0 15.5    Net SOC.Core.Pc.load_L6MUX21_Z_D1 (18,41) -> (18,41)
Info:                Sink SOC.Core.Pc.load_L6MUX21_Z_D1_PFUMX_Z_ALUT_LUT4_Z.FXB
Info:                Defined in:
Info:                  /eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_map.v:141.38-141.40
Info:  0.2 15.7  Source SOC.Core.Pc.load_L6MUX21_Z_D1_PFUMX_Z_ALUT_LUT4_Z.OFX
Info:  1.7 17.4    Net SOC.Core.pc_load (18,41) -> (10,30)
Info:                Sink SOC.Core.Pc.Output_TRELLIS_FF_Q_16.CE
Info:                Defined in:
Info:                  Risco-5/src/core/core.v:51.32-51.39
Info:  0.0 17.4  Setup SOC.Core.Pc.Output_TRELLIS_FF_Q_16.CE
Info: 4.5 ns logic, 12.9 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.1  2.1    Net gpios[5]$TRELLIS_IO_IN (9,71) -> (8,60)
Info:                Sink SOC.GPIOS.Gpios[5].data_in_LUT4_C.A
Info:                Defined in:
Info:                  Risco-5/fpga/ecp5/main.v:7.16-7.21
Info:  0.2  2.3  Source SOC.GPIOS.Gpios[5].data_in_LUT4_C.F
Info:  1.5  3.8    Net SOC.GPIOS.Gpios[5].data_in_LUT4_C_Z[3] (8,60) -> (7,42)
Info:                Sink SOC.Core.read_data_LUT4_Z_5_D_LUT4_Z.D
Info:                Defined in:
Info:                  /eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_map.v:108.23-108.24
Info:  0.2  4.0  Source SOC.Core.read_data_LUT4_Z_5_D_LUT4_Z.F
Info:  0.6  4.6    Net SOC.Core.read_data_LUT4_Z_5_D[2] (7,42) -> (7,42)
Info:                Sink SOC.Core.read_data_LUT4_Z_5.D
Info:                Defined in:
Info:                  /eda/oss-cad-suite/lib/../share/yosys/ecp5/cells_map.v:108.23-108.24
Info:  0.2  4.8  Source SOC.Core.read_data_LUT4_Z_5.F
Info:  1.1  5.9    Net SOC.read_data[5] (7,42) -> (9,39)
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  5.9  Setup SOC.Core.instruction_register_TRELLIS_FF_Q_25.M
Info: 0.7 ns logic, 5.2 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_24.Q
Info:  3.9  4.4    Net SOC.Core.read_data_LUT4_Z_6_C[0] (25,35) -> (78,26)
Info:                Sink led_LUT4_Z.D
Info:                Defined in:
Info:                  Risco-5/src/peripheral/leds.v:19.12-19.16
Info:  0.2  4.7  Source led_LUT4_Z.F
Info:  1.8  6.5    Net led[7]$TRELLIS_IO_OUT (78,26) -> (90,20)
Info:                Sink led[7]$tr_io.I
Info:                Defined in:
Info:                  Risco-5/fpga/ecp5/main.v:6.22-6.25
Info: 0.8 ns logic, 5.7 ns routing

Info: Max frequency for clock '$glbnet$clk$TRELLIS_IO_IN': 57.52 MHz (PASS at 25.00 MHz)

Info: Max delay <async>                           -> posedge $glbnet$clk$TRELLIS_IO_IN: 5.91 ns
Info: Max delay posedge $glbnet$clk$TRELLIS_IO_IN -> <async>                          : 6.49 ns

Info: Slack histogram:
Info:  legend: * represents 10 endpoint(s)
Info:          + represents [1,10) endpoint(s)
Info: [ 22615,  23438) |**+
Info: [ 23438,  24261) |+
Info: [ 24261,  25084) |****+
Info: [ 25084,  25907) |*****+
Info: [ 25907,  26730) |***********+
Info: [ 26730,  27553) |*************+
Info: [ 27553,  28376) |********************************************+
Info: [ 28376,  29199) |*************************************************+
Info: [ 29199,  30022) |**********************+
Info: [ 30022,  30845) |***********+
Info: [ 30845,  31668) |***********+
Info: [ 31668,  32491) |**************+
Info: [ 32491,  33314) |****************+
Info: [ 33314,  34137) |***************+
Info: [ 34137,  34960) |*****************+
Info: [ 34960,  35783) |*********************+
Info: [ 35783,  36606) |******************************************************+
Info: [ 36606,  37429) |************************************************************ 
Info: [ 37429,  38252) |***********************************************+
Info: [ 38252,  39075) |******************************+
---------------------------------------------------------------------------------
Finished Cross Boundary and Area Optimization : Time (s): cpu = 00:00:31 ; elapsed = 00:00:32 . Memory (MB): peak = 2285.445 ; gain = 660.312 ; free physical = 2176 ; free virtual = 24123
---------------------------------------------------------------------------------
 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: 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] }
---------------------------------------------------------------------------------
Start Applying XDC Timing Constraints
---------------------------------------------------------------------------------
---------------------------------------------------------------------------------
Finished Applying XDC Timing Constraints : Time (s): cpu = 00:00:38 ; elapsed = 00:00:38 . Memory (MB): peak = 2285.445 ; gain = 660.312 ; free physical = 2406 ; free virtual = 24370
---------------------------------------------------------------------------------
---------------------------------------------------------------------------------
Start Timing Optimization
---------------------------------------------------------------------------------
---------------------------------------------------------------------------------
Finished Timing Optimization : Time (s): cpu = 00:00:41 ; elapsed = 00:00:41 . Memory (MB): peak = 2285.445 ; gain = 660.312 ; free physical = 2396 ; free virtual = 24360
---------------------------------------------------------------------------------
---------------------------------------------------------------------------------
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
---------------------------------------------------------------------------------
---------------------------------------------------------------------------------
Finished Technology Mapping : Time (s): cpu = 00:00:43 ; elapsed = 00:00:43 . Memory (MB): peak = 2285.445 ; gain = 660.312 ; free physical = 2348 ; free virtual = 24312
---------------------------------------------------------------------------------
---------------------------------------------------------------------------------
Start IO Insertion
---------------------------------------------------------------------------------
---------------------------------------------------------------------------------
Start Flattening Before IO Insertion
---------------------------------------------------------------------------------
---------------------------------------------------------------------------------
Finished Flattening Before IO Insertion
---------------------------------------------------------------------------------
---------------------------------------------------------------------------------
Start Final Netlist Cleanup
---------------------------------------------------------------------------------
---------------------------------------------------------------------------------
Finished Final Netlist Cleanup
---------------------------------------------------------------------------------
[30%] Placement Phase 2 completed
---------------------------------------------------------------------------------
Finished IO Insertion : Time (s): cpu = 00:00:47 ; elapsed = 00:00:47 . Memory (MB): peak = 2285.445 ; gain = 660.312 ; free physical = 2336 ; free virtual = 24300
---------------------------------------------------------------------------------
---------------------------------------------------------------------------------
Start Renaming Generated Instances
---------------------------------------------------------------------------------
---------------------------------------------------------------------------------
Finished Renaming Generated Instances : Time (s): cpu = 00:00:47 ; elapsed = 00:00:47 . Memory (MB): peak = 2285.445 ; gain = 660.312 ; free physical = 2335 ; free virtual = 24299
---------------------------------------------------------------------------------
---------------------------------------------------------------------------------
Start Rebuilding User Hierarchy
---------------------------------------------------------------------------------
---------------------------------------------------------------------------------
Finished Rebuilding User Hierarchy : Time (s): cpu = 00:00:47 ; elapsed = 00:00:48 . Memory (MB): peak = 2285.445 ; gain = 660.312 ; free physical = 2328 ; free virtual = 24292
---------------------------------------------------------------------------------
---------------------------------------------------------------------------------
Start Renaming Generated Ports
---------------------------------------------------------------------------------
---------------------------------------------------------------------------------
Finished Renaming Generated Ports : Time (s): cpu = 00:00:47 ; elapsed = 00:00:48 . Memory (MB): peak = 2285.445 ; gain = 660.312 ; free physical = 2328 ; free virtual = 24292
---------------------------------------------------------------------------------
---------------------------------------------------------------------------------
Start Handling Custom Attributes
---------------------------------------------------------------------------------
---------------------------------------------------------------------------------
Finished Handling Custom Attributes : Time (s): cpu = 00:00:48 ; elapsed = 00:00:48 . Memory (MB): peak = 2285.445 ; gain = 660.312 ; free physical = 2328 ; free virtual = 24292
---------------------------------------------------------------------------------
---------------------------------------------------------------------------------
Start Renaming Generated Nets
---------------------------------------------------------------------------------
---------------------------------------------------------------------------------
Finished Renaming Generated Nets : Time (s): cpu = 00:00:48 ; elapsed = 00:00:48 . Memory (MB): peak = 2285.445 ; gain = 660.312 ; free physical = 2326 ; free virtual = 24290
---------------------------------------------------------------------------------
---------------------------------------------------------------------------------
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    |   135|
|3     |DSP48E1   |     4|
|5     |LUT1      |   150|
|6     |LUT2      |   303|
|7     |LUT3      |   238|
|8     |LUT4      |   307|
|9     |LUT5      |   325|
|10    |LUT6      |  1570|
|11    |MUXF7     |   455|
|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:48 ; elapsed = 00:00:48 . Memory (MB): peak = 2285.445 ; gain = 660.312 ; free physical = 2328 ; free virtual = 24293
---------------------------------------------------------------------------------
Synthesis finished with 0 errors, 0 critical warnings and 124 warnings.
Synthesis Optimization Runtime : Time (s): cpu = 00:00:45 ; elapsed = 00:00:46 . Memory (MB): peak = 2285.445 ; gain = 511.496 ; free physical = 2329 ; free virtual = 24293
Synthesis Optimization Complete : Time (s): cpu = 00:00:48 ; elapsed = 00:00:48 . Memory (MB): peak = 2285.445 ; gain = 660.312 ; free physical = 2329 ; free virtual = 24293
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 = 2285.445 ; gain = 0.000 ; free physical = 2600 ; free virtual = 24564
INFO: [Netlist 29-17] Analyzing 673 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 = 2357.441 ; gain = 0.000 ; free physical = 2600 ; free virtual = 24564
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: fbdadcdc
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:57 ; elapsed = 00:00:55 . Memory (MB): peak = 2357.477 ; gain = 1040.383 ; free physical = 2600 ; free virtual = 24564
INFO: [Common 17-2834] synth_design peak Physical Memory [PSS] (MB): overall = 2034.498; main = 1773.573; forked = 422.445
INFO: [Common 17-2834] synth_design peak Virtual Memory [VSS] (MB): overall = 3223.051; main = 2357.445; forked = 969.652
# 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.77 . Memory (MB): peak = 2421.473 ; gain = 63.996 ; free physical = 2593 ; free virtual = 24557

Starting Cache Timing Information Task
INFO: [Timing 38-35] Done setting XDC timing constraints.
Ending Cache Timing Information Task | Checksum: 168ee2ce6

Time (s): cpu = 00:00:02 ; elapsed = 00:00:02 . Memory (MB): peak = 2474.293 ; gain = 52.820 ; free physical = 2552 ; free virtual = 24517

Starting Logic Optimization Task

Phase 1 Initialization

Phase 1.1 Core Generation And Design Setup
Phase 1.1 Core Generation And Design Setup | Checksum: 168ee2ce6

Time (s): cpu = 00:00:00 ; elapsed = 00:00:00.01 . Memory (MB): peak = 2723.230 ; gain = 0.000 ; free physical = 2285 ; free virtual = 24249

Phase 1.2 Setup Constraints And Sort Netlist
Phase 1.2 Setup Constraints And Sort Netlist | Checksum: 168ee2ce6

Time (s): cpu = 00:00:00.01 ; elapsed = 00:00:00.01 . Memory (MB): peak = 2723.230 ; gain = 0.000 ; free physical = 2285 ; free virtual = 24249
Phase 1 Initialization | Checksum: 168ee2ce6

Time (s): cpu = 00:00:00.01 ; elapsed = 00:00:00.01 . Memory (MB): peak = 2723.230 ; gain = 0.000 ; free physical = 2285 ; free virtual = 24249

Phase 2 Timer Update And Timing Data Collection

Phase 2.1 Timer Update
Phase 2.1 Timer Update | Checksum: 168ee2ce6

Time (s): cpu = 00:00:00.22 ; elapsed = 00:00:00.07 . Memory (MB): peak = 2723.230 ; gain = 0.000 ; free physical = 2285 ; free virtual = 24249

Phase 2.2 Timing Data Collection
Phase 2.2 Timing Data Collection | Checksum: 168ee2ce6

Time (s): cpu = 00:00:00.23 ; elapsed = 00:00:00.08 . Memory (MB): peak = 2723.230 ; gain = 0.000 ; free physical = 2285 ; free virtual = 24249
Phase 2 Timer Update And Timing Data Collection | Checksum: 168ee2ce6

Time (s): cpu = 00:00:00.23 ; elapsed = 00:00:00.09 . Memory (MB): peak = 2723.230 ; gain = 0.000 ; free physical = 2285 ; free virtual = 24249

Phase 3 Retarget
INFO: [Opt 31-1566] Pulled 6 inverters resulting in an inversion of 18 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: 119873766

Time (s): cpu = 00:00:00.34 ; elapsed = 00:00:00.18 . Memory (MB): peak = 2723.230 ; gain = 0.000 ; free physical = 2285 ; free virtual = 24249
Retarget | Checksum: 119873766
INFO: [Opt 31-389] Phase Retarget created 0 cells and removed 6 cells

Phase 4 Constant propagation
INFO: [Opt 31-138] Pushed 0 inverter(s) to 0 load pin(s).
Phase 4 Constant propagation | Checksum: 13d413605

Time (s): cpu = 00:00:00.39 ; elapsed = 00:00:00.23 . Memory (MB): peak = 2723.230 ; gain = 0.000 ; free physical = 2285 ; free virtual = 24249
Constant propagation | Checksum: 13d413605
INFO: [Opt 31-389] Phase Constant propagation created 0 cells and removed 0 cells

Phase 5 Sweep
Phase 5 Sweep | Checksum: 118d89b52

Time (s): cpu = 00:00:00.45 ; elapsed = 00:00:00.29 . Memory (MB): peak = 2723.230 ; gain = 0.000 ; free physical = 2285 ; free virtual = 24249
Sweep | Checksum: 118d89b52
INFO: [Opt 31-389] Phase Sweep created 8 cells and removed 0 cells

Phase 6 BUFG optimization
Phase 6 BUFG optimization | Checksum: 118d89b52

Time (s): cpu = 00:00:00.56 ; elapsed = 00:00:00.34 . Memory (MB): peak = 2755.246 ; gain = 32.016 ; free physical = 2284 ; free virtual = 24248
BUFG optimization | Checksum: 118d89b52
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: 118d89b52

Time (s): cpu = 00:00:00.57 ; elapsed = 00:00:00.35 . Memory (MB): peak = 2755.246 ; gain = 32.016 ; free physical = 2283 ; free virtual = 24247
Shift Register Optimization | Checksum: 118d89b52
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: 19e618d3f

Time (s): cpu = 00:00:00.58 ; elapsed = 00:00:00.37 . Memory (MB): peak = 2755.246 ; gain = 32.016 ; free physical = 2280 ; free virtual = 24244
Post Processing Netlist | Checksum: 19e618d3f
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: 145cf360e

Time (s): cpu = 00:00:00.69 ; elapsed = 00:00:00.44 . Memory (MB): peak = 2755.246 ; gain = 32.016 ; free physical = 2271 ; free virtual = 24235

Phase 9.2 Verifying Netlist Connectivity

Starting Connectivity Check Task

Time (s): cpu = 00:00:00 ; elapsed = 00:00:00.01 . Memory (MB): peak = 2755.246 ; gain = 0.000 ; free physical = 2270 ; free virtual = 24234
Phase 9.2 Verifying Netlist Connectivity | Checksum: 145cf360e

Time (s): cpu = 00:00:00.7 ; elapsed = 00:00:00.45 . Memory (MB): peak = 2755.246 ; gain = 32.016 ; free physical = 2269 ; free virtual = 24234
Phase 9 Finalization | Checksum: 145cf360e

Time (s): cpu = 00:00:00.7 ; elapsed = 00:00:00.45 . Memory (MB): peak = 2755.246 ; gain = 32.016 ; free physical = 2269 ; free virtual = 24233
Opt_design Change Summary
=========================


-------------------------------------------------------------------------------------------------------------------------
|  Phase                        |  #Cells created  |  #Cells Removed  |  #Constrained objects preventing optimizations  |
-------------------------------------------------------------------------------------------------------------------------
|  Retarget                     |               0  |               6  |                                              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: 145cf360e

Time (s): cpu = 00:00:00.7 ; elapsed = 00:00:00.45 . Memory (MB): peak = 2755.246 ; gain = 32.016 ; free physical = 2269 ; free virtual = 24233
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.246 ; gain = 0.000 ; free physical = 2268 ; free virtual = 24232

Starting Power Optimization Task
INFO: [Pwropt 34-132] Skipping clock gating for clocks with a period < 2.00 ns.
Ending Power Optimization Task | Checksum: 145cf360e

Time (s): cpu = 00:00:00.01 ; elapsed = 00:00:00.01 . Memory (MB): peak = 2755.246 ; gain = 0.000 ; free physical = 2278 ; free virtual = 24242

Starting Final Cleanup Task
Ending Final Cleanup Task | Checksum: 145cf360e

Time (s): cpu = 00:00:00 ; elapsed = 00:00:00 . Memory (MB): peak = 2755.246 ; gain = 0.000 ; free physical = 2278 ; free virtual = 24242

Starting Netlist Obfuscation Task
Netlist sorting complete. Time (s): cpu = 00:00:00 ; elapsed = 00:00:00 . Memory (MB): peak = 2755.246 ; gain = 0.000 ; free physical = 2278 ; free virtual = 24242
Ending Netlist Obfuscation Task | Checksum: 145cf360e

Time (s): cpu = 00:00:00.01 ; elapsed = 00:00:00 . Memory (MB): peak = 2755.246 ; gain = 0.000 ; free physical = 2277 ; free virtual = 24241
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.246 ; gain = 397.770 ; free physical = 2277 ; free virtual = 24241
# 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: [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.262 ; gain = 0.000 ; free physical = 2283 ; free virtual = 24247
Phase 1.1 Placer Initialization Netlist Sorting | Checksum: 998acc6f

Time (s): cpu = 00:00:00 ; elapsed = 00:00:00.01 . Memory (MB): peak = 2787.262 ; gain = 0.000 ; free physical = 2283 ; free virtual = 24247
Netlist sorting complete. Time (s): cpu = 00:00:00 ; elapsed = 00:00:00 . Memory (MB): peak = 2787.262 ; gain = 0.000 ; free physical = 2283 ; free virtual = 24247

Phase 1.2 IO Placement/ Clock Placement/ Build Placer Device
INFO: [Timing 38-35] Done setting XDC timing constraints.
Phase 1.2 IO Placement/ Clock Placement/ Build Placer Device | Checksum: dc24c2af

Time (s): cpu = 00:00:02 ; elapsed = 00:00:00.81 . Memory (MB): peak = 2787.262 ; gain = 0.000 ; free physical = 2283 ; free virtual = 24247

Phase 1.3 Build Placer Netlist Model
Phase 1.3 Build Placer Netlist Model | Checksum: 1d67353c0

Time (s): cpu = 00:00:04 ; elapsed = 00:00:02 . Memory (MB): peak = 2794.289 ; gain = 7.027 ; free physical = 2282 ; free virtual = 24246

Phase 1.4 Constrain Clocks/Macros
Phase 1.4 Constrain Clocks/Macros | Checksum: 1d67353c0

Time (s): cpu = 00:00:04 ; elapsed = 00:00:02 . Memory (MB): peak = 2794.289 ; gain = 7.027 ; free physical = 2282 ; free virtual = 24246
Phase 1 Placer Initialization | Checksum: 1d67353c0

Time (s): cpu = 00:00:04 ; elapsed = 00:00:02 . Memory (MB): peak = 2794.289 ; gain = 7.027 ; free physical = 2282 ; free virtual = 24246

Phase 2 Global Placement

Phase 2.1 Floorplanning
Phase 2.1 Floorplanning | Checksum: 181d59511

Time (s): cpu = 00:00:05 ; elapsed = 00:00:02 . Memory (MB): peak = 2794.289 ; gain = 7.027 ; free physical = 2279 ; free virtual = 24243

Phase 2.2 Update Timing before SLR Path Opt
Phase 2.2 Update Timing before SLR Path Opt | Checksum: 150618736

Time (s): cpu = 00:00:05 ; elapsed = 00:00:02 . Memory (MB): peak = 2794.289 ; gain = 7.027 ; free physical = 2279 ; free virtual = 24243

Phase 2.3 Post-Processing in Floorplanning
Phase 2.3 Post-Processing in Floorplanning | Checksum: 150618736

Time (s): cpu = 00:00:05 ; elapsed = 00:00:02 . Memory (MB): peak = 2794.289 ; gain = 7.027 ; free physical = 2279 ; free virtual = 24243

Phase 2.4 Global Placement Core

Phase 2.4.1 UpdateTiming Before Physical Synthesis
Phase 2.4.1 UpdateTiming Before Physical Synthesis | Checksum: c16b0a27

Time (s): cpu = 00:00:19 ; elapsed = 00:00:05 . Memory (MB): peak = 2794.289 ; gain = 7.027 ; free physical = 2260 ; free virtual = 24224

Phase 2.4.2 Physical Synthesis In Placer
INFO: [Physopt 32-1035] Found 0 LUTNM shape to break, 119 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 57 nets or LUTs. Breaked 0 LUT, combined 57 existing LUTs and moved 0 existing LUT
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.289 ; gain = 0.000 ; free physical = 2271 ; free virtual = 24235

Summary of Physical Synthesis Optimizations
============================================


-----------------------------------------------------------------------------------------------------------------------------------------------------------
|  Optimization                                     |  Added Cells  |  Removed Cells  |  Optimized Cells/Nets  |  Dont Touch  |  Iterations  |  Elapsed   |
-----------------------------------------------------------------------------------------------------------------------------------------------------------
|  LUT Combining                                    |            0  |             57  |                    57  |           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  |             57  |                    57  |           0  |           4  |  00:00:00  |
-----------------------------------------------------------------------------------------------------------------------------------------------------------


Phase 2.4.2 Physical Synthesis In Placer | Checksum: 66c78fd6

Time (s): cpu = 00:00:20 ; elapsed = 00:00:06 . Memory (MB): peak = 2794.289 ; gain = 7.027 ; free physical = 2277 ; free virtual = 24241
Phase 2.4 Global Placement Core | Checksum: 9471918a

Time (s): cpu = 00:00:24 ; elapsed = 00:00:06 . Memory (MB): peak = 2794.289 ; gain = 7.027 ; free physical = 2275 ; free virtual = 24239
Phase 2 Global Placement | Checksum: 9471918a

Time (s): cpu = 00:00:24 ; elapsed = 00:00:06 . Memory (MB): peak = 2794.289 ; gain = 7.027 ; free physical = 2275 ; free virtual = 24239

Phase 3 Detail Placement

Phase 3.1 Commit Multi Column Macros
Phase 3.1 Commit Multi Column Macros | Checksum: 658f8d20

Time (s): cpu = 00:00:24 ; elapsed = 00:00:06 . Memory (MB): peak = 2794.289 ; gain = 7.027 ; free physical = 2274 ; free virtual = 24238

Phase 3.2 Commit Most Macros & LUTRAMs
Phase 3.2 Commit Most Macros & LUTRAMs | Checksum: b95b24d6

Time (s): cpu = 00:00:24 ; elapsed = 00:00:07 . Memory (MB): peak = 2794.289 ; gain = 7.027 ; free physical = 2274 ; free virtual = 24238

Phase 3.3 Area Swap Optimization
Phase 3.3 Area Swap Optimization | Checksum: 13657697a

Time (s): cpu = 00:00:25 ; elapsed = 00:00:07 . Memory (MB): peak = 2794.289 ; gain = 7.027 ; free physical = 2274 ; free virtual = 24238

Phase 3.4 Pipeline Register Optimization
Phase 3.4 Pipeline Register Optimization | Checksum: 730110ec

Time (s): cpu = 00:00:25 ; elapsed = 00:00:07 . Memory (MB): peak = 2794.289 ; gain = 7.027 ; free physical = 2274 ; free virtual = 24238

Phase 3.5 Small Shape Detail Placement
Phase 3.5 Small Shape Detail Placement | Checksum: 1d6c2a049

Time (s): cpu = 00:00:26 ; elapsed = 00:00:08 . Memory (MB): peak = 2794.289 ; gain = 7.027 ; free physical = 2273 ; free virtual = 24238

Phase 3.6 Re-assign LUT pins
Phase 3.6 Re-assign LUT pins | Checksum: 1d42ab268

Time (s): cpu = 00:00:26 ; elapsed = 00:00:08 . Memory (MB): peak = 2794.289 ; gain = 7.027 ; free physical = 2271 ; free virtual = 24235

Phase 3.7 Pipeline Register Optimization
Phase 3.7 Pipeline Register Optimization | Checksum: 10fdd56da

Time (s): cpu = 00:00:26 ; elapsed = 00:00:08 . Memory (MB): peak = 2794.289 ; gain = 7.027 ; free physical = 2266 ; free virtual = 24230
Phase 3 Detail Placement | Checksum: 10fdd56da

Time (s): cpu = 00:00:26 ; elapsed = 00:00:08 . Memory (MB): peak = 2794.289 ; gain = 7.027 ; free physical = 2274 ; free virtual = 24238

Phase 4 Post Placement Optimization and Clean-Up

Phase 4.1 Post Commit Optimization
INFO: [Timing 38-35] Done setting XDC timing constraints.

Phase 4.1.1 Post Placement Optimization
[50%] Placement Phase 3 completed
Running routing......
Post Placement Optimization Initialization | Checksum: 1f49144e1

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=8.882 | TNS=0.000 |
Phase 1 Physical Synthesis Initialization | Checksum: 21ba06ec5

Time (s): cpu = 00:00:00.24 ; elapsed = 00:00:00.09 . Memory (MB): peak = 2794.289 ; gain = 0.000 ; free physical = 2274 ; free virtual = 24238
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: 21ba06ec5

Time (s): cpu = 00:00:00.31 ; elapsed = 00:00:00.16 . Memory (MB): peak = 2794.289 ; gain = 0.000 ; free physical = 2274 ; free virtual = 24238
Phase 4.1.1.1 BUFG Insertion | Checksum: 1f49144e1

Time (s): cpu = 00:00:30 ; elapsed = 00:00:09 . Memory (MB): peak = 2794.289 ; gain = 7.027 ; free physical = 2274 ; free virtual = 24238

Phase 4.1.1.2 Post Placement Timing Optimization
INFO: [Place 30-746] Post Placement Timing Summary WNS=8.882. For the most accurate timing information please run report_timing.
Phase 4.1.1.2 Post Placement Timing Optimization | Checksum: 1f31cecc2

Time (s): cpu = 00:00:30 ; elapsed = 00:00:10 . Memory (MB): peak = 2794.289 ; gain = 7.027 ; free physical = 2274 ; free virtual = 24238

Time (s): cpu = 00:00:30 ; elapsed = 00:00:10 . Memory (MB): peak = 2794.289 ; gain = 7.027 ; free physical = 2274 ; free virtual = 24238
Phase 4.1 Post Commit Optimization | Checksum: 1f31cecc2

Time (s): cpu = 00:00:30 ; elapsed = 00:00:10 . Memory (MB): peak = 2794.289 ; gain = 7.027 ; free physical = 2274 ; free virtual = 24238

Phase 4.2 Post Placement Cleanup
Phase 4.2 Post Placement Cleanup | Checksum: 1f31cecc2

Time (s): cpu = 00:00:30 ; elapsed = 00:00:10 . Memory (MB): peak = 2794.289 ; gain = 7.027 ; free physical = 2274 ; free virtual = 24238

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: 1f31cecc2

Time (s): cpu = 00:00:30 ; elapsed = 00:00:10 . Memory (MB): peak = 2794.289 ; gain = 7.027 ; free physical = 2274 ; free virtual = 24238
Phase 4.3 Placer Reporting | Checksum: 1f31cecc2

Time (s): cpu = 00:00:30 ; elapsed = 00:00:10 . Memory (MB): peak = 2794.289 ; gain = 7.027 ; free physical = 2274 ; free virtual = 24238

Phase 4.4 Final Placement Cleanup
Netlist sorting complete. Time (s): cpu = 00:00:00 ; elapsed = 00:00:00 . Memory (MB): peak = 2794.289 ; gain = 0.000 ; free physical = 2274 ; free virtual = 24238

Time (s): cpu = 00:00:30 ; elapsed = 00:00:10 . Memory (MB): peak = 2794.289 ; gain = 7.027 ; free physical = 2274 ; free virtual = 24238
Phase 4 Post Placement Optimization and Clean-Up | Checksum: 26719ad2e

Time (s): cpu = 00:00:30 ; elapsed = 00:00:10 . Memory (MB): peak = 2794.289 ; gain = 7.027 ; free physical = 2274 ; free virtual = 24238
Ending Placer Task | Checksum: 1e358c592

Time (s): cpu = 00:00:30 ; elapsed = 00:00:10 . Memory (MB): peak = 2794.289 ; gain = 7.027 ; free physical = 2274 ; free virtual = 24238
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:10 . Memory (MB): peak = 2794.289 ; gain = 39.043 ; free physical = 2274 ; free virtual = 24238
# report_utilization -hierarchical -file digilent_nexys4ddr_utilization_hierarchical_place.rpt
# report_utilization -file digilent_nexys4ddr_utilization_place.rpt
[60%] Routing Phase 0 completed
# report_io -file digilent_nexys4ddr_io.rpt
report_io: Time (s): cpu = 00:00:00.12 ; elapsed = 00:00:00.16 . Memory (MB): peak = 2794.289 ; gain = 0.000 ; free physical = 2222 ; free virtual = 24187
# report_control_sets -verbose -file digilent_nexys4ddr_control_sets.rpt
report_control_sets: Time (s): cpu = 00:00:00.06 ; elapsed = 00:00:00.1 . Memory (MB): peak = 2794.289 ; gain = 0.000 ; free physical = 2220 ; free virtual = 24185
# report_clock_utilization -file digilent_nexys4ddr_clock_utilization.rpt
# 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: [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: e73b44d1 ConstDB: 0 ShapeSum: fc1d80c1 RouteDB: 0
[70%] Routing Phase 1 completed
[80%] Routing Phase 2 completed
Post Restoration Checksum: NetGraph: 79057914 | NumContArr: 8f7fc526 | Constraints: c2a8fa9d | Timing: c2a8fa9d
Phase 1 Build RT Design | Checksum: 28dd73374

Time (s): cpu = 00:00:34 ; elapsed = 00:00:27 . Memory (MB): peak = 2794.289 ; gain = 0.000 ; free physical = 2198 ; free virtual = 24162

Phase 2 Router Initialization

Phase 2.1 Fix Topology Constraints
Phase 2.1 Fix Topology Constraints | Checksum: 28dd73374

Time (s): cpu = 00:00:34 ; elapsed = 00:00:27 . Memory (MB): peak = 2794.289 ; gain = 0.000 ; free physical = 2198 ; free virtual = 24162

Phase 2.2 Pre Route Cleanup
Phase 2.2 Pre Route Cleanup | Checksum: 28dd73374

Time (s): cpu = 00:00:34 ; elapsed = 00:00:27 . Memory (MB): peak = 2794.289 ; gain = 0.000 ; free physical = 2198 ; free virtual = 24162
 Number of Nodes with overlaps = 0

Phase 2.3 Update Timing
Phase 2.3 Update Timing | Checksum: 160c7e6c2

Time (s): cpu = 00:00:38 ; elapsed = 00:00:28 . Memory (MB): peak = 2794.289 ; gain = 0.000 ; free physical = 2193 ; free virtual = 24158
INFO: [Route 35-416] Intermediate Timing Summary | WNS=8.797  | TNS=0.000  | WHS=0.008  | THS=0.000  |


Router Utilization Summary
  Global Vertical Routing Utilization    = 8.70436e-05 %
  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               = 4495
    (Failed Nets is the sum of unrouted and partially routed nets)
  Number of Unrouted Nets             = 4494
  Number of Partially Routed Nets     = 1
  Number of Node Overlaps             = 0

Phase 2 Router Initialization | Checksum: 179960a8c

Time (s): cpu = 00:00:40 ; elapsed = 00:00:29 . Memory (MB): peak = 2794.289 ; gain = 0.000 ; free physical = 2174 ; free virtual = 24139

Phase 3 Initial Routing

Phase 3.1 Global Routing
Phase 3.1 Global Routing | Checksum: 179960a8c

Time (s): cpu = 00:00:40 ; elapsed = 00:00:29 . Memory (MB): peak = 2794.289 ; gain = 0.000 ; free physical = 2174 ; free virtual = 24139

Phase 3.2 Initial Net Routing
Phase 3.2 Initial Net Routing | Checksum: 26c077df4

Time (s): cpu = 00:00:42 ; elapsed = 00:00:29 . Memory (MB): peak = 2794.289 ; gain = 0.000 ; free physical = 2191 ; free virtual = 24156
Phase 3 Initial Routing | Checksum: 26c077df4

Time (s): cpu = 00:00:42 ; elapsed = 00:00:29 . Memory (MB): peak = 2794.289 ; gain = 0.000 ; free physical = 2190 ; free virtual = 24155

Phase 4 Rip-up And Reroute

Phase 4.1 Global Iteration 0
 Number of Nodes with overlaps = 471
 Number of Nodes with overlaps = 1
 Number of Nodes with overlaps = 0
INFO: [Route 35-416] Intermediate Timing Summary | WNS=8.540  | TNS=0.000  | WHS=N/A    | THS=N/A    |

Phase 4.1 Global Iteration 0 | Checksum: 2a554ac6d

Time (s): cpu = 00:00:45 ; elapsed = 00:00:31 . Memory (MB): peak = 2794.289 ; gain = 0.000 ; free physical = 2191 ; free virtual = 24156
Phase 4 Rip-up And Reroute | Checksum: 2a554ac6d

Time (s): cpu = 00:00:45 ; elapsed = 00:00:31 . Memory (MB): peak = 2794.289 ; gain = 0.000 ; free physical = 2191 ; free virtual = 24156

Phase 5 Delay and Skew Optimization

Phase 5.1 Delay CleanUp
Phase 5.1 Delay CleanUp | Checksum: 2a554ac6d

Time (s): cpu = 00:00:45 ; elapsed = 00:00:31 . Memory (MB): peak = 2794.289 ; gain = 0.000 ; free physical = 2191 ; free virtual = 24156

Phase 5.2 Clock Skew Optimization
Phase 5.2 Clock Skew Optimization | Checksum: 2a554ac6d

Time (s): cpu = 00:00:45 ; elapsed = 00:00:31 . Memory (MB): peak = 2794.289 ; gain = 0.000 ; free physical = 2191 ; free virtual = 24156
Phase 5 Delay and Skew Optimization | Checksum: 2a554ac6d

Time (s): cpu = 00:00:45 ; elapsed = 00:00:31 . Memory (MB): peak = 2794.289 ; gain = 0.000 ; free physical = 2191 ; free virtual = 24156

Phase 6 Post Hold Fix

Phase 6.1 Hold Fix Iter

Phase 6.1.1 Update Timing
Phase 6.1.1 Update Timing | Checksum: 23cbcc2a8

Time (s): cpu = 00:00:45 ; elapsed = 00:00:31 . Memory (MB): peak = 2794.289 ; gain = 0.000 ; free physical = 2191 ; free virtual = 24155
INFO: [Route 35-416] Intermediate Timing Summary | WNS=8.636  | TNS=0.000  | WHS=0.364  | THS=0.000  |

Phase 6.1 Hold Fix Iter | Checksum: 23cbcc2a8

Time (s): cpu = 00:00:45 ; elapsed = 00:00:31 . Memory (MB): peak = 2794.289 ; gain = 0.000 ; free physical = 2191 ; free virtual = 24155
Phase 6 Post Hold Fix | Checksum: 23cbcc2a8

Time (s): cpu = 00:00:45 ; elapsed = 00:00:31 . Memory (MB): peak = 2794.289 ; gain = 0.000 ; free physical = 2191 ; free virtual = 24155

Phase 7 Route finalize

Router Utilization Summary
  Global Vertical Routing Utilization    = 0.850894 %
  Global Horizontal Routing Utilization  = 1.11168 %
  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: 23cbcc2a8

Time (s): cpu = 00:00:45 ; elapsed = 00:00:31 . Memory (MB): peak = 2794.289 ; gain = 0.000 ; free physical = 2191 ; free virtual = 24155

Phase 8 Verifying routed nets

 Verification completed successfully
Phase 8 Verifying routed nets | Checksum: 23cbcc2a8

Time (s): cpu = 00:00:45 ; elapsed = 00:00:31 . Memory (MB): peak = 2794.289 ; gain = 0.000 ; free physical = 2191 ; free virtual = 24155

Phase 9 Depositing Routes
Phase 9 Depositing Routes | Checksum: 22ba16c4b

Time (s): cpu = 00:00:46 ; elapsed = 00:00:31 . Memory (MB): peak = 2794.289 ; gain = 0.000 ; free physical = 2191 ; free virtual = 24155

Phase 10 Post Router Timing
INFO: [Route 35-57] Estimated Timing Summary | WNS=8.636  | TNS=0.000  | WHS=0.364  | 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: 22ba16c4b

Time (s): cpu = 00:00:46 ; elapsed = 00:00:31 . Memory (MB): peak = 2794.289 ; gain = 0.000 ; free physical = 2191 ; free virtual = 24155
INFO: [Route 35-16] Router Completed Successfully

Phase 11 Post-Route Event Processing
Phase 11 Post-Route Event Processing | Checksum: 28e578d26

Time (s): cpu = 00:00:47 ; elapsed = 00:00:31 . Memory (MB): peak = 2794.289 ; gain = 0.000 ; free physical = 2190 ; free virtual = 24155
Ending Routing Task | Checksum: 28e578d26

Time (s): cpu = 00:00:47 ; elapsed = 00:00:32 . Memory (MB): peak = 2794.289 ; gain = 0.000 ; free physical = 2190 ; free virtual = 24155

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:48 ; elapsed = 00:00:32 . Memory (MB): peak = 2794.289 ; gain = 0.000 ; free physical = 2189 ; free virtual = 24154
# 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
------------------------------------------------------------------------------------------------
| 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  
    -------      -------  ---------------------  -------------------      -------      -------  ---------------------  -------------------     --------     --------  ----------------------  --------------------  
      8.661        0.000                      0                    1        0.380        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         8.661        0.000                      0                    1        0.380        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'.
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......
INFO: [DRC 23-27] Running DRC with 8 threads
[95%] Timing analysis completed
Placement and routing completed
Bitstream generation in progress......
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...

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
Sun Aug 11 02:07:16 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:17 ; elapsed = 00:00:19 . Memory (MB): peak = 3110.352 ; gain = 245.176 ; free physical = 2157 ; free virtual = 24135
INFO: [Common 17-206] Exiting Vivado at Sun Aug 11 02:07:31 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: [======                                            ] 11.84%[Pipeline] // script
[Pipeline] }

Load SRAM: [=========                                         ] 18.00%[Pipeline] // stage
[Pipeline] }

Loading: [============                                      ] 23.68%
Load SRAM: [===================                               ] 38.00%
Loading: [==================                                ] 35.53%
Load SRAM: [=============================                     ] 58.00%
Loading: [========================                          ] 47.37%
Load SRAM: [=======================================           ] 78.00%
Loading: [==============================                    ] 59.21%
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: [====================================              ] 71.05%[Pipeline] // lock
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // stage

Loading: [==========================================        ] 82.89%[Pipeline] }

Loading: [================================================  ] 94.74%
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
+ echo testando na tang nano
testando na tang nano
[Pipeline] }
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