213 lines
23 KiB
Plaintext
213 lines
23 KiB
Plaintext
|
|
--alt_u_div DEVICE_FAMILY="Cyclone IV E" LPM_PIPELINE=0 MAXIMIZE_SPEED=5 SKIP_BITS=0 WIDTH_D=7 WIDTH_N=16 WIDTH_Q=16 WIDTH_R=7 denominator numerator quotient remainder
|
||
|
|
--VERSION_BEGIN 25.1 cbx_cycloneii 2025:10:22:10:31:27:SC cbx_lpm_abs 2025:10:22:10:31:27:SC cbx_lpm_add_sub 2025:10:22:10:31:27:SC cbx_lpm_divide 2025:10:22:10:31:27:SC cbx_mgl 2025:10:22:10:31:44:SC cbx_nadder 2025:10:22:10:31:27:SC cbx_stratix 2025:10:22:10:31:27:SC cbx_stratixii 2025:10:22:10:31:26:SC cbx_util_mgl 2025:10:22:10:31:27:SC VERSION_END
|
||
|
|
|
||
|
|
|
||
|
|
-- Copyright (C) 2025 Altera Corporation. All rights reserved.
|
||
|
|
-- Your use of Altera Corporation's design tools, logic functions
|
||
|
|
-- and other software and tools, and any 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, the Altera Quartus Prime License Agreement,
|
||
|
|
-- the Altera IP 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 Altera Software License Subscription Agreements
|
||
|
|
-- on the Quartus Prime software download page.
|
||
|
|
|
||
|
|
|
||
|
|
FUNCTION add_sub_7pc (dataa[0..0], datab[0..0])
|
||
|
|
RETURNS ( cout, result[0..0]);
|
||
|
|
FUNCTION add_sub_8pc (dataa[1..0], datab[1..0])
|
||
|
|
RETURNS ( cout, result[1..0]);
|
||
|
|
|
||
|
|
--synthesis_resources = lut 111
|
||
|
|
SUBDESIGN alt_u_div_e7f
|
||
|
|
(
|
||
|
|
denominator[6..0] : input;
|
||
|
|
numerator[15..0] : input;
|
||
|
|
quotient[15..0] : output;
|
||
|
|
remainder[6..0] : output;
|
||
|
|
)
|
||
|
|
VARIABLE
|
||
|
|
add_sub_0 : add_sub_7pc;
|
||
|
|
add_sub_1 : add_sub_8pc;
|
||
|
|
add_sub_10_result_int[8..0] : WIRE;
|
||
|
|
add_sub_10_cout : WIRE;
|
||
|
|
add_sub_10_dataa[7..0] : WIRE;
|
||
|
|
add_sub_10_datab[7..0] : WIRE;
|
||
|
|
add_sub_10_result[7..0] : WIRE;
|
||
|
|
add_sub_11_result_int[8..0] : WIRE;
|
||
|
|
add_sub_11_cout : WIRE;
|
||
|
|
add_sub_11_dataa[7..0] : WIRE;
|
||
|
|
add_sub_11_datab[7..0] : WIRE;
|
||
|
|
add_sub_11_result[7..0] : WIRE;
|
||
|
|
add_sub_12_result_int[8..0] : WIRE;
|
||
|
|
add_sub_12_cout : WIRE;
|
||
|
|
add_sub_12_dataa[7..0] : WIRE;
|
||
|
|
add_sub_12_datab[7..0] : WIRE;
|
||
|
|
add_sub_12_result[7..0] : WIRE;
|
||
|
|
add_sub_13_result_int[8..0] : WIRE;
|
||
|
|
add_sub_13_cout : WIRE;
|
||
|
|
add_sub_13_dataa[7..0] : WIRE;
|
||
|
|
add_sub_13_datab[7..0] : WIRE;
|
||
|
|
add_sub_13_result[7..0] : WIRE;
|
||
|
|
add_sub_14_result_int[8..0] : WIRE;
|
||
|
|
add_sub_14_cout : WIRE;
|
||
|
|
add_sub_14_dataa[7..0] : WIRE;
|
||
|
|
add_sub_14_datab[7..0] : WIRE;
|
||
|
|
add_sub_14_result[7..0] : WIRE;
|
||
|
|
add_sub_15_result_int[8..0] : WIRE;
|
||
|
|
add_sub_15_cout : WIRE;
|
||
|
|
add_sub_15_dataa[7..0] : WIRE;
|
||
|
|
add_sub_15_datab[7..0] : WIRE;
|
||
|
|
add_sub_15_result[7..0] : WIRE;
|
||
|
|
add_sub_2_result_int[3..0] : WIRE;
|
||
|
|
add_sub_2_cout : WIRE;
|
||
|
|
add_sub_2_dataa[2..0] : WIRE;
|
||
|
|
add_sub_2_datab[2..0] : WIRE;
|
||
|
|
add_sub_2_result[2..0] : WIRE;
|
||
|
|
add_sub_3_result_int[4..0] : WIRE;
|
||
|
|
add_sub_3_cout : WIRE;
|
||
|
|
add_sub_3_dataa[3..0] : WIRE;
|
||
|
|
add_sub_3_datab[3..0] : WIRE;
|
||
|
|
add_sub_3_result[3..0] : WIRE;
|
||
|
|
add_sub_4_result_int[5..0] : WIRE;
|
||
|
|
add_sub_4_cout : WIRE;
|
||
|
|
add_sub_4_dataa[4..0] : WIRE;
|
||
|
|
add_sub_4_datab[4..0] : WIRE;
|
||
|
|
add_sub_4_result[4..0] : WIRE;
|
||
|
|
add_sub_5_result_int[6..0] : WIRE;
|
||
|
|
add_sub_5_cout : WIRE;
|
||
|
|
add_sub_5_dataa[5..0] : WIRE;
|
||
|
|
add_sub_5_datab[5..0] : WIRE;
|
||
|
|
add_sub_5_result[5..0] : WIRE;
|
||
|
|
add_sub_6_result_int[7..0] : WIRE;
|
||
|
|
add_sub_6_cout : WIRE;
|
||
|
|
add_sub_6_dataa[6..0] : WIRE;
|
||
|
|
add_sub_6_datab[6..0] : WIRE;
|
||
|
|
add_sub_6_result[6..0] : WIRE;
|
||
|
|
add_sub_7_result_int[8..0] : WIRE;
|
||
|
|
add_sub_7_cout : WIRE;
|
||
|
|
add_sub_7_dataa[7..0] : WIRE;
|
||
|
|
add_sub_7_datab[7..0] : WIRE;
|
||
|
|
add_sub_7_result[7..0] : WIRE;
|
||
|
|
add_sub_8_result_int[8..0] : WIRE;
|
||
|
|
add_sub_8_cout : WIRE;
|
||
|
|
add_sub_8_dataa[7..0] : WIRE;
|
||
|
|
add_sub_8_datab[7..0] : WIRE;
|
||
|
|
add_sub_8_result[7..0] : WIRE;
|
||
|
|
add_sub_9_result_int[8..0] : WIRE;
|
||
|
|
add_sub_9_cout : WIRE;
|
||
|
|
add_sub_9_dataa[7..0] : WIRE;
|
||
|
|
add_sub_9_datab[7..0] : WIRE;
|
||
|
|
add_sub_9_result[7..0] : WIRE;
|
||
|
|
DenominatorIn[135..0] : WIRE;
|
||
|
|
DenominatorIn_tmp[135..0] : WIRE;
|
||
|
|
gnd_wire : WIRE;
|
||
|
|
nose[271..0] : WIRE;
|
||
|
|
NumeratorIn[271..0] : WIRE;
|
||
|
|
NumeratorIn_tmp[271..0] : WIRE;
|
||
|
|
prestg[127..0] : WIRE;
|
||
|
|
quotient_tmp[15..0] : WIRE;
|
||
|
|
sel[118..0] : WIRE;
|
||
|
|
selnose[271..0] : WIRE;
|
||
|
|
StageIn[135..0] : WIRE;
|
||
|
|
StageIn_tmp[135..0] : WIRE;
|
||
|
|
StageOut[127..0] : WIRE;
|
||
|
|
|
||
|
|
BEGIN
|
||
|
|
add_sub_0.dataa[0..0] = NumeratorIn[15..15];
|
||
|
|
add_sub_0.datab[0..0] = DenominatorIn[0..0];
|
||
|
|
add_sub_1.dataa[] = ( StageIn[8..8], NumeratorIn[30..30]);
|
||
|
|
add_sub_1.datab[1..0] = DenominatorIn[9..8];
|
||
|
|
add_sub_10_result_int[] = (0, add_sub_10_dataa[]) - (0, add_sub_10_datab[]);
|
||
|
|
add_sub_10_result[] = add_sub_10_result_int[7..0];
|
||
|
|
add_sub_10_cout = !add_sub_10_result_int[8];
|
||
|
|
add_sub_10_dataa[] = ( StageIn[86..80], NumeratorIn[165..165]);
|
||
|
|
add_sub_10_datab[] = DenominatorIn[87..80];
|
||
|
|
add_sub_11_result_int[] = (0, add_sub_11_dataa[]) - (0, add_sub_11_datab[]);
|
||
|
|
add_sub_11_result[] = add_sub_11_result_int[7..0];
|
||
|
|
add_sub_11_cout = !add_sub_11_result_int[8];
|
||
|
|
add_sub_11_dataa[] = ( StageIn[94..88], NumeratorIn[180..180]);
|
||
|
|
add_sub_11_datab[] = DenominatorIn[95..88];
|
||
|
|
add_sub_12_result_int[] = (0, add_sub_12_dataa[]) - (0, add_sub_12_datab[]);
|
||
|
|
add_sub_12_result[] = add_sub_12_result_int[7..0];
|
||
|
|
add_sub_12_cout = !add_sub_12_result_int[8];
|
||
|
|
add_sub_12_dataa[] = ( StageIn[102..96], NumeratorIn[195..195]);
|
||
|
|
add_sub_12_datab[] = DenominatorIn[103..96];
|
||
|
|
add_sub_13_result_int[] = (0, add_sub_13_dataa[]) - (0, add_sub_13_datab[]);
|
||
|
|
add_sub_13_result[] = add_sub_13_result_int[7..0];
|
||
|
|
add_sub_13_cout = !add_sub_13_result_int[8];
|
||
|
|
add_sub_13_dataa[] = ( StageIn[110..104], NumeratorIn[210..210]);
|
||
|
|
add_sub_13_datab[] = DenominatorIn[111..104];
|
||
|
|
add_sub_14_result_int[] = (0, add_sub_14_dataa[]) - (0, add_sub_14_datab[]);
|
||
|
|
add_sub_14_result[] = add_sub_14_result_int[7..0];
|
||
|
|
add_sub_14_cout = !add_sub_14_result_int[8];
|
||
|
|
add_sub_14_dataa[] = ( StageIn[118..112], NumeratorIn[225..225]);
|
||
|
|
add_sub_14_datab[] = DenominatorIn[119..112];
|
||
|
|
add_sub_15_result_int[] = (0, add_sub_15_dataa[]) - (0, add_sub_15_datab[]);
|
||
|
|
add_sub_15_result[] = add_sub_15_result_int[7..0];
|
||
|
|
add_sub_15_cout = !add_sub_15_result_int[8];
|
||
|
|
add_sub_15_dataa[] = ( StageIn[126..120], NumeratorIn[240..240]);
|
||
|
|
add_sub_15_datab[] = DenominatorIn[127..120];
|
||
|
|
add_sub_2_result_int[] = (0, add_sub_2_dataa[]) - (0, add_sub_2_datab[]);
|
||
|
|
add_sub_2_result[] = add_sub_2_result_int[2..0];
|
||
|
|
add_sub_2_cout = !add_sub_2_result_int[3];
|
||
|
|
add_sub_2_dataa[] = ( StageIn[17..16], NumeratorIn[45..45]);
|
||
|
|
add_sub_2_datab[] = DenominatorIn[18..16];
|
||
|
|
add_sub_3_result_int[] = (0, add_sub_3_dataa[]) - (0, add_sub_3_datab[]);
|
||
|
|
add_sub_3_result[] = add_sub_3_result_int[3..0];
|
||
|
|
add_sub_3_cout = !add_sub_3_result_int[4];
|
||
|
|
add_sub_3_dataa[] = ( StageIn[26..24], NumeratorIn[60..60]);
|
||
|
|
add_sub_3_datab[] = DenominatorIn[27..24];
|
||
|
|
add_sub_4_result_int[] = (0, add_sub_4_dataa[]) - (0, add_sub_4_datab[]);
|
||
|
|
add_sub_4_result[] = add_sub_4_result_int[4..0];
|
||
|
|
add_sub_4_cout = !add_sub_4_result_int[5];
|
||
|
|
add_sub_4_dataa[] = ( StageIn[35..32], NumeratorIn[75..75]);
|
||
|
|
add_sub_4_datab[] = DenominatorIn[36..32];
|
||
|
|
add_sub_5_result_int[] = (0, add_sub_5_dataa[]) - (0, add_sub_5_datab[]);
|
||
|
|
add_sub_5_result[] = add_sub_5_result_int[5..0];
|
||
|
|
add_sub_5_cout = !add_sub_5_result_int[6];
|
||
|
|
add_sub_5_dataa[] = ( StageIn[44..40], NumeratorIn[90..90]);
|
||
|
|
add_sub_5_datab[] = DenominatorIn[45..40];
|
||
|
|
add_sub_6_result_int[] = (0, add_sub_6_dataa[]) - (0, add_sub_6_datab[]);
|
||
|
|
add_sub_6_result[] = add_sub_6_result_int[6..0];
|
||
|
|
add_sub_6_cout = !add_sub_6_result_int[7];
|
||
|
|
add_sub_6_dataa[] = ( StageIn[53..48], NumeratorIn[105..105]);
|
||
|
|
add_sub_6_datab[] = DenominatorIn[54..48];
|
||
|
|
add_sub_7_result_int[] = (0, add_sub_7_dataa[]) - (0, add_sub_7_datab[]);
|
||
|
|
add_sub_7_result[] = add_sub_7_result_int[7..0];
|
||
|
|
add_sub_7_cout = !add_sub_7_result_int[8];
|
||
|
|
add_sub_7_dataa[] = ( StageIn[62..56], NumeratorIn[120..120]);
|
||
|
|
add_sub_7_datab[] = DenominatorIn[63..56];
|
||
|
|
add_sub_8_result_int[] = (0, add_sub_8_dataa[]) - (0, add_sub_8_datab[]);
|
||
|
|
add_sub_8_result[] = add_sub_8_result_int[7..0];
|
||
|
|
add_sub_8_cout = !add_sub_8_result_int[8];
|
||
|
|
add_sub_8_dataa[] = ( StageIn[70..64], NumeratorIn[135..135]);
|
||
|
|
add_sub_8_datab[] = DenominatorIn[71..64];
|
||
|
|
add_sub_9_result_int[] = (0, add_sub_9_dataa[]) - (0, add_sub_9_datab[]);
|
||
|
|
add_sub_9_result[] = add_sub_9_result_int[7..0];
|
||
|
|
add_sub_9_cout = !add_sub_9_result_int[8];
|
||
|
|
add_sub_9_dataa[] = ( StageIn[78..72], NumeratorIn[150..150]);
|
||
|
|
add_sub_9_datab[] = DenominatorIn[79..72];
|
||
|
|
DenominatorIn[] = DenominatorIn_tmp[];
|
||
|
|
DenominatorIn_tmp[] = ( DenominatorIn[127..0], ( gnd_wire, denominator[]));
|
||
|
|
gnd_wire = B"0";
|
||
|
|
nose[] = ( B"0000000000000000", add_sub_15_cout, B"0000000000000000", add_sub_14_cout, B"0000000000000000", add_sub_13_cout, B"0000000000000000", add_sub_12_cout, B"0000000000000000", add_sub_11_cout, B"0000000000000000", add_sub_10_cout, B"0000000000000000", add_sub_9_cout, B"0000000000000000", add_sub_8_cout, B"0000000000000000", add_sub_7_cout, B"0000000000000000", add_sub_6_cout, B"0000000000000000", add_sub_5_cout, B"0000000000000000", add_sub_4_cout, B"0000000000000000", add_sub_3_cout, B"0000000000000000", add_sub_2_cout, B"0000000000000000", add_sub_1.cout, B"0000000000000000", add_sub_0.cout);
|
||
|
|
NumeratorIn[] = NumeratorIn_tmp[];
|
||
|
|
NumeratorIn_tmp[] = ( NumeratorIn[255..0], numerator[]);
|
||
|
|
prestg[] = ( add_sub_15_result[], add_sub_14_result[], add_sub_13_result[], add_sub_12_result[], add_sub_11_result[], add_sub_10_result[], add_sub_9_result[], add_sub_8_result[], add_sub_7_result[], GND, add_sub_6_result[], B"00", add_sub_5_result[], B"000", add_sub_4_result[], B"0000", add_sub_3_result[], B"00000", add_sub_2_result[], B"000000", add_sub_1.result[], B"0000000", add_sub_0.result[]);
|
||
|
|
quotient[] = quotient_tmp[];
|
||
|
|
quotient_tmp[] = ( (! selnose[0..0]), (! selnose[17..17]), (! selnose[34..34]), (! selnose[51..51]), (! selnose[68..68]), (! selnose[85..85]), (! selnose[102..102]), (! selnose[119..119]), (! selnose[136..136]), (! selnose[153..153]), (! selnose[170..170]), (! selnose[187..187]), (! selnose[204..204]), (! selnose[221..221]), (! selnose[238..238]), (! selnose[255..255]));
|
||
|
|
remainder[6..0] = StageIn[134..128];
|
||
|
|
sel[] = ( gnd_wire, (sel[118..118] # DenominatorIn[134..134]), (sel[117..117] # DenominatorIn[133..133]), (sel[116..116] # DenominatorIn[132..132]), (sel[115..115] # DenominatorIn[131..131]), (sel[114..114] # DenominatorIn[130..130]), (sel[113..113] # DenominatorIn[129..129]), gnd_wire, (sel[111..111] # DenominatorIn[126..126]), (sel[110..110] # DenominatorIn[125..125]), (sel[109..109] # DenominatorIn[124..124]), (sel[108..108] # DenominatorIn[123..123]), (sel[107..107] # DenominatorIn[122..122]), (sel[106..106] # DenominatorIn[121..121]), gnd_wire, (sel[104..104] # DenominatorIn[118..118]), (sel[103..103] # DenominatorIn[117..117]), (sel[102..102] # DenominatorIn[116..116]), (sel[101..101] # DenominatorIn[115..115]), (sel[100..100] # DenominatorIn[114..114]), (sel[99..99] # DenominatorIn[113..113]), gnd_wire, (sel[97..97] # DenominatorIn[110..110]), (sel[96..96] # DenominatorIn[109..109]), (sel[95..95] # DenominatorIn[108..108]), (sel[94..94] # DenominatorIn[107..107]), (sel[93..93] # DenominatorIn[106..106]), (sel[92..92] # DenominatorIn[105..105]), gnd_wire, (sel[90..90] # DenominatorIn[102..102]), (sel[89..89] # DenominatorIn[101..101]), (sel[88..88] # DenominatorIn[100..100]), (sel[87..87] # DenominatorIn[99..99]), (sel[86..86] # DenominatorIn[98..98]), (sel[85..85] # DenominatorIn[97..97]), gnd_wire, (sel[83..83] # DenominatorIn[94..94]), (sel[82..82] # DenominatorIn[93..93]), (sel[81..81] # DenominatorIn[92..92]), (sel[80..80] # DenominatorIn[91..91]), (sel[79..79] # DenominatorIn[90..90]), (sel[78..78] # DenominatorIn[89..89]), gnd_wire, (sel[76..76] # DenominatorIn[86..86]), (sel[75..75] # DenominatorIn[85..85]), (sel[74..74] # DenominatorIn[84..84]), (sel[73..73] # DenominatorIn[83..83]), (sel[72..72] # DenominatorIn[82..82]), (sel[71..71] # DenominatorIn[81..81]), gnd_wire, (sel[69..69] # DenominatorIn[78..78]), (sel[68..68] # DenominatorIn[77..77]), (sel[67..67] # DenominatorIn[76..76]), (sel[66..66] # DenominatorIn[75..75]), (sel[65..65] # DenominatorIn[74..74]), (sel[64..64] # DenominatorIn[73..73]), gnd_wire, (sel[62..62] # DenominatorIn[70..70]), (sel[61..61] # DenominatorIn[69..69]), (sel[60..60] # DenominatorIn[68..68]), (sel[59..59] # DenominatorIn[67..67]), (sel[58..58] # DenominatorIn[66..66]), (sel[57..57] # DenominatorIn[65..65]), gnd_wire, (sel[55..55] # DenominatorIn[62..62]), (sel[54..54] # DenominatorIn[61..61]), (sel[53..53] # DenominatorIn[60..60]), (sel[52..52] # DenominatorIn[59..59]), (sel[51..51] # DenominatorIn[58..58]), (sel[50..50] # DenominatorIn[57..57]), gnd_wire, (sel[48..48] # DenominatorIn[54..54]), (sel[47..47] # DenominatorIn[53..53]), (sel[46..46] # DenominatorIn[52..52]), (sel[45..45] # DenominatorIn[51..51]), (sel[44..44] # DenominatorIn[50..50]), (sel[43..43] # DenominatorIn[49..49]), gnd_wire, (sel[41..41] # DenominatorIn[46..46]), (sel[40..40] # DenominatorIn[45..45]), (sel[39..39] # DenominatorIn[44..44]), (sel[38..38] # DenominatorIn[43..43]), (sel[37..37] # DenominatorIn[42..42]), (sel[36..36] # DenominatorIn[41..41]), gnd_wire, (sel[34..34] # DenominatorIn[38..38]), (sel[33..33] # DenominatorIn[37..37]), (sel[32..32] # DenominatorIn[36..36]), (sel[31..31] # DenominatorIn[35..35]), (sel[30..30] # DenominatorIn[34..34]), (sel[29..29] # DenominatorIn[33..33]), gnd_wire, (sel[27..27] # DenominatorIn[30..30]), (sel[26..26] # DenominatorIn[29..29]), (sel[25..25] # DenominatorIn[28..28]), (sel[24..24] # DenominatorIn[27..27]), (sel[23..23] # DenominatorIn[26..26]), (sel[22..22] # DenominatorIn[25..25]), gnd_wire, (sel[20..20] # DenominatorIn[22..22]), (sel[19..19] # DenominatorIn[21..21]), (sel[18..18] # DenominatorIn[20..20]), (sel[17..17] # DenominatorIn[19..19]), (sel[16..16] # DenominatorIn[18..18]), (sel[15..15] # DenominatorIn[17..17]), gnd_wire, (sel[13..13] # DenominatorIn[14..14]), (sel[12..12] # DenominatorIn[13..13]), (sel[11..11] # DenominatorIn[12..12]), (sel[10..10] # DenominatorIn[11..11]), (sel[9..9] # DenominatorIn[10..10]), (sel[8..8] # DenominatorIn[9..9]), gnd_wire, (sel[6..6] # DenominatorIn[6..6]), (sel[5..5] # DenominatorIn[5..5]), (sel[4..4] # Denom
|
||
|
|
selnose[] = ( (! nose[271..271]), (! nose[270..270]), (! nose[269..269]), (! nose[268..268]), (! nose[267..267]), (! nose[266..266]), (! nose[265..265]), (! nose[264..264]), (! nose[263..263]), ((! nose[262..262]) # sel[118..118]), ((! nose[261..261]) # sel[117..117]), ((! nose[260..260]) # sel[116..116]), ((! nose[259..259]) # sel[115..115]), ((! nose[258..258]) # sel[114..114]), ((! nose[257..257]) # sel[113..113]), ((! nose[256..256]) # sel[112..112]), (! nose[255..255]), (! nose[254..254]), (! nose[253..253]), (! nose[252..252]), (! nose[251..251]), (! nose[250..250]), (! nose[249..249]), (! nose[248..248]), (! nose[247..247]), ((! nose[246..246]) # sel[111..111]), ((! nose[245..245]) # sel[110..110]), ((! nose[244..244]) # sel[109..109]), ((! nose[243..243]) # sel[108..108]), ((! nose[242..242]) # sel[107..107]), ((! nose[241..241]) # sel[106..106]), ((! nose[240..240]) # sel[105..105]), (! nose[239..239]), (! nose[238..238]), (! nose[237..237]), (! nose[236..236]), (! nose[235..235]), (! nose[234..234]), (! nose[233..233]), (! nose[232..232]), (! nose[231..231]), ((! nose[230..230]) # sel[104..104]), ((! nose[229..229]) # sel[103..103]), ((! nose[228..228]) # sel[102..102]), ((! nose[227..227]) # sel[101..101]), ((! nose[226..226]) # sel[100..100]), ((! nose[225..225]) # sel[99..99]), ((! nose[224..224]) # sel[98..98]), (! nose[223..223]), (! nose[222..222]), (! nose[221..221]), (! nose[220..220]), (! nose[219..219]), (! nose[218..218]), (! nose[217..217]), (! nose[216..216]), (! nose[215..215]), ((! nose[214..214]) # sel[97..97]), ((! nose[213..213]) # sel[96..96]), ((! nose[212..212]) # sel[95..95]), ((! nose[211..211]) # sel[94..94]), ((! nose[210..210]) # sel[93..93]), ((! nose[209..209]) # sel[92..92]), ((! nose[208..208]) # sel[91..91]), (! nose[207..207]), (! nose[206..206]), (! nose[205..205]), (! nose[204..204]), (! nose[203..203]), (! nose[202..202]), (! nose[201..201]), (! nose[200..200]), (! nose[199..199]), ((! nose[198..198]) # sel[90..90]), ((! nose[197..197]) # sel[89..89]), ((! nose[196..196]) # sel[88..88]), ((! nose[195..195]) # sel[87..87]), ((! nose[194..194]) # sel[86..86]), ((! nose[193..193]) # sel[85..85]), ((! nose[192..192]) # sel[84..84]), (! nose[191..191]), (! nose[190..190]), (! nose[189..189]), (! nose[188..188]), (! nose[187..187]), (! nose[186..186]), (! nose[185..185]), (! nose[184..184]), (! nose[183..183]), ((! nose[182..182]) # sel[83..83]), ((! nose[181..181]) # sel[82..82]), ((! nose[180..180]) # sel[81..81]), ((! nose[179..179]) # sel[80..80]), ((! nose[178..178]) # sel[79..79]), ((! nose[177..177]) # sel[78..78]), ((! nose[176..176]) # sel[77..77]), (! nose[175..175]), (! nose[174..174]), (! nose[173..173]), (! nose[172..172]), (! nose[171..171]), (! nose[170..170]), (! nose[169..169]), (! nose[168..168]), (! nose[167..167]), ((! nose[166..166]) # sel[76..76]), ((! nose[165..165]) # sel[75..75]), ((! nose[164..164]) # sel[74..74]), ((! nose[163..163]) # sel[73..73]), ((! nose[162..162]) # sel[72..72]), ((! nose[161..161]) # sel[71..71]), ((! nose[160..160]) # sel[70..70]), (! nose[159..159]), (! nose[158..158]), (! nose[157..157]), (! nose[156..156]), (! nose[155..155]), (! nose[154..154]), (! nose[153..153]), (! nose[152..152]), (! nose[151..151]), ((! nose[150..150]) # sel[69..69]), ((! nose[149..149]) # sel[68..68]), ((! nose[148..148]) # sel[67..67]), ((! nose[147..147]) # sel[66..66]), ((! nose[146..146]) # sel[65..65]), ((! nose[145..145]) # sel[64..64]), ((! nose[144..144]) # sel[63..63]), (! nose[143..143]), (! nose[142..142]), (! nose[141..141]), (! nose[140..140]), (! nose[139..139]), (! nose[138..138]), (! nose[137..137]), (! nose[136..136]), (! nose[135..135]), ((! nose[134..134]) # sel[62..62]), ((! nose[133..133]) # sel[61..61]), ((! nose[132..132]) # sel[60..60]), ((! nose[131..131]) # sel[59..59]), ((! nose[130..130]) # sel[58..58]), ((! nose[129..129]) # sel[57..57]), ((! nose[128..128]) # sel[56..56]), (! nose[127..127]), (! nose[126..126]), (! nose[125..125]), (! nose[124..124]), (! nose[123..123]), (! nose[122..122]), (! nose[121..121]), (! nose[120..1
|
||
|
|
StageIn[] = StageIn_tmp[];
|
||
|
|
StageIn_tmp[] = ( StageOut[127..0], B"00000000");
|
||
|
|
StageOut[] = ( ((( StageIn[126..120], NumeratorIn[240..240]) & selnose[255..255]) # (prestg[127..120] & (! selnose[255..255]))), ((( StageIn[118..112], NumeratorIn[225..225]) & selnose[238..238]) # (prestg[119..112] & (! selnose[238..238]))), ((( StageIn[110..104], NumeratorIn[210..210]) & selnose[221..221]) # (prestg[111..104] & (! selnose[221..221]))), ((( StageIn[102..96], NumeratorIn[195..195]) & selnose[204..204]) # (prestg[103..96] & (! selnose[204..204]))), ((( StageIn[94..88], NumeratorIn[180..180]) & selnose[187..187]) # (prestg[95..88] & (! selnose[187..187]))), ((( StageIn[86..80], NumeratorIn[165..165]) & selnose[170..170]) # (prestg[87..80] & (! selnose[170..170]))), ((( StageIn[78..72], NumeratorIn[150..150]) & selnose[153..153]) # (prestg[79..72] & (! selnose[153..153]))), ((( StageIn[70..64], NumeratorIn[135..135]) & selnose[136..136]) # (prestg[71..64] & (! selnose[136..136]))), ((( StageIn[62..56], NumeratorIn[120..120]) & selnose[119..119]) # (prestg[63..56] & (! selnose[119..119]))), ((( StageIn[54..48], NumeratorIn[105..105]) & selnose[102..102]) # (prestg[55..48] & (! selnose[102..102]))), ((( StageIn[46..40], NumeratorIn[90..90]) & selnose[85..85]) # (prestg[47..40] & (! selnose[85..85]))), ((( StageIn[38..32], NumeratorIn[75..75]) & selnose[68..68]) # (prestg[39..32] & (! selnose[68..68]))), ((( StageIn[30..24], NumeratorIn[60..60]) & selnose[51..51]) # (prestg[31..24] & (! selnose[51..51]))), ((( StageIn[22..16], NumeratorIn[45..45]) & selnose[34..34]) # (prestg[23..16] & (! selnose[34..34]))), ((( StageIn[14..8], NumeratorIn[30..30]) & selnose[17..17]) # (prestg[15..8] & (! selnose[17..17]))), ((( StageIn[6..0], NumeratorIn[15..15]) & selnose[0..0]) # (prestg[7..0] & (! selnose[0..0]))));
|
||
|
|
END;
|
||
|
|
--VALID FILE
|