// Copyright (C) 1991-2013 Altera Corporation // Your use of Altera Corporation's design tools, logic functions // and other software and tools, and its AMPP partner logic // functions, and any output files from any of the foregoing // (including device programming or simulation files), and any // associated documentation or information are expressly subject // to the terms and conditions of the Altera Program License // Subscription Agreement, Altera MegaCore Function License // Agreement, or other applicable license agreement, including, // without limitation, that your use is for the sole purpose of // programming logic devices manufactured by Altera and sold by // Altera or its authorized distributors. Please refer to the // applicable agreement for further details. // VENDOR "Altera" // PROGRAM "Quartus II 64-Bit" // VERSION "Version 13.0.0 Build 156 04/24/2013 SJ Full Version" // DATE "07/31/2016 01:04:26" // // Device: Altera EP4CE22F17C6 Package FBGA256 // // // This Verilog file should be used for ModelSim-Altera (Verilog) only // `timescale 1 ps/ 1 ps module mult1 ( Termine, Enter, Mult, Mostrar, clk, resetn, B, Fin, en_R1, ld_R1, en_R2, ld_R2, en_ACUM, Sel, Sel_muestra, B_in_0, A_in_, A, B_in, P); output Termine; input Enter; input Mult; input Mostrar; input clk; input resetn; input [3:0] B; output Fin; output en_R1; output ld_R1; output en_R2; output ld_R2; output en_ACUM; output Sel; output Sel_muestra; output B_in_0; output [7:0] A_in_; input [7:0] A; output [3:0] B_in; output [7:0] P; // Design Ports Information // Termine => Location: PIN_E11, I/O Standard: 2.5 V, Current Strength: Default // Fin => Location: PIN_J15, I/O Standard: 2.5 V, Current Strength: Default // en_R1 => Location: PIN_N16, I/O Standard: 2.5 V, Current Strength: Default // ld_R1 => Location: PIN_F13, I/O Standard: 2.5 V, Current Strength: Default // en_R2 => Location: PIN_K15, I/O Standard: 2.5 V, Current Strength: Default // ld_R2 => Location: PIN_C11, I/O Standard: 2.5 V, Current Strength: Default // en_ACUM => Location: PIN_B13, I/O Standard: 2.5 V, Current Strength: Default // Sel => Location: PIN_C15, I/O Standard: 2.5 V, Current Strength: Default // Sel_muestra => Location: PIN_B11, I/O Standard: 2.5 V, Current Strength: Default // B_in_0 => Location: PIN_C9, I/O Standard: 2.5 V, Current Strength: Default // A_in_[7] => Location: PIN_A13, I/O Standard: 2.5 V, Current Strength: Default // A_in_[6] => Location: PIN_D16, I/O Standard: 2.5 V, Current Strength: Default // A_in_[5] => Location: PIN_G15, I/O Standard: 2.5 V, Current Strength: Default // A_in_[4] => Location: PIN_D11, I/O Standard: 2.5 V, Current Strength: Default // A_in_[3] => Location: PIN_A14, I/O Standard: 2.5 V, Current Strength: Default // A_in_[2] => Location: PIN_N15, I/O Standard: 2.5 V, Current Strength: Default // A_in_[1] => Location: PIN_A12, I/O Standard: 2.5 V, Current Strength: Default // A_in_[0] => Location: PIN_C14, I/O Standard: 2.5 V, Current Strength: Default // B_in[3] => Location: PIN_A10, I/O Standard: 2.5 V, Current Strength: Default // B_in[2] => Location: PIN_A11, I/O Standard: 2.5 V, Current Strength: Default // B_in[1] => Location: PIN_F9, I/O Standard: 2.5 V, Current Strength: Default // B_in[0] => Location: PIN_D9, I/O Standard: 2.5 V, Current Strength: Default // P[7] => Location: PIN_L15, I/O Standard: 2.5 V, Current Strength: Default // P[6] => Location: PIN_J16, I/O Standard: 2.5 V, Current Strength: Default // P[5] => Location: PIN_D14, I/O Standard: 2.5 V, Current Strength: Default // P[4] => Location: PIN_J14, I/O Standard: 2.5 V, Current Strength: Default // P[3] => Location: PIN_L16, I/O Standard: 2.5 V, Current Strength: Default // P[2] => Location: PIN_B14, I/O Standard: 2.5 V, Current Strength: Default // P[1] => Location: PIN_J13, I/O Standard: 2.5 V, Current Strength: Default // P[0] => Location: PIN_D15, I/O Standard: 2.5 V, Current Strength: Default // Enter => Location: PIN_C16, I/O Standard: 2.5 V, Current Strength: Default // B[3] => Location: PIN_B12, I/O Standard: 2.5 V, Current Strength: Default // clk => Location: PIN_E1, I/O Standard: 2.5 V, Current Strength: Default // resetn => Location: PIN_M2, I/O Standard: 2.5 V, Current Strength: Default // B[2] => Location: PIN_K16, I/O Standard: 2.5 V, Current Strength: Default // B[1] => Location: PIN_E9, I/O Standard: 2.5 V, Current Strength: Default // B[0] => Location: PIN_B10, I/O Standard: 2.5 V, Current Strength: Default // Mostrar => Location: PIN_E10, I/O Standard: 2.5 V, Current Strength: Default // Mult => Location: PIN_A15, I/O Standard: 2.5 V, Current Strength: Default // A[7] => Location: PIN_L14, I/O Standard: 2.5 V, Current Strength: Default // A[6] => Location: PIN_D12, I/O Standard: 2.5 V, Current Strength: Default // A[5] => Location: PIN_D8, I/O Standard: 2.5 V, Current Strength: Default // A[4] => Location: PIN_B16, I/O Standard: 2.5 V, Current Strength: Default // A[3] => Location: PIN_F15, I/O Standard: 2.5 V, Current Strength: Default // A[2] => Location: PIN_L13, I/O Standard: 2.5 V, Current Strength: Default // A[1] => Location: PIN_G16, I/O Standard: 2.5 V, Current Strength: Default // A[0] => Location: PIN_F14, I/O Standard: 2.5 V, Current Strength: Default wire gnd; wire vcc; wire unknown; assign gnd = 1'b0; assign vcc = 1'b1; assign unknown = 1'bx; tri1 devclrn; tri1 devpor; tri1 devoe; wire \B[2]~input_o ; wire \B[0]~input_o ; wire \A[0]~input_o ; wire \Termine~output_o ; wire \Fin~output_o ; wire \en_R1~output_o ; wire \ld_R1~output_o ; wire \en_R2~output_o ; wire \ld_R2~output_o ; wire \en_ACUM~output_o ; wire \Sel~output_o ; wire \Sel_muestra~output_o ; wire \B_in_0~output_o ; wire \A_in_[7]~output_o ; wire \A_in_[6]~output_o ; wire \A_in_[5]~output_o ; wire \A_in_[4]~output_o ; wire \A_in_[3]~output_o ; wire \A_in_[2]~output_o ; wire \A_in_[1]~output_o ; wire \A_in_[0]~output_o ; wire \B_in[3]~output_o ; wire \B_in[2]~output_o ; wire \B_in[1]~output_o ; wire \B_in[0]~output_o ; wire \P[7]~output_o ; wire \P[6]~output_o ; wire \P[5]~output_o ; wire \P[4]~output_o ; wire \P[3]~output_o ; wire \P[2]~output_o ; wire \P[1]~output_o ; wire \P[0]~output_o ; wire \Enter~input_o ; wire \Mult~input_o ; wire \inst|Selector3~0_combout ; wire \resetn~input_o ; wire \resetn~inputclkctrl_outclk ; wire \inst|y.Td~q ; wire \B[1]~input_o ; wire \inst3|Q~2_combout ; wire \inst|Selector10~0_combout ; wire \inst3|Q~3_combout ; wire \B[3]~input_o ; wire \inst|Selector10~1_combout ; wire \inst3|Q~0_combout ; wire \inst3|Q~1_combout ; wire \inst4|O_nor~0_combout ; wire \Mostrar~input_o ; wire \inst|Selector5~0_combout ; wire \inst|y.Tf~q ; wire \inst|Selector6~0_combout ; wire \inst|y.Tg~q ; wire \inst|Selector7~0_combout ; wire \inst|y.Th~q ; wire \inst|WideOr11~combout ; wire \inst|Selector0~0_combout ; wire \inst|Selector0~1_combout ; wire \inst|y.Ta~q ; wire \inst|Selector1~0_combout ; wire \inst|y.Tb~q ; wire \inst|Selector2~0_combout ; wire \inst|y.Tc~q ; wire \inst|Selector4~0_combout ; wire \inst|Selector4~1_combout ; wire \inst|y.Te~q ; wire \inst|Selector9~0_combout ; wire \inst|Selector9~1_combout ; wire \inst|Selector8~0_combout ; wire \clk~input_o ; wire \clk~inputclkctrl_outclk ; wire \A[6]~input_o ; wire \A[4]~input_o ; wire \A[2]~input_o ; wire \A[1]~input_o ; wire \A0s|Q~7_combout ; wire \A0s|Q~6_combout ; wire \A0s|Q~5_combout ; wire \A[3]~input_o ; wire \A0s|Q~4_combout ; wire \A0s|Q~3_combout ; wire \A[5]~input_o ; wire \A0s|Q~2_combout ; wire \A0s|Q~1_combout ; wire \A[7]~input_o ; wire \A0s|Q~0_combout ; wire \inst2|Q[0]~8_combout ; wire \inst2|Q[0]~9 ; wire \inst2|Q[1]~10_combout ; wire \inst2|Q[1]~11 ; wire \inst2|Q[2]~13 ; wire \inst2|Q[3]~14_combout ; wire \inst2|Q[3]~15 ; wire \inst2|Q[4]~17 ; wire \inst2|Q[5]~18_combout ; wire \inst2|Q[5]~19 ; wire \inst2|Q[6]~20_combout ; wire \inst2|Q[6]~21 ; wire \inst2|Q[7]~22_combout ; wire \inst7|Y[7]~0_combout ; wire \inst7|Y[6]~1_combout ; wire \inst7|Y[5]~2_combout ; wire \inst2|Q[4]~16_combout ; wire \inst7|Y[4]~3_combout ; wire \inst7|Y[3]~4_combout ; wire \inst2|Q[2]~12_combout ; wire \inst7|Y[2]~5_combout ; wire \inst7|Y[1]~6_combout ; wire \inst7|Y[0]~7_combout ; wire [7:0] \inst2|Q ; wire [3:0] \inst3|Q ; wire [7:0] \A0s|Q ; // Location: IOIBUF_X53_Y12_N1 cycloneive_io_ibuf \B[2]~input ( .i(B[2]), .ibar(gnd), .o(\B[2]~input_o )); // synopsys translate_off defparam \B[2]~input .bus_hold = "false"; defparam \B[2]~input .simulate_z_as = "z"; // synopsys translate_on // Location: IOIBUF_X34_Y34_N15 cycloneive_io_ibuf \B[0]~input ( .i(B[0]), .ibar(gnd), .o(\B[0]~input_o )); // synopsys translate_off defparam \B[0]~input .bus_hold = "false"; defparam \B[0]~input .simulate_z_as = "z"; // synopsys translate_on // Location: IOIBUF_X53_Y24_N22 cycloneive_io_ibuf \A[0]~input ( .i(A[0]), .ibar(gnd), .o(\A[0]~input_o )); // synopsys translate_off defparam \A[0]~input .bus_hold = "false"; defparam \A[0]~input .simulate_z_as = "z"; // synopsys translate_on // Location: IOOBUF_X45_Y34_N9 cycloneive_io_obuf \Termine~output ( .i(!\inst4|O_nor~0_combout ), .oe(vcc), .seriesterminationcontrol(16'b0000000000000000), .devoe(devoe), .o(\Termine~output_o ), .obar()); // synopsys translate_off defparam \Termine~output .bus_hold = "false"; defparam \Termine~output .open_drain_output = "false"; // synopsys translate_on // Location: IOOBUF_X53_Y14_N2 cycloneive_io_obuf \Fin~output ( .i(\inst|WideOr11~combout ), .oe(vcc), .seriesterminationcontrol(16'b0000000000000000), .devoe(devoe), .o(\Fin~output_o ), .obar()); // synopsys translate_off defparam \Fin~output .bus_hold = "false"; defparam \Fin~output .open_drain_output = "false"; // synopsys translate_on // Location: IOOBUF_X53_Y9_N23 cycloneive_io_obuf \en_R1~output ( .i(\inst|Selector9~0_combout ), .oe(vcc), .seriesterminationcontrol(16'b0000000000000000), .devoe(devoe), .o(\en_R1~output_o ), .obar()); // synopsys translate_off defparam \en_R1~output .bus_hold = "false"; defparam \en_R1~output .open_drain_output = "false"; // synopsys translate_on // Location: IOOBUF_X53_Y21_N23 cycloneive_io_obuf \ld_R1~output ( .i(\inst|Selector9~1_combout ), .oe(vcc), .seriesterminationcontrol(16'b0000000000000000), .devoe(devoe), .o(\ld_R1~output_o ), .obar()); // synopsys translate_off defparam \ld_R1~output .bus_hold = "false"; defparam \ld_R1~output .open_drain_output = "false"; // synopsys translate_on // Location: IOOBUF_X53_Y13_N9 cycloneive_io_obuf \en_R2~output ( .i(\inst|Selector10~0_combout ), .oe(vcc), .seriesterminationcontrol(16'b0000000000000000), .devoe(devoe), .o(\en_R2~output_o ), .obar()); // synopsys translate_off defparam \en_R2~output .bus_hold = "false"; defparam \en_R2~output .open_drain_output = "false"; // synopsys translate_on // Location: IOOBUF_X38_Y34_N2 cycloneive_io_obuf \ld_R2~output ( .i(\inst|Selector10~1_combout ), .oe(vcc), .seriesterminationcontrol(16'b0000000000000000), .devoe(devoe), .o(\ld_R2~output_o ), .obar()); // synopsys translate_off defparam \ld_R2~output .bus_hold = "false"; defparam \ld_R2~output .open_drain_output = "false"; // synopsys translate_on // Location: IOOBUF_X49_Y34_N9 cycloneive_io_obuf \en_ACUM~output ( .i(\inst|Selector8~0_combout ), .oe(vcc), .seriesterminationcontrol(16'b0000000000000000), .devoe(devoe), .o(\en_ACUM~output_o ), .obar()); // synopsys translate_off defparam \en_ACUM~output .bus_hold = "false"; defparam \en_ACUM~output .open_drain_output = "false"; // synopsys translate_on // Location: IOOBUF_X53_Y30_N2 cycloneive_io_obuf \Sel~output ( .i(\inst|y.Te~q ), .oe(vcc), .seriesterminationcontrol(16'b0000000000000000), .devoe(devoe), .o(\Sel~output_o ), .obar()); // synopsys translate_off defparam \Sel~output .bus_hold = "false"; defparam \Sel~output .open_drain_output = "false"; // synopsys translate_on // Location: IOOBUF_X40_Y34_N9 cycloneive_io_obuf \Sel_muestra~output ( .i(\inst|y.Th~q ), .oe(vcc), .seriesterminationcontrol(16'b0000000000000000), .devoe(devoe), .o(\Sel_muestra~output_o ), .obar()); // synopsys translate_off defparam \Sel_muestra~output .bus_hold = "false"; defparam \Sel_muestra~output .open_drain_output = "false"; // synopsys translate_on // Location: IOOBUF_X31_Y34_N2 cycloneive_io_obuf \B_in_0~output ( .i(\inst3|Q [0]), .oe(vcc), .seriesterminationcontrol(16'b0000000000000000), .devoe(devoe), .o(\B_in_0~output_o ), .obar()); // synopsys translate_off defparam \B_in_0~output .bus_hold = "false"; defparam \B_in_0~output .open_drain_output = "false"; // synopsys translate_on // Location: IOOBUF_X49_Y34_N2 cycloneive_io_obuf \A_in_[7]~output ( .i(\A0s|Q [7]), .oe(vcc), .seriesterminationcontrol(16'b0000000000000000), .devoe(devoe), .o(\A_in_[7]~output_o ), .obar()); // synopsys translate_off defparam \A_in_[7]~output .bus_hold = "false"; defparam \A_in_[7]~output .open_drain_output = "false"; // synopsys translate_on // Location: IOOBUF_X53_Y25_N2 cycloneive_io_obuf \A_in_[6]~output ( .i(\A0s|Q [6]), .oe(vcc), .seriesterminationcontrol(16'b0000000000000000), .devoe(devoe), .o(\A_in_[6]~output_o ), .obar()); // synopsys translate_off defparam \A_in_[6]~output .bus_hold = "false"; defparam \A_in_[6]~output .open_drain_output = "false"; // synopsys translate_on // Location: IOOBUF_X53_Y20_N16 cycloneive_io_obuf \A_in_[5]~output ( .i(\A0s|Q [5]), .oe(vcc), .seriesterminationcontrol(16'b0000000000000000), .devoe(devoe), .o(\A_in_[5]~output_o ), .obar()); // synopsys translate_off defparam \A_in_[5]~output .bus_hold = "false"; defparam \A_in_[5]~output .open_drain_output = "false"; // synopsys translate_on // Location: IOOBUF_X51_Y34_N16 cycloneive_io_obuf \A_in_[4]~output ( .i(\A0s|Q [4]), .oe(vcc), .seriesterminationcontrol(16'b0000000000000000), .devoe(devoe), .o(\A_in_[4]~output_o ), .obar()); // synopsys translate_off defparam \A_in_[4]~output .bus_hold = "false"; defparam \A_in_[4]~output .open_drain_output = "false"; // synopsys translate_on // Location: IOOBUF_X47_Y34_N23 cycloneive_io_obuf \A_in_[3]~output ( .i(\A0s|Q [3]), .oe(vcc), .seriesterminationcontrol(16'b0000000000000000), .devoe(devoe), .o(\A_in_[3]~output_o ), .obar()); // synopsys translate_off defparam \A_in_[3]~output .bus_hold = "false"; defparam \A_in_[3]~output .open_drain_output = "false"; // synopsys translate_on // Location: IOOBUF_X53_Y9_N16 cycloneive_io_obuf \A_in_[2]~output ( .i(\A0s|Q [2]), .oe(vcc), .seriesterminationcontrol(16'b0000000000000000), .devoe(devoe), .o(\A_in_[2]~output_o ), .obar()); // synopsys translate_off defparam \A_in_[2]~output .bus_hold = "false"; defparam \A_in_[2]~output .open_drain_output = "false"; // synopsys translate_on // Location: IOOBUF_X43_Y34_N16 cycloneive_io_obuf \A_in_[1]~output ( .i(\A0s|Q [1]), .oe(vcc), .seriesterminationcontrol(16'b0000000000000000), .devoe(devoe), .o(\A_in_[1]~output_o ), .obar()); // synopsys translate_off defparam \A_in_[1]~output .bus_hold = "false"; defparam \A_in_[1]~output .open_drain_output = "false"; // synopsys translate_on // Location: IOOBUF_X51_Y34_N2 cycloneive_io_obuf \A_in_[0]~output ( .i(\A0s|Q [0]), .oe(vcc), .seriesterminationcontrol(16'b0000000000000000), .devoe(devoe), .o(\A_in_[0]~output_o ), .obar()); // synopsys translate_off defparam \A_in_[0]~output .bus_hold = "false"; defparam \A_in_[0]~output .open_drain_output = "false"; // synopsys translate_on // Location: IOOBUF_X34_Y34_N9 cycloneive_io_obuf \B_in[3]~output ( .i(\inst3|Q [3]), .oe(vcc), .seriesterminationcontrol(16'b0000000000000000), .devoe(devoe), .o(\B_in[3]~output_o ), .obar()); // synopsys translate_off defparam \B_in[3]~output .bus_hold = "false"; defparam \B_in[3]~output .open_drain_output = "false"; // synopsys translate_on // Location: IOOBUF_X40_Y34_N2 cycloneive_io_obuf \B_in[2]~output ( .i(\inst3|Q [2]), .oe(vcc), .seriesterminationcontrol(16'b0000000000000000), .devoe(devoe), .o(\B_in[2]~output_o ), .obar()); // synopsys translate_off defparam \B_in[2]~output .bus_hold = "false"; defparam \B_in[2]~output .open_drain_output = "false"; // synopsys translate_on // Location: IOOBUF_X34_Y34_N2 cycloneive_io_obuf \B_in[1]~output ( .i(\inst3|Q [1]), .oe(vcc), .seriesterminationcontrol(16'b0000000000000000), .devoe(devoe), .o(\B_in[1]~output_o ), .obar()); // synopsys translate_off defparam \B_in[1]~output .bus_hold = "false"; defparam \B_in[1]~output .open_drain_output = "false"; // synopsys translate_on // Location: IOOBUF_X31_Y34_N9 cycloneive_io_obuf \B_in[0]~output ( .i(\inst3|Q [0]), .oe(vcc), .seriesterminationcontrol(16'b0000000000000000), .devoe(devoe), .o(\B_in[0]~output_o ), .obar()); // synopsys translate_off defparam \B_in[0]~output .bus_hold = "false"; defparam \B_in[0]~output .open_drain_output = "false"; // synopsys translate_on // Location: IOOBUF_X53_Y11_N2 cycloneive_io_obuf \P[7]~output ( .i(\inst7|Y[7]~0_combout ), .oe(vcc), .seriesterminationcontrol(16'b0000000000000000), .devoe(devoe), .o(\P[7]~output_o ), .obar()); // synopsys translate_off defparam \P[7]~output .bus_hold = "false"; defparam \P[7]~output .open_drain_output = "false"; // synopsys translate_on // Location: IOOBUF_X53_Y14_N9 cycloneive_io_obuf \P[6]~output ( .i(\inst7|Y[6]~1_combout ), .oe(vcc), .seriesterminationcontrol(16'b0000000000000000), .devoe(devoe), .o(\P[6]~output_o ), .obar()); // synopsys translate_off defparam \P[6]~output .bus_hold = "false"; defparam \P[6]~output .open_drain_output = "false"; // synopsys translate_on // Location: IOOBUF_X51_Y34_N9 cycloneive_io_obuf \P[5]~output ( .i(\inst7|Y[5]~2_combout ), .oe(vcc), .seriesterminationcontrol(16'b0000000000000000), .devoe(devoe), .o(\P[5]~output_o ), .obar()); // synopsys translate_off defparam \P[5]~output .bus_hold = "false"; defparam \P[5]~output .open_drain_output = "false"; // synopsys translate_on // Location: IOOBUF_X53_Y15_N9 cycloneive_io_obuf \P[4]~output ( .i(\inst7|Y[4]~3_combout ), .oe(vcc), .seriesterminationcontrol(16'b0000000000000000), .devoe(devoe), .o(\P[4]~output_o ), .obar()); // synopsys translate_off defparam \P[4]~output .bus_hold = "false"; defparam \P[4]~output .open_drain_output = "false"; // synopsys translate_on // Location: IOOBUF_X53_Y11_N9 cycloneive_io_obuf \P[3]~output ( .i(\inst7|Y[3]~4_combout ), .oe(vcc), .seriesterminationcontrol(16'b0000000000000000), .devoe(devoe), .o(\P[3]~output_o ), .obar()); // synopsys translate_off defparam \P[3]~output .bus_hold = "false"; defparam \P[3]~output .open_drain_output = "false"; // synopsys translate_on // Location: IOOBUF_X45_Y34_N2 cycloneive_io_obuf \P[2]~output ( .i(\inst7|Y[2]~5_combout ), .oe(vcc), .seriesterminationcontrol(16'b0000000000000000), .devoe(devoe), .o(\P[2]~output_o ), .obar()); // synopsys translate_off defparam \P[2]~output .bus_hold = "false"; defparam \P[2]~output .open_drain_output = "false"; // synopsys translate_on // Location: IOOBUF_X53_Y16_N9 cycloneive_io_obuf \P[1]~output ( .i(\inst7|Y[1]~6_combout ), .oe(vcc), .seriesterminationcontrol(16'b0000000000000000), .devoe(devoe), .o(\P[1]~output_o ), .obar()); // synopsys translate_off defparam \P[1]~output .bus_hold = "false"; defparam \P[1]~output .open_drain_output = "false"; // synopsys translate_on // Location: IOOBUF_X53_Y26_N23 cycloneive_io_obuf \P[0]~output ( .i(\inst7|Y[0]~7_combout ), .oe(vcc), .seriesterminationcontrol(16'b0000000000000000), .devoe(devoe), .o(\P[0]~output_o ), .obar()); // synopsys translate_off defparam \P[0]~output .bus_hold = "false"; defparam \P[0]~output .open_drain_output = "false"; // synopsys translate_on // Location: IOIBUF_X53_Y30_N8 cycloneive_io_ibuf \Enter~input ( .i(Enter), .ibar(gnd), .o(\Enter~input_o )); // synopsys translate_off defparam \Enter~input .bus_hold = "false"; defparam \Enter~input .simulate_z_as = "z"; // synopsys translate_on // Location: IOIBUF_X38_Y34_N15 cycloneive_io_ibuf \Mult~input ( .i(Mult), .ibar(gnd), .o(\Mult~input_o )); // synopsys translate_off defparam \Mult~input .bus_hold = "false"; defparam \Mult~input .simulate_z_as = "z"; // synopsys translate_on // Location: LCCOMB_X50_Y30_N28 cycloneive_lcell_comb \inst|Selector3~0 ( // Equation(s): // \inst|Selector3~0_combout = (\Enter~input_o & ((\inst|y.Td~q ) # ((\inst|y.Tc~q & !\Mult~input_o )))) .dataa(\inst|y.Tc~q ), .datab(\Enter~input_o ), .datac(\inst|y.Td~q ), .datad(\Mult~input_o ), .cin(gnd), .combout(\inst|Selector3~0_combout ), .cout()); // synopsys translate_off defparam \inst|Selector3~0 .lut_mask = 16'hC0C8; defparam \inst|Selector3~0 .sum_lutc_input = "datac"; // synopsys translate_on // Location: IOIBUF_X0_Y16_N15 cycloneive_io_ibuf \resetn~input ( .i(resetn), .ibar(gnd), .o(\resetn~input_o )); // synopsys translate_off defparam \resetn~input .bus_hold = "false"; defparam \resetn~input .simulate_z_as = "z"; // synopsys translate_on // Location: CLKCTRL_G4 cycloneive_clkctrl \resetn~inputclkctrl ( .ena(vcc), .inclk({vcc,vcc,vcc,\resetn~input_o }), .clkselect(2'b00), .devclrn(devclrn), .devpor(devpor), .outclk(\resetn~inputclkctrl_outclk )); // synopsys translate_off defparam \resetn~inputclkctrl .clock_type = "global clock"; defparam \resetn~inputclkctrl .ena_register_mode = "none"; // synopsys translate_on // Location: FF_X50_Y30_N29 dffeas \inst|y.Td ( .clk(\clk~inputclkctrl_outclk ), .d(\inst|Selector3~0_combout ), .asdata(vcc), .clrn(\resetn~inputclkctrl_outclk ), .aload(gnd), .sclr(gnd), .sload(gnd), .ena(vcc), .devclrn(devclrn), .devpor(devpor), .q(\inst|y.Td~q ), .prn(vcc)); // synopsys translate_off defparam \inst|y.Td .is_wysiwyg = "true"; defparam \inst|y.Td .power_up = "low"; // synopsys translate_on // Location: IOIBUF_X29_Y34_N15 cycloneive_io_ibuf \B[1]~input ( .i(B[1]), .ibar(gnd), .o(\B[1]~input_o )); // synopsys translate_off defparam \B[1]~input .bus_hold = "false"; defparam \B[1]~input .simulate_z_as = "z"; // synopsys translate_on // Location: LCCOMB_X50_Y30_N8 cycloneive_lcell_comb \inst3|Q~2 ( // Equation(s): // \inst3|Q~2_combout = (\inst|y.Td~q & ((\Enter~input_o & ((\B[1]~input_o ))) # (!\Enter~input_o & (\inst3|Q [2])))) # (!\inst|y.Td~q & (\inst3|Q [2])) .dataa(\inst3|Q [2]), .datab(\inst|y.Td~q ), .datac(\Enter~input_o ), .datad(\B[1]~input_o ), .cin(gnd), .combout(\inst3|Q~2_combout ), .cout()); // synopsys translate_off defparam \inst3|Q~2 .lut_mask = 16'hEA2A; defparam \inst3|Q~2 .sum_lutc_input = "datac"; // synopsys translate_on // Location: LCCOMB_X50_Y30_N14 cycloneive_lcell_comb \inst|Selector10~0 ( // Equation(s): // \inst|Selector10~0_combout = (\inst|y.Te~q ) # ((\Enter~input_o & \inst|y.Td~q )) .dataa(\inst|y.Te~q ), .datab(gnd), .datac(\Enter~input_o ), .datad(\inst|y.Td~q ), .cin(gnd), .combout(\inst|Selector10~0_combout ), .cout()); // synopsys translate_off defparam \inst|Selector10~0 .lut_mask = 16'hFAAA; defparam \inst|Selector10~0 .sum_lutc_input = "datac"; // synopsys translate_on // Location: FF_X50_Y30_N9 dffeas \inst3|Q[1] ( .clk(\clk~inputclkctrl_outclk ), .d(\inst3|Q~2_combout ), .asdata(vcc), .clrn(\resetn~inputclkctrl_outclk ), .aload(gnd), .sclr(gnd), .sload(gnd), .ena(\inst|Selector10~0_combout ), .devclrn(devclrn), .devpor(devpor), .q(\inst3|Q [1]), .prn(vcc)); // synopsys translate_off defparam \inst3|Q[1] .is_wysiwyg = "true"; defparam \inst3|Q[1] .power_up = "low"; // synopsys translate_on // Location: LCCOMB_X50_Y30_N26 cycloneive_lcell_comb \inst3|Q~3 ( // Equation(s): // \inst3|Q~3_combout = (\Enter~input_o & ((\inst|y.Td~q & (\B[0]~input_o )) # (!\inst|y.Td~q & ((\inst3|Q [1]))))) # (!\Enter~input_o & (((\inst3|Q [1])))) .dataa(\B[0]~input_o ), .datab(\Enter~input_o ), .datac(\inst3|Q [1]), .datad(\inst|y.Td~q ), .cin(gnd), .combout(\inst3|Q~3_combout ), .cout()); // synopsys translate_off defparam \inst3|Q~3 .lut_mask = 16'hB8F0; defparam \inst3|Q~3 .sum_lutc_input = "datac"; // synopsys translate_on // Location: FF_X50_Y30_N27 dffeas \inst3|Q[0] ( .clk(\clk~inputclkctrl_outclk ), .d(\inst3|Q~3_combout ), .asdata(vcc), .clrn(\resetn~inputclkctrl_outclk ), .aload(gnd), .sclr(gnd), .sload(gnd), .ena(\inst|Selector10~0_combout ), .devclrn(devclrn), .devpor(devpor), .q(\inst3|Q [0]), .prn(vcc)); // synopsys translate_off defparam \inst3|Q[0] .is_wysiwyg = "true"; defparam \inst3|Q[0] .power_up = "low"; // synopsys translate_on // Location: IOIBUF_X43_Y34_N22 cycloneive_io_ibuf \B[3]~input ( .i(B[3]), .ibar(gnd), .o(\B[3]~input_o )); // synopsys translate_off defparam \B[3]~input .bus_hold = "false"; defparam \B[3]~input .simulate_z_as = "z"; // synopsys translate_on // Location: LCCOMB_X50_Y30_N16 cycloneive_lcell_comb \inst|Selector10~1 ( // Equation(s): // \inst|Selector10~1_combout = (\Enter~input_o & \inst|y.Td~q ) .dataa(gnd), .datab(gnd), .datac(\Enter~input_o ), .datad(\inst|y.Td~q ), .cin(gnd), .combout(\inst|Selector10~1_combout ), .cout()); // synopsys translate_off defparam \inst|Selector10~1 .lut_mask = 16'hF000; defparam \inst|Selector10~1 .sum_lutc_input = "datac"; // synopsys translate_on // Location: LCCOMB_X50_Y30_N20 cycloneive_lcell_comb \inst3|Q~0 ( // Equation(s): // \inst3|Q~0_combout = (\inst|Selector10~1_combout & (((\B[3]~input_o )))) # (!\inst|Selector10~1_combout & (!\inst|y.Te~q & ((\inst3|Q [3])))) .dataa(\inst|y.Te~q ), .datab(\B[3]~input_o ), .datac(\inst3|Q [3]), .datad(\inst|Selector10~1_combout ), .cin(gnd), .combout(\inst3|Q~0_combout ), .cout()); // synopsys translate_off defparam \inst3|Q~0 .lut_mask = 16'hCC50; defparam \inst3|Q~0 .sum_lutc_input = "datac"; // synopsys translate_on // Location: FF_X50_Y30_N21 dffeas \inst3|Q[3] ( .clk(\clk~inputclkctrl_outclk ), .d(\inst3|Q~0_combout ), .asdata(vcc), .clrn(\resetn~inputclkctrl_outclk ), .aload(gnd), .sclr(gnd), .sload(gnd), .ena(vcc), .devclrn(devclrn), .devpor(devpor), .q(\inst3|Q [3]), .prn(vcc)); // synopsys translate_off defparam \inst3|Q[3] .is_wysiwyg = "true"; defparam \inst3|Q[3] .power_up = "low"; // synopsys translate_on // Location: LCCOMB_X50_Y30_N30 cycloneive_lcell_comb \inst3|Q~1 ( // Equation(s): // \inst3|Q~1_combout = (\inst|y.Td~q & ((\Enter~input_o & (\B[2]~input_o )) # (!\Enter~input_o & ((\inst3|Q [3]))))) # (!\inst|y.Td~q & (((\inst3|Q [3])))) .dataa(\B[2]~input_o ), .datab(\inst|y.Td~q ), .datac(\Enter~input_o ), .datad(\inst3|Q [3]), .cin(gnd), .combout(\inst3|Q~1_combout ), .cout()); // synopsys translate_off defparam \inst3|Q~1 .lut_mask = 16'hBF80; defparam \inst3|Q~1 .sum_lutc_input = "datac"; // synopsys translate_on // Location: FF_X50_Y30_N31 dffeas \inst3|Q[2] ( .clk(\clk~inputclkctrl_outclk ), .d(\inst3|Q~1_combout ), .asdata(vcc), .clrn(\resetn~inputclkctrl_outclk ), .aload(gnd), .sclr(gnd), .sload(gnd), .ena(\inst|Selector10~0_combout ), .devclrn(devclrn), .devpor(devpor), .q(\inst3|Q [2]), .prn(vcc)); // synopsys translate_off defparam \inst3|Q[2] .is_wysiwyg = "true"; defparam \inst3|Q[2] .power_up = "low"; // synopsys translate_on // Location: LCCOMB_X50_Y30_N24 cycloneive_lcell_comb \inst4|O_nor~0 ( // Equation(s): // \inst4|O_nor~0_combout = (\inst3|Q [0]) # ((\inst3|Q [1]) # ((\inst3|Q [2]) # (\inst3|Q [3]))) .dataa(\inst3|Q [0]), .datab(\inst3|Q [1]), .datac(\inst3|Q [2]), .datad(\inst3|Q [3]), .cin(gnd), .combout(\inst4|O_nor~0_combout ), .cout()); // synopsys translate_off defparam \inst4|O_nor~0 .lut_mask = 16'hFFFE; defparam \inst4|O_nor~0 .sum_lutc_input = "datac"; // synopsys translate_on // Location: IOIBUF_X45_Y34_N15 cycloneive_io_ibuf \Mostrar~input ( .i(Mostrar), .ibar(gnd), .o(\Mostrar~input_o )); // synopsys translate_off defparam \Mostrar~input .bus_hold = "false"; defparam \Mostrar~input .simulate_z_as = "z"; // synopsys translate_on // Location: LCCOMB_X50_Y30_N10 cycloneive_lcell_comb \inst|Selector5~0 ( // Equation(s): // \inst|Selector5~0_combout = (\inst|y.Te~q & (((!\Mostrar~input_o & \inst|y.Tf~q )) # (!\inst4|O_nor~0_combout ))) # (!\inst|y.Te~q & (!\Mostrar~input_o & (\inst|y.Tf~q ))) .dataa(\inst|y.Te~q ), .datab(\Mostrar~input_o ), .datac(\inst|y.Tf~q ), .datad(\inst4|O_nor~0_combout ), .cin(gnd), .combout(\inst|Selector5~0_combout ), .cout()); // synopsys translate_off defparam \inst|Selector5~0 .lut_mask = 16'h30BA; defparam \inst|Selector5~0 .sum_lutc_input = "datac"; // synopsys translate_on // Location: FF_X50_Y30_N11 dffeas \inst|y.Tf ( .clk(\clk~inputclkctrl_outclk ), .d(\inst|Selector5~0_combout ), .asdata(vcc), .clrn(\resetn~inputclkctrl_outclk ), .aload(gnd), .sclr(gnd), .sload(gnd), .ena(vcc), .devclrn(devclrn), .devpor(devpor), .q(\inst|y.Tf~q ), .prn(vcc)); // synopsys translate_off defparam \inst|y.Tf .is_wysiwyg = "true"; defparam \inst|y.Tf .power_up = "low"; // synopsys translate_on // Location: LCCOMB_X52_Y30_N22 cycloneive_lcell_comb \inst|Selector6~0 ( // Equation(s): // \inst|Selector6~0_combout = (\Mostrar~input_o & ((\inst|y.Tg~q ) # (\inst|y.Tf~q ))) .dataa(gnd), .datab(\Mostrar~input_o ), .datac(\inst|y.Tg~q ), .datad(\inst|y.Tf~q ), .cin(gnd), .combout(\inst|Selector6~0_combout ), .cout()); // synopsys translate_off defparam \inst|Selector6~0 .lut_mask = 16'hCCC0; defparam \inst|Selector6~0 .sum_lutc_input = "datac"; // synopsys translate_on // Location: FF_X52_Y30_N23 dffeas \inst|y.Tg ( .clk(\clk~inputclkctrl_outclk ), .d(\inst|Selector6~0_combout ), .asdata(vcc), .clrn(\resetn~inputclkctrl_outclk ), .aload(gnd), .sclr(gnd), .sload(gnd), .ena(vcc), .devclrn(devclrn), .devpor(devpor), .q(\inst|y.Tg~q ), .prn(vcc)); // synopsys translate_off defparam \inst|y.Tg .is_wysiwyg = "true"; defparam \inst|y.Tg .power_up = "low"; // synopsys translate_on // Location: LCCOMB_X52_Y30_N16 cycloneive_lcell_comb \inst|Selector7~0 ( // Equation(s): // \inst|Selector7~0_combout = (!\Mostrar~input_o & ((\inst|y.Tg~q ) # (\inst|y.Th~q ))) .dataa(\inst|y.Tg~q ), .datab(\Mostrar~input_o ), .datac(\inst|y.Th~q ), .datad(gnd), .cin(gnd), .combout(\inst|Selector7~0_combout ), .cout()); // synopsys translate_off defparam \inst|Selector7~0 .lut_mask = 16'h3232; defparam \inst|Selector7~0 .sum_lutc_input = "datac"; // synopsys translate_on // Location: FF_X52_Y30_N17 dffeas \inst|y.Th ( .clk(\clk~inputclkctrl_outclk ), .d(\inst|Selector7~0_combout ), .asdata(vcc), .clrn(\resetn~inputclkctrl_outclk ), .aload(gnd), .sclr(gnd), .sload(gnd), .ena(vcc), .devclrn(devclrn), .devpor(devpor), .q(\inst|y.Th~q ), .prn(vcc)); // synopsys translate_off defparam \inst|y.Th .is_wysiwyg = "true"; defparam \inst|y.Th .power_up = "low"; // synopsys translate_on // Location: LCCOMB_X52_Y30_N24 cycloneive_lcell_comb \inst|WideOr11 ( // Equation(s): // \inst|WideOr11~combout = (\inst|y.Tf~q ) # ((\inst|y.Tg~q ) # (\inst|y.Th~q )) .dataa(gnd), .datab(\inst|y.Tf~q ), .datac(\inst|y.Tg~q ), .datad(\inst|y.Th~q ), .cin(gnd), .combout(\inst|WideOr11~combout ), .cout()); // synopsys translate_off defparam \inst|WideOr11 .lut_mask = 16'hFFFC; defparam \inst|WideOr11 .sum_lutc_input = "datac"; // synopsys translate_on // Location: LCCOMB_X50_Y30_N6 cycloneive_lcell_comb \inst|Selector0~0 ( // Equation(s): // \inst|Selector0~0_combout = (\inst|y.Th~q & ((\Mostrar~input_o ) # ((!\Enter~input_o & \inst|y.Td~q )))) # (!\inst|y.Th~q & (((!\Enter~input_o & \inst|y.Td~q )))) .dataa(\inst|y.Th~q ), .datab(\Mostrar~input_o ), .datac(\Enter~input_o ), .datad(\inst|y.Td~q ), .cin(gnd), .combout(\inst|Selector0~0_combout ), .cout()); // synopsys translate_off defparam \inst|Selector0~0 .lut_mask = 16'h8F88; defparam \inst|Selector0~0 .sum_lutc_input = "datac"; // synopsys translate_on // Location: LCCOMB_X50_Y30_N18 cycloneive_lcell_comb \inst|Selector0~1 ( // Equation(s): // \inst|Selector0~1_combout = (!\inst|Selector0~0_combout & ((\Mult~input_o ) # ((\Enter~input_o ) # (\inst|y.Ta~q )))) .dataa(\Mult~input_o ), .datab(\Enter~input_o ), .datac(\inst|y.Ta~q ), .datad(\inst|Selector0~0_combout ), .cin(gnd), .combout(\inst|Selector0~1_combout ), .cout()); // synopsys translate_off defparam \inst|Selector0~1 .lut_mask = 16'h00FE; defparam \inst|Selector0~1 .sum_lutc_input = "datac"; // synopsys translate_on // Location: FF_X50_Y30_N19 dffeas \inst|y.Ta ( .clk(\clk~inputclkctrl_outclk ), .d(\inst|Selector0~1_combout ), .asdata(vcc), .clrn(\resetn~inputclkctrl_outclk ), .aload(gnd), .sclr(gnd), .sload(gnd), .ena(vcc), .devclrn(devclrn), .devpor(devpor), .q(\inst|y.Ta~q ), .prn(vcc)); // synopsys translate_off defparam \inst|y.Ta .is_wysiwyg = "true"; defparam \inst|y.Ta .power_up = "low"; // synopsys translate_on // Location: LCCOMB_X50_Y30_N2 cycloneive_lcell_comb \inst|Selector1~0 ( // Equation(s): // \inst|Selector1~0_combout = (\Enter~input_o & ((\inst|y.Tb~q ) # ((!\Mult~input_o & !\inst|y.Ta~q )))) .dataa(\Mult~input_o ), .datab(\Enter~input_o ), .datac(\inst|y.Tb~q ), .datad(\inst|y.Ta~q ), .cin(gnd), .combout(\inst|Selector1~0_combout ), .cout()); // synopsys translate_off defparam \inst|Selector1~0 .lut_mask = 16'hC0C4; defparam \inst|Selector1~0 .sum_lutc_input = "datac"; // synopsys translate_on // Location: FF_X50_Y30_N3 dffeas \inst|y.Tb ( .clk(\clk~inputclkctrl_outclk ), .d(\inst|Selector1~0_combout ), .asdata(vcc), .clrn(\resetn~inputclkctrl_outclk ), .aload(gnd), .sclr(gnd), .sload(gnd), .ena(vcc), .devclrn(devclrn), .devpor(devpor), .q(\inst|y.Tb~q ), .prn(vcc)); // synopsys translate_off defparam \inst|y.Tb .is_wysiwyg = "true"; defparam \inst|y.Tb .power_up = "low"; // synopsys translate_on // Location: LCCOMB_X50_Y30_N22 cycloneive_lcell_comb \inst|Selector2~0 ( // Equation(s): // \inst|Selector2~0_combout = (!\Enter~input_o & ((\inst|y.Tb~q ) # ((!\Mult~input_o & \inst|y.Tc~q )))) .dataa(\Mult~input_o ), .datab(\Enter~input_o ), .datac(\inst|y.Tc~q ), .datad(\inst|y.Tb~q ), .cin(gnd), .combout(\inst|Selector2~0_combout ), .cout()); // synopsys translate_off defparam \inst|Selector2~0 .lut_mask = 16'h3310; defparam \inst|Selector2~0 .sum_lutc_input = "datac"; // synopsys translate_on // Location: FF_X50_Y30_N23 dffeas \inst|y.Tc ( .clk(\clk~inputclkctrl_outclk ), .d(\inst|Selector2~0_combout ), .asdata(vcc), .clrn(\resetn~inputclkctrl_outclk ), .aload(gnd), .sclr(gnd), .sload(gnd), .ena(vcc), .devclrn(devclrn), .devpor(devpor), .q(\inst|y.Tc~q ), .prn(vcc)); // synopsys translate_off defparam \inst|y.Tc .is_wysiwyg = "true"; defparam \inst|y.Tc .power_up = "low"; // synopsys translate_on // Location: LCCOMB_X50_Y30_N0 cycloneive_lcell_comb \inst|Selector4~0 ( // Equation(s): // \inst|Selector4~0_combout = (\Mult~input_o & ((\inst|y.Tc~q ) # (!\inst|y.Ta~q ))) .dataa(gnd), .datab(\Mult~input_o ), .datac(\inst|y.Tc~q ), .datad(\inst|y.Ta~q ), .cin(gnd), .combout(\inst|Selector4~0_combout ), .cout()); // synopsys translate_off defparam \inst|Selector4~0 .lut_mask = 16'hC0CC; defparam \inst|Selector4~0 .sum_lutc_input = "datac"; // synopsys translate_on // Location: LCCOMB_X50_Y30_N12 cycloneive_lcell_comb \inst|Selector4~1 ( // Equation(s): // \inst|Selector4~1_combout = (\inst|Selector4~0_combout ) # ((\inst|y.Te~q & \inst4|O_nor~0_combout )) .dataa(gnd), .datab(\inst|Selector4~0_combout ), .datac(\inst|y.Te~q ), .datad(\inst4|O_nor~0_combout ), .cin(gnd), .combout(\inst|Selector4~1_combout ), .cout()); // synopsys translate_off defparam \inst|Selector4~1 .lut_mask = 16'hFCCC; defparam \inst|Selector4~1 .sum_lutc_input = "datac"; // synopsys translate_on // Location: FF_X50_Y30_N13 dffeas \inst|y.Te ( .clk(\clk~inputclkctrl_outclk ), .d(\inst|Selector4~1_combout ), .asdata(vcc), .clrn(\resetn~inputclkctrl_outclk ), .aload(gnd), .sclr(gnd), .sload(gnd), .ena(vcc), .devclrn(devclrn), .devpor(devpor), .q(\inst|y.Te~q ), .prn(vcc)); // synopsys translate_off defparam \inst|y.Te .is_wysiwyg = "true"; defparam \inst|y.Te .power_up = "low"; // synopsys translate_on // Location: LCCOMB_X51_Y30_N4 cycloneive_lcell_comb \inst|Selector9~0 ( // Equation(s): // \inst|Selector9~0_combout = (\inst|y.Te~q ) # ((\Enter~input_o & \inst|y.Tb~q )) .dataa(\Enter~input_o ), .datab(gnd), .datac(\inst|y.Te~q ), .datad(\inst|y.Tb~q ), .cin(gnd), .combout(\inst|Selector9~0_combout ), .cout()); // synopsys translate_off defparam \inst|Selector9~0 .lut_mask = 16'hFAF0; defparam \inst|Selector9~0 .sum_lutc_input = "datac"; // synopsys translate_on // Location: LCCOMB_X52_Y30_N30 cycloneive_lcell_comb \inst|Selector9~1 ( // Equation(s): // \inst|Selector9~1_combout = (\inst|y.Tb~q & \Enter~input_o ) .dataa(gnd), .datab(gnd), .datac(\inst|y.Tb~q ), .datad(\Enter~input_o ), .cin(gnd), .combout(\inst|Selector9~1_combout ), .cout()); // synopsys translate_off defparam \inst|Selector9~1 .lut_mask = 16'hF000; defparam \inst|Selector9~1 .sum_lutc_input = "datac"; // synopsys translate_on // Location: LCCOMB_X50_Y30_N4 cycloneive_lcell_comb \inst|Selector8~0 ( // Equation(s): // \inst|Selector8~0_combout = ((\inst|y.Te~q & \inst3|Q [0])) # (!\inst|y.Ta~q ) .dataa(\inst|y.Te~q ), .datab(gnd), .datac(\inst3|Q [0]), .datad(\inst|y.Ta~q ), .cin(gnd), .combout(\inst|Selector8~0_combout ), .cout()); // synopsys translate_off defparam \inst|Selector8~0 .lut_mask = 16'hA0FF; defparam \inst|Selector8~0 .sum_lutc_input = "datac"; // synopsys translate_on // Location: IOIBUF_X0_Y16_N8 cycloneive_io_ibuf \clk~input ( .i(clk), .ibar(gnd), .o(\clk~input_o )); // synopsys translate_off defparam \clk~input .bus_hold = "false"; defparam \clk~input .simulate_z_as = "z"; // synopsys translate_on // Location: CLKCTRL_G2 cycloneive_clkctrl \clk~inputclkctrl ( .ena(vcc), .inclk({vcc,vcc,vcc,\clk~input_o }), .clkselect(2'b00), .devclrn(devclrn), .devpor(devpor), .outclk(\clk~inputclkctrl_outclk )); // synopsys translate_off defparam \clk~inputclkctrl .clock_type = "global clock"; defparam \clk~inputclkctrl .ena_register_mode = "none"; // synopsys translate_on // Location: IOIBUF_X51_Y34_N22 cycloneive_io_ibuf \A[6]~input ( .i(A[6]), .ibar(gnd), .o(\A[6]~input_o )); // synopsys translate_off defparam \A[6]~input .bus_hold = "false"; defparam \A[6]~input .simulate_z_as = "z"; // synopsys translate_on // Location: IOIBUF_X53_Y22_N1 cycloneive_io_ibuf \A[4]~input ( .i(A[4]), .ibar(gnd), .o(\A[4]~input_o )); // synopsys translate_off defparam \A[4]~input .bus_hold = "false"; defparam \A[4]~input .simulate_z_as = "z"; // synopsys translate_on // Location: IOIBUF_X53_Y10_N15 cycloneive_io_ibuf \A[2]~input ( .i(A[2]), .ibar(gnd), .o(\A[2]~input_o )); // synopsys translate_off defparam \A[2]~input .bus_hold = "false"; defparam \A[2]~input .simulate_z_as = "z"; // synopsys translate_on // Location: IOIBUF_X53_Y20_N22 cycloneive_io_ibuf \A[1]~input ( .i(A[1]), .ibar(gnd), .o(\A[1]~input_o )); // synopsys translate_off defparam \A[1]~input .bus_hold = "false"; defparam \A[1]~input .simulate_z_as = "z"; // synopsys translate_on // Location: LCCOMB_X52_Y30_N20 cycloneive_lcell_comb \A0s|Q~7 ( // Equation(s): // \A0s|Q~7_combout = (\inst|Selector9~1_combout & (\A[0]~input_o )) # (!\inst|Selector9~1_combout & (((!\inst|y.Te~q & \A0s|Q [0])))) .dataa(\A[0]~input_o ), .datab(\inst|y.Te~q ), .datac(\A0s|Q [0]), .datad(\inst|Selector9~1_combout ), .cin(gnd), .combout(\A0s|Q~7_combout ), .cout()); // synopsys translate_off defparam \A0s|Q~7 .lut_mask = 16'hAA30; defparam \A0s|Q~7 .sum_lutc_input = "datac"; // synopsys translate_on // Location: FF_X52_Y30_N21 dffeas \A0s|Q[0] ( .clk(\clk~inputclkctrl_outclk ), .d(\A0s|Q~7_combout ), .asdata(vcc), .clrn(\resetn~inputclkctrl_outclk ), .aload(gnd), .sclr(gnd), .sload(gnd), .ena(vcc), .devclrn(devclrn), .devpor(devpor), .q(\A0s|Q [0]), .prn(vcc)); // synopsys translate_off defparam \A0s|Q[0] .is_wysiwyg = "true"; defparam \A0s|Q[0] .power_up = "low"; // synopsys translate_on // Location: LCCOMB_X51_Y30_N30 cycloneive_lcell_comb \A0s|Q~6 ( // Equation(s): // \A0s|Q~6_combout = (\inst|y.Tb~q & ((\Enter~input_o & (\A[1]~input_o )) # (!\Enter~input_o & ((\A0s|Q [0]))))) # (!\inst|y.Tb~q & (((\A0s|Q [0])))) .dataa(\inst|y.Tb~q ), .datab(\A[1]~input_o ), .datac(\A0s|Q [0]), .datad(\Enter~input_o ), .cin(gnd), .combout(\A0s|Q~6_combout ), .cout()); // synopsys translate_off defparam \A0s|Q~6 .lut_mask = 16'hD8F0; defparam \A0s|Q~6 .sum_lutc_input = "datac"; // synopsys translate_on // Location: FF_X51_Y30_N31 dffeas \A0s|Q[1] ( .clk(\clk~inputclkctrl_outclk ), .d(\A0s|Q~6_combout ), .asdata(vcc), .clrn(\resetn~inputclkctrl_outclk ), .aload(gnd), .sclr(gnd), .sload(gnd), .ena(\inst|Selector9~0_combout ), .devclrn(devclrn), .devpor(devpor), .q(\A0s|Q [1]), .prn(vcc)); // synopsys translate_off defparam \A0s|Q[1] .is_wysiwyg = "true"; defparam \A0s|Q[1] .power_up = "low"; // synopsys translate_on // Location: LCCOMB_X51_Y30_N28 cycloneive_lcell_comb \A0s|Q~5 ( // Equation(s): // \A0s|Q~5_combout = (\inst|y.Tb~q & ((\Enter~input_o & (\A[2]~input_o )) # (!\Enter~input_o & ((\A0s|Q [1]))))) # (!\inst|y.Tb~q & (((\A0s|Q [1])))) .dataa(\inst|y.Tb~q ), .datab(\A[2]~input_o ), .datac(\A0s|Q [1]), .datad(\Enter~input_o ), .cin(gnd), .combout(\A0s|Q~5_combout ), .cout()); // synopsys translate_off defparam \A0s|Q~5 .lut_mask = 16'hD8F0; defparam \A0s|Q~5 .sum_lutc_input = "datac"; // synopsys translate_on // Location: FF_X51_Y30_N29 dffeas \A0s|Q[2] ( .clk(\clk~inputclkctrl_outclk ), .d(\A0s|Q~5_combout ), .asdata(vcc), .clrn(\resetn~inputclkctrl_outclk ), .aload(gnd), .sclr(gnd), .sload(gnd), .ena(\inst|Selector9~0_combout ), .devclrn(devclrn), .devpor(devpor), .q(\A0s|Q [2]), .prn(vcc)); // synopsys translate_off defparam \A0s|Q[2] .is_wysiwyg = "true"; defparam \A0s|Q[2] .power_up = "low"; // synopsys translate_on // Location: IOIBUF_X53_Y22_N8 cycloneive_io_ibuf \A[3]~input ( .i(A[3]), .ibar(gnd), .o(\A[3]~input_o )); // synopsys translate_off defparam \A[3]~input .bus_hold = "false"; defparam \A[3]~input .simulate_z_as = "z"; // synopsys translate_on // Location: LCCOMB_X51_Y30_N26 cycloneive_lcell_comb \A0s|Q~4 ( // Equation(s): // \A0s|Q~4_combout = (\inst|y.Tb~q & ((\Enter~input_o & ((\A[3]~input_o ))) # (!\Enter~input_o & (\A0s|Q [2])))) # (!\inst|y.Tb~q & (\A0s|Q [2])) .dataa(\inst|y.Tb~q ), .datab(\A0s|Q [2]), .datac(\A[3]~input_o ), .datad(\Enter~input_o ), .cin(gnd), .combout(\A0s|Q~4_combout ), .cout()); // synopsys translate_off defparam \A0s|Q~4 .lut_mask = 16'hE4CC; defparam \A0s|Q~4 .sum_lutc_input = "datac"; // synopsys translate_on // Location: FF_X51_Y30_N27 dffeas \A0s|Q[3] ( .clk(\clk~inputclkctrl_outclk ), .d(\A0s|Q~4_combout ), .asdata(vcc), .clrn(\resetn~inputclkctrl_outclk ), .aload(gnd), .sclr(gnd), .sload(gnd), .ena(\inst|Selector9~0_combout ), .devclrn(devclrn), .devpor(devpor), .q(\A0s|Q [3]), .prn(vcc)); // synopsys translate_off defparam \A0s|Q[3] .is_wysiwyg = "true"; defparam \A0s|Q[3] .power_up = "low"; // synopsys translate_on // Location: LCCOMB_X51_Y30_N0 cycloneive_lcell_comb \A0s|Q~3 ( // Equation(s): // \A0s|Q~3_combout = (\inst|y.Tb~q & ((\Enter~input_o & (\A[4]~input_o )) # (!\Enter~input_o & ((\A0s|Q [3]))))) # (!\inst|y.Tb~q & (((\A0s|Q [3])))) .dataa(\inst|y.Tb~q ), .datab(\A[4]~input_o ), .datac(\A0s|Q [3]), .datad(\Enter~input_o ), .cin(gnd), .combout(\A0s|Q~3_combout ), .cout()); // synopsys translate_off defparam \A0s|Q~3 .lut_mask = 16'hD8F0; defparam \A0s|Q~3 .sum_lutc_input = "datac"; // synopsys translate_on // Location: FF_X51_Y30_N1 dffeas \A0s|Q[4] ( .clk(\clk~inputclkctrl_outclk ), .d(\A0s|Q~3_combout ), .asdata(vcc), .clrn(\resetn~inputclkctrl_outclk ), .aload(gnd), .sclr(gnd), .sload(gnd), .ena(\inst|Selector9~0_combout ), .devclrn(devclrn), .devpor(devpor), .q(\A0s|Q [4]), .prn(vcc)); // synopsys translate_off defparam \A0s|Q[4] .is_wysiwyg = "true"; defparam \A0s|Q[4] .power_up = "low"; // synopsys translate_on // Location: IOIBUF_X23_Y34_N22 cycloneive_io_ibuf \A[5]~input ( .i(A[5]), .ibar(gnd), .o(\A[5]~input_o )); // synopsys translate_off defparam \A[5]~input .bus_hold = "false"; defparam \A[5]~input .simulate_z_as = "z"; // synopsys translate_on // Location: LCCOMB_X51_Y30_N22 cycloneive_lcell_comb \A0s|Q~2 ( // Equation(s): // \A0s|Q~2_combout = (\inst|y.Tb~q & ((\Enter~input_o & ((\A[5]~input_o ))) # (!\Enter~input_o & (\A0s|Q [4])))) # (!\inst|y.Tb~q & (\A0s|Q [4])) .dataa(\inst|y.Tb~q ), .datab(\A0s|Q [4]), .datac(\A[5]~input_o ), .datad(\Enter~input_o ), .cin(gnd), .combout(\A0s|Q~2_combout ), .cout()); // synopsys translate_off defparam \A0s|Q~2 .lut_mask = 16'hE4CC; defparam \A0s|Q~2 .sum_lutc_input = "datac"; // synopsys translate_on // Location: FF_X51_Y30_N23 dffeas \A0s|Q[5] ( .clk(\clk~inputclkctrl_outclk ), .d(\A0s|Q~2_combout ), .asdata(vcc), .clrn(\resetn~inputclkctrl_outclk ), .aload(gnd), .sclr(gnd), .sload(gnd), .ena(\inst|Selector9~0_combout ), .devclrn(devclrn), .devpor(devpor), .q(\A0s|Q [5]), .prn(vcc)); // synopsys translate_off defparam \A0s|Q[5] .is_wysiwyg = "true"; defparam \A0s|Q[5] .power_up = "low"; // synopsys translate_on // Location: LCCOMB_X51_Y30_N24 cycloneive_lcell_comb \A0s|Q~1 ( // Equation(s): // \A0s|Q~1_combout = (\inst|y.Tb~q & ((\Enter~input_o & (\A[6]~input_o )) # (!\Enter~input_o & ((\A0s|Q [5]))))) # (!\inst|y.Tb~q & (((\A0s|Q [5])))) .dataa(\inst|y.Tb~q ), .datab(\A[6]~input_o ), .datac(\A0s|Q [5]), .datad(\Enter~input_o ), .cin(gnd), .combout(\A0s|Q~1_combout ), .cout()); // synopsys translate_off defparam \A0s|Q~1 .lut_mask = 16'hD8F0; defparam \A0s|Q~1 .sum_lutc_input = "datac"; // synopsys translate_on // Location: FF_X51_Y30_N25 dffeas \A0s|Q[6] ( .clk(\clk~inputclkctrl_outclk ), .d(\A0s|Q~1_combout ), .asdata(vcc), .clrn(\resetn~inputclkctrl_outclk ), .aload(gnd), .sclr(gnd), .sload(gnd), .ena(\inst|Selector9~0_combout ), .devclrn(devclrn), .devpor(devpor), .q(\A0s|Q [6]), .prn(vcc)); // synopsys translate_off defparam \A0s|Q[6] .is_wysiwyg = "true"; defparam \A0s|Q[6] .power_up = "low"; // synopsys translate_on // Location: IOIBUF_X53_Y9_N8 cycloneive_io_ibuf \A[7]~input ( .i(A[7]), .ibar(gnd), .o(\A[7]~input_o )); // synopsys translate_off defparam \A[7]~input .bus_hold = "false"; defparam \A[7]~input .simulate_z_as = "z"; // synopsys translate_on // Location: LCCOMB_X51_Y30_N2 cycloneive_lcell_comb \A0s|Q~0 ( // Equation(s): // \A0s|Q~0_combout = (\inst|y.Tb~q & ((\Enter~input_o & ((\A[7]~input_o ))) # (!\Enter~input_o & (\A0s|Q [6])))) # (!\inst|y.Tb~q & (\A0s|Q [6])) .dataa(\inst|y.Tb~q ), .datab(\A0s|Q [6]), .datac(\A[7]~input_o ), .datad(\Enter~input_o ), .cin(gnd), .combout(\A0s|Q~0_combout ), .cout()); // synopsys translate_off defparam \A0s|Q~0 .lut_mask = 16'hE4CC; defparam \A0s|Q~0 .sum_lutc_input = "datac"; // synopsys translate_on // Location: FF_X51_Y30_N3 dffeas \A0s|Q[7] ( .clk(\clk~inputclkctrl_outclk ), .d(\A0s|Q~0_combout ), .asdata(vcc), .clrn(\resetn~inputclkctrl_outclk ), .aload(gnd), .sclr(gnd), .sload(gnd), .ena(\inst|Selector9~0_combout ), .devclrn(devclrn), .devpor(devpor), .q(\A0s|Q [7]), .prn(vcc)); // synopsys translate_off defparam \A0s|Q[7] .is_wysiwyg = "true"; defparam \A0s|Q[7] .power_up = "low"; // synopsys translate_on // Location: LCCOMB_X51_Y30_N6 cycloneive_lcell_comb \inst2|Q[0]~8 ( // Equation(s): // \inst2|Q[0]~8_combout = (\A0s|Q [0] & (\inst2|Q [0] $ (VCC))) # (!\A0s|Q [0] & (\inst2|Q [0] & VCC)) // \inst2|Q[0]~9 = CARRY((\A0s|Q [0] & \inst2|Q [0])) .dataa(\A0s|Q [0]), .datab(\inst2|Q [0]), .datac(gnd), .datad(vcc), .cin(gnd), .combout(\inst2|Q[0]~8_combout ), .cout(\inst2|Q[0]~9 )); // synopsys translate_off defparam \inst2|Q[0]~8 .lut_mask = 16'h6688; defparam \inst2|Q[0]~8 .sum_lutc_input = "datac"; // synopsys translate_on // Location: FF_X51_Y30_N7 dffeas \inst2|Q[0] ( .clk(\clk~inputclkctrl_outclk ), .d(\inst2|Q[0]~8_combout ), .asdata(vcc), .clrn(\resetn~inputclkctrl_outclk ), .aload(gnd), .sclr(!\inst|y.Te~q ), .sload(gnd), .ena(\inst|Selector8~0_combout ), .devclrn(devclrn), .devpor(devpor), .q(\inst2|Q [0]), .prn(vcc)); // synopsys translate_off defparam \inst2|Q[0] .is_wysiwyg = "true"; defparam \inst2|Q[0] .power_up = "low"; // synopsys translate_on // Location: LCCOMB_X51_Y30_N8 cycloneive_lcell_comb \inst2|Q[1]~10 ( // Equation(s): // \inst2|Q[1]~10_combout = (\A0s|Q [1] & ((\inst2|Q [1] & (\inst2|Q[0]~9 & VCC)) # (!\inst2|Q [1] & (!\inst2|Q[0]~9 )))) # (!\A0s|Q [1] & ((\inst2|Q [1] & (!\inst2|Q[0]~9 )) # (!\inst2|Q [1] & ((\inst2|Q[0]~9 ) # (GND))))) // \inst2|Q[1]~11 = CARRY((\A0s|Q [1] & (!\inst2|Q [1] & !\inst2|Q[0]~9 )) # (!\A0s|Q [1] & ((!\inst2|Q[0]~9 ) # (!\inst2|Q [1])))) .dataa(\A0s|Q [1]), .datab(\inst2|Q [1]), .datac(gnd), .datad(vcc), .cin(\inst2|Q[0]~9 ), .combout(\inst2|Q[1]~10_combout ), .cout(\inst2|Q[1]~11 )); // synopsys translate_off defparam \inst2|Q[1]~10 .lut_mask = 16'h9617; defparam \inst2|Q[1]~10 .sum_lutc_input = "cin"; // synopsys translate_on // Location: FF_X51_Y30_N9 dffeas \inst2|Q[1] ( .clk(\clk~inputclkctrl_outclk ), .d(\inst2|Q[1]~10_combout ), .asdata(vcc), .clrn(\resetn~inputclkctrl_outclk ), .aload(gnd), .sclr(!\inst|y.Te~q ), .sload(gnd), .ena(\inst|Selector8~0_combout ), .devclrn(devclrn), .devpor(devpor), .q(\inst2|Q [1]), .prn(vcc)); // synopsys translate_off defparam \inst2|Q[1] .is_wysiwyg = "true"; defparam \inst2|Q[1] .power_up = "low"; // synopsys translate_on // Location: LCCOMB_X51_Y30_N10 cycloneive_lcell_comb \inst2|Q[2]~12 ( // Equation(s): // \inst2|Q[2]~12_combout = ((\inst2|Q [2] $ (\A0s|Q [2] $ (!\inst2|Q[1]~11 )))) # (GND) // \inst2|Q[2]~13 = CARRY((\inst2|Q [2] & ((\A0s|Q [2]) # (!\inst2|Q[1]~11 ))) # (!\inst2|Q [2] & (\A0s|Q [2] & !\inst2|Q[1]~11 ))) .dataa(\inst2|Q [2]), .datab(\A0s|Q [2]), .datac(gnd), .datad(vcc), .cin(\inst2|Q[1]~11 ), .combout(\inst2|Q[2]~12_combout ), .cout(\inst2|Q[2]~13 )); // synopsys translate_off defparam \inst2|Q[2]~12 .lut_mask = 16'h698E; defparam \inst2|Q[2]~12 .sum_lutc_input = "cin"; // synopsys translate_on // Location: LCCOMB_X51_Y30_N12 cycloneive_lcell_comb \inst2|Q[3]~14 ( // Equation(s): // \inst2|Q[3]~14_combout = (\A0s|Q [3] & ((\inst2|Q [3] & (\inst2|Q[2]~13 & VCC)) # (!\inst2|Q [3] & (!\inst2|Q[2]~13 )))) # (!\A0s|Q [3] & ((\inst2|Q [3] & (!\inst2|Q[2]~13 )) # (!\inst2|Q [3] & ((\inst2|Q[2]~13 ) # (GND))))) // \inst2|Q[3]~15 = CARRY((\A0s|Q [3] & (!\inst2|Q [3] & !\inst2|Q[2]~13 )) # (!\A0s|Q [3] & ((!\inst2|Q[2]~13 ) # (!\inst2|Q [3])))) .dataa(\A0s|Q [3]), .datab(\inst2|Q [3]), .datac(gnd), .datad(vcc), .cin(\inst2|Q[2]~13 ), .combout(\inst2|Q[3]~14_combout ), .cout(\inst2|Q[3]~15 )); // synopsys translate_off defparam \inst2|Q[3]~14 .lut_mask = 16'h9617; defparam \inst2|Q[3]~14 .sum_lutc_input = "cin"; // synopsys translate_on // Location: FF_X51_Y30_N13 dffeas \inst2|Q[3] ( .clk(\clk~inputclkctrl_outclk ), .d(\inst2|Q[3]~14_combout ), .asdata(vcc), .clrn(\resetn~inputclkctrl_outclk ), .aload(gnd), .sclr(!\inst|y.Te~q ), .sload(gnd), .ena(\inst|Selector8~0_combout ), .devclrn(devclrn), .devpor(devpor), .q(\inst2|Q [3]), .prn(vcc)); // synopsys translate_off defparam \inst2|Q[3] .is_wysiwyg = "true"; defparam \inst2|Q[3] .power_up = "low"; // synopsys translate_on // Location: LCCOMB_X51_Y30_N14 cycloneive_lcell_comb \inst2|Q[4]~16 ( // Equation(s): // \inst2|Q[4]~16_combout = ((\inst2|Q [4] $ (\A0s|Q [4] $ (!\inst2|Q[3]~15 )))) # (GND) // \inst2|Q[4]~17 = CARRY((\inst2|Q [4] & ((\A0s|Q [4]) # (!\inst2|Q[3]~15 ))) # (!\inst2|Q [4] & (\A0s|Q [4] & !\inst2|Q[3]~15 ))) .dataa(\inst2|Q [4]), .datab(\A0s|Q [4]), .datac(gnd), .datad(vcc), .cin(\inst2|Q[3]~15 ), .combout(\inst2|Q[4]~16_combout ), .cout(\inst2|Q[4]~17 )); // synopsys translate_off defparam \inst2|Q[4]~16 .lut_mask = 16'h698E; defparam \inst2|Q[4]~16 .sum_lutc_input = "cin"; // synopsys translate_on // Location: LCCOMB_X51_Y30_N16 cycloneive_lcell_comb \inst2|Q[5]~18 ( // Equation(s): // \inst2|Q[5]~18_combout = (\A0s|Q [5] & ((\inst2|Q [5] & (\inst2|Q[4]~17 & VCC)) # (!\inst2|Q [5] & (!\inst2|Q[4]~17 )))) # (!\A0s|Q [5] & ((\inst2|Q [5] & (!\inst2|Q[4]~17 )) # (!\inst2|Q [5] & ((\inst2|Q[4]~17 ) # (GND))))) // \inst2|Q[5]~19 = CARRY((\A0s|Q [5] & (!\inst2|Q [5] & !\inst2|Q[4]~17 )) # (!\A0s|Q [5] & ((!\inst2|Q[4]~17 ) # (!\inst2|Q [5])))) .dataa(\A0s|Q [5]), .datab(\inst2|Q [5]), .datac(gnd), .datad(vcc), .cin(\inst2|Q[4]~17 ), .combout(\inst2|Q[5]~18_combout ), .cout(\inst2|Q[5]~19 )); // synopsys translate_off defparam \inst2|Q[5]~18 .lut_mask = 16'h9617; defparam \inst2|Q[5]~18 .sum_lutc_input = "cin"; // synopsys translate_on // Location: FF_X51_Y30_N17 dffeas \inst2|Q[5] ( .clk(\clk~inputclkctrl_outclk ), .d(\inst2|Q[5]~18_combout ), .asdata(vcc), .clrn(\resetn~inputclkctrl_outclk ), .aload(gnd), .sclr(!\inst|y.Te~q ), .sload(gnd), .ena(\inst|Selector8~0_combout ), .devclrn(devclrn), .devpor(devpor), .q(\inst2|Q [5]), .prn(vcc)); // synopsys translate_off defparam \inst2|Q[5] .is_wysiwyg = "true"; defparam \inst2|Q[5] .power_up = "low"; // synopsys translate_on // Location: LCCOMB_X51_Y30_N18 cycloneive_lcell_comb \inst2|Q[6]~20 ( // Equation(s): // \inst2|Q[6]~20_combout = ((\A0s|Q [6] $ (\inst2|Q [6] $ (!\inst2|Q[5]~19 )))) # (GND) // \inst2|Q[6]~21 = CARRY((\A0s|Q [6] & ((\inst2|Q [6]) # (!\inst2|Q[5]~19 ))) # (!\A0s|Q [6] & (\inst2|Q [6] & !\inst2|Q[5]~19 ))) .dataa(\A0s|Q [6]), .datab(\inst2|Q [6]), .datac(gnd), .datad(vcc), .cin(\inst2|Q[5]~19 ), .combout(\inst2|Q[6]~20_combout ), .cout(\inst2|Q[6]~21 )); // synopsys translate_off defparam \inst2|Q[6]~20 .lut_mask = 16'h698E; defparam \inst2|Q[6]~20 .sum_lutc_input = "cin"; // synopsys translate_on // Location: FF_X51_Y30_N19 dffeas \inst2|Q[6] ( .clk(\clk~inputclkctrl_outclk ), .d(\inst2|Q[6]~20_combout ), .asdata(vcc), .clrn(\resetn~inputclkctrl_outclk ), .aload(gnd), .sclr(!\inst|y.Te~q ), .sload(gnd), .ena(\inst|Selector8~0_combout ), .devclrn(devclrn), .devpor(devpor), .q(\inst2|Q [6]), .prn(vcc)); // synopsys translate_off defparam \inst2|Q[6] .is_wysiwyg = "true"; defparam \inst2|Q[6] .power_up = "low"; // synopsys translate_on // Location: LCCOMB_X51_Y30_N20 cycloneive_lcell_comb \inst2|Q[7]~22 ( // Equation(s): // \inst2|Q[7]~22_combout = \A0s|Q [7] $ (\inst2|Q[6]~21 $ (\inst2|Q [7])) .dataa(gnd), .datab(\A0s|Q [7]), .datac(gnd), .datad(\inst2|Q [7]), .cin(\inst2|Q[6]~21 ), .combout(\inst2|Q[7]~22_combout ), .cout()); // synopsys translate_off defparam \inst2|Q[7]~22 .lut_mask = 16'hC33C; defparam \inst2|Q[7]~22 .sum_lutc_input = "cin"; // synopsys translate_on // Location: FF_X51_Y30_N21 dffeas \inst2|Q[7] ( .clk(\clk~inputclkctrl_outclk ), .d(\inst2|Q[7]~22_combout ), .asdata(vcc), .clrn(\resetn~inputclkctrl_outclk ), .aload(gnd), .sclr(!\inst|y.Te~q ), .sload(gnd), .ena(\inst|Selector8~0_combout ), .devclrn(devclrn), .devpor(devpor), .q(\inst2|Q [7]), .prn(vcc)); // synopsys translate_off defparam \inst2|Q[7] .is_wysiwyg = "true"; defparam \inst2|Q[7] .power_up = "low"; // synopsys translate_on // Location: LCCOMB_X52_Y30_N10 cycloneive_lcell_comb \inst7|Y[7]~0 ( // Equation(s): // \inst7|Y[7]~0_combout = (\inst2|Q [7] & \inst|y.Th~q ) .dataa(gnd), .datab(\inst2|Q [7]), .datac(gnd), .datad(\inst|y.Th~q ), .cin(gnd), .combout(\inst7|Y[7]~0_combout ), .cout()); // synopsys translate_off defparam \inst7|Y[7]~0 .lut_mask = 16'hCC00; defparam \inst7|Y[7]~0 .sum_lutc_input = "datac"; // synopsys translate_on // Location: LCCOMB_X52_Y30_N4 cycloneive_lcell_comb \inst7|Y[6]~1 ( // Equation(s): // \inst7|Y[6]~1_combout = (\inst2|Q [6] & \inst|y.Th~q ) .dataa(gnd), .datab(\inst2|Q [6]), .datac(gnd), .datad(\inst|y.Th~q ), .cin(gnd), .combout(\inst7|Y[6]~1_combout ), .cout()); // synopsys translate_off defparam \inst7|Y[6]~1 .lut_mask = 16'hCC00; defparam \inst7|Y[6]~1 .sum_lutc_input = "datac"; // synopsys translate_on // Location: LCCOMB_X52_Y30_N26 cycloneive_lcell_comb \inst7|Y[5]~2 ( // Equation(s): // \inst7|Y[5]~2_combout = (\inst2|Q [5] & \inst|y.Th~q ) .dataa(gnd), .datab(gnd), .datac(\inst2|Q [5]), .datad(\inst|y.Th~q ), .cin(gnd), .combout(\inst7|Y[5]~2_combout ), .cout()); // synopsys translate_off defparam \inst7|Y[5]~2 .lut_mask = 16'hF000; defparam \inst7|Y[5]~2 .sum_lutc_input = "datac"; // synopsys translate_on // Location: FF_X51_Y30_N15 dffeas \inst2|Q[4] ( .clk(\clk~inputclkctrl_outclk ), .d(\inst2|Q[4]~16_combout ), .asdata(vcc), .clrn(\resetn~inputclkctrl_outclk ), .aload(gnd), .sclr(!\inst|y.Te~q ), .sload(gnd), .ena(\inst|Selector8~0_combout ), .devclrn(devclrn), .devpor(devpor), .q(\inst2|Q [4]), .prn(vcc)); // synopsys translate_off defparam \inst2|Q[4] .is_wysiwyg = "true"; defparam \inst2|Q[4] .power_up = "low"; // synopsys translate_on // Location: LCCOMB_X52_Y30_N12 cycloneive_lcell_comb \inst7|Y[4]~3 ( // Equation(s): // \inst7|Y[4]~3_combout = (\inst2|Q [4] & \inst|y.Th~q ) .dataa(\inst2|Q [4]), .datab(gnd), .datac(gnd), .datad(\inst|y.Th~q ), .cin(gnd), .combout(\inst7|Y[4]~3_combout ), .cout()); // synopsys translate_off defparam \inst7|Y[4]~3 .lut_mask = 16'hAA00; defparam \inst7|Y[4]~3 .sum_lutc_input = "datac"; // synopsys translate_on // Location: LCCOMB_X52_Y30_N6 cycloneive_lcell_comb \inst7|Y[3]~4 ( // Equation(s): // \inst7|Y[3]~4_combout = (\inst2|Q [3] & \inst|y.Th~q ) .dataa(\inst2|Q [3]), .datab(gnd), .datac(gnd), .datad(\inst|y.Th~q ), .cin(gnd), .combout(\inst7|Y[3]~4_combout ), .cout()); // synopsys translate_off defparam \inst7|Y[3]~4 .lut_mask = 16'hAA00; defparam \inst7|Y[3]~4 .sum_lutc_input = "datac"; // synopsys translate_on // Location: FF_X51_Y30_N11 dffeas \inst2|Q[2] ( .clk(\clk~inputclkctrl_outclk ), .d(\inst2|Q[2]~12_combout ), .asdata(vcc), .clrn(\resetn~inputclkctrl_outclk ), .aload(gnd), .sclr(!\inst|y.Te~q ), .sload(gnd), .ena(\inst|Selector8~0_combout ), .devclrn(devclrn), .devpor(devpor), .q(\inst2|Q [2]), .prn(vcc)); // synopsys translate_off defparam \inst2|Q[2] .is_wysiwyg = "true"; defparam \inst2|Q[2] .power_up = "low"; // synopsys translate_on // Location: LCCOMB_X52_Y30_N28 cycloneive_lcell_comb \inst7|Y[2]~5 ( // Equation(s): // \inst7|Y[2]~5_combout = (\inst2|Q [2] & \inst|y.Th~q ) .dataa(\inst2|Q [2]), .datab(gnd), .datac(gnd), .datad(\inst|y.Th~q ), .cin(gnd), .combout(\inst7|Y[2]~5_combout ), .cout()); // synopsys translate_off defparam \inst7|Y[2]~5 .lut_mask = 16'hAA00; defparam \inst7|Y[2]~5 .sum_lutc_input = "datac"; // synopsys translate_on // Location: LCCOMB_X52_Y30_N14 cycloneive_lcell_comb \inst7|Y[1]~6 ( // Equation(s): // \inst7|Y[1]~6_combout = (\inst2|Q [1] & \inst|y.Th~q ) .dataa(\inst2|Q [1]), .datab(gnd), .datac(gnd), .datad(\inst|y.Th~q ), .cin(gnd), .combout(\inst7|Y[1]~6_combout ), .cout()); // synopsys translate_off defparam \inst7|Y[1]~6 .lut_mask = 16'hAA00; defparam \inst7|Y[1]~6 .sum_lutc_input = "datac"; // synopsys translate_on // Location: LCCOMB_X52_Y30_N8 cycloneive_lcell_comb \inst7|Y[0]~7 ( // Equation(s): // \inst7|Y[0]~7_combout = (\inst2|Q [0] & \inst|y.Th~q ) .dataa(gnd), .datab(gnd), .datac(\inst2|Q [0]), .datad(\inst|y.Th~q ), .cin(gnd), .combout(\inst7|Y[0]~7_combout ), .cout()); // synopsys translate_off defparam \inst7|Y[0]~7 .lut_mask = 16'hF000; defparam \inst7|Y[0]~7 .sum_lutc_input = "datac"; // synopsys translate_on assign Termine = \Termine~output_o ; assign Fin = \Fin~output_o ; assign en_R1 = \en_R1~output_o ; assign ld_R1 = \ld_R1~output_o ; assign en_R2 = \en_R2~output_o ; assign ld_R2 = \ld_R2~output_o ; assign en_ACUM = \en_ACUM~output_o ; assign Sel = \Sel~output_o ; assign Sel_muestra = \Sel_muestra~output_o ; assign B_in_0 = \B_in_0~output_o ; assign A_in_[7] = \A_in_[7]~output_o ; assign A_in_[6] = \A_in_[6]~output_o ; assign A_in_[5] = \A_in_[5]~output_o ; assign A_in_[4] = \A_in_[4]~output_o ; assign A_in_[3] = \A_in_[3]~output_o ; assign A_in_[2] = \A_in_[2]~output_o ; assign A_in_[1] = \A_in_[1]~output_o ; assign A_in_[0] = \A_in_[0]~output_o ; assign B_in[3] = \B_in[3]~output_o ; assign B_in[2] = \B_in[2]~output_o ; assign B_in[1] = \B_in[1]~output_o ; assign B_in[0] = \B_in[0]~output_o ; assign P[7] = \P[7]~output_o ; assign P[6] = \P[6]~output_o ; assign P[5] = \P[5]~output_o ; assign P[4] = \P[4]~output_o ; assign P[3] = \P[3]~output_o ; assign P[2] = \P[2]~output_o ; assign P[1] = \P[1]~output_o ; assign P[0] = \P[0]~output_o ; endmodule